20527 Commits (f398617b197d9a44b27d3313df8cd6c72b6a168a)

Author SHA1 Message Date
Michael Niedermayer 0b2ac679e2 sonic: factorize tail_size 13 years ago
Michael Niedermayer 512beea529 sonicenc: limit quant so that golomb codes are less than 32 bits long 13 years ago
Michael Niedermayer efac6f7472 x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL 13 years ago
Michael Niedermayer c0dfc720ef mpegaudiodec: add prototypes for all functions that may need them 13 years ago
Michael Niedermayer 36e5c472c8 allcodecs: re-enable sonic 13 years ago
Michael Niedermayer a44cbc1cbc sonic: update to encode2() API 13 years ago
Bobby Bingham 4aade44c4a targaenc: Use named TGA_RLE constant instead of magic number 13 years ago
Bobby Bingham 8e59062597 Fix typo in targa encoder comment 13 years ago
Michael Niedermayer 70a9734544 dsputil: change assert(8) to av_assert2(8) 13 years ago
Michael Niedermayer 66bdc58550 get_cabac_inline_x86: workaround clang bug with disabled optimizations 13 years ago
Andrey Utkin b0fabed20f When copying pkt side_data, don't forget size, type 13 years ago
Lyubomir Marinov 63951aec2b libx264: feed x264_param_apply_profile from AVCodecContext.profile in absence of other information 13 years ago
Lyubomir Marinov fd9cd8cd5a libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max_size 13 years ago
Derek Buitenhuis 5c95a93411 dirac_arith: Fix unprotected inline asm 13 years ago
Clément Bœsch ee0f53e966 alsdec: fix misplaced parentheses. 13 years ago
Thilo Borgmann ac3f5a6879 alsdec: check return values. 13 years ago
Thilo Borgmann 66197988b1 alsdec: fix number of decoded samples in first sub-block in BGMC mode. 13 years ago
Thilo Borgmann 97f0efbfb8 alsdec: Fix out of ltp_gain_values read. 13 years ago
Michael Niedermayer 5b051ec3bd alsdec: Check that quantized parcor coeffs are within range. 13 years ago
Michael Niedermayer 23aae62c2c alsdec: Check k used for rice decoder. 13 years ago
Michael Niedermayer 9853e41aa0 alsdec: check opt_order. 13 years ago
Anton Khirnov 34ebbbfeec xsubenc: reindent 13 years ago
Anton Khirnov 466b39efaf lavc: replace AVCodecContext.encode with subtitle-specific callback 13 years ago
Anton Khirnov 9f64c8219a lavc: add const to private codec class initialization. 13 years ago
Michael Niedermayer a593f5bd9d arm/dca: Fix compilation of decode_blockcodes() with --enable-thumb 13 years ago
Carl Eugen Hoyos 6fa2532dd3 vda_h264.c: Change header inclusion order. 13 years ago
Mans Rullgard 2568646abb mpegvideo: drop unnecessary arguments to hpel_motion() 13 years ago
Mans Rullgard 66f5a6b419 mpegvideo: drop 'inline' from some functions 13 years ago
Anton Khirnov 66f52d0c3d nellymoserdec: drop support for s16 output. 13 years ago
Anton Khirnov 8b78c2969a bmpdec: only initialize palette for pal8. 13 years ago
Clément Bœsch d214e5cfb4 lavc/ass_split: add ff_ prefix to ass_style_get(). 13 years ago
Mans Rullgard 7689eea49a flacdsp: arm optimised lpc filter 13 years ago
Michael Niedermayer 0da0b5e0f8 pngdec: av_log() zlib errors 13 years ago
Ben Jackson 374c17c8fc lavc/vp56: Re-indent functions affected by threading refactor 13 years ago
Ben Jackson 39a3894ad5 lavc/vp6: Implement "slice" threading for VP6A decode 13 years ago
Ben Jackson 1c20fcf0b0 lavc/vp56: Simplify get/release_buffer code 13 years ago
Ben Jackson eebc11ebc8 lavc/vp56: Move golden_frame into VP56Context 13 years ago
Ben Jackson 6e86d6af6b lavc/vp6: Refactor vp6_decode_init into vp6_decode_init/vp6_decode_init_context 13 years ago
Ben Jackson 23503cadd1 lavc/vp56: Refactor ff_vp56_init into ff_vp56_init/ff_vp56_init_context 13 years ago
Michael Niedermayer 47277c4153 x86/v210: fix xmm clobbers 13 years ago
Nicolas George 37bbc9eb8b lavc/pgssubdec: use the PTS from the presentation segment. 13 years ago
Nicolas George 9dd8272431 lavc: set AVSubtitle.pts if possible. 13 years ago
Mans Rullgard cb6632809d libavcodec: remove av_destruct_packet_nofree() 13 years ago
Michael Niedermayer ab94d1be7a bintext: mark hscroll() as unused 13 years ago
Akihiro Tsukada c3c646a868 aacdec: add support for dual mono in Japanese DTV 13 years ago
Stefano Sabatini 8bdba0b3e9 tools: move raw-test program to tools, with the name fourcc2pixfmt 13 years ago
Luca Barbato 714508bcb9 vorbisdec: ensure FASTDIV denominator is never 1 13 years ago
Ben Jackson e3329474a3 pthread: Avoid crashes/odd behavior caused by spurious wakeups 13 years ago
Michael Niedermayer 93b240f4a5 mpegaudio_parser: reset state to prevent it to be random 13 years ago
Michael Niedermayer 570931d411 aacpsy: psy_3gpp_analyze_channel() handle energy == 0 13 years ago