summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Respect the cropping rectangle when extracting the video dimensions from the ...Andreas Huber2010-10-081-1/+38
* 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
|/
* Issue 3032913: improve AudioTrack recovery timeEric Laurent2010-09-301-0/+8
* 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
* | Fix several audio effects problems.Eric Laurent2010-09-282-126/+211
* | 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
* | | Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669.Dave Sparks2010-09-271-2/+4
| |/ |/|
* | 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
* | Merge "Support other kinds of HTTP redirect in NuHTTPDataSource" into gingerb...Andreas Huber2010-09-271-1/+6
|\ \
| * | Support other kinds of HTTP redirect in NuHTTPDataSourceAndreas Huber2010-09-271-1/+6
| |/
* | Fix error in AudioEffect command status reporting.Eric Laurent2010-09-243-13/+23
|/
* 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
* Merge "Fix issue 2913071." into gingerbreadEric Laurent2010-09-211-2/+20
|\
| * Fix issue 2913071.Eric Laurent2010-09-211-2/+20
* | Merge "This log message is codec specific." into gingerbreadAndreas Huber2010-09-211-1/+1
|\ \
| * | This log message is codec specific.Andreas Huber2010-09-211-1/+1
| |/
* | Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-2121-435/+298
|/
* Another attempt for fixing AAC+/eAAC+ related issueJames Dong2010-09-202-12/+59
* Add a check to track a problem the monkey script has been triggering.Marco Nelissen2010-09-171-0/+3
* Make sure the message dispatcher stays around until after OMX_FreeHandle is f...Andreas Huber2010-09-172-3/+7
* Register the new OMX components.Andreas Huber2010-09-171-0/+6
* Merge "Make sure the .wav extractor does not read data outside the bounds of ...Andreas Huber2010-09-161-1/+12
|\