summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò2011-01-263-33/+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
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-262-11/+5
* 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
* mpegtsenc: set reserved bits to 1 in PCR fieldGeorgi Chorbadzhiyski2011-01-262-2/+2
* Make ff_add_wav static to ra144.cDiego Elio Pettenò2011-01-252-4/+2
* Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò2011-01-252-23/+18
* 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_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò2011-01-252-8/+4
* Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò2011-01-252-7/+5
* Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò2011-01-252-2/+1
* mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov2011-01-251-22/+11
* asfdec: remove some commented-out cruftAnton Khirnov2011-01-251-43/+0
* lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-253-20/+41
* armcc: filter out non-gcc options from ASFLAGSMans Rullgard2011-01-251-0/+1
* configure: add filter_out() functionMans Rullgard2011-01-251-0/+8
* Don't do edge emulation unless the edge pixels will be used in MC.Ronald S. Bultje2011-01-251-9/+14
* ffmetaenc: Use correct format specifiers.Jai Menon2011-01-251-2/+4
* intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard2011-01-251-1/+1
* tty: remove superflous #include <strings.h>Mans Rullgard2011-01-251-1/+0
* 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
* Makefile: fix cleaning of tools in tests directoryMans Rullgard2011-01-251-3/+3
* configure: move network tests before results are neededDaniel Verkamp2011-01-251-26/+26
* mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski2011-01-251-2/+0
* Fix ALLPROGS_G so that *_g binaries get cleaned properlyDaniel Verkamp2011-01-251-1/+1
* latm: remove superflous #includesMans Rullgard2011-01-251-6/+1
* avidec: make print_tag() a macro and remove related ifdefsMans Rullgard2011-01-251-19/+12
* Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò2011-01-252-2/+1
* Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò2011-01-251-1/+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-252-16/+10
* Make local variables static.Diego Elio Pettenò2011-01-251-2/+2
* Make dvenc.c functions static to the unit.Diego Elio Pettenò2011-01-252-9/+4
* 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
* Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-242-3/+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
* fate: add h264 test for extreme cases in planar predictionMans Rullgard2011-01-242-0/+102