]> git.sesse.net Git - ffmpeg/history - libavcodec
Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.
[ffmpeg] / libavcodec /
2009-08-05 Diego BiurrunDo not check for both CONFIG_H263_ENCODER and CONFIG_FL...
2009-08-05 Diego BiurrunMake FLV encoder depend on H.263 encoder in configure.
2009-08-05 Diego BiurrunDo not check for both CONFIG_H263_ENCODER and CONFIG_H2...
2009-08-05 Diego BiurrunMake H.263+ (H263P) encoder depend on H.263 encoder...
2009-08-05 Diego BiurrunDeclare the dependencies of the MSMPEG4v1/MSMPEG4v2...
2009-08-05 Diego BiurrunDo not redundantly check for preprocessor definitions...
2009-08-05 Diego BiurrunDeclare the dependency of RV10/RV20 encoder on the...
2009-08-05 Justin Rugglescosmetics: move fixed_coeffs into the aligned arrays...
2009-08-05 Justin Rugglescosmetics: reindent after last commit
2009-08-05 Justin Rugglesac3dec: simplify zero-bit mantissa dithering by calcula...
2009-08-05 Justin Rugglescosmetics: indentation and line wrap
2009-08-05 Justin Rugglescosmetics after last commit
2009-08-05 Justin RugglesModify decode_band_structure() so that the actual band...
2009-08-05 Justin RugglesUse coupling band sizes instead of coupling band struct...
2009-08-04 Ronald S. BultjeParse frame size code, see "svq3.c: parse frame size...
2009-08-04 John AdcockUpdate x264 asm code to latest to add support for 64...
2009-08-03 Diego BiurrunSplit RV10 encoder off into its own file.
2009-08-03 Diego BiurrunSplit RV20 encoder into its own file.
2009-08-03 Justin Rugglescosmetics: add more detailed information to the documen...
2009-08-03 Jeff DownsCosmetic: Reindent after last commit
2009-08-03 Jeff DownsRevert r18344. Fixes at least issue 1218, 1221, and...
2009-08-03 Colin McQuillanCorrect the sign of the arithmetic in ff_celp_lp_zero_s...
2009-08-03 Diego BiurrunMove AVCodec declarations for RV10/20 from mpegvideo_en...
2009-08-03 Colin McQuillanExpose QCELP's floating-point LSP-to-LPC function
2009-08-03 Colin McQuillanMake the LSP naming more consistent
2009-08-03 Justin RugglesReplace 5 with AOT_SBR when referring to the MPEG-4...
2009-08-02 Diego BiurrunRemove commented-out cruft.
2009-08-02 Diego BiurrunMake XVMC mpegvideo decoder depend on mpegvideo decoder.
2009-08-02 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-08-02 Sascha Sommeradd approved hunks of the wmapro decoder
2009-08-02 Diego Biurruncosmetics: K&R coding style
2009-08-02 Diego Biurruncosmetics: K&R coding style
2009-08-02 Baptiste Couduriercosmetics, reindent
2009-08-02 Baptiste Couduriercosmetics, reindent
2009-08-02 Baptiste Coudurierfix jpeg parser when PARSER_FLAG_COMPLETE_FRAMES is set
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-07-30 Diego BiurrunRemove unused debug av_log() calls.
2009-07-30 Diego BiurrunRemove unused variable intra_count.
2009-07-29 Diego BiurrunOnly enable WMV3 decoder when it has been turned on...
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_DECODER and CONFIG_WMV...
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_VDPAU_DECODER and...
2009-07-29 Diego BiurrunDo not check for CONFIG_VC1_VAAPI_HWACCEL, the file...
2009-07-28 Diego BiurrunUse dprintf() instead of '#ifdef DEBUG' and av_log().
2009-07-27 Måns RullgårdARM: cleaner selection of ELF-spefic assembler directives
2009-07-27 Diego BiurrunRemove disabled function get_num().
2009-07-27 Martin StorsjöConditionally compile ELF-specific ARM assembly bits...
2009-07-26 Janne GrunauSet subtitle type in DVD and XSUB subtitle decoders.
2009-07-26 Diego BiurrunRemove unnecessary mpeg12data.o entries from OBJS-...
2009-07-26 Diego BiurrunRemove duplicated mpeg12data.o entries.
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-24 Aurelien Jacobsfix various compilation dependencies
2009-07-23 Diego Biurrunrefactoring: properly separate AC-3 and E-AC-3 code
2009-07-23 Diego BiurrunMake sure that eac3_decoder only gets enabled when...
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-07-22 Diego Biurruncosmetics: Reorder some tables/lines to make future...
2009-07-22 Diego Biurrun#include just the required stdint.h instead of libavuti...
2009-07-22 Diego Biurruncosmetics: small typo fixes
2009-07-22 Diego Biurruncosmetics: reindent/prettyprint after last commit
2009-07-22 Diego BiurrunOnly compile in NEON optimizations for H.264 when the...
2009-07-22 Diego BiurrunDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-07-22 Diego BiurrunMake Theora decoder depend on the VP3 decoder.
2009-07-22 Diego BiurrunAdd missing stdint.h #include to fix 'make checkheaders'.
2009-07-22 Alex ConverseRevert unintended portion of last commit. (Setting...
2009-07-22 Alex ConverseBe sure to increment our position in the coefficient...
2009-07-21 Diego BiurrunMake E-AC-3 decoder depend on the AC-3 decoder.
2009-07-20 Måns RullgårdARM: handle VFP register arguments in ff_vector_fmul_wi...
2009-07-20 Måns RullgårdARM: check for VFP register arguments
2009-07-20 Alex ConverseRemove an unused field from the BandCodingPath struct.
2009-07-20 Alex ConverseActually use all the codebooks we are iterating over...
2009-07-20 Alex ConverseFix an integer overflow in the AAC encoder.
2009-07-20 Diego BiurrunMake VP6A/VP6F decoders depend on the VP6 decoder.
2009-07-19 Diego BiurrunRemove two more lines related to the WMV3 decoder.
2009-07-19 Diego BiurrunMake WMV3 decoders depend on their VC-1 counterparts.
2009-07-17 Alex ConverseReplace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a...
2009-07-17 Alex ConverseDead code removal in the AAC encoder.
2009-07-17 Carl Eugen HoyosIcc 11.1 still does not align the stack pointer, disabl...
2009-07-16 Alex ConverseAdd iirfilter to the TESTPROGS variable (and target)
2009-07-16 Alex ConverseWhen calculating AAC quantized band cost, don't leave...
2009-07-16 Alex ConverseIIR filter test program.
2009-07-16 Diego Biurruncosmetics: Move some code blocks to reduce the number...
2009-07-14 Janne GrunauSet subtitle type in DVB subtitle decoder.
2009-07-14 Alex ConverseUse cutoff frequency to adjust bandwidth in the generic...
2009-07-13 David ConradFix "warning: assignment discards qualifiers from point...
2009-07-13 Art ClarkeFix memory leak in libtheora encoder
2009-07-12 Diego BiurrunMake VAAPI/VDPAU variant of decoder foo depend on decod...
2009-07-10 Alex ConverseCosmetics: reindent after last commit
2009-07-10 Alex ConverseIgnore subsequent channel configurations after the...
2009-07-10 Alex ConverseMark iir filter init and free functions av_cold.
2009-07-10 Alex ConverseFix "iirfilter.c:55: warning: unused variable ‘size’"
2009-07-10 Alex ConverseEliminate use of complex.h from iirfilter.c
2009-07-09 Alex ConverseChange fminf/fmaxf to FFMIN/FFMAX to fix the build...
2009-07-09 Måns RullgårdFix declarations of complex numbers
2009-07-08 Alex ConverseReindent after last commit
2009-07-08 Alex ConversePrevent AAC frame size overflows.
2009-07-08 Alex ConverseRefactor windowing and early psy from bitstream writing...
2009-07-08 Alex ConverseTurn on AAC rate control.
2009-07-08 Diego Biurruncosmetics: Remove unnecessary {} around if/for blocks;
2009-07-08 Diego Biurruncosmetics: prettyprinting, K&R style, break overly...
2009-07-08 Alex ConverseCosmetics: Pretty print the AAC encoder.
2009-07-08 Alex ConverseMerge the AAC encoder from SoC svn. It is still conside...
next