]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
fix memleak, free stream codec allocated by av_new_stream
[ffmpeg] / ffmpeg.c
2006-12-05 Baptiste Coudurierfix memleak, free stream codec allocated by av_new_stream
2006-11-22 Ramiro Pollaadd interactive support for MinGW
2006-11-10 Michael Niedermayeralso set strict_std_compliance for stream copy, its...
2006-11-06 Michael Niedermayer2nd try for -vcodec copy timebase selection last one...
2006-11-05 Baptiste Couduriermove check for output file streams num in av_encode
2006-11-02 Baptiste Coudurierkill AVImageFormat
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-31 Michael Niedermayerbetter timebase selection heuristic for video stream...
2006-10-22 borat@subsense.comsupport for sub-only streams; patch by borat subsense com
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-02 Diego BiurrunFix quantiSer --> quantiZer typo.
2006-10-01 Diego BiurrunUpdate copyright year and mention other copyright holders.
2006-09-28 Panagiotis IssarisRemove the "mblmax" OptionDef. The equally named AVOpti...
2006-09-28 Panagiotis IssarisRemove the "mblmin" OptionDef. The equally named AVOpti...
2006-09-28 Panagiotis IssarisRemove the "lmin" OptionDef. The equally named AVOption...
2006-09-28 Panagiotis IssarisRemove the "lmax" OptionDef. The equally named AVOption...
2006-09-26 Panagiotis IssarisHandle possible failure of ff_eval.
2006-09-22 Panagiotis IssarisRemove the "error" OptionDef. The equally named AVOptio...
2006-09-22 Panagiotis IssarisRemove the "mepc" OptionDef. The equally named AVOption...
2006-09-22 Panagiotis IssarisRemove the "skip_exp" OptionDef. The equally named...
2006-09-22 Panagiotis IssarisRemove the "skip_factor" OptionDef. The equally named...
2006-09-22 Panagiotis IssarisRemove the "skip_threshold" OptionDef. The equally...
2006-09-22 Panagiotis IssarisRemove the "mb_threshold" OptionDef. The equally named...
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-09-20 Panagiotis IssarisThe "video_rc_buffer_aggressivity" variable is not...
2006-09-20 Panagiotis IssarisRemove the "sc_threshold" OptionDef variable.
2006-09-20 Panagiotis IssarisRemove the "bug" OptionDef used for setting the workaro...
2006-09-20 Panagiotis IssarisRemove the "qsquish" OptionDef. The AVOption min/max...
2006-09-20 Panagiotis IssarisRemove the "qmax" OptionDef.
2006-09-20 Panagiotis IssarisRemove the "qmin" OptionDef.
2006-09-20 Panagiotis IssarisRemove the "bf" OptionDef parameter so the equally...
2006-09-20 Panagiotis IssarisMigrate the "packetsize" OptionDef option to become...
2006-09-20 Panagiotis IssarisMigrate the "muxrate" OptionDef option to become an...
2006-09-18 Panagiotis IssarisRemove the "bufsize" OptionDef option from ffmpeg.c...
2006-09-15 Panagiotis IssarisRemove the "rc_init_cplx" OptionDef option from ffmpeg...
2006-09-15 Panagiotis IssarisRemove the "bt" OptionDef option from ffmpeg.c. The...
2006-09-15 Panagiotis IssarisRemove the "i_qfactor" OptionDef option from ffmpeg...
2006-09-15 Panagiotis IssarisRemove the "me_range" OptionDef option from ffmpeg...
2006-09-15 Panagiotis IssarisRemove the "i_qoffset" OptionDef option from ffmpeg...
2006-09-15 Panagiotis IssarisRemove the "b_qoffset" OptionDef option from ffmpeg...
2006-09-15 Panagiotis IssarisRemove the "b_qfactor" OptionDef option from ffmpeg...
2006-09-15 Panagiotis IssarisFix usage of b_quant_factor. It was not possible to...
2006-09-15 Panagiotis IssarisRemove the "qcomp" OptionDef option from ffmpeg.c....
2006-09-15 Panagiotis IssarisRemove the "qblur" OptionDef option from ffmpeg.c....
2006-09-15 Panagiotis IssarisRemove the "pbias" OptionDef option from ffmpeg.c....
2006-09-15 Panagiotis IssarisRemove the "ibias" OptionDef option from ffmpeg.c....
2006-09-15 Panagiotis IssarisRemove the "preme" OptionDef option from ffmpeg.c
2006-09-15 Panagiotis IssarisRemove the GOP "g" OptionDef option from ffmpeg.c .
2006-09-15 Panagiotis IssarisRemove the "maxrate" and "minrate" OptionDef options...
2006-09-15 Panagiotis IssarisRemove the "b" OptionDef option from the ffmpeg.c file...
2006-09-08 Panagiotis Issarisenables AVOption for muxing.
2006-09-07 Panagiotis Issarisadds support for setting that album tag.
2006-09-05 Michael Niedermayerignore index parameter to ignore the ODML index in avi
2006-09-04 Michel BardiauxClarified API for numbered sequences, patch by Michel...
2006-08-31 Panagiotis IssarisFix linking when the FFM muxer/demuxer is disabled.
2006-08-27 Nico Sabbiinitial support for AVOption in AVFormatContext
2006-08-05 Luca AbeniAvoid segfaulting if the swscale context cannot be...
2006-08-05 Luca AbeniFix "-aspect" when "-pad*" is used
2006-08-02 Luca AbeniMove ffmpeg.c to the swscale interface
2006-07-13 Víctor Paesaadd loop_input to AVFormatContext, getting rid of old...
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-06 Michael NiedermayerAVBitStreamFilter (some thingy which can modify the...
2006-06-24 Michael Niedermayersimplify
2006-06-24 Justin RugglesCODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles...
2006-06-20 Diego BiurrunUse Subversion revision for FFMPEG_VERSION.
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-05-28 Loren MerrittSnow 1pass ratecontrol
2006-05-16 Luca AbeniFix cropping & padding when capturing from a v4l(2...
2006-04-20 Luca AbeniSimplify the code used for assigning video_resample...
2006-04-10 Luca AbeniCosmetic patch: fix indentation (broken by previous...
2006-04-10 Luca AbeniMake cropping, padding, and rescaling independent ...
2006-04-10 Luca AbeniBaptiste COUDURIER's padding patch (reworked by me...
2006-03-30 Roman Shaposhnik * fixing -target *dv issues with not setting pix_fmt...
2006-03-29 Luca AbeniChange img_convert() from img_fmt to img_fmt with img_c...
2006-03-15 Harikrishnan Varmamake the delta magnitude a user specifyable parameter:
2006-03-10 Baptiste CoudurierFix cropping, depending on enc pix fmt
2006-03-09 Luca AbeniFix crop & pad + rescaling
2006-02-28 Luca AbeniRename the "-loop" option defined in ffmpeg.c to "...
2006-02-13 Baptiste CoudurierThis patch makes output codec keeping input pix_fmt...
2006-02-01 Luca Abenivideo4linux2 input support
2006-01-30 Dieteradd static keyword to some functions
2006-01-28 Alexander StrasserPrint libavutil version too.
2006-01-26 Luca Abeniffmpeg forgets to set AVFormatParameters::pix_fmt when...
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-07 Alex Beregszaszibetter version reporting
2005-12-29 Robert Swainupdate x264 wrapper.
2005-12-28 Michael Niedermayeriterative overlapped block based motion estimation...
2005-12-25 Michael Niedermayer10l (didnt remove option from old ones after converting...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-18 Michael Niedermayersupport printing compact qp histogram
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-10-12 Alex Beregszaszifix ffserver, it is working for me now again, a more...
2005-09-20 Michael Niedermayerchanging a few options to AVOptions
2005-09-12 Michael Niedermayerdont include opt.h in avcodec.h
2005-09-12 Diego BiurrunCAREFULL --> CAREFUL typo fix
2005-09-12 Michael Niedermayerconverting a few more options to AVOptions
2005-09-12 Michael Niedermayerconvert some options in ffmpeg.c to AVOptions
next