]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-04-10 Luca AbeniMake cropping, padding, and rescaling independent ...
2006-04-10 Luca AbeniBaptiste COUDURIER's padding patch (reworked by me...
2006-04-09 D Richard Felker IIIsignedness error caused broken decoding
2006-04-09 D Richard Felker III100l to loren. at least this fixes the compile error...
2006-04-07 Corey HickeyFix regression tests to match changed output of AC3...
2006-04-07 Roberto TogniAdd missing external declaration for kmvc codec
2006-04-07 Kostya ShishkovKMVC (used in Worms games) decoder. Works fine with...
2006-04-07 Luca Barbatohadamard8_diff* enabled on linux/ppc
2006-04-06 Alan CurryReorganize vector constants to work around gcc 4.1...
2006-04-06 Kostya ShishkovFix demuxing of AVIs with pad streams.
2006-04-05 Måns Rullgårds/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/
2006-04-05 Loren Merrittgmc_mmx tweaks
2006-04-04 Michael Niedermayerlittle h.264 related hunk from diff between cvs and...
2006-04-04 Michael Niedermayerthe PSP rejects video with too high bitrates so lets...
2006-04-04 Luca AbeniIntroduce swscale interface in libavcodec
2006-04-04 Loren Merrittmmx implementation of 3-point GMC. (5x faster than C)
2006-04-03 Loren Merritt2x faster ff_mpeg4_set_direct_mv
2006-04-03 Justin RugglesAC3: support encoding fractional frame sizes
2006-04-01 Roman Shaposhnik * fixing DV-in-AVI type1 packet production bug
2006-04-01 Måns Rullgård#define [U]INT32_{MIN,MAX} if missing
2006-04-01 Måns RullgårdThis patch simply adds demuxing support for AC-3 stream...
2006-04-01 Måns Rullgårdfix memory leak on mpegts close
2006-03-31 Michael Niedermayerremove mpegvideo.c img resample dependancy
2006-03-31 Michael Niedermayerget_xbits() optimization
2006-03-31 Michael Niedermayerremove useless code
2006-03-31 Michael Niedermayersimplify loop a little
2006-03-31 Michael Niedermayerdo UPDATE_CACHE only when needed (which should be VERY...
2006-03-31 Michael Niedermayer+ (sign&1) -> -sign (1 instruction less)
2006-03-31 Michael Niedermayeravoid hard to predict branch (idea by arpi)
2006-03-31 Steve L'Hommewarn user about crappy OS patch by (Steve Lhomme <steve...
2006-03-31 Luca BarbatoProper typecast for vector bool
2006-03-30 D Richard Felker IIIfix constraint violation: libavformat is not allowed...
2006-03-30 Luca Abenimove enum PixelFormat from libavcodec to libavutil
2006-03-30 Michael Niedermayerreverting 1.31->1.33
2006-03-30 Michael Niedermayerdont forget table_size in the decode_frame return value
2006-03-30 Corey Hickey- Add new file internal.h for common internal-use-only...
2006-03-30 Roman Shaposhnik * fixing -target *dv issues with not setting pix_fmt...
2006-03-29 Michael Niedermayerfix gcc 2.95 compilation
2006-03-29 Luca BarbatoCast cruft in order to support Apple gcc
2006-03-29 Diego BiurrunIgnore apiexample and test programs.
2006-03-29 Diego BiurrunEXTRALIBS already contains -lm, no need to add it expli...
2006-03-29 Michael Niedermayeravoid if(i>=63) check at the end of decode_block()
2006-03-29 Michael Niedermayeravoid i++ in decode_block()
2006-03-29 Michael Niedermayerminor optimization of decode_block()
2006-03-29 Luca AbeniChange img_convert() from img_fmt to img_fmt with img_c...
2006-03-29 Michael Niedermayeroptimizations by arpi
2006-03-28 Frantisek Dvorakuse sdl-config with $cross_prefix
2006-03-28 Måns Rullgårdbe nice to syntax highlighting that doesn't understand...
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-03-27 Baptiste Coudurierskip 0byte packets
2006-03-27 Steve L'Homme#define fseeko/ftello to fseeko64/ftello64, fixes MinGW...
2006-03-27 Baptiste Coudurierignore wrong negative cts values created by quicktime
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-27 Baptiste Coudurierflush packets
2006-03-26 Diego BiurrunUse '-' instead of '|| true' to ignore errors.
2006-03-26 Benjamin LarssonUse a more descriptive error message.
2006-03-26 Baptiste Coudurierlet vorbis decoder init too, fix mi2_vorbis51.mp4
2006-03-26 Baptiste Coudurieradd mp3on4 detection, fix red.mp4
2006-03-26 Baptiste Coudurierfix double free, priv_data is freed in av_open_input_stream
2006-03-26 Baptiste Coudurieruse 64bit atom version if needed
2006-03-25 Michael Niedermayerdont set random timestamps if they are not known
2006-03-25 Michael Niedermayerfixing timebase
2006-03-25 Kostya ShishkovDon't use get_vlc2() when tree is one symbol. This...
2006-03-25 Steve L'HommeRename time variable to the more descriptive block_time.
2006-03-25 Loren Merritt10l in 1.199 (write_back_motion with B-pyramid + spatial)
2006-03-25 Loren Merrittsimplified and slightly faster h264_chroma_mc8_mmx
2006-03-24 Måns Rullgårdmake install target depend on vhooks
2006-03-24 Baptiste Coudurierlet faad init parameters properly, fix many SBR samples
2006-03-24 Baptiste Coudurierfix demuxing of CDR-Dinner_LAN_800k.mp4
2006-03-24 Baptiste Coudurierneed to dissociate pcm 16bit and 8bit cases
2006-03-24 Baptiste Coudurieruse av_d2q to parse frame rate
2006-03-24 Baptiste CoudurierQuicktime creates S8 that way too
2006-03-24 Baptiste Couduriervorbis seems to be 221, decodes borgcube_vorbis20.mp4...
2006-03-24 Steve L'HommeST16 is undefined for non-GNU compilers.
2006-03-24 Diego PettenòFix order of operands in lrintf test to make the test...
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 4-10...
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 2-5...
2006-03-23 Baptiste Coudurieruse 64bit types
2006-03-22 Loren Merritt10l
2006-03-22 Loren Merrittadded mmx implementation of h264_chroma_mc2
2006-03-22 Baptiste Coudurierdvcpro is 411p in fact
2006-03-22 Loren Merritt1.5x faster write_back_motion, 1-3% overall
2006-03-22 Robert Edeleadd MMX and SSE versions of ff_snow_inner_add_yblock
2006-03-22 Steve L'Hommeduration and subitle fix from the patch by Steve Lhomme
2006-03-22 Michael Niedermayercleanup codec_id mapping (untested)
2006-03-22 Baptiste Coudurierclean
2006-03-22 Baptiste Couduriersupport 64bit date/duration
2006-03-22 Michael Niedermayerfix aspect ratio
2006-03-21 Robert Edelesnow mmx+sse2 optimizations, part 4
2006-03-21 Michael Niedermayerfixing current_sample vs. next_sample mess
2006-03-21 Kostya ShishkovSmacker demuxer and decoder.
2006-03-21 Michael Niedermayerprovide more info on which streams lack codec parameters
2006-03-21 Baptiste Coudurierfree ftyp atom
2006-03-20 Måns Rullgårdsince Michael prefers to keep dsputil.h private to...
2006-03-20 Robert EdeleAdd the mmx and sse2 implementations of ff_snow_vertica...
2006-03-20 Robert EdeleSnow mmx + sse2 part 2
2006-03-20 Michael Niedermayerfixing interlaced direct mode field select values
2006-03-19 Michael Niedermayervarious fixes for xvid_rc
2006-03-19 Diego BiurrunEnable ffserver on Darwin, non-AltiVec regression tests...
next