summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* libavcodec/webp: treat out-of-bound palette index as translucent blackPascal Massimino2014-09-191-5/+5
* avcodec/libilbc: support for latest git of libilbcGianluigi Tiesi2014-09-191-3/+2
* x86/me_cmp: combine sad functions into a single macroJames Almer2014-09-171-128/+93
* avcodec/x86/vp9lpf: Always include x86util.asmMichael Niedermayer2014-09-171-2/+2
* avcodec/x86/me_cmp: fix sad8xhMichael Niedermayer2014-09-171-12/+24
* x86/me_cmp: port mmxext and sse2 sad functions to yasmJames Almer2014-09-172-154/+379
* Merge commit '45ff7c93dd84a254cc96acc589e5ac3d7bd16bce'Michael Niedermayer2014-09-166-7979/+7952
|\
| * dca: K&R formatting cosmeticsGabriel Dume2014-09-166-7981/+7953
* | avcodec/h264_sei: ff_h264_decode_sei: dont try to parse trailing zeroesMichael Niedermayer2014-09-161-1/+1
* | avcodec: remove obsolete FF_API_DSPUTIL cruftJames Almer2014-09-144-147/+1
* | avcodec/tiff: fix odd dimensioned yuvMichael Niedermayer2014-09-151-1/+3
* | avcodec/libvpxdec: Adds decode support for formats other than 420Deb Mukherjee2014-09-141-4/+60
* | avcodec/microdvddec: indent fixClément Bœsch2014-09-141-10/+10
* | avcodec/utils: remove avcodec_ prefix for internal symbolClément Bœsch2014-09-141-2/+2
* | avcodec/mjpegenc: the AMV encoder doesnt support yuv422Michael Niedermayer2014-09-141-1/+1
* | avcodec/mjpegdec: Fix chroma width roundingClément Bœsch2014-09-131-1/+1
* | avcodec/bmp_parser: delay frame end detection to the next header or EOFMichael Niedermayer2014-09-131-4/+8
* | avcodec/bmp_parser: simplifyMichael Niedermayer2014-09-131-5/+3
* | avcodec/bmp_parser: fix parsing a single bmp which has a fsize < its headerMichael Niedermayer2014-09-131-10/+21
* | avcodec/ac3en: use FF_ALLOC(Z)_ARRAY()Michael Niedermayer2014-09-131-23/+23
* | avcodec/png_parser: Return the buffered data at the endMichael Niedermayer2014-09-111-2/+0
* | avcodec/pngdec: print the actual number of bytes left in the error caseMichael Niedermayer2014-09-111-1/+1
* | avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-10/+10
* | avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-15/+15
* | avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-2/+2
* | avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-10/+10
* | avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-2/+2
* | avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-1/+1
* | avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-101-1/+1
* | avcodec/snow: make new_picture constMichael Niedermayer2014-09-091-1/+1
* | Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'Michael Niedermayer2014-09-098-992/+1032
|\ \ | |/
| * dv: K&R formatting cosmeticsGabriel Dume2014-09-097-989/+1029
* | avcodec/rawenc: drop sizeof(AVFrame) dependencyMichael Niedermayer2014-09-091-3/+8
* | Merge commit '9752d07d33d5370f7819865fbb5e582b982aad06'Michael Niedermayer2014-09-092-81/+83
|\ \ | |/
| * dirac: K&R formatting cosmeticsGabriel Dume2014-09-092-83/+83
* | avcodec/mpeg4videodec: fix 'libavcodec/mpeg4videodec.c:2762:22: warning: unus...Michael Niedermayer2014-09-081-7/+7
* | avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defi...Michael Niedermayer2014-09-081-0/+4
* | avcodec/diracdec: Fix "warning: comparison of constant 4 with expression of t...Michael Niedermayer2014-09-081-1/+2
* | Print the actual bit depth for audio if it is different from the sample_fmt b...Carl Eugen Hoyos2014-09-081-0/+4
* | avcodec/ac3dec_fixed: remove unused arraysMichael Niedermayer2014-09-081-12/+0
* | Merge commit '1274ea8dbaec44355bde07f6bb31fec0c4e6fd2d'Michael Niedermayer2014-09-085-8/+18
|\ \ | |/
| * Split off floating point AAN (I)DCT into separate componentsDiego Biurrun2014-09-075-9/+19
* | avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change()Michael Niedermayer2014-09-071-2/+2
* | avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_fra...Michael Niedermayer2014-09-071-0/+3
* | avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame...Michael Niedermayer2014-09-071-1/+1
* | avcodec/mpegvideo: free_context_frame() cannot fail, make it return voidMichael Niedermayer2014-09-071-5/+2
* | avcodec/h264: Allow partial escapingMichael Niedermayer2014-09-071-2/+2
* | avcodec/hevc_ps: Always initialize backup in decode_vui()Michael Niedermayer2014-09-061-2/+1
* | huffyuvdec: avoid large stack use.Reimar Döffinger2014-09-061-6/+13
* | cabac: Allow hardcoding CABAC table.Reimar Döffinger2014-09-066-78/+164
OpenPOWER on IntegriCloud