]> git.sesse.net Git - ffmpeg/history - libavcodec
aacenc: remove the data arrays
[ffmpeg] / libavcodec /
2011-03-07 Young Han Leeaacenc: remove the data arrays
2011-03-07 Thadeu Lima de Sou... aac_latm_dec: use aac context and aac m4ac
2011-03-07 Justin Rugglesac3enc: add some assertions
2011-03-07 Justin Rugglesac3enc: use av_assert2() instead of assert() to make...
2011-03-07 Justin Rugglescosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_c...
2011-03-07 Carl Eugen HoyosFix compilation on powerpc with --disable-altivec.
2011-03-07 Sean McGovernh264_mp3toannexb_bsg: don't crash, but warn, if PPS...
2011-03-04 Justin Rugglesac3enc: add num_rematrixing_bands to AC3EncodeContext...
2011-03-04 Justin Rugglesac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
2011-03-02 Ronald S. Bultjevp3-mt: fix deadlock when first frame is not a keyframe.
2011-03-02 Mans Rullgardthreads: allow thread count of zero
2011-03-02 Baptiste Couduriervc1: fix decoding when end sequence is present
2011-03-01 Baptiste Coudurierdnxhd: allow encoding with Avid Nitris compatibility.
2011-03-01 Alexander Strangehuffyuv: Add multithreading support
2011-03-01 Alexander Strangepthreads: Fix bug introduced with thread_safe_callbacks
2011-02-27 Mans RullgardARM: VP8: fix build on systems with global symbol prefix
2011-02-27 Mans RullgardARM: fix vp8 neon with pic enabled
2011-02-25 Peter Rossbink: prevent overflows within binkidct by using int...
2011-02-25 Peter RossBink version 'b' audio decoder
2011-02-25 Peter Rossbinkaudio: simplify frame_len_bits and frame_len calcul...
2011-02-25 Peter Rossbinkaudio: remove unnecessary loop
2011-02-25 Peter Rossbinkaudio: perform band table scaling in decode_init
2011-02-25 Mans Rullgardbink: use LOCAL_ALIGNED for aligned stack data
2011-02-25 Kyledxva2: define required feature selection macros
2011-02-24 Anssi Hannuladca: use EXT_AUDIO_ID field to determine core extensions
2011-02-24 Justin Rugglesvmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
2011-02-24 Justin Rugglesvmdaudio: remove unnecessary fields from VmdAudioContex...
2011-02-24 Justin Rugglesvmdaudio: add out_bps to VmdAudioContext and use it...
2011-02-24 Justin Rugglesvmdaudio: simplify vmdaudio_decode_frame() by handling...
2011-02-24 Justin Rugglescosmetics: reindent after previous commit
2011-02-24 Justin Rugglesvmdaudio: move all silence chunk handling to vmdaudio_l...
2011-02-24 Justin Rugglescosmetics: remove debugging cruft
2011-02-24 Justin Rugglescosmetics: reindent after previous commit
2011-02-24 Justin Rugglesvmdaudio: simplify buffer pointer and header size handling.
2011-02-24 Justin Rugglesvmdaudio: set *data_size to zero when skipping small...
2011-02-24 Justin Rugglesvmdaudio: validate block type
2011-02-24 Justin Rugglesvmdaudio: use macros and a local variable for block...
2011-02-24 Justin Rugglesvmdaudio: correct the silent chunk count in the first...
2011-02-24 Justin Rugglesvmdaudio: output audio samples for standalone silent...
2011-02-24 Justin Rugglesvmdaudio: remove duplicated code by merging mono and...
2011-02-24 Justin Rugglesvmdaudio: fix raw_block_size calculation.
2011-02-22 Young Han Leeaacdec: Reduce the size of buf_mdct.
2011-02-21 Mans Rullgardvp8: ppc: fix invalid reads in altivec epel mc
2011-02-21 Mans Rullgardppc: fix vc1 inverse transform, unbreak build
2011-02-21 Ronald S. Bultjetarga: prevent integer overflow in bufsize check.
2011-02-21 Ronald S. BultjeVC1: merge idct8x8, coeff adjustments and put_pixels.
2011-02-21 Ronald S. Bultjedsputil: make {add/put/put_signed}_pixels_clamped(...
2011-02-21 Ronald S. BultjeVC1: inline vc1_put_block() in vc1_decode_i_blocks().
2011-02-20 Mans Rullgardamrnb: use correct size when copying lsf_r array
2011-02-20 Ronald S. BultjeVC1: don't use vc1_put_block() in vc1_decode_i_blocks_a...
2011-02-19 Ronald S. Bultjedsputil_mmx.c: remove ff_vector128.
2011-02-19 Reimar DöffingerFix invalid reads in VC1 decoder
2011-02-19 David ConradFix VP3 edge emulation
2011-02-19 Young Han Leeaacdec: dsputilize the scalar multiplication in intensi...
2011-02-18 Jason Garrett-GlaserVP3: fix decoding of videos with stride > 2048
2011-02-18 Jean-Daniel Dupastarga: fix potential buffer overreads
2011-02-18 Ronald S. BultjeFix PPC build.
2011-02-17 Jason Garrett-GlaserVP8: init one less near_mv
2011-02-17 Jason Garrett-GlaserVP8: split out declarations to new header
2011-02-17 Jason Garrett-GlaserVP8: faster MV clipping
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-17 Ronald S. BultjeVC1: simplify a calculation in a loop.
2011-02-17 Ronald S. BultjeVC1: transpose IDCT 8x8 coeffs while reading.
2011-02-17 Young Han Leemdct: remove unnecessary multiplication
2011-02-16 Justin Rugglesac3enc: fix bug in stereo rematrixing decision.
2011-02-16 Michael Niedermayervbv_delay AVOption for ABI compatibility
2011-02-16 Carl Eugen HoyosSet maximum lowres value for the MJPEG decoder to 3.
2011-02-16 Justin Rugglesac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs...
2011-02-16 Stefano SabatiniDocument audio_resample_close().
2011-02-16 Stefano SabatiniApply minor cosmetics fixes to the av_audio_resample_in...
2011-02-15 Justin Rugglesac3enc: change default floor code to 7.
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-15 Christophe MassiotPass VBV delay to the calling application via ctx
2011-02-15 Peter Rossbinkaudio: remove unused copy of AVCodecContext*
2011-02-15 Peter Rossbinkaudio: fix channel count check
2011-02-15 Young Han Leeaacdec: Implement LTP support.
2011-02-14 Alex Converseaac: remove dead SBR input scaling
2011-02-13 Justin Rugglesac3enc: Add x86-optimized function to speed up log2_tab().
2011-02-13 Anatoly Nenashevmpeg4video: ignore broken GOP headers
2011-02-13 Loren MerrittFFT: factor a shuffle out of the inner loop and merge...
2011-02-13 Peter Rossbink: permute Bink version 'b' quant matrices by invers...
2011-02-13 Peter Rossbink: simplify how quantization matrices are passed...
2011-02-12 Vitor SessakMake tables generation insensitive to floating-point...
2011-02-11 Ronald S. BultjeAdd missing terminating backslash
2011-02-11 Mans RullgardVP8: ARM optimised decode_block_coeffs_internal
2011-02-11 Mans RullgardARM optimised vp56_rac_get_prob()
2011-02-11 Peter Rossbink: reindent after last commit
2011-02-11 Peter RossBink version 'b' video decoder
2011-02-11 Alexander Strasservorbis dec: Remove obsolete comment
2011-02-11 Alexander Strasservorbis dec: cosmetics: Indent consistently
2011-02-11 Alexander Strasservorbis dec: cosmetics: Indent CPP cond properly
2011-02-11 Alexander Strasservorbis dec: Delete useless scopes, and reindent after...
2011-02-11 Jason Garrett-GlaserVP8: optimized mv prediction and decoding
2011-02-10 Justin Rugglesac3enc: Remove unneeded clipping of shift amount.
2011-02-10 Justin Rugglesac3enc: remove right shifting from lshift_tab() and...
2011-02-10 Mans RullgardRemove final semicolon from some macros
2011-02-10 Ronen Mizrahidvbsubenc: Fix placement of the object version
2011-02-10 Janne Grunaudvbsubdec: check against buffer overreads
2011-02-10 Reimar DöffingerDo not fail DVB sub decoding because of a few padding...
2011-02-10 Justin RugglesAdd x86-optimized versions of exponent_min().
next