aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* libopenjpegdec: hack to fix GRAY16 decodingPaul B Mahol2012-03-271-0/+4
* vc1dec: move mquant zero check down.Michael Niedermayer2012-03-271-4/+4
* targa: Fix input buffer size check.Michael Niedermayer2012-03-271-1/+1
* aac: reference supported sample rates in encoders.Clément Bœsch2012-03-262-0/+2
* indeo3dec: check mv bitstream pointerMichael Niedermayer2012-03-261-0/+4
* indeo3dec: Fix end pointer.Michael Niedermayer2012-03-261-3/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-269-110/+98
|\
| * build: ppc: drop stray leftover backslashDiego Biurrun2012-03-261-1/+1
| * build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-261-2/+0
| * build: prettyprinting cosmeticsDiego Biurrun2012-03-266-72/+62
| * smacker: convert palette and header reading to bytestream2.Ronald S. Bultje2012-03-251-10/+10
| * alac: convert extradata reading to bytestream2.Ronald S. Bultje2012-03-251-19/+20
* | Support FLIC in MOV.Reimar Döffinger2012-03-261-3/+7
* | als: consistent messagesThilo Borgmann2012-03-261-11/+11
* | libopenjpegenc: remove leftover because older version of patch being appliedPaul B Mahol2012-03-261-1/+0
* | ALS error message pretty printThilo Borgmann2012-03-261-1/+1
* | qdm2: Fix out of array writesMichael Niedermayer2012-03-261-5/+14
* | qdm2: fix out of array readMichael Niedermayer2012-03-261-3/+6
* | qdm2dec: fix out of array readMichael Niedermayer2012-03-261-3/+7
* | libopenjpegdec: refactor some code and fix memory leaksPaul B Mahol2012-03-261-5/+4
* | libopenjpegdec: always check image because decoding may still failPaul B Mahol2012-03-261-0/+5
* | libopenjpegenc: allow changing encoding parametersPaul B Mahol2012-03-261-3/+58
* | libopenjpegenc: merge common codePaul B Mahol2012-03-261-24/+0
* | libopenjpegenc: use pix_fmt descriptor to get bppPaul B Mahol2012-03-261-9/+2
* | libopenjpegenc: use pix_fmt descriptor to get numcompsPaul B Mahol2012-03-261-16/+3
* | indeo4: better mv checkMichael Niedermayer2012-03-261-4/+4
* | indeo5: check motion vectors.Michael Niedermayer2012-03-262-1/+11
* | png: fix warning about discarding qualifiers [-Wincompatible-pointer-types]Paul B Mahol2012-03-261-1/+1
* | pthread : Remove lock/unlock pairs in worker loop to avoid unexpected state c...Aaron Colwell2012-03-261-7/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-257-2235/+2471
|\|
| * x86: dsputil: prettyprint gcc inline asmDiego Biurrun2012-03-251-1295/+1310
| * x86: K&R prettyprinting cosmetics for dsputil_mmx.cDiego Biurrun2012-03-251-773/+1049
| * x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun2012-03-252-6/+14
| * dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.Diego Biurrun2012-03-251-4/+12
| * dpcm: convert to bytestream2.Ronald S. Bultje2012-03-241-27/+31
| * interplayvideo: convert to bytestream2.Ronald S. Bultje2012-03-241-199/+124
| * h264: fix memleak in error path.Alexander Strange2012-03-241-1/+1
| * pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-241-3/+7
| * h264: Add check for invalid chroma_format_idcAlexander Strange2012-03-241-1/+5
| * utvideo: port header reading to bytestream2.Ronald S. Bultje2012-03-241-16/+12
* | CrystalHD: Remove EXPERIMENTAL flag for known good formats.Philip Langdale2012-03-251-5/+5
* | pthread: return proper error code on pthread_create failureMarton Balint2012-03-251-1/+2
* | VC1: Do not needlessly use signed types.Reimar Döffinger2012-03-253-17/+17
* | DV: detect another case of broken DV files.Reimar Döffinger2012-03-251-0/+4
* | DV: check coded_width/height instead of width/height.Reimar Döffinger2012-03-251-1/+1
* | vqavideo: fix decoding of samples with no partial updates.Reimar Döffinger2012-03-251-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-255-17/+30
|\|
| * pthread: free progress if buffer allocation failed.Ronald S. Bultje2012-03-241-0/+4
| * lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-242-9/+4
| * utvideo: mark output picture as keyframe.Kostya Shishkov2012-03-241-0/+2