summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* | avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change()Michael Niedermayer2014-09-07
* | avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_fra...Michael Niedermayer2014-09-07
* | avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame...Michael Niedermayer2014-09-07
* | avcodec/mpegvideo: free_context_frame() cannot fail, make it return voidMichael Niedermayer2014-09-07
* | avcodec/h264: Allow partial escapingMichael Niedermayer2014-09-07
* | avcodec/hevc_ps: Always initialize backup in decode_vui()Michael Niedermayer2014-09-06
* | huffyuvdec: avoid large stack use.Reimar Döffinger2014-09-06
* | cabac: Allow hardcoding CABAC table.Reimar Döffinger2014-09-06
* | cabac: initialize all of ff_h264_cabac_tables programmatically.Reimar Döffinger2014-09-06
* | aacsbr: support hardcoding tables.Reimar Döffinger2014-09-06