]> git.sesse.net Git - ffmpeg/history - libavcodec
lavf: deprecate AVFormatContext.index_built
[ffmpeg] / libavcodec /
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.
2011-01-28 Stefano SabatiniIn the rawvideo decoder, set pkt_pts in the output...
2011-01-28 Ronald S. BultjeFix VP8 aliasing problems.
2011-01-28 Alex ConverseMake ff_float_to_int16*_c() static.
2011-01-28 Diego Elio PettenòHide the now-prefixed decoders, encoders, parsers,...
2011-01-28 Justin Rugglescosmetics: indentation and spacing
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-28 Justin RugglesAdd special case for 2nd-order IIR filter.
2011-01-27 Luca BarbatoAdd ff_ to AVHWAccel decoders
2011-01-26 Ronald S. BultjeVP8: don't overread edges on fourtap MC.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-26 Diego Elio PettenòMake ff_cmap_read_palette static to libavcodec/iff...
2011-01-26 Justin RugglesAdd ff_ prefix to ac3_common_init().
2011-01-26 Justin Rugglesac3: Remove ff_ac3_critical_band_size_tab.
2011-01-26 Diego Elio PettenòMark C base versions of FFT functions static to fft.c
2011-01-26 Marco GittlerPass field order flag to libx264
2011-01-25 Diego Elio PettenòMake ff_add_wav static to ra144.c
2011-01-25 Diego Elio PettenòMake ff_h264_find_frame_end static to h264.c; delete...
2011-01-25 Diego Elio PettenòMake ff_ass_subtitle_header static to ass.c
2011-01-25 Diego Elio PettenòMake ff_sin_tabs constant to rdft.c
2011-01-25 Diego Elio PettenòMake ff_spatial_idwt_{init, slice} static to dwt.c
2011-01-25 Diego Elio PettenòMake ff_png_pass_xmin and ff_png_pass_xshift static...
2011-01-25 Diego Elio PettenòRemove unused ff_ac3_parse_header_full function.
2011-01-25 Diego Elio PettenòMake ff_h264_decode_rbsp_trailing static to h264.c
2011-01-25 Ronald S. BultjeDon't do edge emulation unless the edge pixels will...
2011-01-25 Mans Rullgardac3: remove ff_ac3_critical_band_size_tab[] external...
2011-01-25 Diego Elio PettenòMove ff_ac3_critical_band_size_tab in ac3.c for non...
2011-01-25 Diego Elio PettenòRemove unused ac3_parametric_bit_allocation function.
2011-01-25 Mans Rullgardlatm: remove superflous #includes
2011-01-25 Mans RullgardMake denoise_dct_c() and dct_quantize_trellis_c() stati...
2011-01-25 Diego Elio PettenòDon't declare a pcm_dvd encoder.
2011-01-25 Diego Elio 'Flamee... Don't check for DEBUG before using dprintf.
2011-01-24 Diego Elio PettenòMake denoise_dct_c and dct_quantize_trellis_c static.
2011-01-24 Diego Elio PettenòMake the ff_lockmgr_cb function pointer static to utils.c
next