summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-262-32/+1
* Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-264-4/+4
* ac3: Remove ff_ac3_critical_band_size_tab.Justin Ruggles2011-01-261-13/+4
* Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò2011-01-262-4/+5
* Pass field order flag to libx264Marco Gittler2011-01-251-0/+4
* Make ff_add_wav static to ra144.cDiego Elio Pettenò2011-01-252-4/+2
* Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-253-42/+1
* Make ff_ass_subtitle_header static to ass.cDiego Elio Pettenò2011-01-252-26/+20
* Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò2011-01-251-1/+1
* Make ff_spatial_idwt_{init, slice} static to dwt.cDiego Elio Pettenò2011-01-252-4/+2
* Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò2011-01-252-8/+2
* Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2011-01-252-40/+0
* Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-252-7/+5
* Don't do edge emulation unless the edge pixels will be used in MC.Ronald S. Bultje2011-01-251-9/+14
* ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard2011-01-251-1/+0
* Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-01-252-5/+6
* Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-252-30/+0
* latm: remove superflous #includesMans Rullgard2011-01-251-6/+1
* Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard2011-01-251-4/+4
* Don't declare a pcm_dvd encoder.Diego Elio Pettenò2011-01-251-1/+1
* Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-251-12/+10
* Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò2011-01-242-2/+2
* Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò2011-01-241-1/+1
* Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò2011-01-244-8/+7
* Mark qmf_window table static to atrac.c unit.Diego Elio Pettenò2011-01-242-2/+1
* x86: fix overflow in h264 8x8 planar predictionMans Rullgard2011-01-241-4/+4
* Use av_fast_malloc instead of av_realloc.Reimar Döffinger2011-01-241-2/+1
* reindent after last commitKostya2011-01-241-6/+6
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-241-50/+216
* ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard2011-01-241-2/+2
* MIPS: use inline asm only when supported by compilerMans Rullgard2011-01-231-0/+4
* aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau2011-01-231-1/+1
* Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-234-60/+0
* get_bits: move tracing macros to end of fileMans Rullgard2011-01-231-21/+21
* Sanitise get_bits macros, part 2Mans Rullgard2011-01-231-196/+182
* Sanitise get_bits macros, part 1Mans Rullgard2011-01-232-74/+77
* Remove "libmpeg2" bitstream readerMans Rullgard2011-01-231-74/+3
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-223-13/+9
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-2213-68/+67
* Reindent.Ronald S. Bultje2011-01-221-4/+4
* Fix crash on resolution change (issue 2393).Ronald S. Bultje2011-01-221-4/+6
* Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard2011-01-221-7/+11
* Remove H.264 encoder fragmentsAlex Converse2011-01-224-340/+1
* aacenc: mark SBR absentAlex Converse2011-01-221-2/+7
* 10l: reverse the biquad coefficients.Justin Ruggles2011-01-221-6/+6
* libfaac: add recognized profiles arrayAnssi Hannula2011-01-221-0/+9
* Move ID3v1 skip from decoder to demuxerClément Bœsch2011-01-221-8/+0
* dca: add profile namesAnssi Hannula2011-01-211-0/+10
* iir: Change dst param to float* in ff_iir_filter_flt().Justin Ruggles2011-01-212-2/+2
* dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRAAnssi Hannula2011-01-211-5/+2