summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Stop building the unused host libmtp static library.Elliott Hughes2012-09-111-28/+0
* Merge "aacenc: Mark some global arrays const"Jean-Baptiste Queru2012-09-103-3/+3
|\
| * aacenc: Mark some global arrays constMartin Storsjo2012-09-093-3/+3
* | Fix libmedia and libstagefright to get expat header files from the approved l...Elliott Hughes2012-09-094-4/+2
|/
* OMXCodec: enhance error handling of OMX IL clientWeian Chen2012-08-311-2/+6
* Merge "MPEG2TSWriter: Read more immediately if an empty buffer is received"Jean-Baptiste Queru2012-08-291-0/+2
|\
| * MPEG2TSWriter: Read more immediately if an empty buffer is receivedMartin Storsjo2012-08-291-0/+2
* | avcenc: Don't erase the InputBufferInfo before reading info from itMartin Storsjo2012-08-291-1/+1
|/
* Merge "Fixed redefinition of 'i' with a different type error"Jean-Baptiste Queru2012-08-231-2/+2
|\
| * Fixed redefinition of 'i' with a different type errorTareq A. Siraj2012-08-221-2/+2
* | Fixed member access into incomplete type build errorTareq A. Siraj2012-08-221-0/+1
|/
* Merge "avcenc: Update a comment about the inline assembly"Jean-Baptiste Queru2012-08-213-6/+3
|\
| * avcenc: Update a comment about the inline assemblyMartin Storsjo2012-08-213-6/+3
* | Merge "h264 streaming: make profile-level-id optional"Jean-Baptiste Queru2012-08-211-8/+13
|\ \ | |/ |/|
| * h264 streaming: make profile-level-id optionalPatrik2 Carlsson2012-08-201-8/+13
* | avcenc: Fix the gcc inline assembly constraintsMartin Storsjo2012-08-203-17/+17
* | avcenc: Properly indent assembly blocksMartin Storsjo2012-08-203-18/+108
* | Merge "hardening: eliminate text relocations from h264"Nick Kralevich2012-08-208-54/+94
|\ \
| * | hardening: eliminate text relocations from h264Ard Biesheuvel2012-08-138-54/+94
* | | Merge "MPEG2TSWriter: Fix an off-by-one in the condition for padding"Jean-Baptiste Queru2012-08-201-1/+1
|\ \ \
| * | | MPEG2TSWriter: Fix an off-by-one in the condition for paddingMartin Storsjo2012-08-201-1/+1
* | | | avcenc: Remove a leftover defineMartin Storsjo2012-08-171-1/+0
|/ / /
* | | Merge "stagefright amrnb: Remove unused leftover source files"Jean-Baptiste Queru2012-08-166-416/+2
|\ \ \
| * | | stagefright amrnb: Remove unused leftover source filesMartin Storsjo2012-07-106-416/+2
* | | | Merge "stagefright amrnb: Move the bitstream_format enum into frame_type_3gpp.h"Jean-Baptiste Queru2012-08-164-36/+28
|\ \ \ \ | |/ / /
| * | | stagefright amrnb: Move the bitstream_format enum into frame_type_3gpp.hMartin Storsjo2012-07-104-36/+28
| | |/ | |/|
* | | Merge "hardening: eliminate text relocations from mp3"Jean-Baptiste Queru2012-08-163-7/+9
|\ \ \ | | |/ | |/|
| * | hardening: eliminate text relocations from mp3Ard Biesheuvel2012-08-133-7/+9
* | | Merge "avcenc: Clarify the ifdefs surrounding inline assembly"Jean-Baptiste Queru2012-08-164-4/+12
|\ \ \
| * | | avcenc: Clarify the ifdefs surrounding inline assemblyMartin Storsjo2012-07-104-4/+12
| | |/ | |/|
* | | Merge "hardening: eliminate text relocations from amrwb"Jean-Baptiste Queru2012-08-163-6/+12
|\ \ \ | | |/ | |/|
| * | hardening: eliminate text relocations from amrwbArd Biesheuvel2012-08-133-6/+12
* | | aacenc/amrwbenc: Remove the now unused LINUX defineMartin Storsjo2012-08-166-11/+1
* | | aacenc/amrwbenc: Remove unused and dubious typedefsMartin Storsjo2012-08-161-24/+0
* | | MPEG2TSWriter: Correctly add padding using the adaptation fieldPaul Fariello2012-08-151-6/+27
* | | Merge "amrnb: Restart the p_xn pointer when retraversing the array on overflow"Jean-Baptiste Queru2012-08-131-1/+2
|\ \ \
| * | | amrnb: Restart the p_xn pointer when retraversing the array on overflowMartin Storsjo2012-07-101-1/+2
| | |/ | |/|
* | | Merge "amrnb: Fix audio distortion in an AMR-NB clip"Jean-Baptiste Queru2012-08-131-1/+1
|\ \ \ | |_|/ |/| |
| * | amrnb: Fix audio distortion in an AMR-NB clipPacketVideo CM2012-07-101-1/+1
| |/
* | Merge "MPEG2TSWriter: Write a proper CRC in PAT and PMT"Jean-Baptiste Queru2012-08-101-6/+37
|\ \
| * | MPEG2TSWriter: Write a proper CRC in PAT and PMTPaul Fariello2012-07-101-6/+37
* | | Merge "MPEG2TSWriter: Write proper continuity counters for PAT and PMT"Jean-Baptiste Queru2012-08-101-7/+17
|\ \ \ | |/ /
| * | MPEG2TSWriter: Write proper continuity counters for PAT and PMTPaul Fariello2012-07-101-7/+17
| |/
* | Merge "Store correct time stamps in recorded mp4 files"Jean-Baptiste Queru2012-08-081-6/+15
|\ \
| * | Store correct time stamps in recorded mp4 filesJohannes Carlsson2012-07-301-6/+15
| |/
* | Merge "Correct ID3::StringSize calculation for UCS-2 data."Jean-Baptiste Queru2012-08-081-1/+2
|\ \
| * | Correct ID3::StringSize calculation for UCS-2 data.Jesper Tragardh2012-07-111-1/+2
| |/
* | Merge "avcenc: Remove redundant zero-initialization of allocated memory"Jean-Baptiste Queru2012-08-082-10/+0
|\ \
| * | avcenc: Remove redundant zero-initialization of allocated memoryMartin Storsjo2012-07-122-10/+0
* | | Merge "avcenc: Initialize all memory allocated by the CBAVC_Malloc callback f...Jean-Baptiste Queru2012-08-082-2/+5
|\ \ \ | |/ /