]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-10-25 conradDocumentation and changelog update for libspeex decoding
2008-10-25 diegocosmetics: Change the order of mlp parser objects to...
2008-10-25 diegoMove declaration of mlp decoder dependency on mlp parse...
2008-10-25 bcouduriercosmetics: ffserver -> FFserver
2008-10-25 bcouduriercosmetics, indentation
2008-10-25 bcouduriercheck if stream is set, fix potential segv
2008-10-24 mruBuild MMX/SSE FFT only if CONFIG_FFT is set
2008-10-24 mruDCA decoder needs FFT
2008-10-24 mruconfigure: add foo_suggest facility
2008-10-24 mruconfigure: add enable_weak and disable_weak
2008-10-24 mruconfigure: allow recursive foo_select options
2008-10-24 bcouduriersimplify sample rate code, flv_set_audio_codec already...
2008-10-24 mruAuto-enable CONFIG_FFT for codecs that need it
2008-10-24 mruconfigure: cosmetics
2008-10-24 mruconfigure: add foo_select facility
2008-10-24 mruconfigure: fix disabled_any to return false for empty...
2008-10-24 diegoprettyprinting cosmetics
2008-10-24 diegospelling cosmetics
2008-10-24 diegoSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-10-24 diegoRename acelp_math.[ch] to celp_math.[ch] to prepare...
2008-10-24 bcoudurierforce sample rate to 16khz for speex in flv, fix speexa...
2008-10-24 skalfix for >2GB flv files
2008-10-24 conradSpeex decoding via libspeex
2008-10-24 kostyaChoose RV3/4 DC quantizer correctly
2008-10-24 bcoudurierraw dnxhd de/muxer
2008-10-24 bcoudurierdnxhd parser
2008-10-23 bcoudurierdnxhd codec is intra only
2008-10-23 bcoudurieradd state64 field to ParseContext storing last 8 bytes...
2008-10-23 diegoAdd information about a workaround for MinGW gcc versions.
2008-10-23 benoitRevert r15653.
2008-10-22 aurel10l: missing change from r15667 - global header also...
2008-10-22 aurelmatroskaenc: require global header
2008-10-22 victorFix spelling
2008-10-22 flameeyesInclude headers for optional libraries only when enabled.
2008-10-22 diegocosmetics: Leave out quotes from libdirac pkg-config...
2008-10-21 mrusplit bswap.h into per-arch files
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-21 michaelPort read_time() that works on x86_32 and 64 from noe.
2008-10-21 lucabeThe v4l2 driver can silently change the pixel format...
2008-10-21 mruARM: allow --cpu=armvN in configure
2008-10-21 mruAllow target name on every line in dependency postproce...
2008-10-21 mruDo not add $cross_prefix to compiler name given with...
2008-10-21 mruconfigure: fix handling of option arguments containing...
2008-10-20 reimarUse x86_reg type instead of long in float_to_int16...
2008-10-20 michaelUse av_freep() in ff_parse_close().
2008-10-20 benoitCopy pts for each raw encoded frame.
2008-10-20 kostya34l: free RV3/4 context variables at the end
2008-10-20 kostyaRV3 and RV4 decoders set some deblocking coefs for...
2008-10-20 kostyaMark some of RV3/4 block types as having separate DC...
2008-10-20 diegoAdd missing sys/select.h #include, fixes compilation...
2008-10-20 mruARM: Kill warning in bswap_32()
2008-10-19 mrufix configure with libx264 disabled
2008-10-19 stefanoRemove the ugly and unnecessary require_cpp_condition...
2008-10-19 stefanoMake more clear the error message for the libx264 versi...
2008-10-19 conradCosmetics: reindent
2008-10-19 conradCombine non-bitexact sections
2008-10-19 conradVP3 loop filter is mmx2 not mmx
2008-10-19 michaelCheck for pts==dts on I/P frames in the presence of...
2008-10-18 michaelMove code setting delay and presentation_delayed a...
2008-10-18 victorFix issue 68:
2008-10-18 diegocosmetics: Save some backslashes.
2008-10-18 stefanoProvide more context to the opt_preset() error messages...
2008-10-18 stefanoMake ffmpeg abort if a preset file contains an invalid...
2008-10-18 stefanoProvide more context for the error message issued when...
2008-10-18 michaelAppend read data onto the buffer instead of overwriting...
2008-10-18 bananNellymoser 8KHZ flv muxing fix, patch by Alexander...
2008-10-18 banan8HZ -> 8KHZ, cosmetics patch by Alexander Wichers devel...
2008-10-18 michaelAssume mono if no other information for raw.
2008-10-17 conradMMX VP3 Loop Filter
2008-10-16 diegoRemove -fasm CFLAGS check, it is no longer needed.
2008-10-16 diegoUpdate DEPEND_CMD comment to better explain why we...
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-10-16 flameeyesUse CONFIG_* macros in cmdutils.c for consistency.
2008-10-15 cehoyosRevert r15615: Enable AC-3 decoding regression tests.
2008-10-15 ramiroSupport absolute DOS paths for preset parameters
2008-10-15 benoitBump minor version after addition of FF_ARRAY_ELEMS...
2008-10-15 benoitUse of new bitstream in vorbis_enc.c.
2008-10-15 benoitCosmetics: fix indentation after previous commit.
2008-10-15 benoitAdd a flag to avoid calling vorbis_analysis_wrote twice...
2008-10-15 benoitAdd a macro to get the number of element in a table.
2008-10-14 michaelInclude zlib.h as its needed for watermark support,
2008-10-14 michaelExport svq1_packet_checksum() that is needed for svq3...
2008-10-14 michaelAdd variable to hold the svq3 watermarking key,
2008-10-13 cehoyosEnable AC-3 decoding regression tests.
2008-10-13 benoitAdd Jason Garrett-Glaser as libx264 maintainer.
2008-10-13 benoitAdd a space between frequencies and their units.
2008-10-13 benoitFix mem leak.
2008-10-13 cehoyosFix some icc warnings by using enum PixelFormat instead...
2008-10-13 aurelvp6dec: ensure we don't try to use a buffer with negati...
2008-10-12 mruEnable FAST_UNALIGNED on ARM variants that support it
2008-10-12 mruEnable FAST_UNALIGNED on PPC
2008-10-12 mruRevert "Replace sed trickery in the gcc dependency...
2008-10-12 mruconfigure: simplify PPC dcbzl check
2008-10-12 stefanoAdd preset options documentation strings.
2008-10-12 cehoyosUse PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
2008-10-12 cehoyosDon't include byteswap.h anymore.
2008-10-12 conradRemove unused variables
2008-10-12 diegoReplace sed trickery in the gcc dependency generation...
2008-10-12 stefanoFix inconsistent indent.
2008-10-12 diegoRevert the merger of LC_ALL declaration and export.
next