OSDN Git Service

coroid/libav_saccubus.git
2008-10-26 Baptiste Coudurierfix start position UL
2008-10-26 Baptiste Couduriersvq3 watermark code now needs zlib
2008-10-26 Baptiste Couduriersvq3 watermark decoding support, based on reverse engin...
2008-10-26 Vitor SessakSilence GCC warning
2008-10-26 Måns Rullgårdcosmetic: align backslashes in makefiles
2008-10-26 Måns RullgårdMerge OBJS-$(FOO) lists with same FOO
2008-10-26 Benjamin LarssonDisable codec downmix when not using simd instead of...
2008-10-26 Benjamin LarssonFix dca decoder with non simd float2int16 conversion
2008-10-26 Benjamin LarssonFix compilation with TRACE
2008-10-25 Carl Eugen... Remove unused code that can't be compiled without svn...
2008-10-25 Måns RullgårdARM: faster ARMv6 FASTDIV()
2008-10-25 Aurelien Jacobsremove useless ifdeffery, tscc won't do anything useful...
2008-10-25 Aurelien Jacobsenable zlib and bzlib only when useful
2008-10-25 Aurelien Jacobssvq3: remove unused include
2008-10-25 Michael NiedermayerDo not attempt to use the unscaled yuv2rgb converter...
2008-10-25 Måns RullgårdUse OBJS variable for all object files
2008-10-25 Måns RullgårdRemove unused SRCS make variable
2008-10-25 Måns RullgårdAdd CONFIG_GOLOMB and auto-select when needed
2008-10-25 Måns RullgårdAuto-enable CONFIG_MDCT when needed
2008-10-25 Måns RullgårdAC3 encoder doesn't need FFT
2008-10-25 Diego BiurrunAdd subtitle format section.
2008-10-25 Diego Biurruncosmetics: Slightly update MP3 support entry.
2008-10-25 Diego BiurrunMark formats requiring external libs with an 'E' in...
2008-10-25 Diego BiurrunAdd GSM into list of supported audio codecs.
2008-10-25 Diego Biurruncosmetics: Uniformize external library comments.
2008-10-25 David ConradDocumentation and changelog update for libspeex decoding
2008-10-25 Diego Biurruncosmetics: Change the order of mlp parser objects to...
2008-10-25 Diego BiurrunMove declaration of mlp decoder dependency on mlp parse...
2008-10-25 Baptiste Couduriercosmetics: ffserver -> FFserver
2008-10-25 Baptiste Couduriercosmetics, indentation
2008-10-25 Baptiste Couduriercheck if stream is set, fix potential segv
2008-10-24 Måns RullgårdBuild MMX/SSE FFT only if CONFIG_FFT is set
2008-10-24 Måns RullgårdDCA decoder needs FFT
2008-10-24 Måns Rullgårdconfigure: add foo_suggest facility
2008-10-24 Måns Rullgårdconfigure: add enable_weak and disable_weak
2008-10-24 Måns Rullgårdconfigure: allow recursive foo_select options
2008-10-24 Baptiste Couduriersimplify sample rate code, flv_set_audio_codec already...
2008-10-24 Måns RullgårdAuto-enable CONFIG_FFT for codecs that need it
2008-10-24 Måns Rullgårdconfigure: cosmetics
2008-10-24 Måns Rullgårdconfigure: add foo_select facility
2008-10-24 Måns Rullgårdconfigure: fix disabled_any to return false for empty...
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-24 Kenan GilletSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-10-24 Kenan GilletRename acelp_math.[ch] to celp_math.[ch] to prepare...
2008-10-24 Baptiste Coudurierforce sample rate to 16khz for speex in flv, fix speexa...
2008-10-24 Pascal Massiminofix for >2GB flv files
2008-10-24 David ConradSpeex decoding via libspeex
2008-10-24 Kostya ShishkovChoose RV3/4 DC quantizer correctly
2008-10-24 Baptiste Coudurierraw dnxhd de/muxer
2008-10-24 Baptiste Coudurierdnxhd parser
2008-10-23 Vitor SessakCosmetics: alignment
2008-10-23 Vitor SessakFix broken palette8to*.
2008-10-23 Baptiste Coudurierdnxhd codec is intra only
2008-10-23 Baptiste Coudurieradd state64 field to ParseContext storing last 8 bytes...
2008-10-23 Diego Biurruncosmetics: typo fix
2008-10-23 Diego BiurrunAdd information about a workaround for MinGW gcc versions.
2008-10-23 Benoit FouetRevert r15653.
2008-10-22 Aurelien Jacobs10l: missing change from r15667 - global header also...
2008-10-22 Aurelien Jacobsmatroskaenc: require global header
2008-10-22 Víctor PaesaFix spelling
2008-10-22 Diego PettenòInclude headers for optional libraries only when enabled.
2008-10-22 Diego Biurruncosmetics: Leave out quotes from libdirac pkg-config...
2008-10-21 Måns Rullgårdsplit bswap.h into per-arch files
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-21 Michael NiedermayerPort read_time() that works on x86_32 and 64 from noe.
2008-10-21 Jens RosenboomThe v4l2 driver can silently change the pixel format...
2008-10-21 Måns RullgårdARM: allow --cpu=armvN in configure
2008-10-21 Måns RullgårdAllow target name on every line in dependency postproce...
2008-10-21 Måns RullgårdDo not add $cross_prefix to compiler name given with...
2008-10-21 Måns Rullgårdconfigure: fix handling of option arguments containing...
2008-10-20 Reimar DöffingerUse x86_reg type instead of long in float_to_int16...
2008-10-20 Michael NiedermayerUse av_freep() in ff_parse_close().
2008-10-20 Andrew WasonCopy pts for each raw encoded frame.
2008-10-20 Kostya Shishkov34l: free RV3/4 context variables at the end
2008-10-20 Kostya ShishkovRV3 and RV4 decoders set some deblocking coefs for...
2008-10-20 Kostya ShishkovMark some of RV3/4 block types as having separate DC...
2008-10-20 Alexis BallierAdd missing sys/select.h #include, fixes compilation...
2008-10-20 Måns RullgårdARM: Kill warning in bswap_32()
2008-10-19 David ConradConvert typeof keyword into __typeof__; this is a gcc...
2008-10-19 Måns Rullgårdfix configure with libx264 disabled
2008-10-19 Stefano SabatiniRemove the ugly and unnecessary require_cpp_condition...
2008-10-19 Stefano SabatiniMake more clear the error message for the libx264 versi...
2008-10-19 David ConradCosmetics: reindent
2008-10-19 David ConradCombine non-bitexact sections
2008-10-19 David ConradVP3 loop filter is mmx2 not mmx
2008-10-19 Michael NiedermayerCheck for pts==dts on I/P frames in the presence of...
2008-10-18 Michael NiedermayerMove code setting delay and presentation_delayed a...
2008-10-18 Víctor PaesaFix issue 68:
2008-10-18 Diego Biurruncosmetics: Save some backslashes.
2008-10-18 Stefano SabatiniProvide more context to the opt_preset() error messages...
2008-10-18 Stefano SabatiniMake ffmpeg abort if a preset file contains an invalid...
2008-10-18 Stefano SabatiniProvide more context for the error message issued when...
2008-10-18 Michael NiedermayerAppend read data onto the buffer instead of overwriting...
2008-10-18 Alexander WichersNellymoser 8KHZ flv muxing fix, patch by Alexander...
2008-10-18 Alexander Wichers8HZ -> 8KHZ, cosmetics patch by Alexander Wichers devel...
2008-10-18 Michael NiedermayerAssume mono if no other information for raw.
2008-10-17 David ConradMMX VP3 Loop Filter
2008-10-16 Diego BiurrunRemove -fasm CFLAGS check, it is no longer needed.
2008-10-16 Diego BiurrunUpdate DEPEND_CMD comment to better explain why we...
next