]> git.sesse.net Git - ffmpeg/history - libavcodec
targa: fix potential buffer overreads
[ffmpeg] / libavcodec /
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().
2011-02-10 Mans RullgardRemove incorrect return statement from avcodec_thread_f...
2011-02-10 Mans Rullgardivi_dsp: remove semicolons after function definitions
2011-02-09 Mans RullgardFix build with threading disabled
2011-02-09 Mans Rullgardw32thread: add missing #include thread.h
2011-02-09 Reimar Döffingercheck sample_fmt in avcodec_open
2011-02-09 Alexander Strangevp3: Frame-based multithreading support
2011-02-09 Alexander StrangeDeprecate avcodec_thread_init()
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-08 Jason Garrett-GlaserUpdate qmin/qmax values for libx264 presets
2011-02-08 Jason Garrett-GlaserFix broken vbv_buffer_init handling in libx264.c
2011-02-08 Jason Garrett-GlaserVP8: idct_mb optimizations
2011-02-08 Ronald S. BultjeFix ff_emu_edge_core_sse() on Win64.
2011-02-08 Stefan Kostlogging: downgrade recoverable errors to warnings
2011-02-08 Janne Grunauh264: define FF_PROFILE_H264_HIGH_444 to the correct...
2011-02-07 Mans RullgardVP8: ARM NEON optimisations for dsp functions
2011-02-07 Jindrich Makovickadvbsubdec: pass correct input buffer size
2011-02-07 KostyaRemove Xan WC4 cruft from xan.c
2011-02-07 Kostya ShishkovXan4 decoder
2011-02-06 Sascha Sommerpass QDMC extradata to the decoder
2011-02-06 Diego Elio PettenòMake inter_rvlc and intra_rvlc static tables.
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
2011-02-06 Kieran KunhyaSet channel_layout for mpegaudio
2011-02-06 Alexander Strangevp3: Move table allocation code into a new function
2011-02-06 Alexander Strangevp3: Factor out expression
2011-02-04 Jason Garrett-GlaserVP8: slightly faster loopfilter sharpness logic
2011-02-04 Jason Garrett-GlaserVP8: faster deblock strength calculation
2011-02-04 Clément BœschRemove a few if (p) av_freep(&p) forms
2011-02-04 Jason Garrett-GlaserVP8: faster filter_level clip
2011-02-04 Jason Garrett-GlaserVP8: simplify lf_delta mb mode logic
2011-02-03 Anton KhirnovRename remaining occurrences of SAMPLE_FMT_* to AV_SAMP...
2011-02-03 Anton KhirnovReplace remaining occurrences of CODEC_TYPE_* with...
2011-02-03 Tomas HärdinAdd CODEC_ID_PRORES and bump lavc minor version
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2011-02-03 Nicolas GeorgeSet pkt_pts in avcodec_default_reget_buffer()
2011-02-02 Justin Rugglesac3enc: Change EXP_DIFF_THRESHOLD to 500.
2011-02-02 Mans RullgardARM: add helper macro for declaring constant data
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-02-02 Alex ConverseFix ff_imdct_calc_sse() on gcc-4.6
2011-02-01 Anssi Hannulah264: add profile names for the existing defines
2011-02-01 Janne Grunauh264: Add Intra and Constrained Baseline profiles to...
2011-02-01 Gianluigi Tiesidca: avoid C99 declaration in for() expression
2011-02-01 Jason Garrett-GlaserVP8: merge chroma MC calls
2011-02-01 Ronald S. BultjeImplement a SIMD version of emulated_edge_mc() for...
2011-01-31 Justin Rugglescosmetics: indentation
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-30 Jason Garrett-GlaserSlightly simplify VP8 inter_predict
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-29 Justin RugglesFlush final frames in libfaac encoder.
2011-01-29 Vitor SessakFix memory leak in ALS decoder in big endian systems
2011-01-29 Mans RullgardRearrange MpegEncContext to simplify access from asm
2011-01-29 Vitor SessakFix overread in altivec DSP function sad16
2011-01-29 Mans RullgardARM: update MpegEncContext offsets
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-29 Ronald S. BultjeOptimize C version of ff_emulated_edge_mc().
2011-01-28 Alex Converseaacdec: Convert some loop copies into memcpy()s.
next