summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: luc...Luca Abeni2005-07-22
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
* error_resilience = FF_ER_CAREFULLMichael Niedermayer2005-07-11
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-27
* *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-25
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-18
* set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer2005-06-07
* support for adding new components (syntax: ffmpeg -i input_file [output optio...Fabrice Bellard2005-06-03
* add -gray command line flagMåns Rullgård2005-05-31
* sync output stream against any input stream (extension of map) patch by (Wolf...Wolfram Gloger2005-05-26
* b frame strategyMichael Niedermayer2005-05-21
* 10l (rescaling AV_NOPTS_VALUE)Michael Niedermayer2005-05-12
* switch to native time basesMichael Niedermayer2005-04-30
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-27
* copy extradata for streamcopyMichael Niedermayer2005-03-24
* 25_fix_problem_that_unsynced_with_ss_option.patch by (Calcium | calcium nurs ...Calcium2005-03-23
* 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
* support omiting various headers in mpeg4 as WMP seems to have difficulty with...Michael Niedermayer2005-03-23
* change audio volume range so that the very slow division by 100 can be avoidedMichael Niedermayer2005-03-23
* 19_audio_volume_adj.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
* 12_finish_encoding_at_shortest_stream_was_finished.patch by (Calcium | calciu...Calcium2005-03-23
* 08_limit_in_filesize.patch by (Calcium | calcium nurs or jp)Calcium2005-03-22
* init has_b_frames for stream copyMichael Niedermayer2005-03-22
* argument name for -vdtMåns Rullgård2005-03-17
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
* set global_qualityMichael Niedermayer2005-03-14
* This patch corrects the bug, that if padbottom IS NOT specified andCalcium2005-02-27
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* better error message patch by (Michel Bardiaux <mbardiaux peaktime be>)Michel Bardiaux2005-02-16
* seperate bitstream encoding skip from PASS1 flagMichael Niedermayer2005-02-06
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ...Michael Niedermayer2005-02-02
* dont predict missing timestamps if we lack the required information to do soMichael Niedermayer2005-01-29
* support discarding of uninterresting packetsMichael Niedermayer2005-01-22
* console text to stderr : rev2 patch by (Roine Gustafsson <roine users.sourcef...Roine Gustafsson2005-01-21
* Exporting some more options patch by (Martin Drab <drab kepler.fjfi.cvut cz>)Martin Drab2005-01-19
* trying to fix the -ss bugsMichael Niedermayer2005-01-17
* never freed buffer fixMichael Niedermayer2005-01-12
* dissallow sprintfMichael Niedermayer2005-01-12
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* 10l (ret vs. ret>0)Michael Niedermayer2005-01-10
* .{Y,U,V} image2 supportMichael Niedermayer2005-01-04
* target VCD GOP size patch by (Panagiotis Issaris <takis >< lumumba dot luc.ac...Panagiotis Issaris2004-12-29
* target DV patch by (Panagiotis Issaris <takis at lumumba..luc..ac..be>)Panagiotis Issaris2004-12-29
* stream copy block_alignMichael Niedermayer2004-12-20
* When using the -target option, although PAL or NTSC is specified,Panagiotis Issaris2004-12-19
* try to guess the fps if they are variableMichael Niedermayer2004-12-19
* try to set next_pts to a reasonable value in case of streamcopyMichael Niedermayer2004-12-14
* more flexible frame skip decissionMichael Niedermayer2004-12-08