44437 Commits (95b854dd0630183d4130ad27097796ef167eb96b)

Author SHA1 Message Date
Paul B Mahol d1802e263c avcodec/dpx: add support for other single component 8bit files 4 years ago
Paul B Mahol 68fa294bf8 avcodec/dpx: add float support for single components and rgb(a) 4 years ago
Paul B Mahol 48a0eb21aa avcodec: add setts bitstream filter 4 years ago
James Almer 000b25096b avcodec/hevcdec: fix a return error value 4 years ago
James Almer 22edf7463c avcodec/hevcdec: add some missing allocation checks 4 years ago
James Almer 089706e009 avcodec/hevcdec: check that the local context list was allocated before dereferencing it 4 years ago
Andreas Rheinhardt a5daadd3a9 avcodec/mpegvideo_motion: Remove unnecessary headers 4 years ago
Andreas Rheinhardt 9c321b0e94 avcodec/mpegvideo_motion: Reindentation 4 years ago
Andreas Rheinhardt b681680d29 avcodec/mpegvideo_motion: Improve check to remove dead code 4 years ago
Michael Niedermayer 2a2082a41b avcodec/jpeg2000dec: Check atom_size in jp2_find_codestream() 4 years ago
Michael Niedermayer 3a24000e72 avcodec/mobiclip: Bound planar prediction value 4 years ago
Michael Niedermayer 980900d991 avcodec/jpeglsdec: Fix k=16 in ls_get_code_regular() 4 years ago
Michael Niedermayer 0791a515d3 avcodec/hevc_sei: Check payload size in decode_nal_sei_message() 4 years ago
Bohan Li 82aab8a4ee avcodec/libaomenc: add support for setting arbitrary libaom options 4 years ago
Paul B Mahol 4aef642cfd avcodec/fitsdec: properly initialize header->data_max 4 years ago
Paul B Mahol b6327612ab avcodec: add cri parser 4 years ago
Paul B Mahol 483cf7a183 avcodec/argo: fix linesize for RLE? in PAL8 mode 4 years ago
Andreas Rheinhardt 8d21eccd26 avcodec/g722enc: Validate parameters before using them 4 years ago
Anton Khirnov fffc35b870 mjpegdec: stop setting the QP table 4 years ago
Andreas Rheinhardt 134193a2ff avcodec/ac3enc: Share options and defaults 4 years ago
Andreas Rheinhardt bdd55e1dd8 avcodec/Makefile: Remove dependency for nonexistent files 4 years ago
Andreas Rheinhardt 698a4b22d0 avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only user 4 years ago
Paul B Mahol 2a2f685613 avcodec/xbm_parser: mark frame as intra only and as key frame 4 years ago
Paul B Mahol 4978512dcd avcodec/xbm_parser: split long line 4 years ago
Paul B Mahol 7dfa98665c avcodec: add xbm parser 4 years ago
Michael Niedermayer 4dfb7ff528 avcodec/vp9dsp_template: Fix integer overflows in itxfm_wrapper 4 years ago
Paul B Mahol 89e2fbceee avcodec/utils: unbreak BINKAUDIO_DCT duration calculation 4 years ago
Michael Niedermayer 401495def6 avcodec/mxpegdec: fix SOF counting 4 years ago
Michael Niedermayer a5ed6da9bd avcodec/rscc: Check inflated_buf size whan it is used 4 years ago
Andreas Rheinhardt 4f3d8cb554 avcodec/cabac_functions, x86/cabac: Include stddef.h 4 years ago
Paul B Mahol e818951505 avformat/cdxl: add support for custom 24bit pal8 formats 4 years ago
Jose Da Silva 7ccea3bf09 avcodec/xbmdec: get_nibble() minor speed increase, and binary reduction 4 years ago
Jose Da Silva 8c3d31fbee avcodec/xbmdec: convert() minor speed increase 4 years ago
Jose Da Silva 42c636c972 avcodec/xbmenc: Pre-compute variables once for parse_str_int() 4 years ago
Jose Da Silva b6bc981d25 avcodec/xbmenc: substitute end instead of recalculating end 4 years ago
Andreas Rheinhardt 8c01eb0a31 avcodec/cabac: Move encoder related stuff to libavcodec/tests/cabac.c 4 years ago
Andreas Rheinhardt 455d3a7684 avcodec/h264_levels, h265_profile_level: Remove ff_h26[45]_get_level 4 years ago
Mark Thompson ac05413dfb vc2enc: Add missing static to local variables 4 years ago
Paul B Mahol 85bdf18917 avcodec: add PFM image encoder 4 years ago
Michael Niedermayer 57f7e5caa3 avcodec/simple_idct: Fix undefined integer overflow in idct4row() 4 years ago
Michael Niedermayer 2a0d17c4d1 avcodec/cri: Use ff_set_dimensions() 4 years ago
Andreas Rheinhardt e742bf3421 avcodec/aacps_fixed_tablegen: Don't include config.h 4 years ago
Piotr Uracz 7ceceee8b6 avcodec/aac_ac3_parser: fix channel information parsing in case decoder is disabled 4 years ago
Michael Niedermayer 6de039823c avcodec/cscd: Check output len in zlib as in lzo 4 years ago
Michael Niedermayer 869fe41d10 avcodec/vp3: Check input amount in theora_decode_header() 4 years ago
Paul B Mahol 47be08640c avcodec/pnm: disable check for PFM as it is not needed 4 years ago
Andreas Rheinhardt 44e27d937d avcodec/dolby_e: Avoid duplicating sample rate table 4 years ago
Andreas Rheinhardt 7c27513d04 avcodec/dolby_e: Avoid code duplication when converting input 4 years ago
Andreas Rheinhardt 8cbff41583 avcodec/dolby_e_parse: Merge ff_dolby_e_parse_init/header 4 years ago
Andreas Rheinhardt fa3ab43fec avcodec/dolby_e_parser: Remove unused ParseContext 4 years ago