summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge "Speed up id3v2 unsynchronization"Marco Nelissen2013-06-171-5/+10
|\
| * Speed up id3v2 unsynchronizationMarco Nelissen2013-06-171-5/+10
* | Merge "The software avc decoder would silently drop output frames if not"Andreas Huber2013-06-172-36/+31
|\ \
| * | The software avc decoder would silently drop output frames if notAndreas Huber2013-06-142-36/+31
| |/
* | AudioRecord must be used as sp<> onlyGlenn Kasten2013-06-131-7/+2
|/
* Converter now takes the desired _output_ format instead of theAndreas Huber2013-06-123-37/+30
* am f8af99b7: am 0662f7b6: Merge "stagefright: synchronously change nativewind...Lajos Molnar2013-06-121-13/+18
|\
| * am 0662f7b6: Merge "stagefright: synchronously change nativewindow crop" into...Lajos Molnar2013-06-121-13/+18
| |\
| | * stagefright: synchronously change nativewindow cropLajos Molnar2013-06-111-13/+18
| * | am 25b5617c: Merge "stagefright: Fix port-reconfiguration & output-buffer-fil...Lajos Molnar2013-06-031-6/+4
| |\ \ | | |/
| | * Merge "stagefright: Fix port-reconfiguration & output-buffer-filled race cond...Lajos Molnar2013-06-031-6/+4
| | |\
| | | * stagefright: Fix port-reconfiguration & output-buffer-filled race conditionLajos Molnar2013-05-311-6/+4
* | | | Remove "LOCAL_MODULE_TAGS := debug" for stagefright testsMike Lockwood2013-06-061-8/+0
* | | | stagefright: created SoftVideoDecoderOMXComponentLajos Molnar2013-06-059-794/+456
* | | | Track exact timestamps in SoftMPEG4/H263 decodersLajos Molnar2013-06-052-4/+15
* | | | Reset PV decoder on SoftMPEG4 decoder resetLajos Molnar2013-06-051-0/+5
* | | | Merge "Fix uninitialized variable error in HLS bandwidth determination."Andreas Huber2013-06-031-1/+1
|\ \ \ \
| * | | | Fix uninitialized variable error in HLS bandwidth determination.Andreas Huber2013-06-031-1/+1
* | | | | Merge "Fix our software decoders to reset (more of) their internal state"Andreas Huber2013-06-0311-0/+30
|\ \ \ \ \
| * | | | | Fix our software decoders to reset (more of) their internal stateAndreas Huber2013-06-0311-0/+30
| |/ / / /
* | | | | Merge "Use sp<AudioTrack> instead of raw AudioTrack *"Glenn Kasten2013-06-031-7/+4
|\ \ \ \ \
| * | | | | Use sp<AudioTrack> instead of raw AudioTrack *Glenn Kasten2013-06-031-7/+4
| |/ / / /
* | | | | Merge "wifi-display: fix resolution list and keepalive interval"Chong Zhang2013-06-033-3/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | wifi-display: fix resolution list and keepalive intervalChong Zhang2013-05-303-3/+30
* | | | | am f9bb8358: am b7319a7e: Update HTTP proxy configuration for all media playb...Andreas Huber2013-06-039-2/+103
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am b7319a7e: Update HTTP proxy configuration for all media playback inside st...Andreas Huber2013-06-039-2/+103
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Update HTTP proxy configuration for all media playback inside stagefright.Andreas Huber2013-05-319-2/+103
| | | |/ | | |/|
* | | | New HLS implementation supporting independent stream sources, audio-only streamsAndreas Huber2013-05-3116-716/+2424
| |_|/ |/| |
* | | Merge "wifi-display: fixes for PAUSE/PLAY state"Chong Zhang2013-05-311-3/+5
|\ \ \
| * | | wifi-display: fixes for PAUSE/PLAY stateChong Zhang2013-05-301-3/+5
* | | | Merge "Edit list uses timescale from movie header"Marco Nelissen2013-05-302-7/+11
|\ \ \ \
| * | | | Edit list uses timescale from movie headerMarco Nelissen2013-05-302-7/+11
* | | | | Merge "libstagefright: Check for duration > 0 to avoid divide-by-zero exception"Vineeta Srivastava2013-05-301-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | libstagefright: Check for duration > 0 to avoid divide-by-zero exceptionAjay Dudani2013-05-281-1/+1
* | | | | am 1cd68527: am 41688da2: Merge "MediaMuxer: Remove SAMPLE_FLAG_SYNC flag" in...Lajos Molnar2013-05-291-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | am 41688da2: Merge "MediaMuxer: Remove SAMPLE_FLAG_SYNC flag" into jb-mr2-devLajos Molnar2013-05-291-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | MediaMuxer: Remove SAMPLE_FLAG_SYNC flagLajos Molnar2013-05-281-1/+1
* | | | Don't crash if no timescale was givenMarco Nelissen2013-05-291-0/+2
| |_|/ |/| |
* | | Merge "Add support for MPEG editlist gapless info"Marco Nelissen2013-05-231-0/+61
|\ \ \
| * | | Add support for MPEG editlist gapless infoMarco Nelissen2013-05-231-0/+61
* | | | stagefright: BufferProducer updatesLajos Molnar2013-05-233-39/+42
|/ / /
* | | stagefright: SoftVP8: Handle EOS flag on frames with content.Lajos Molnar2013-05-221-12/+16
* | | am 9545b670: am f21daf47: Merge "Avoid a deadlock during EmptyBufferDone" int...Jamie Gennis2013-05-211-11/+17
|\ \ \ | |/ /
| * | am f21daf47: Merge "Avoid a deadlock during EmptyBufferDone" into jb-mr2-devJamie Gennis2013-05-211-11/+17
| |\ \ | | |/
| | * Avoid a deadlock during EmptyBufferDoneAndreas Huber2013-05-201-11/+17
* | | wifi-display: add support for metadata mode on encoder outputChong Zhang2013-05-1711-49/+339
* | | am 074eb387: am e2dfa5a4: Merge "update to Fence::waitForever() API change" i...Mathias Agopian2013-05-172-3/+2
|\ \ \ | |/ /
| * | am e2dfa5a4: Merge "update to Fence::waitForever() API change" into jb-mr2-devMathias Agopian2013-05-172-3/+2
| |\ \ | | |/
| | * Merge "update to Fence::waitForever() API change" into jb-mr2-devMathias Agopian2013-05-172-3/+2
| | |\
| | | * update to Fence::waitForever() API changeMathias Agopian2013-05-162-3/+2