]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-05-18 Michael Niedermayerdont write LAVF_ID if bitexact and any meta tag is set
2006-05-18 Michael Niedermayersimplify meta tag writing code
2006-05-18 Baptiste Coudurierfix seeking, typo provoking hard segfault
2006-05-18 Baptiste Coudurierfix keyframe check, stss might be there but count set...
2006-05-18 Diego BiurrunGenerate the list of all programs, unstripped programs...
2006-05-18 Diego BiurrunRename singular variables to more sensible plural form.
2006-05-18 Diego Biurrununinstallation support
2006-05-18 Diego BiurrunSimplify vhook build.
2006-05-18 Diego Biurruntypo fixes
2006-05-18 Diego Biurruncosmetics: Prettyprint some commands.
2006-05-18 Diego BiurrunAdd Mans as maintainer for oggparseogm.c.
2006-05-18 Michael NiedermayerURLProtocol faq
2006-05-17 Diego BiurrunRemove some lines that are duplicated in common.mak.
2006-05-17 Diego BiurrunAdd MPEG FourCC for MPEG-2 video.
2006-05-17 Kostya ShishkovProper PTS generation for Smacker audio
2006-05-17 Kostya ShishkovNow MPlayer should understand Smacker audio and video...
2006-05-16 Diego BiurrunSimplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR.
2006-05-16 Baptiste CoudurierMPEG-2 4:2:2 encoding support
2006-05-16 Guillaume Poirierfix compilation of 3dnowext instinsincs, both on ia32...
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)
next