Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-28Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò
2011-01-28Add ff_ prefix to ac3_common_init().Justin Ruggles
2011-01-28ac3: Remove ff_ac3_critical_band_size_tab.Justin Ruggles
2011-01-28Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò
2011-01-28Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò
2011-01-28Pass field order flag to libx264Marco Gittler
2011-01-28mpegtsenc: set reserved bits to 1 in PCR fieldGeorgi Chorbadzhiyski
2011-01-26Make ff_add_wav static to ra144.cDiego Elio Pettenò
2011-01-26Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò
2011-01-26Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò
2011-01-26Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò
2011-01-26Make ff_spatial_idwt_{init, slice} static to dwt.cDiego Elio Pettenò
2011-01-26Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò
2011-01-26Remove unused ff_ac3_parse_header_full function.Diego Elio Pettenò
2011-01-26Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò
2011-01-26Make ff_h264_decode_rbsp_trailing static to h264.cDiego Elio Pettenò
2011-01-26Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò
2011-01-26mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
2011-01-26asfdec: remove some commented-out cruftAnton Khirnov
2011-01-26lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov
2011-01-26armcc: filter out non-gcc options from ASFLAGSMans Rullgard
2011-01-26configure: add filter_out() functionMans Rullgard
2011-01-26Don't do edge emulation unless the edge pixels will be used in MC.Ronald S. Bultje
2011-01-26ffmetaenc: Use correct format specifiers.Jai Menon
2011-01-26intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard
2011-01-26tty: remove superflous #include <strings.h>Mans Rullgard
2011-01-26ac3: remove ff_ac3_critical_band_size_tab[] external declarationMans Rullgard
2011-01-26Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.Diego Elio Pettenò
2011-01-26Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò
2011-01-26Makefile: fix cleaning of tools in tests directoryMans Rullgard
2011-01-26configure: move network tests before results are neededDaniel Verkamp
2011-01-26mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski
2011-01-26Fix ALLPROGS_G so that *_g binaries get cleaned properlyDaniel Verkamp
2011-01-26latm: remove superflous #includesMans Rullgard
2011-01-26avidec: make print_tag() a macro and remove related ifdefsMans Rullgard
2011-01-26Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò
2011-01-26Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò
2011-01-26Make denoise_dct_c() and dct_quantize_trellis_c() static in definitionsMans Rullgard
2011-01-26Don't declare a pcm_dvd encoder.Diego Elio Pettenò
2011-01-26Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò
2011-01-26Make local variables static.Diego Elio Pettenò
2011-01-26Make dvenc.c functions static to the unit.Diego Elio Pettenò
2011-01-26Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò
2011-01-26Make the ff_lockmgr_cb function pointer static to utils.cDiego Elio Pettenò
2011-01-26Make this_year static to cmdutils.cDiego Elio Pettenò
2011-01-26Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò
2011-01-26Mark qmf_window table static to atrac.c unit.Diego Elio Pettenò
2011-01-26x86: fix overflow in h264 8x8 planar predictionMans Rullgard
2011-01-26fate: add h264 test for extreme cases in planar predictionMans Rullgard