29820 Commits (3e56ae67d300f0eed2b9040fcc7c5e3229f0cde1)

Author SHA1 Message Date
Michael Niedermayer 3e56ae67d3 avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 7258b5eb65 avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 743d489c9a avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 6f48c60956 avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer c4a0c64f14 avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 7fe59eeaaf avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 8b7a39d7ea avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO() 10 years ago
Michael Niedermayer 35a9959aca avcodec/snow: make new_picture const 10 years ago
Gabriel Dume ee0ebd3c14 dv: K&R formatting cosmetics 10 years ago
Michael Niedermayer 881f96c4c2 avcodec/rawenc: drop sizeof(AVFrame) dependency 10 years ago
Gabriel Dume 9752d07d33 dirac: K&R formatting cosmetics 10 years ago
Michael Niedermayer 1360db7e88 avcodec/mpeg4videodec: fix 'libavcodec/mpeg4videodec.c:2762:22: warning: unused variable mpeg4_vdpau_class [-Wunused-const-variable]' 10 years ago
Michael Niedermayer a67b6c9541 avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defined, evaluates to 0" 10 years ago
Michael Niedermayer baee313aa9 avcodec/diracdec: Fix "warning: comparison of constant 4 with expression of type enum dirac_subband is always true [-Wtautological-constant-out-of-range-compare]" 10 years ago
Carl Eugen Hoyos 2b1f6a3516 Print the actual bit depth for audio if it is different from the sample_fmt bit depth. 11 years ago
Michael Niedermayer 5a6dd925cb avcodec/ac3dec_fixed: remove unused arrays 11 years ago
Diego Biurrun 1274ea8dba Split off floating point AAN (I)DCT into separate components 11 years ago
Michael Niedermayer cfce6f7efd avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change() 11 years ago
Michael Niedermayer 0d0f7f0ba4 avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_frame_size_change() 11 years ago
Michael Niedermayer 2762323c37 avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame_size_change() 11 years ago
Michael Niedermayer 94c61cd9ae avcodec/mpegvideo: free_context_frame() cannot fail, make it return void 11 years ago
Michael Niedermayer 033a5334ba avcodec/h264: Allow partial escaping 11 years ago
Michael Niedermayer cbb277988a avcodec/hevc_ps: Always initialize backup in decode_vui() 11 years ago
Reimar Döffinger 3dbf569032 huffyuvdec: avoid large stack use. 11 years ago
Reimar Döffinger 092d1977cc cabac: Allow hardcoding CABAC table. 11 years ago
Reimar Döffinger 0f1281b2b8 cabac: initialize all of ff_h264_cabac_tables programmatically. 11 years ago
Reimar Döffinger 87c7fb2b21 aacsbr: support hardcoding tables. 11 years ago
Mickaël Raulet 684d0a0b23 avcodec/hevc: fix dead code 11 years ago
Michael Niedermayer 1654ca7d4e avcodec/mjpegdec: fix rounding of chroma_height 11 years ago
Michael Niedermayer dcb29d37d4 avcodec/mpegvideo: set codec tags in ff_mpv_decode_init() 11 years ago
Michael Niedermayer 4dee4a4470 avcodec/mpegvideo: Factor ff_mpv_decode_init() out 11 years ago
Diego Biurrun 2143948381 Drop unnecessary av_unused attributes. 11 years ago
Diego Biurrun 213e606752 Replace av_unused attributes by block structures 11 years ago
Diego Biurrun 096a1d5b46 rdft: Move some variables into a separate block 11 years ago
Diego Biurrun b574e1e97e get_bits: Add OPEN_READER macro variant w/o size_plus8 11 years ago
Benoit Fouet 4f10495055 tiff: fix {2,4}bpp grayscale palettes. 11 years ago
Stefano Sabatini 39b517fac0 lavc/libvpxenc: show crf CQ value in error message 11 years ago
James Almer 52ec81c67d x86/hevc_res_add: add missing guards to hevc_transform_add32_8_avx2 11 years ago
James Almer c3d2426cca x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2 11 years ago
James Darnley 46ef45ab59 lavc/x86/v210: give cpuflag to INIT macro 11 years ago
Diego Biurrun 4d55e9de27 vc1: Split bits used in libavformat into a separate header 11 years ago
Diego Biurrun f20518568a build: Split WMA frequencies into a separate object file 11 years ago
Diego Biurrun 803f8992f1 build: cosmetics: Group hwaccel OBJS declarations together 11 years ago
Reimar Döffinger 235d401bfa vorbisenc: avoid large stack allocation. 11 years ago
Reimar Döffinger fcfc90ed65 svq1enc: remove pointless array element. 11 years ago
Reimar Döffinger 6724254118 ffv1enc: reduce stack usage. 11 years ago
Diego Biurrun 2b8b0da09c fdctdsp: cosmetics: Drop one unnecessary if-block level 11 years ago
Gabriel Dume d2a4e4b9cc wma: K&R formatting cosmetics 11 years ago
Michael Niedermayer 928cb84b32 avcodec/idctdsp: Initialize ff_put/add_pixels_clamped correctly so that the optimized functions are also used 11 years ago
Michael Niedermayer 50841da143 avcodec/mpeg4videodec: fix automatic use of the xvid idct on non x86 11 years ago