summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge "Attempt to derive the avg. bitrate of the entire stream from metadata....Andreas Huber2010-10-132-9/+50
|\
| * Attempt to derive the avg. bitrate of the entire stream from metadata.Andreas Huber2010-10-132-9/+50
* | Some webcams output rtp streams but never send any rtcp data in violation ofAndreas Huber2010-10-133-4/+62
|/
* Merge "Support for writing to MPEG2 transport stream files." into gingerbreadAndreas Huber2010-10-131-20/+68
|\
| * Support for writing to MPEG2 transport stream files.Andreas Huber2010-10-121-20/+68
* | HTTP Live content that are tagged as complete are now seekable.Andreas Huber2010-10-1214-33/+297
|/
* Just in case we're behind a NAT router/firewall, attempt to poke holes into i...Andreas Huber2010-10-111-0/+153
* RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek i...Andreas Huber2010-10-085-11/+87
* Refactor some more h.264 utility code out into avc_utils. Work around a hardw...Andreas Huber2010-10-086-153/+207
* Merge "Disable 10secs forward/backward seeking for rtsp as seek is a very exp...Andreas Huber2010-10-083-4/+10
|\
| * Disable 10secs forward/backward seeking for rtsp as seek is a very expensive ...Andreas Huber2010-10-083-4/+10
* | Merge "Respect the cropping rectangle when extracting the video dimensions fr...Andreas Huber2010-10-081-1/+38
|\ \
| * | Respect the cropping rectangle when extracting the video dimensions from the ...Andreas Huber2010-10-081-1/+38
| |/
* | Merge "Name the writer threads" into gingerbreadJames Dong2010-10-082-2/+11
|\ \
| * | Name the writer threadsJames Dong2010-10-072-2/+11
* | | Disable the access unit timeout temporarily while a seek operation is in prog...Andreas Huber2010-10-081-6/+29
| |/ |/|
* | Increase scratch buffers sizes in mp3 software decoder, this integrates a PV ...Andreas Huber2010-10-073-4/+4
|/
* Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-0714-110/+459
* On this particular device the hardware video decoder spits out buffers that d...Andreas Huber2010-10-073-16/+51
* Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...Andreas Huber2010-10-053-11/+26
* Fixed an issue where the reserved free space in the file writer was larger th...James Dong2010-10-041-2/+14
* Merge "Resilent media time stamp adjustment" into gingerbreadJames Dong2010-10-041-24/+181
|\
| * Resilent media time stamp adjustmentJames Dong2010-10-041-24/+181
* | Make sure to finish the preparation phase even EOS occurs before we consider ...Andreas Huber2010-10-041-0/+4
* | Don't retrieve metadata unless necessary for ogg-vorbis ringtone auto-looping.Andreas Huber2010-10-041-5/+11
|/
* Merge "Turn off media time adjustment by default" into gingerbreadJames Dong2010-10-011-1/+1
|\
| * Turn off media time adjustment by defaultJames Dong2010-10-011-1/+1
* | Merge "Start playing live streams from the start, no the middle..." into ging...Andreas Huber2010-10-011-1/+1
|\ \
| * | Start playing live streams from the start, no the middle...Andreas Huber2010-10-011-1/+1
* | | Remove development-only code.Andreas Huber2010-10-011-15/+0
|/ /
* | Squashed commit of the following:Andreas Huber2010-10-019-357/+597
|/
* Merge "AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead." into...Chia-chi Yeh2010-09-283-55/+19
|\
| * AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead.Chia-chi Yeh2010-09-293-55/+19
* | Merge "Properly flush the AudioTrack/AudioSink on a seek request and make sur...Andreas Huber2010-09-283-0/+14
|\ \
| * | Properly flush the AudioTrack/AudioSink on a seek request and make sure that ...Andreas Huber2010-09-283-0/+14
* | | Merge "Instead of constantly polling the AudioPlayer to see if it reached EOS...Andreas Huber2010-09-283-8/+27
|\ \ \ | |/ /
| * | Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...Andreas Huber2010-09-283-8/+27
* | | Merge "Vorbis files may have more samples encoded that should be used, i.e. w...Andreas Huber2010-09-283-0/+96
|\ \ \ | |/ /
| * | Vorbis files may have more samples encoded that should be used, i.e. we have ...Andreas Huber2010-09-283-0/+96
| |/
* | Merge "Squashed commit of the following:" into gingerbreadAndreas Huber2010-09-284-42/+820
|\ \ | |/ |/|
| * Squashed commit of the following:Andreas Huber2010-09-274-42/+820
* | Merge "Fix track duration calculation if the start timestamp is non-zero" int...James Dong2010-09-271-3/+36
|\ \ | |/ |/|
| * Fix track duration calculation if the start timestamp is non-zeroJames Dong2010-09-271-3/+36
* | Support other kinds of HTTP redirect in NuHTTPDataSourceAndreas Huber2010-09-271-1/+6
|/
* Merge "Depending on our preference to write 2-byte or 4-byte NALs, patch the ...Andreas Huber2010-09-231-1/+9
|\
| * Depending on our preference to write 2-byte or 4-byte NALs, patch the codec s...Andreas Huber2010-09-231-1/+9
* | Ignore errors from correction parameter query and config for M4v and H263 enc...James Dong2010-09-231-2/+9
* | Use the advertised profile and level from M4V and H263 video encodersJames Dong2010-09-221-4/+4
|/
* Raise the amount of memory set aside for omx buffer allocations in the test h...Andreas Huber2010-09-221-1/+1
* Make sure we drain the avc software decoder's output queue once we run out of...Andreas Huber2010-09-222-43/+55