20820 Commits (4334ba043e9601717af3a7ca46addfaf154d5fb6)

Author SHA1 Message Date
Michael Niedermayer d5fd610dab wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) warning. 12 years ago
Janne Grunau b16d001b62 rv34: use ff_MPV_common_frame_size_change() 12 years ago
Janne Grunau 435c0b87d2 mpegvideo: add reinit function for frame parameter changes 12 years ago
Janne Grunau 1b3439b305 mpegvideo: move frame size dependent memory management to separate functions 12 years ago
Michael Niedermayer 0b2ac679e2 sonic: factorize tail_size 12 years ago
Michael Niedermayer 512beea529 sonicenc: limit quant so that golomb codes are less than 32 bits long 12 years ago
Michael Niedermayer efac6f7472 x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL 12 years ago
Michael Niedermayer c0dfc720ef mpegaudiodec: add prototypes for all functions that may need them 12 years ago
Michael Niedermayer 36e5c472c8 allcodecs: re-enable sonic 12 years ago
Michael Niedermayer a44cbc1cbc sonic: update to encode2() API 12 years ago
Luca Barbato 419ffb2390 avcodec: cleanup utils.c 12 years ago
Justin Ruggles ee90119e9e binkaudio: remove unneeded GET_BITS_SAFE macro 12 years ago
Justin Ruggles 7bfd1766d1 binkaudio: use float sample format 12 years ago
Justin Ruggles 0801b5979b binkaudio: use a different value for the coefficient scale for the DCT codec 12 years ago
Bobby Bingham 4aade44c4a targaenc: Use named TGA_RLE constant instead of magic number 12 years ago
Bobby Bingham 8e59062597 Fix typo in targa encoder comment 12 years ago
Michael Niedermayer 70a9734544 dsputil: change assert(8) to av_assert2(8) 12 years ago
Michael Niedermayer 66bdc58550 get_cabac_inline_x86: workaround clang bug with disabled optimizations 12 years ago
Andrey Utkin b0fabed20f When copying pkt side_data, don't forget size, type 12 years ago
Lyubomir Marinov 63951aec2b libx264: feed x264_param_apply_profile from AVCodecContext.profile in absence of other information 12 years ago
Lyubomir Marinov fd9cd8cd5a libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max_size 12 years ago
Derek Buitenhuis 5c95a93411 dirac_arith: Fix unprotected inline asm 12 years ago
Clément Bœsch ee0f53e966 alsdec: fix misplaced parentheses. 12 years ago
Thilo Borgmann ac3f5a6879 alsdec: check return values. 12 years ago
Thilo Borgmann 66197988b1 alsdec: fix number of decoded samples in first sub-block in BGMC mode. 12 years ago
Thilo Borgmann 97f0efbfb8 alsdec: Fix out of ltp_gain_values read. 12 years ago
Michael Niedermayer 5b051ec3bd alsdec: Check that quantized parcor coeffs are within range. 12 years ago
Michael Niedermayer 23aae62c2c alsdec: Check k used for rice decoder. 12 years ago
Michael Niedermayer 9853e41aa0 alsdec: check opt_order. 12 years ago
Anton Khirnov 34ebbbfeec xsubenc: reindent 12 years ago
Anton Khirnov 466b39efaf lavc: replace AVCodecContext.encode with subtitle-specific callback 12 years ago
Anton Khirnov 9f64c8219a lavc: add const to private codec class initialization. 12 years ago
Michael Niedermayer a593f5bd9d arm/dca: Fix compilation of decode_blockcodes() with --enable-thumb 12 years ago
Carl Eugen Hoyos 6fa2532dd3 vda_h264.c: Change header inclusion order. 12 years ago
Mans Rullgard 2568646abb mpegvideo: drop unnecessary arguments to hpel_motion() 12 years ago
Mans Rullgard 66f5a6b419 mpegvideo: drop 'inline' from some functions 12 years ago
Anton Khirnov 66f52d0c3d nellymoserdec: drop support for s16 output. 12 years ago
Anton Khirnov 8b78c2969a bmpdec: only initialize palette for pal8. 12 years ago
Clément Bœsch d214e5cfb4 lavc/ass_split: add ff_ prefix to ass_style_get(). 12 years ago
Mans Rullgard 7689eea49a flacdsp: arm optimised lpc filter 12 years ago
Michael Niedermayer 0da0b5e0f8 pngdec: av_log() zlib errors 12 years ago
Ben Jackson 374c17c8fc lavc/vp56: Re-indent functions affected by threading refactor 12 years ago
Ben Jackson 39a3894ad5 lavc/vp6: Implement "slice" threading for VP6A decode 12 years ago
Ben Jackson 1c20fcf0b0 lavc/vp56: Simplify get/release_buffer code 12 years ago
Ben Jackson eebc11ebc8 lavc/vp56: Move golden_frame into VP56Context 12 years ago
Ben Jackson 6e86d6af6b lavc/vp6: Refactor vp6_decode_init into vp6_decode_init/vp6_decode_init_context 12 years ago
Ben Jackson 23503cadd1 lavc/vp56: Refactor ff_vp56_init into ff_vp56_init/ff_vp56_init_context 12 years ago
Michael Niedermayer 47277c4153 x86/v210: fix xmm clobbers 12 years ago
Nicolas George 37bbc9eb8b lavc/pgssubdec: use the PTS from the presentation segment. 12 years ago
Nicolas George 9dd8272431 lavc: set AVSubtitle.pts if possible. 12 years ago