13020 Commits (19711af5cdc364f9e02ea8103dd6e1e09dc288a4)

Author SHA1 Message Date
Diego Elio Pettenò 7767d8d361 Mark C base versions of FFT functions static to fft.c 14 years ago
Marco Gittler b09f548285 Pass field order flag to libx264 14 years ago
Diego Elio Pettenò 1a88674862 Make ff_add_wav static to ra144.c 14 years ago
Diego Elio Pettenò 13eb6b9097 Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h 14 years ago
Diego Elio Pettenò cf1d794a49 Make ff_ass_subtitle_header static to ass.c 14 years ago
Diego Elio Pettenò d625a32d6b Make ff_sin_tabs constant to rdft.c 14 years ago
Diego Elio Pettenò ebb06d96ed Make ff_spatial_idwt_{init, slice} static to dwt.c 14 years ago
Diego Elio Pettenò f2e246f576 Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c. 14 years ago
Diego Elio Pettenò 676f1f533e Remove unused ff_ac3_parse_header_full function. 14 years ago
Diego Elio Pettenò 8529731961 Make ff_h264_decode_rbsp_trailing static to h264.c 14 years ago
Ronald S. Bultje 44002d8323 Don't do edge emulation unless the edge pixels will be used in MC. 14 years ago
Mans Rullgard 21c900129c ac3: remove ff_ac3_critical_band_size_tab[] external declaration 14 years ago
Diego Elio Pettenò 6ed3b504f9 Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables. 14 years ago
Diego Elio Pettenò 362bfe2997 Remove unused ac3_parametric_bit_allocation function. 14 years ago
Mans Rullgard e153e9a53a latm: remove superflous #includes 14 years ago
Mans Rullgard aa61e39eac Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions 14 years ago
Diego Elio Pettenò 5b5083b5fe Don't declare a pcm_dvd encoder. 14 years ago
Diego Elio 'Flameeyes' Pettenò 73a0b19ba3 Don't check for DEBUG before using dprintf. 14 years ago
Diego Elio Pettenò 1d4da6a460 Make denoise_dct_c and dct_quantize_trellis_c static. 14 years ago
Diego Elio Pettenò bb875b75ba Make the ff_lockmgr_cb function pointer static to utils.c 14 years ago
Diego Elio Pettenò 82e1f217f2 Rename sf_table in atrac.c unit to ff_atrac_sf_table. 14 years ago
Diego Elio Pettenò 53493f9a81 Mark qmf_window table static to atrac.c unit. 14 years ago
Mans Rullgard 80944df720 x86: fix overflow in h264 8x8 planar prediction 14 years ago
Reimar Döffinger 4be170c937 Use av_fast_malloc instead of av_realloc. 14 years ago
Kostya dacbcd170a reindent after last commit 14 years ago
Kostya 3bdc886c22 Extend WavPack demuxer and decoder to support >2 channel audio 14 years ago
Mans Rullgard 78f318be59 ARM: NEON: fix overflow in h264 16x16 planar pred 14 years ago
Mans Rullgard 7a5a168abe MIPS: use inline asm only when supported by compiler 14 years ago
Janne Grunau 2fd9035ddc aacenc: fix typo in sync extension constant in 8ae0fa2 14 years ago
Mans Rullgard f162e988aa Remove redundant checks against MIN_CACHE_BITS 14 years ago
Mans Rullgard 611a6f59ce get_bits: move tracing macros to end of file 14 years ago
Mans Rullgard fb5c841d5f Sanitise get_bits macros, part 2 14 years ago
Mans Rullgard bf5f9b528b Sanitise get_bits macros, part 1 14 years ago
Mans Rullgard 938f72e199 Remove "libmpeg2" bitstream reader 14 years ago
Justin Ruggles 3b924294ea ac3enc: use dsputil functions in apply_window() 14 years ago
Justin Ruggles 6eabb0d3ad Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 14 years ago
Ronald S. Bultje fcb7e535dd Reindent. 14 years ago
Ronald S. Bultje 9107892624 Fix crash on resolution change (issue 2393). 14 years ago
Mans Rullgard 96aad41e81 Make LOCAL_ALIGNED macro fully C99 compatible 14 years ago
Alex Converse ff3d43104f Remove H.264 encoder fragments 14 years ago
Alex Converse 8ae0fa243e aacenc: mark SBR absent 14 years ago
Justin Ruggles 98cfadd648 10l: reverse the biquad coefficients. 14 years ago
Anssi Hannula b92f76e209 libfaac: add recognized profiles array 14 years ago
Clément Bœsch 045b80e52d Move ID3v1 skip from decoder to demuxer 14 years ago
Anssi Hannula f4096bf6ee dca: add profile names 14 years ago
Justin Ruggles 69915b48d6 iir: Change dst param to float* in ff_iir_filter_flt(). 14 years ago
Anssi Hannula 8f4a5d225c dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA 14 years ago
Justin Ruggles 1c189fc533 cosmetics related to LPC changes. 14 years ago
Justin Ruggles 77a78e9bdc Separate window function from autocorrelation. 14 years ago
Justin Ruggles 56f8952b25 Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago