summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-263-42/+1
* Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò2011-01-261-1/+1
* Make ff_spatial_idwt_{init, slice} static to dwt.cDiego Elio Pettenò2011-01-262-4/+2
* Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò2011-01-262-8/+2
* Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò2011-01-262-40/+0
* Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-262-8/+4
* Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-262-7/+5
* Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò2011-01-262-2/+1
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-261-22/+11
* asfdec: remove some commented-out cruftAnton Khirnov2011-01-261-43/+0
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-263-20/+41
* armcc: filter out non-gcc options from ASFLAGSMans Rullgard2011-01-261-0/+1
* configure: add filter_out() functionMans Rullgard2011-01-261-0/+8
* Don't do edge emulation unless the edge pixels will be used in MC.Ronald S. Bultje2011-01-261-9/+14
* ffmetaenc: Use correct format specifiers.Jai Menon2011-01-261-0/+2
* intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard2011-01-261-1/+1
* tty: remove superflous #include <strings.h>Mans Rullgard2011-01-261-1/+0
* ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard2011-01-261-1/+0
* Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò2011-01-262-5/+6
* Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-262-30/+0
* Makefile: fix cleaning of tools in tests directoryMans Rullgard2011-01-261-3/+3
* configure: move network tests before results are neededDaniel Verkamp2011-01-261-26/+26
* mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski2011-01-261-2/+0
* Fix ALLPROGS_G so that *_g binaries get cleaned properlyDaniel Verkamp2011-01-261-1/+1
* latm: remove superflous #includesMans Rullgard2011-01-261-6/+1
* avidec: make print_tag() a macro and remove related ifdefsMans Rullgard2011-01-261-19/+12
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-262-2/+1
* Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò2011-01-261-1/+1
* Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard2011-01-261-4/+4
* Don't declare a pcm_dvd encoder.Diego Elio Pettenò2011-01-261-1/+1
* Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-262-16/+10
* Make local variables static.Diego Elio Pettenò2011-01-261-2/+2
* Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-262-9/+4
* Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò2011-01-262-2/+2
* Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò2011-01-261-1/+1
* Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-262-3/+1
* Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò2011-01-264-8/+7
* Mark qmf_window table static to atrac.c unit.Diego Elio Pettenò2011-01-262-2/+1
* x86: fix overflow in h264 8x8 planar predictionMans Rullgard2011-01-261-4/+4
* fate: add h264 test for extreme cases in planar predictionMans Rullgard2011-01-262-0/+102
* ffserver: put gcc attribute under proper ifdefMans Rullgard2011-01-261-1/+4
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-263-2/+56
* rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo2011-01-261-18/+18
* rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo2011-01-261-6/+1
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-262-22/+43
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-262-2/+9
* applehttp: Fix the key check in handle_variant_argsMartin Storsjö2011-01-261-1/+1
* reindent after last commitKostya2011-01-262-25/+25
* Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-262-66/+324
* Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini2011-01-261-1/+3