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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-26Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò
2011-01-26Add ff_ prefix to ac3_common_init().Justin Ruggles
2011-01-26ac3: Remove ff_ac3_critical_band_size_tab.Justin Ruggles
2011-01-26Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò
2011-01-26Pass 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_ass_subtitle_header static to ass.cDiego Elio Pettenò
2011-01-25Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò
2011-01-25Make ff_spatial_idwt_{init, slice} static to dwt.cDiego Elio Pettenò
2011-01-25Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò
2011-01-25Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò
2011-01-25Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò
2011-01-25Don't do edge emulation unless the edge pixels will be used in MC.Ronald S. Bultje
2011-01-25ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard
2011-01-25Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò
2011-01-25Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò
2011-01-25latm: remove superflous #includesMans Rullgard
2011-01-25Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard
2011-01-25Don't declare a pcm_dvd encoder.Diego Elio Pettenò
2011-01-25Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò
2011-01-25Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò
2011-01-25Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò
2011-01-25Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò
2011-01-25Mark qmf_window table static to atrac.c unit.Diego Elio Pettenò
2011-01-25x86: fix overflow in h264 8x8 planar predictionMans Rullgard
2011-01-24Use av_fast_malloc instead of av_realloc.Reimar Döffinger
2011-01-24reindent after last commitKostya
2011-01-24Extend WavPack demuxer and decoder to support >2 channel audioKostya
2011-01-24ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard
2011-01-23MIPS: use inline asm only when supported by compilerMans Rullgard
2011-01-23aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau
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-22ac3enc: use dsputil functions in apply_window()Justin Ruggles
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-22Reindent.Ronald S. Bultje
2011-01-22Fix crash on resolution change (issue 2393).Ronald S. Bultje
2011-01-22Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard
2011-01-22Remove H.264 encoder fragmentsAlex Converse
2011-01-22aacenc: mark SBR absentAlex Converse
2011-01-2210l: reverse the biquad coefficients.Justin Ruggles
2011-01-22libfaac: add recognized profiles arrayAnssi Hannula
2011-01-22Move ID3v1 skip from decoder to demuxerClément Bœsch
2011-01-22dca: add profile namesAnssi Hannula
2011-01-22iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles
2011-01-22dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula