summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* | avcodec/hevc: fix dead codeMickaël Raulet2014-09-06
* | avcodec/mjpegdec: fix rounding of chroma_heightMichael Niedermayer2014-09-06
* | avcodec/mpegvideo: set codec tags in ff_mpv_decode_init()Michael Niedermayer2014-09-05
* | avcodec/mpegvideo: Factor ff_mpv_decode_init() outMichael Niedermayer2014-09-05
* | Merge commit '2143948381c8118bdc2f50bd4079520b9885bd54'Michael Niedermayer2014-09-05
|\|
| * Drop unnecessary av_unused attributes.Diego Biurrun2014-09-05
* | Merge commit '213e606752d16f51337e94431962fb5d7749c07e'Michael Niedermayer2014-09-05
|\|
| * Replace av_unused attributes by block structuresDiego Biurrun2014-09-05
* | Merge commit '096a1d5b46391f65dfd0bee6292e9962f53bd7c8'Michael Niedermayer2014-09-05
|\|
| * rdft: Move some variables into a separate blockDiego Biurrun2014-09-05
* | Merge commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611'Michael Niedermayer2014-09-05
|\|
| * get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun2014-09-05
* | tiff: fix {2,4}bpp grayscale palettes.Benoit Fouet2014-09-05
* | lavc/libvpxenc: show crf CQ value in error messageStefano Sabatini2014-09-05
* | x86/hevc_res_add: add missing guards to hevc_transform_add32_8_avx2James Almer2014-09-04
* | x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2James Almer2014-09-04
* | lavc/x86/v210: give cpuflag to INIT macroJames Darnley2014-09-05
* | Merge commit '4d55e9de27894ddfb337b28cd7aa6d14a12666d2'Michael Niedermayer2014-09-04
|\|