27545 Commits (5bea615dc383cf3617c5057db4fbc6832fc64137)
 

Author SHA1 Message Date
Anton Khirnov 93b78d1210 lavf: make a variant of ff_get_str16_nolen public 14 years ago
Mans Rullgard d0f0f6287c armcc: filter out non-gcc options from ASFLAGS 14 years ago
Mans Rullgard 9d201b2606 configure: add filter_out() function 14 years ago
Ronald S. Bultje 44002d8323 Don't do edge emulation unless the edge pixels will be used in MC. 14 years ago
Jai Menon c0ae5152d1 ffmetaenc: Use correct format specifiers. 14 years ago
Mans Rullgard e781c4e6ff intfloat_readwrite: include "mathematics.h" for fallback macros 14 years ago
Mans Rullgard 1e48cdaac3 tty: remove superflous #include <strings.h> 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 3d157bf31f Makefile: fix cleaning of tools in tests directory 14 years ago
Daniel Verkamp 54fe299b88 configure: move network tests before results are needed 14 years ago
Georgi Chorbadzhiyski 6e78c8ee94 mpegtsenc: remove unused variables 14 years ago
Daniel Verkamp 3adbe49f2b Fix ALLPROGS_G so that *_g binaries get cleaned properly 14 years ago
Mans Rullgard e153e9a53a latm: remove superflous #includes 14 years ago
Mans Rullgard 6081f8c4e2 avidec: make print_tag() a macro and remove related ifdefs 14 years ago
Diego Elio Pettenò 119cc033fc Make RTPFirstDynamicPayloadHandler static to rtpdec.c 14 years ago
Diego Elio Pettenò 69ad22c7a7 Make ff_realmedia_mp3_dynamic_handler static. 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ò a6d1bd05c9 Make local variables static. 14 years ago
Diego Elio Pettenò f0a8676958 Make dvenc.c functions static to the unit. 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ò 3568853f63 Make this_year static to cmdutils.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
Mans Rullgard e63dd5fb04 fate: add h264 test for extreme cases in planar prediction 14 years ago
Mans Rullgard efa6ce9982 ffserver: put gcc attribute under proper ifdef 14 years ago
Martin Storsjö 2762a7a28b rtspdec: Retry with TCP if UDP failed 14 years ago
Martin Storsjo e836b1b085 rtspdec: Move rtsp_read_pause up, next to rtsp_read_play 14 years ago
Martin Storsjo aeb2de1c82 rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request 14 years ago
Martin Storsjo 93e7490ee0 rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request 14 years ago
Martin Storsjo fef5649a82 rtsp: Make make_setup_request a nonstatic function 14 years ago
Reimar Döffinger 4be170c937 Use av_fast_malloc instead of av_realloc. 14 years ago
Reimar Döffinger 032f406864 Handle input or output len of 0 properly in lzo decoder. 14 years ago
Martin Storsjö 2b0decf60b applehttp: Fix the key check in handle_variant_args 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
Stefano Sabatini 07b48f8c7a Do not set audio_resample to 0 if audio_sync_method is > 1. 14 years ago
Mans Rullgard 78f318be59 ARM: NEON: fix overflow in h264 16x16 planar pred 14 years ago
Mans Rullgard 5f3b8314a4 Add CFLAGS needed by PathScale compiler 14 years ago
Mans Rullgard a1e4b3f6d3 Disable symbol versioning on some BSDs 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