]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-07-08 Baptiste Couduriersimplify, use LE_32, BE_32 macros
2006-07-08 Måns Rullgårdonly build dpcm.o if its codecs are enabled
2006-07-08 Måns Rullgårdforgot to remove adx.o from objs always built
2006-07-08 Måns Rullgårdmake the adx adpcm codec available
2006-07-08 Måns Rullgårdenable/disable pcm and adpcm codecs
2006-07-08 Michael Niedermayerset CONFIG_SMALL if user wants small ffmpeg
2006-07-08 Michael Niedermayerput the code which is specific for the large crc table...
2006-07-08 Måns Rullgårdcosmetic: sort codec list alphabetically
2006-07-08 Justin Rugglesallows user-settable block size and fixes related typo
2006-07-08 Måns Rullgårdrewrite kconfig-style
2006-07-08 Måns RullgårdSun mlib works fine. Remove comment stating otherwise.
2006-07-08 Nico SabbiEtsi identifies DTS audio with stream_private+descripto...
2006-07-08 Diego BiurrunRemove bogus IPP section that is not referenced anywhere.
2006-07-08 Baptiste Coudurierclean up useless code
2006-07-08 Baptiste Coudurierbetter handling of partial files
2006-07-08 Baptiste Couduriernew mov_read_packet, mov_read_seek, fix seeking in...
2006-07-08 Aurelien Jacobsset proper bits_per_sample value for ADPCM codecs
2006-07-07 Måns Rullgårdremove -fforce-addr as it to generate slightly slower...
2006-07-07 Michael Niedermayermoving utf8 reading function to libavutil
2006-07-07 Aurelien Jacobssimplify the voc demuxer using av_get_bits_per_sample()
2006-07-07 Michael Niedermayerseems i forgot to commit this simplification ...
2006-07-07 Baptiste Coudurierav_get_bits_per_sample and due simplifications
2006-07-07 Emiliano ParasassiFix compilation with --disable-decoders.
2006-07-07 Diego BiurrunChinese AVS decoder
2006-07-07 Michael Niedermayertable contains vlc with 19 bits and 8*2 < 19
2006-07-07 Diego Biurrunspelling/grammar
2006-07-07 Michael Niedermayerunresponsive maintainer policy (its pretty much what...
2006-07-07 Baptiste Coudurieradd MS ADPCM fourcc
2006-07-07 Baptiste Coudurierskip others fourcc, if present
2006-07-07 Baptiste Coudurierclean
2006-07-07 Kostya ShishkovImprove chroma MC: correct case for FASTUVMC=1, use...
2006-07-07 Kostya ShishkovEnable coefficient scaling
2006-07-07 Kostya ShishkovDon't read out-of-bounds values.
2006-07-06 Måns Rullgårdsimplify
2006-07-06 Måns Rullgårdbuild mpegaudio.c and ac3enc.c only if needed
2006-07-06 Stefan Gehrerhopefully better for platforms not supporting misaligne...
2006-07-06 Stefan Gehrermake use of 16x16 motion comp functions, 16x8 and 8x16...
2006-07-06 Michael Niedermayerincreasing version for AVBitStreamFilters
2006-07-06 Michael Niedermayernoise bitstream filter
2006-07-06 Michael NiedermayerAVBitStreamFilter (some thingy which can modify the...
2006-07-06 Baptiste Couduriertypo fix
2006-07-06 Baptiste Coudurier10l, all modes is 0x81FF
2006-07-06 Baptiste Couduriersimplify and write correct values conforming to specs
2006-07-06 Stefan HuehnerMark some read-only datastructures as const.
2006-07-06 Michael Niedermayer100l to whoever write this
2006-07-06 Michael Niedermayercheck for unparsed AMR input
2006-07-06 Michael Niedermayervbr requires version=1 and samplesize=0 per QT spec
2006-07-06 Kostya ShishkovFix one case of choosing MV for chroma
2006-07-05 Diego BiurrunAdd proper LGPL header.
2006-07-05 Diego Biurrunspelling typo
2006-07-05 Gianluigi TiesiFix compilation with --disable-muxers.
2006-07-05 Luca BarbatoMake ffmpeg better support pic - from Diego Pettenò...
2006-07-05 Måns Rullgårduse $(LIBOBJFLAGS) when compiling sparc/*.c
2006-07-05 Måns Rullgårdset CONFIG_ENCODERS/CONFIG_DECODERS only if any encoder...
2006-07-05 Måns Rullgård#define SBUTTERFLY outside CONFIG_ENCODERS
2006-07-05 Stefan Gehrereven more cbp safety
2006-07-05 Stefan Gehrermissed removing this line in my last commit
2006-07-05 Ville SkyttäRemove obsolete and non-functional support for external...
2006-07-05 Diego Biurrun100l: V_PATH vs VPATH typo
2006-07-05 Diego Biurruncosmetics: Break overly long lines.
2006-07-05 Diego BiurrunRemove erroneous -I../.. flag that points outside of...
2006-07-05 Diego Biurrunsimplify: $(SRC_PATH)/tests --> $(V_PATH)
2006-07-04 Måns Rullgårdset flags needed for shared libs on solaris
2006-07-04 Michael Niedermayeradd rounding bias earlier in the idct, avoids many...
2006-07-04 Måns Rullgårdfloorf() is not used, and causes warnings on Solaris
2006-07-04 Måns RullgårdTry to find a better shell if the one configure was...
2006-07-04 Stefan HuehnerMark read-only data as const. Patch by stefan huehner...
2006-07-04 Måns Rullgårdsolaris sh doesn't allow functions and variables with...
2006-07-04 Michael Niedermayerreturn -1 on bitstream errors instead of continuing...
2006-07-04 Michael Niedermayersimplify intra prediction mode decoding
2006-07-04 Michael Niedermayercheck cbp for validity, avoids possible out of array...
2006-07-04 Michael Niedermayerminor simplificationn
2006-07-04 Kostya ShishkovImplement intensity compensation
2006-07-04 Kostya ShishkovCorrectly choose global transform mode, MV mode and...
2006-07-04 Kostya ShishkovOptimizations suggested by Michael Niedermayer
2006-07-04 Baptiste Coudurierwrite exact values for audio stsd v1
2006-07-03 Michael Niedermayeri wont split h263.c, too much work, and not important...
2006-07-03 Måns Rullgårdattempt to detect Chinese AVS video
2006-07-03 Stefan Gehrercleanup macroblock layer: merged decode of skipped MBs
2006-07-03 Stefan Gehrercosmetic patch:
2006-07-03 Kostya ShishkovCorrectly detect when use hpel or qpel mode
2006-07-03 Kostya Shishkov4-MV mode final fixes (now it works for non-exotic...
2006-07-03 Kostya Shishkovvc1_decode_intra_block() simplifications and corrections
2006-07-03 Reimar Döffingeradd GXF demuxer
2006-07-03 Michael Niedermayersimplify
2006-07-03 Luca Barbatofix endianess build in a better way
2006-07-03 Luca AbeniMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2006-07-03 Michael Niedermayermore maintainers, if someone doesnt want to maintain...
2006-07-03 Justin Rugglesporder patch by (Justin Ruggles jruggle a t earthlink...
2006-07-03 Luca Barbatobig endian fix
2006-07-03 Kostya Shishkov4-MV decoding support
2006-07-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-07-02 Måns Rullgårdremove redundant macro definitions
2006-07-02 Måns Rullgårdkill warning
2006-07-02 Måns Rullgård1l: put that int i back
2006-07-02 Måns Rullgårdkill warnings
2006-07-02 Måns Rullgårdkill warnings
2006-07-02 Ivo van Poortencompile md5 and include in libavutil.a
2006-07-02 Ivo van Poortenadd missing declaration for av_md5_sum
2006-07-02 Ivo van Poortencast pointers to make compiler happy
next