summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* fix ffserver, it is working for me now again, a more elegant fix is needed th...Alex Beregszaszi2005-10-121-2/+5
* changing a few options to AVOptionsMichael Niedermayer2005-09-201-84/+0
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-121-0/+1
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-121-1/+1
* converting a few more options to AVOptionsMichael Niedermayer2005-09-121-52/+0
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-121-185/+37
* avoid stdio.hMichael Niedermayer2005-09-111-1/+1
* AVOption API improvmentsMichael Niedermayer2005-09-111-27/+44
* do not rescale AV_NOPTS_VALUEMichael Niedermayer2005-09-111-5/+5
* the user sets codec->time_base for video encding so she should also set it fo...Michael Niedermayer2005-09-041-1/+2
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-021-0/+13
* vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-211-0/+7
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-151-0/+5
* changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi...Mike Brown2005-08-101-0/+3
* let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: luc...Luca Abeni2005-07-221-2/+2
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-76/+76
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-171-2/+8
* error_resilience = FF_ER_CAREFULLMichael Niedermayer2005-07-111-1/+1
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-271-3/+10
* *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-251-0/+4
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-181-0/+3
* set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer2005-06-071-0/+1
* support for adding new components (syntax: ffmpeg -i input_file [output optio...Fabrice Bellard2005-06-031-357/+550
* add -gray command line flagMåns Rullgård2005-05-311-0/+7
* sync output stream against any input stream (extension of map) patch by (Wolf...Wolfram Gloger2005-05-261-9/+46
* b frame strategyMichael Niedermayer2005-05-211-2/+4
* 10l (rescaling AV_NOPTS_VALUE)Michael Niedermayer2005-05-121-1/+1
* switch to native time basesMichael Niedermayer2005-04-301-45/+44
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-1/+1
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-271-0/+3
* copy extradata for streamcopyMichael Niedermayer2005-03-241-0/+2
* 25_fix_problem_that_unsynced_with_ss_option.patch by (Calcium | calcium nurs ...Calcium2005-03-231-1/+1
* 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp)Calcium2005-03-231-2/+2
* support omiting various headers in mpeg4 as WMP seems to have difficulty with...Michael Niedermayer2005-03-231-0/+1
* change audio volume range so that the very slow division by 100 can be avoidedMichael Niedermayer2005-03-231-5/+4
* 19_audio_volume_adj.patch by (Calcium | calcium nurs or jp)Calcium2005-03-231-0/+17
* 12_finish_encoding_at_shortest_stream_was_finished.patch by (Calcium | calciu...Calcium2005-03-231-1/+3
* 08_limit_in_filesize.patch by (Calcium | calcium nurs or jp)Calcium2005-03-221-0/+6
* init has_b_frames for stream copyMichael Niedermayer2005-03-221-0/+1
* argument name for -vdtMåns Rullgård2005-03-171-1/+1
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-2/+6
* set global_qualityMichael Niedermayer2005-03-141-0/+1
* This patch corrects the bug, that if padbottom IS NOT specified andCalcium2005-02-271-4/+4
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+1
* better error message patch by (Michel Bardiaux <mbardiaux peaktime be>)Michel Bardiaux2005-02-161-1/+1
* seperate bitstream encoding skip from PASS1 flagMichael Niedermayer2005-02-061-0/+5
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ...Michael Niedermayer2005-02-021-18/+18
* dont predict missing timestamps if we lack the required information to do soMichael Niedermayer2005-01-291-1/+1
* support discarding of uninterresting packetsMichael Niedermayer2005-01-221-0/+4
* console text to stderr : rev2 patch by (Roine Gustafsson <roine users.sourcef...Roine Gustafsson2005-01-211-7/+7
OpenPOWER on IntegriCloud