28149 Commits (421c116fc498c2564823b96182c5baddcc0629b6)

Author SHA1 Message Date
Michael Niedermayer 849d40dce6 avcodec/mpegvideo_enc: change some asserts to av_asserts 11 years ago
Michael Niedermayer f703dae7aa avcodec/cngdec: use av_mallocz_array() 11 years ago
Michael Niedermayer 2773ab36cc avcodec/jpeglsdec/ff_jpegls_decode_lse: check len field validity 11 years ago
Michael Niedermayer 020600eed1 avcodec/jpeglsdec: ask for sample for "oversized image" 11 years ago
Michael Niedermayer 375013e3d6 avcodec/mpeg12dec: drop confusing av_dlog() 11 years ago
Anthoine Bourgeois d8ab7f31dd avcodec/dirac_arith: Fix build with PIC and stack-check options 11 years ago
Michael Niedermayer dddacf780f avcodec/sanm: use named consant instead of literal number 11 years ago
Michael Niedermayer acf112ba6e avcodec/mpegvideo: remove AVFrame padding, as the hack isnt needed anymore 11 years ago
Michael Niedermayer 2ca553ed9c avcodec/snowenc: remove operations that have become redundant with AVFrame pointers 11 years ago
Michael Niedermayer 44841528c1 avcodec/mpegaudioenc_template: reorder operations to prevent integer overflow 11 years ago
Michael Niedermayer 9d66aa2c8f avcodec/mpegaudioenc_template: dont crash on bitrate=0 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Vittorio Giovara b6a09ef700 rawvideo: Support decoding YVYU422 FourCC 11 years ago
Michael Niedermayer 2daf580284 avcodec/j2kenc: use av_malloc(z)_array() 11 years ago
Michael Niedermayer 8ff061095f avcodec/libzvbi-teletextdec: remove * 1 11 years ago
Michael Niedermayer 818aaa7636 avcodec/libopencore-amr: use av_mallocz_array() 11 years ago
Michael Niedermayer e20e854ca0 vcodec/bitstream: use av_malloc_array() 11 years ago
Michael Niedermayer 33c9bb943b avcodec/avpacket: use av_malloc_array() 11 years ago
Michael Niedermayer e4c180c05a avcodec/a64multienc: use av_malloc(z)_array() 11 years ago
Michael Niedermayer c8a1f10cf4 avcodec/ac3enc_float: use av_malloc_array() 11 years ago
Vittorio Giovara 46439e1562 mp2: match twolame default options 11 years ago
Paul B Mahol 718907cd88 libtwolame MP2 encoding support 11 years ago
Carl Eugen Hoyos 836b60ce2b Fix standalone compilation of vp7 and vp8 decoder. 11 years ago
Carl Eugen Hoyos 993a5afaad Read aspect ratio from tiff image files. 11 years ago
Vittorio Giovara 17a75a8c09 libxvid: fix missing end of line character 11 years ago
Matt Oliver 158a80cc0b Remove leal op to fix icl inline asm. 11 years ago
Michael Niedermayer a75ba1e116 avcodec/h264/find_start_code: factorize addition out 11 years ago
Stephan Hilb 541bebd414 lavc/cpia: use avpriv_report_missing_feature() 11 years ago
Stephan Hilb 5dae3cf357 lavc/cpia: fix typo in log message 11 years ago
Luca Barbato e10fd08aa7 h264: Refactor decode_nal_units 11 years ago
Timothy Gu c389a80494 libxvid: Add SSIM displaying through a libxvidcore plugin 11 years ago
Timothy Gu 5ce7ca68b8 libxvid: add working lumimasking and variance AQ 11 years ago
Janne Grunau d3789eeeed aarch64: implement videodsp.prefetch 11 years ago
Hendrik Leppkes fc7e02f0ff dcadsp: fix SSE code to not use SSE2 instructions. 11 years ago
Michael Niedermayer 28f8114bd2 avcodec/vp8: fix checking vp7_feature_value_size 11 years ago
Paul B Mahol 6f273093e5 LucasArts SMUSH VIMA audio decoder 11 years ago
Paul B Mahol a420ccd4f2 LucasArts SMUSH SANM video decoder 11 years ago
Michael Niedermayer 754f84663e avcodec/msrle: check return code for success before use 11 years ago
Michael Niedermayer f87b3d5523 avcodec/pthread_frame: fix missing unlock on error 11 years ago
Carl Eugen Hoyos 59c1023ef5 Consider aspect ratio when writing tiff dpi. 11 years ago
Michael Niedermayer d167faafe9 avcodec/wma: use av_freep(), do not leave stale pointers in memory 11 years ago
Michael Niedermayer 26e70fd5ba avcodec/vp8: fix name of copy_luma() 11 years ago
James Almer a1ac12bddd x86/dcadsp: add ff_dca_lfe_fir0_fma3 11 years ago
James Almer 7d2116dd09 x86/synth_filter: compile avx and fma3 functions unconditionally 11 years ago
Thilo Borgmann ec8789ac63 Reindent after last commit. 11 years ago
Thilo Borgmann 8c161d7884 lavc/exif: Make EXIF IFD decoding part of private API/ABI. 11 years ago
Michael Niedermayer 490d53e335 avcodec/x86/dcadsp_init: fix compilation failure without FMA3 11 years ago
Christophe Gisquet dfd865e51b x86/synth_filter: remove the main loop when it's not needed 11 years ago
Diego Biurrun 5f92204370 dsputil: Move DV-specific ff_zigzag248_direct table to dvdata 11 years ago
Diego Biurrun 57b5b84e20 x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belong 11 years ago