Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-28Add special case for 2nd-order IIR filter.Justin Ruggles
2011-01-28Add ff_ to AVHWAccel decodersLuca Barbato
2011-01-28VP8: don't overread edges on fourtap MC.Ronald S. Bultje
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-28Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò
2011-01-28Add ff_ prefix to ac3_common_init().Justin Ruggles
2011-01-28ac3: Remove ff_ac3_critical_band_size_tab.Justin Ruggles
2011-01-28Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò
2011-01-28Pass field order flag to libx264Marco Gittler
2011-01-26Make ff_add_wav static to ra144.cDiego Elio Pettenò
2011-01-26Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò
2011-01-26Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò
2011-01-26Make ff_spatial_idwt_{init, slice} static to dwt.cDiego Elio Pettenò
2011-01-26Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò
2011-01-26Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò
2011-01-26Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò
2011-01-26Don't do edge emulation unless the edge pixels will be used in MC.Ronald S. Bultje
2011-01-26ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard
2011-01-26Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò
2011-01-26Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò
2011-01-26latm: remove superflous #includesMans Rullgard
2011-01-26Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard
2011-01-26Don't declare a pcm_dvd encoder.Diego Elio Pettenò
2011-01-26Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò
2011-01-26Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò
2011-01-26Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò
2011-01-26Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò
2011-01-26Mark qmf_window table static to atrac.c unit.Diego Elio Pettenò
2011-01-26x86: fix overflow in h264 8x8 planar predictionMans Rullgard
2011-01-26reindent after last commitKostya
2011-01-26Extend WavPack demuxer and decoder to support >2 channel audioKostya
2011-01-26ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard
2011-01-26MIPS: use inline asm only when supported by compilerMans Rullgard
2011-01-26aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau
2011-01-24Use av_fast_malloc instead of av_realloc.Reimar Döffinger
2011-01-23Remove redundant checks against MIN_CACHE_BITSMans Rullgard
2011-01-23get_bits: move tracing macros to end of fileMans Rullgard
2011-01-23Sanitise get_bits macros, part 2Mans Rullgard
2011-01-23Sanitise get_bits macros, part 1Mans Rullgard
2011-01-23Remove "libmpeg2" bitstream readerMans Rullgard
2011-01-23ac3enc: use dsputil functions in apply_window()Justin Ruggles
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-23Reindent.Ronald S. Bultje
2011-01-23Fix crash on resolution change (issue 2393).Ronald S. Bultje
2011-01-23Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard
2011-01-23Remove H.264 encoder fragmentsAlex Converse
2011-01-23aacenc: mark SBR absentAlex Converse
2011-01-2310l: reverse the biquad coefficients.Justin Ruggles
2011-01-23libfaac: add recognized profiles arrayAnssi Hannula