summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make sure we drain the avc software decoder's output queue once we run out of...Andreas Huber2010-09-221-0/+2
* | | Merge "Make sure we drain the avc software decoder's output queue once we run...Andreas Huber2010-09-221-0/+2
|\ \ \
| * | | Make sure we drain the avc software decoder's output queue once we run out of...Andreas Huber2010-09-221-0/+2
| |/ /
* | | am e436ef09: am e5206694: Merge "Another attempt for fixing AAC+/eAAC+ relate...James Dong2010-09-211-0/+2
|\ \ \ | |/ /
| * | Another attempt for fixing AAC+/eAAC+ related issueJames Dong2010-09-201-0/+2
* | | am 7a848c0d: am 8946ab26: A ThreadedSource wraps around an existing MediaSour...Andreas Huber2010-09-161-0/+73
|\ \ \ | |/ /
| * | A ThreadedSource wraps around an existing MediaSource and reads output buffer...Andreas Huber2010-09-161-0/+73
* | | am f0eab98c: am a063cd64: Merge "Instead of asserting, publish no tracks if a...Andreas Huber2010-09-091-3/+2
|\ \ \ | |/ /
| * | Instead of asserting, publish no tracks if an MP3Extractor is used on non-mp3...Andreas Huber2010-09-091-3/+2
* | | am 8e11c822: am 9fee0b2a: Ogg files can be tagged to be automatically looping...Andreas Huber2010-09-031-0/+1
|\ \ \ | |/ /
| * | Ogg files can be tagged to be automatically looping, this setting always over...Andreas Huber2010-09-031-0/+1
* | | Merge "Add the new Stagefright ANativeWindow OMX codec API."Jamie Gennis2010-09-032-1/+13
|\ \ \
| * | | Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-032-1/+13
* | | | am af7a7c34: am cc4a38c6: Merge "Properly buffer a certain amount of data on ...Andreas Huber2010-09-031-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Properly buffer a certain amount of data on streaming sources before finishin...Andreas Huber2010-09-031-0/+3
* | | | am fd0eed00: am a2511da9: Merge "Better support for buffered streaming of rts...Andreas Huber2010-09-011-0/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Better support for buffered streaming of rtsp content, if buffer drops below ...Andreas Huber2010-09-011-0/+1
* | | Revert "Merge "Add the new Stagefright ANativeWindow OMX codec API.""Jamie Gennis2010-09-012-13/+1
* | | Merge "Add the new Stagefright ANativeWindow OMX codec API."Jamie Gennis2010-09-012-1/+13
|\ \ \
| * | | Add the new Stagefright ANativeWindow OMX codec API.Jamie Gennis2010-09-012-1/+13
* | | | am 05c1cada: am 577615c9: Merge "Better support for rtsp (normal play-)time d...Andreas Huber2010-08-272-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-272-1/+2
* | | | am e58cd37d: am 8ac0983e: Merge "Fix support for per-frame unsynchronization ...Andreas Huber2010-08-251-0/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix support for per-frame unsynchronization in ID3V2.4 tags.Andreas Huber2010-08-251-0/+1
* | | am 96dc4559: am b8814dce: Merge "Allow sniffers to return a packet of opaque ...Andreas Huber2010-08-256-7/+19
|\ \ \ | |/ /
| * | Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-256-7/+19
* | | am 67ca90b3: am 6b6ae996: Merge "A first shot at proper support for seeking o...Andreas Huber2010-08-242-0/+3
|\ \ \ | |/ /
| * | A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-242-0/+3
* | | am 31e71131: am 3e22ef1e: Merge "Better handling of rtsp connection and disco...Andreas Huber2010-08-241-0/+21
|\ \ \ | |/ /
| * | Better handling of rtsp connection and disconnection.Andreas Huber2010-08-231-0/+21
* | | Merge "Squashed commit of the following:"Andreas Huber2010-08-232-7/+14
|\ \ \ | |/ / |/| |
| * | Squashed commit of the following:Andreas Huber2010-08-232-7/+14
* | | In the absence of width/height information in the sdp, extract the dimensions...Andreas Huber2010-08-191-0/+30
|/ /
* | Don't send late frames to software encoders for encodingJames Dong2010-08-122-0/+2
* | Support for extracting G.711 a-law and mu-law audio from WAV files and a corr...Andreas Huber2010-08-092-0/+58
* | Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber2010-08-061-1/+4
* | Merge "Don't return a decoder error if the encoded stream does not start with...Andreas Huber2010-08-041-0/+3
|\ \
| * | Don't return a decoder error if the encoded stream does not start with SPS/PPS.Andreas Huber2010-08-041-0/+3
* | | Support for Gtalk video, includes AMR/H.263 assembler and packetization suppo...Andreas Huber2010-08-041-0/+4
|/ /
* | Support finer seek control on MediaSources.Andreas Huber2010-07-214-5/+14
* | Initial check-in for software m4v_h263 encoderJames Dong2010-07-151-0/+80
* | Initial checkin for software AVC encoderJames Dong2010-07-131-0/+90
* | Enable the support for decoding audio with AAC+ and eAAC+ featuresJames Dong2010-07-081-0/+4
* | Only send the playback complete notification if a) an error occurred on any t...Andreas Huber2010-07-071-1/+4
* | Finetune some of the prefetcher parameters to a) buffer as much as froyo did ...Andreas Huber2010-06-251-2/+2
* | Fixed the software AAC encoderJames Dong2010-06-231-0/+10
* | Fix a number of timestamp mismatches in the mp3 extractor and decoder that wo...Andreas Huber2010-06-231-1/+6
* | Make the prefetcher read packets from the network after a keep-alive timeout ...Andreas Huber2010-06-221-3/+8
* | This patch enables each omx instance to have a separate message dispatcher, andJames Dong2010-06-141-6/+5
* | Restore feature parity with the old HTTPDataSource as far as support for extr...Andreas Huber2010-06-111-3/+17