13132 Commits (176e176288ef597852072c2c01c5b4b5520aaba1)

Author SHA1 Message Date
Jason Garrett-Glaser 625e9309da VP8: faster MV clipping 14 years ago
Ronald S. Bultje 9a1ced321b dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Ronald S. Bultje 6c0d9369d8 VC1: simplify a calculation in a loop. 14 years ago
Ronald S. Bultje 2739dc5d85 VC1: transpose IDCT 8x8 coeffs while reading. 14 years ago
Young Han Lee 9c9912b995 mdct: remove unnecessary multiplication 14 years ago
Justin Ruggles 6159bd0d67 ac3enc: fix bug in stereo rematrixing decision. 14 years ago
Justin Ruggles 20a2a3da8f ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16(). 14 years ago
Stefano Sabatini 20bc55ce5c Document audio_resample_close(). 14 years ago
Justin Ruggles 660ab0e64d ac3enc: change default floor code to 7. 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Michael Niedermayer fad8143f5b vbv_delay AVOption for ABI compatibility 14 years ago
Christophe Massiot b6d0700058 Pass VBV delay to the calling application via ctx 14 years ago
Peter Ross c4c9fb4690 binkaudio: remove unused copy of AVCodecContext* 14 years ago
Peter Ross 136901567c binkaudio: fix channel count check 14 years ago
Young Han Lee ece6cca14a aacdec: Implement LTP support. 14 years ago
Alex Converse 4a7d992437 aac: remove dead SBR input scaling 14 years ago
Justin Ruggles 7539a1fee2 ac3enc: Add x86-optimized function to speed up log2_tab(). 14 years ago
Loren Merritt 11ab1e409f FFT: factor a shuffle out of the inner loop and merge it into fft_permute. 14 years ago
Peter Ross f20886e464 bink: permute Bink version 'b' quant matrices by inverse scan order 14 years ago
Peter Ross a093650b6c bink: simplify how quantization matrices are passed to read_dct_coeffs() 14 years ago
Michael Niedermayer 499c2d41d7 Make truncated mpeg4 GOP header check a bit more specific. 14 years ago
Stefano Sabatini 49d57a8269 Apply minor cosmetics fixes to the av_audio_resample_init() doxy. 14 years ago
Stefano Sabatini 7562101a9f Document audio_resample_close(). 14 years ago
Michael Niedermayer 2034ba08ec Detect null gop headers. 14 years ago
Vitor Sessak 0a18b64585 Make tables generation insensitive to floating-point implementation 14 years ago
Mans Rullgard 4ae3ee4ae9 VP8: ARM optimised decode_block_coeffs_internal 14 years ago
Mans Rullgard 5da7494dc5 ARM optimised vp56_rac_get_prob() 14 years ago
Peter Ross 35b8869651 bink: reindent after last commit 14 years ago
Peter Ross 547c67c935 Bink version 'b' video decoder 14 years ago
Michael Niedermayer 4f036b9f69 Clarify that pts_correction* fields are internal to libavcodec 14 years ago
Carl Eugen Hoyos 27a275e4bb Set maximum lowres value for the MJPEG decoder to 3. 14 years ago
Jason Garrett-Glaser ccba4f4c25 VP8: optimized mv prediction and decoding 14 years ago
Justin Ruggles 943dc94265 ac3enc: Remove unneeded clipping of shift amount. 14 years ago
Justin Ruggles 95234e051b ac3enc: remove right shifting from lshift_tab() and make lshift unsigned. 14 years ago
Mans Rullgard 98ec828775 Remove final semicolon from some macros 14 years ago
Ronen Mizrahi 41bb47bf96 dvbsubenc: Fix placement of the object version 14 years ago
Janne Grunau 1a08928538 dvbsubdec: check against buffer overreads 14 years ago
Reimar Döffinger 20708223db Do not fail DVB sub decoding because of a few padding bytes 14 years ago
Justin Ruggles a30ac54a19 Add x86-optimized versions of exponent_min(). 14 years ago
Mans Rullgard 952f231588 Remove incorrect return statement from avcodec_thread_free() 14 years ago
Mans Rullgard 7e1e8bf335 ivi_dsp: remove semicolons after function definitions 14 years ago
Mans Rullgard ee5bb31f99 Fix build with threading disabled 14 years ago
Mans Rullgard 74711b72cc w32thread: add missing #include thread.h 14 years ago
Reimar Döffinger 7ade06cc2e check sample_fmt in avcodec_open 14 years ago
Alexander Strange 4a5a16898f vp3: Frame-based multithreading support 14 years ago
Alexander Strange 043d2ff267 Deprecate avcodec_thread_init() 14 years ago
Alexander Strange b38f008ea6 Frame-based multithreading framework using pthreads 14 years ago
Jason Garrett-Glaser a97b9325cb Update qmin/qmax values for libx264 presets 14 years ago
Jason Garrett-Glaser 2c855cea85 Fix broken vbv_buffer_init handling in libx264.c 14 years ago
Jason Garrett-Glaser a1b0a3c8bd VP8: idct_mb optimizations 14 years ago