summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge commit '103391ca90b2f7c56ae756d76c76f7c3dfa28dd4'Michael Niedermayer2014-09-21
|\
| * dca: Remove some commented-out cruftDiego Biurrun2014-09-20
* | avcodec/alacenc: Remove unused variableMichael Niedermayer2014-09-20
* | alacenc: remove unneeded maskingChristophe Gisquet2014-09-20
* | alacenc: fix incorrect buffer useChristophe Gisquet2014-09-20
* | x86/me_cmp: port mmxext vsad functions to yasmJames Almer2014-09-19
* | avcodec/dvdsubdec: fix VD/SD identifier nameMichael Niedermayer2014-09-19
* | avcodec/dv_profile: deprecate internal function that shouldn't be publicJames Almer2014-09-19
* | libavcodec/webp: treat out-of-bound palette index as translucent blackPascal Massimino2014-09-19
* | avcodec/libilbc: support for latest git of libilbcGianluigi Tiesi2014-09-19
* | x86/me_cmp: combine sad functions into a single macroJames Almer2014-09-17
* | avcodec/x86/vp9lpf: Always include x86util.asmMichael Niedermayer2014-09-17
* | avcodec/x86/me_cmp: fix sad8xhMichael Niedermayer2014-09-17
* | x86/me_cmp: port mmxext and sse2 sad functions to yasmJames Almer2014-09-17
* | Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce'Michael Niedermayer2014-09-16
|\|
| * dca: K&R formatting cosmeticsGabriel Dume2014-09-16
* | avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroesMichael Niedermayer2014-09-16
* | avcodec: remove obsolete FF_API_DSPUTIL cruftJames Almer2014-09-14
* | avcodec/tiff: fix odd dimensioned yuvMichael Niedermayer2014-09-15
* | avcodec/libvpxdec: Adds decode support for formats other than 420Deb Mukherjee2014-09-14
* | avcodec/microdvddec: indent fixClément Bœsch2014-09-14
* | avcodec/utils: remove avcodec_ prefix for internal symbolClément Bœsch2014-09-14
* | avcodec/mjpegenc: the AMV encoder doesnt support yuv422Michael Niedermayer2014-09-14
* | avcodec/mjpegdec: Fix chroma width roundingClément Bœsch2014-09-13
* | avcodec/bmp_parser: delay frame end detection to the next header or EOFMichael Niedermayer2014-09-13
* | avcodec/bmp_parser: simplifyMichael Niedermayer2014-09-13
* | avcodec/bmp_parser: fix parsing a single bmp which has a fsize < its headerMichael Niedermayer2014-09-13
* | avcodec/ac3en: use FF_ALLOC(Z)_ARRAY()Michael Niedermayer2014-09-13
* | avcodec/png_parser: Return the buffered data at the endMichael Niedermayer2014-09-11
* | avcodec/pngdec: print the actual number of bytes left in the error caseMichael Niedermayer2014-09-11
* | avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/snow: make new_picture constMichael Niedermayer2014-09-09
* | Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'Michael Niedermayer2014-09-09
|\|
| * dv: K&R formatting cosmeticsGabriel Dume2014-09-09
* | avcodec/rawenc: drop sizeof(AVFrame) dependencyMichael Niedermayer2014-09-09
* | Merge commit '9752d07d33d5370f7819865fbb5e582b982aad06'Michael Niedermayer2014-09-09
|\|
| * dirac: K&R formatting cosmeticsGabriel Dume2014-09-09
* | avcodec/mpeg4videodec: fix 'libavcodec/mpeg4videodec.c:2762:22: warning: unus...Michael Niedermayer2014-09-08
* | avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defi...Michael Niedermayer2014-09-08
* | avcodec/diracdec: Fix "warning: comparison of constant 4 with expression of t...Michael Niedermayer2014-09-08
* | Print the actual bit depth for audio if it is different from the sample_fmt b...Carl Eugen Hoyos2014-09-08
* | avcodec/ac3dec_fixed: remove unused arraysMichael Niedermayer2014-09-08
* | Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d'Michael Niedermayer2014-09-08
|\|
| * Split off floating point AAN (I)DCT into separate componentsDiego Biurrun2014-09-07