summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard2011-01-25
* Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-01-25
* Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-25
* Makefile: fix cleaning of tools in tests directoryMans Rullgard2011-01-25
* configure: move network tests before results are neededDaniel Verkamp2011-01-25
* mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski2011-01-25
* Fix ALLPROGS_G so that *_g binaries get cleaned properlyDaniel Verkamp2011-01-25
* latm: remove superflous #includesMans Rullgard2011-01-25
* avidec: make print_tag() a macro and remove related ifdefsMans Rullgard2011-01-25
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-25
* Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò2011-01-25
* Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard2011-01-25
* Don't declare a pcm_dvd encoder.Diego Elio Pettenò2011-01-25
* Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-25
* Make local variables static.Diego Elio Pettenò2011-01-25
* Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-25
* Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò2011-01-24
* Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò2011-01-24
* Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-24
* Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò2011-01-24
* Mark qmf_window table static to atrac.c unit.Diego Elio Pettenò2011-01-24
* x86: fix overflow in h264 8x8 planar predictionMans Rullgard2011-01-24
* fate: add h264 test for extreme cases in planar predictionMans Rullgard2011-01-24
* ffserver: put gcc attribute under proper ifdefMans Rullgard2011-01-24
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-24
* rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo2011-01-24
* rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo2011-01-24
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-24
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-24
* Use av_fast_malloc instead of av_realloc.Reimar Döffinger2011-01-24
* Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-24
* applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-24
* reindent after last commitKostya2011-01-24
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-24
* Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini2011-01-24
* ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard2011-01-24
* Add CFLAGS needed by PathScale compilerMans Rullgard2011-01-24
* Disable symbol versioning on some BSDsMans Rullgard2011-01-23
* MIPS: use inline asm only when supported by compilerMans Rullgard2011-01-23
* aacenc: fix typo in sync extension constant in 8ae0fa2Janne Grunau2011-01-23
* Remove redundant checks against MIN_CACHE_BITSMans Rullgard2011-01-23
* get_bits: move tracing macros to end of fileMans Rullgard2011-01-23
* Sanitise get_bits macros, part 2Mans Rullgard2011-01-23
* Sanitise get_bits macros, part 1Mans Rullgard2011-01-23
* Remove "libmpeg2" bitstream readerMans Rullgard2011-01-23
* Makefile: simplify test tools handlingMans Rullgard2011-01-23
* ffserver: cleanupReinhard Tartler2011-01-23
* ac3enc: use dsputil functions in apply_window()Justin Ruggles2011-01-22
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Reindent.Ronald S. Bultje2011-01-22