summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
Commit message (Expand)AuthorAgeFilesLines
* am bb5d7c21: am 5f423917: Merge "Attempt to derive the avg. bitrate of the en...Andreas Huber2010-10-151-0/+4
|\
| * Attempt to derive the avg. bitrate of the entire stream from metadata.Andreas Huber2010-10-131-0/+4
* | am 28b93967: am 165c6579: Merge "HTTP Live content that are tagged as complet...Andreas Huber2010-10-144-4/+23
|\ \ | |/
| * HTTP Live content that are tagged as complete are now seekable.Andreas Huber2010-10-124-4/+23
* | am cac43e8a: am beffefa2: Merge "RTSP seeking is now asynchronous, MediaPlaye...Andreas Huber2010-10-102-1/+9
|\ \ | |/
| * RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek i...Andreas Huber2010-10-082-1/+9
* | am e0c8545a: am 0fd4e216: Merge "Refactor some more h.264 utility code out in...Andreas Huber2010-10-101-0/+10
|\ \ | |/
| * Refactor some more h.264 utility code out into avc_utils. Work around a hardw...Andreas Huber2010-10-081-0/+10
* | am 2b4f1f4c: am f72dd019: Merge "Disable 10secs forward/backward seeking for ...Andreas Huber2010-10-101-0/+8
|\ \ | |/
| * Disable 10secs forward/backward seeking for rtsp as seek is a very expensive ...Andreas Huber2010-10-081-0/+8
* | am bb708373: am 949f7d90: Merge "Work to support switching transport streams ...Andreas Huber2010-10-103-2/+18
|\ \ | |/
| * Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-073-2/+18
* | am 56ee1080: am 17bc4f65: Merge "Make sure to call AudioTrack::stop() instead...Andreas Huber2010-10-071-1/+1
|\ \ | |/
| * Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...Andreas Huber2010-10-051-1/+1
* | am 14401bf7: am d1398db3: Merge "Squashed commit of the following:" into ging...Andreas Huber2010-10-011-0/+4
|\ \ | |/
| * Squashed commit of the following:Andreas Huber2010-10-011-0/+4
* | am d6c30e8c: am be045061: Merge "Instead of constantly polling the AudioPlaye...Andreas Huber2010-09-281-0/+3
|\ \ | |/
| * Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...Andreas Huber2010-09-281-0/+3
* | am c889bbfa: am 4769f579: Merge "Vorbis files may have more samples encoded t...Andreas Huber2010-09-281-0/+1
|\ \ | |/
| * Vorbis files may have more samples encoded that should be used, i.e. we have ...Andreas Huber2010-09-281-0/+1
| * 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