]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2006-07-15 diegoCreate infrastructure to install shared and static...
2006-07-15 diegoFix DESTDIR handling. DESTDIR got prepended twice...
2006-07-15 mruset defaults before showing help
2006-07-14 stefangavoid double copying of left border in luma prediction
2006-07-14 stefangreplace run by run+1 in VLC tables
2006-07-14 michaelcleanup
2006-07-14 stefangchange partition flags SYM -> FWD|SYM
2006-07-14 stefangset mvP2 also in PSKIP macroblock
2006-07-14 michaeloptionally (use_lpc=2) support Cholesky factorization...
2006-07-14 stefangavoid overflows of qp and pic_type
2006-07-14 diegoProperly handle vhook build flags for platforms that...
2006-07-14 diegocosmetics: Reorder some entries for more consistency...
2006-07-14 michaelunneeded #include
2006-07-14 diego10l: the ${prefix} variable should not be expanded...
2006-07-14 michaeladding a \ so we can add more lines without having...
2006-07-14 michaellinear least squares solver using cholesky factorization
2006-07-14 mruindent
2006-07-14 mrusimplify
2006-07-14 mrusimplify
2006-07-14 mruremove impossible #ifdef case
2006-07-13 mruremove old msvc cruft
2006-07-13 mruremove redundant #include <math.h>
2006-07-13 mrureplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-13 mrucleanup suggested by Michael Niedermayer
2006-07-13 mrumove adler32 to libavutil
2006-07-13 diegoSimplify the setting of some defaults.
2006-07-13 mruadd loop_input to AVFormatContext, getting rid of old...
2006-07-13 gpoirierAdd/improve PPC64 support. On such machines, "uname...
2006-07-13 michaeldither lpc cpeffs
2006-07-13 mruadd lost raw pcm input/output formats
2006-07-12 mrurename AMR config variables to CONFIG_AMR*
2006-07-12 mrustatic libvorbis needs -logg
2006-07-12 diegoRemove MPlayer-specific include option hacks.
2006-07-12 mrusplit compile and link in check_ld
2006-07-12 mrunut needs crc.o
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...
2006-07-11 diegoAlso remove versioned .so files on make clean.
2006-07-11 diegoCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-11 mrusimplify list processing
2006-07-11 mrutidy up option parsing
2006-07-11 mruanother round of cola, please
2006-07-11 mrulog stderr of test programs in check_exec()
2006-07-11 mrufind all codecs, even the ones with numbers
2006-07-11 mru10l to Diego for disabling all codecs
2006-07-11 diegoSplit CODEC_LIST into ENCODER_LIST AND DECODER_LIST.
2006-07-11 diegocosmetics: Fix indentation after last commit.
2006-07-11 diegoRemove old MSVC remnants.
2006-07-11 diegoCONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-10 diegoNot every 64 bit SPARC is an UltraSPARC so optimize...
2006-07-10 bcoudurierassign exact codec id, needed when stream copy
2006-07-10 diego100l: Add missing quotes to FFLDFLAGS in the MinGW...
2006-07-10 diegoMinGW should set FFLDFLAGS and not LDFLAGS so that...
2006-07-10 diegoMove MinGW section before the combination of FFLDFLAGS...
2006-07-10 diegoMove gprof compiler flag handling to configure.
2006-07-10 diegoRemove silly TEST variable that is used in one line...
2006-07-10 diegoMove MinGW LDFLAGS setting to configure.
2006-07-10 diegoMove UltraSparc CFLAG addition to configure.
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-07-09 michaelsimplify
2006-07-09 michaelavoid redundant local variables
2006-07-09 michaelsimplify
2006-07-09 diegoFastUVMV vs FastUVMC typo, noticed by bond
2006-07-09 mrumake some tables const
2006-07-09 mru--enable/disable parsers. Warning: some combinations...
2006-07-09 michaelcosmetic
2006-07-09 michaelremove STATS code (probably hasnt been used for years...
2006-07-09 kostyaCheck if 4-MV MB should not be decoded.
2006-07-09 kostyaMVRANGE may occur in all frames and RESPIC in all but...
2006-07-09 kostyaFix mquant selection for ALL_MBS mode
2006-07-09 kostyaUse overlap filter instead of loop filter.
2006-07-09 kostyaUse s->first_slice_line in checks instead of s->mb_y
2006-07-09 mru10l: make disabling all pcm/adpcm codecs work
2006-07-08 bcouduriersimplify, use LE_32, BE_32 macros
2006-07-08 mruonly build dpcm.o if its codecs are enabled
2006-07-08 mruforgot to remove adx.o from objs always built
2006-07-08 mrumake the adx adpcm codec available
2006-07-08 mruenable/disable pcm and adpcm codecs
2006-07-08 michaelset CONFIG_SMALL if user wants small ffmpeg
2006-07-08 michaelput the code which is specific for the large crc table...
2006-07-08 mrucosmetic: sort codec list alphabetically
2006-07-08 jbrallows user-settable block size and fixes related typo
2006-07-08 mrurewrite kconfig-style
2006-07-08 mruSun mlib works fine. Remove comment stating otherwise.
2006-07-08 mruEtsi identifies DTS audio with stream_private+descripto...
2006-07-08 diegoRemove bogus IPP section that is not referenced anywhere.
2006-07-08 bcoudurierclean up useless code
2006-07-08 bcoudurierbetter handling of partial files
2006-07-08 bcouduriernew mov_read_packet, mov_read_seek, fix seeking in...
2006-07-08 aurelset proper bits_per_sample value for ADPCM codecs
2006-07-07 mruremove -fforce-addr as it to generate slightly slower...
2006-07-07 michaelmoving utf8 reading function to libavutil
2006-07-07 aurelsimplify the voc demuxer using av_get_bits_per_sample()
2006-07-07 michaelseems i forgot to commit this simplification ...
2006-07-07 bcoudurierav_get_bits_per_sample and due simplifications
2006-07-07 diegoFix compilation with --disable-decoders.
2006-07-07 diegoChinese AVS decoder
2006-07-07 michaeltable contains vlc with 19 bits and 8*2 < 19
2006-07-07 diegospelling/grammar
2006-07-07 michaelunresponsive maintainer policy (its pretty much what...
next