summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-two and other bugs in the visualization code.Marco Nelissen2010-10-271-9/+12
* Assume that all of the decoded vorbis audio data is valid unless the source i...Andreas Huber2010-10-261-6/+14
* Turn the media time adjustment in file writer back onJames Dong2010-10-211-2/+5
* File writer size estimation improvementJames Dong2010-10-191-18/+38
* If we encounter video stream EOS while seeking we may still need to seek audio.Andreas Huber2010-10-192-18/+37
* An attempt to unregister a handler that's no longer registered should not cau...Andreas Huber2010-10-181-3/+8
* Merge "For thumbnail extraction make sure we instantiate a decoder that allow...Andreas Huber2010-10-182-2/+46
|\
| * For thumbnail extraction make sure we instantiate a decoder that allows acces...Andreas Huber2010-10-182-2/+46
* | If the PES packet size exceeds 16-bit range, use a packet size of 0 instead. ...Andreas Huber2010-10-181-0/+8
|/
* Include the framework copy of the OpenMAX headers instead of referencing exte...Andreas Huber2010-10-1515-16/+19
* Make sure we cache the sampleTable again if using the caching datasource.Andreas Huber2010-10-151-1/+3
* Metadata.cpp and Metadata.java had drifted out of sync. This change remedies ...Andreas Huber2010-10-131-1/+1
* 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-134-21/+120
|\
| * Support for writing to MPEG2 transport stream files.Andreas Huber2010-10-124-21/+120
* | 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-084-4/+14
|\
| * Disable 10secs forward/backward seeking for rtsp as seek is a very expensive ...Andreas Huber2010-10-084-4/+14
* | 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
* | | Merge "Disable the access unit timeout temporarily while a seek operation is ...Andreas Huber2010-10-081-6/+29
|\ \ \
| * | | Disable the access unit timeout temporarily while a seek operation is in prog...Andreas Huber2010-10-081-6/+29
| | |/ | |/|
* | | Merge "Added getter for session Id to AudioSink" into gingerbreadEric Laurent2010-10-083-0/+13
|\ \ \ | |/ / |/| |
| * | Added getter for session Id to AudioSinkEric Laurent2010-10-073-0/+13
| |/
* | 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