]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-05-16 Luca AbeniFix cropping & padding when capturing from a v4l(2...
2006-05-16 Diego BiurrunHonor the LDFLAGS environment variable.
2006-05-15 Guillaume PoirierAdd an actual 3dnow intrinsinc so the configure script...
2006-05-15 Baptiste Coudurierfix avc nal parsing
2006-05-15 Baptiste Coudurierfix pcm_s24be demuxing, simplify
2006-05-14 Guillaume PoirierAdd 3dnow intrinsic support for AMD64 machines: -march...
2006-05-14 Baptiste Coudurieradd quicktime uncompressed 8bit 4:2:2 support
2006-05-13 Baptiste Coudurierfix mulaw muxing
2006-05-13 Baptiste Coudurierdo not write wave if not needed
2006-05-13 Baptiste Coudurierfix AMR muxing in mov
2006-05-13 Baptiste Coudurieradd pcm 24/32 le/be support
2006-05-13 Michael Niedermayersimplify
2006-05-13 Baptiste Coudurierclean and simplify
2006-05-13 Baptiste Coudurieradd MPEG-2 intra vlc support
2006-05-13 Baptiste Coudurierremove unused variable
2006-05-13 Michael Niedermayersanity checks some might have been exploitable
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
2006-05-12 Justin RugglesRaw flac muxer, patch by Justin Ruggles (jruggle earthl...
2006-05-12 Måns Rullgårdset stream time_base properly
2006-05-11 Måns Rullgårdadd unaligned16() and unaligned64()
2006-05-11 Måns Rullgårdogm demuxing
2006-05-11 Jan KnutarUnconditionally use -lossaudio on NetBSD.
2006-05-11 Baptiste Coudurierfix spliting chunks, simplify
2006-05-11 Måns RullgårdCreate shared libraries using versioned filenames and...
2006-05-11 Benjamin LarssonCosmetics. Add the defines needed for debug output.
2006-05-11 Loren Merrittfix a crash on x86_64
2006-05-10 Baptiste Couduriersimplify, amr.c sets frame_size to 160, and sample...
2006-05-10 Baptiste Coudurierfix damr atom, needed for quicktime player
2006-05-10 Baptiste Coudurierfix alac decoder on little endian
2006-05-10 Michael Niedermayercosmetics (initalize variables where they are used)
2006-05-10 Michael Niedermayerdecoders should (IMHO) not duplicate frames, the applic...
2006-05-09 Baptiste Coudurier10l, undef DEBUG
2006-05-09 Baptiste Coudurierassing correct codec_id for mjpegb
2006-05-09 Benjamin LarssonAdd support for raw flac decoding based on the .flac...
2006-05-09 Michael Niedermayerallow insane gop sizes if the user doesnt care about...
2006-05-08 Michael Niedermayeradd outcommented chunk of code to handle stuffing MBs...
2006-05-07 Reimar Döffingerchange the type of esp in SwsContext to uint64_t so...
2006-05-07 Denes Balatonivorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch...
2006-05-07 Michael Niedermayermake zero motion vector threshold user setable
2006-05-06 Diego BiurrunFurther simplify AMR build.
2006-05-06 Michael Niedermayerremoving esp usage
2006-05-05 Loren Merrittreinit quant matrices if pps is overwritten by another...
2006-05-05 Diego BiurrunIgnore errors from recursive AMR cleans.
2006-05-05 Diego BiurrunUnconditionally clean AMR subdirs.
2006-05-04 Flavio Pimentel... Fix v4l grabbing with some webcams, and simplify the...
2006-05-02 Luca BarbatoMacosx fix
2006-05-02 Michael Niedermayerd10 decoding fix
2006-05-01 Baptiste Coudurierskip null fourcc, fix ep2_mystery_m640_dummy.mov
2006-05-01 Aurelien Jacobsclip_uint8 now return an uint8_t so no need to &0xFF
2006-05-01 Aurelien Jacobsdocument clip functions
2006-04-30 Loren Merrittwarn on interlaced streams
2006-04-30 Panagiotis... clip_uint8 should return an uint8_t instead of an int...
2006-04-29 Diego BiurrunAdd missing newlines at end of file.
2006-04-29 Michael Niedermayerextend range used for testing (larger range should...
2006-04-29 Michael Niedermayer<= vs. >= 10l bug
2006-04-29 Loren Merrittdon't force asserts in release builds. 2% faster h264.
2006-04-28 Loren Merrittmemory leak.
2006-04-28 Måns Rullgårdadd newline at end of file
2006-04-28 Michael Niedermayeruse previous qscale for intra_dc_threshold check
2006-04-28 Michael Niedermayermissmatch control for mpeg2 intra dequantization if...
2006-04-28 Benjamin LarssonRevert bad ac3enc commit, the commited code was bigger...
2006-04-28 Zuxy MengRemove unused and unsupported Cyrix's "Extended MMX",
2006-04-27 Alan CurryFix some bugs handling input that is not aligned at...
2006-04-27 Diego BiurrunEnable AMR_NB decoder/encoder when either AMR_NB or...
2006-04-27 Diego BiurrunFix amr_nb-fixed build.
2006-04-27 Diego BiurrunAdd EXTRADEPS variable for extra dependencies that...
2006-04-27 Diego Biurrunamr_nb should disable amr_nb-fixed and vice versa.
2006-04-27 Diego BiurrunDisentangle dependencies between amr_nb and amr_nb...
2006-04-27 Diego Biurruncosmetics
2006-04-27 Diego Biurruncosmetics: Group all AMR variables together, add some...
2006-04-27 Diego BiurrunMisplaced CLEANAMR.
2006-04-27 Diego BiurrunCLEANAMRWB --> CLEANAMR typo
2006-04-25 Luca Barbato13% faster inner_add_yblock
2006-04-25 Luca Barbato40% faster decode
2006-04-24 Benjamin LarssonFix samples to bytes relation.
2006-04-23 Uoti UrpalaVorbis specs requires blocksize_1 >= blocksize_0, error...
2006-04-23 Oded ShimonDisable lavf NUT until it is synced to spec
2006-04-23 Michael Niedermayeravoid AVInteger usage in av_rescale
2006-04-22 Benjamin LarssonPatch to generate the ac3 window, based on code by...
2006-04-21 Loren Merritt10l in h264 vismb/vismv (broke on 2006-03-09)
2006-04-20 Alex Beregszaszireport to user if mmf with midi found (and not supported)
2006-04-20 Uoti Urpaladtsdec.c copies one input packet at a time to a (static...
2006-04-20 Luca AbeniSimplify the code used for assigning video_resample...
2006-04-20 Reimar DöffingerAvoid crash if there is a rtjpeg quant header but no...
2006-04-19 Reimar Döffingermake "size" variable in avpicture_alloc signed, since...
2006-04-19 Baptiste Coudurierset width and height even for mpeg4, pix_fmt to NONE...
2006-04-19 Baptiste Coudurieradd AVID DV fourcc
2006-04-19 Baptiste Coudurierindention
2006-04-19 Baptiste Coudurieralways skip garbage at end of atom
2006-04-19 Baptiste Couduriermove declaration to mov.h
2006-04-18 Wolfram Glogergcc-2.95 compile fix, patch by Wolfram Gloger <wmglo...
2006-04-16 Erik Auerswald10l in rgb2rgb_template.c
2006-04-16 Luca Barbatotypo in the gcc handmade regalloc trigger
2006-04-15 Nicolas Plourdeadd support for intel mac. mp3lib is not fixed yet.
2006-04-15 Diego BiurrunAdd mphq2 admins.
2006-04-15 Diego BiurrunHave EXTRALIBS appear after other link options, fixes...
2006-04-15 Diego BiurrunRevert Windows "warning" message.
2006-04-15 Wolfgang SchererFix SIGSEGV in rv10-null-pointer-500k.rm.
2006-04-14 Diego BiurrunAllow passing CFLAGS through the environment on all...
2006-04-14 Diego Biurrunoutput cosmetics
next