summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* fix ffserver, it is working for me now again, a more elegant fix is needed th...Alex Beregszaszi2005-10-12
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
* avoid stdio.hMichael Niedermayer2005-09-11
* AVOption API improvmentsMichael Niedermayer2005-09-11
* do not rescale AV_NOPTS_VALUEMichael Niedermayer2005-09-11
* the user sets codec->time_base for video encding so she should also set it fo...Michael Niedermayer2005-09-04
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-21
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
* changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi...Mike Brown2005-08-10
* 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