summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
...
* changes to ignore command media embedded in MS WMV files patch by ("Brown, ↵Mike Brown2005-08-10
| | | | | | Mike": mikeb, vibephone com) Originally committed as revision 4501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: ↵Luca Abeni2005-07-22
| | | | | | lucabe72, email it) Originally committed as revision 4466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
| | | | Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error_resilience = FF_ER_CAREFULLMichael Niedermayer2005-07-11
| | | | Originally committed as revision 4433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-27
| | | | Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-25
| | | | Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-18
| | | | Originally committed as revision 4383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer2005-06-07
| | | | Originally committed as revision 4359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for adding new components (syntax: ffmpeg -i input_file [output ↵Fabrice Bellard2005-06-03
| | | | | | options] output_file [[component output options] {-newaudio|-newvideo|-newsubtitle}]... - added subtitle support - added '-alang' option Originally committed as revision 4351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -gray command line flagMåns Rullgård2005-05-31
| | | | Originally committed as revision 4328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync output stream against any input stream (extension of map) patch by ↵Wolfram Gloger2005-05-26
| | | | | | (Wolfram Gloger: wmglo, dent med uni-muenchen de) Originally committed as revision 4308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frame strategyMichael Niedermayer2005-05-21
| | | | | | set emu edge if lowres Originally committed as revision 4299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (rescaling AV_NOPTS_VALUE)Michael Niedermayer2005-05-12
| | | | Originally committed as revision 4227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-27
| | | | Originally committed as revision 4092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy extradata for streamcopyMichael Niedermayer2005-03-24
| | | | Originally committed as revision 4077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 25_fix_problem_that_unsynced_with_ss_option.patch by (Calcium | calcium nurs ↵Calcium2005-03-23
| | | | | | or jp) Originally committed as revision 4076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support omiting various headers in mpeg4 as WMP seems to have difficulty ↵Michael Niedermayer2005-03-23
| | | | | | | | | | with them based upon 27_WMP_compatibility_with_ISOMPEG4.patch by (Calcium | calcium nurs or jp) indention fixed uses workaround_bugs instead of strict_std_compliancy as WMP is not the reference implementation Originally committed as revision 4069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change audio volume range so that the very slow division by 100 can be avoidedMichael Niedermayer2005-03-23
| | | | | | alternatively we could also use a nicer default = 100 or 1.0 scale and internally change it (patch welcome) Originally committed as revision 4066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 19_audio_volume_adj.patch by (Calcium | calcium nurs or jp)Calcium2005-03-23
| | | | Originally committed as revision 4065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 12_finish_encoding_at_shortest_stream_was_finished.patch by (Calcium | ↵Calcium2005-03-23
| | | | | | calcium nurs or jp) Originally committed as revision 4064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 08_limit_in_filesize.patch by (Calcium | calcium nurs or jp)Calcium2005-03-22
| | | | Originally committed as revision 4061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init has_b_frames for stream copyMichael Niedermayer2005-03-22
| | | | Originally committed as revision 4060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* argument name for -vdtMåns Rullgård2005-03-17
| | | | Originally committed as revision 4052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set global_qualityMichael Niedermayer2005-03-14
| | | | Originally committed as revision 4037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch corrects the bug, that if padbottom IS NOT specified andCalcium2005-02-27
| | | | | | | padright IS specified patch by (Calcium <calcium nurs.or jp>) Originally committed as revision 3987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error message patch by (Michel Bardiaux <mbardiaux peaktime be>)Michel Bardiaux2005-02-16
| | | | Originally committed as revision 3961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seperate bitstream encoding skip from PASS1 flagMichael Niedermayer2005-02-06
| | | | Originally committed as revision 3938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mb_lmin/max to limit the per mb quality for the ratecontrol independant from ↵Michael Niedermayer2005-02-02
| | | | | | the frame limits Originally committed as revision 3928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont predict missing timestamps if we lack the required information to do soMichael Niedermayer2005-01-29
| | | | Originally committed as revision 3898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support discarding of uninterresting packetsMichael Niedermayer2005-01-22
| | | | Originally committed as revision 3858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* console text to stderr : rev2 patch by (Roine Gustafsson <roine ↵Roine Gustafsson2005-01-21
| | | | | | users.sourceforge net>) Originally committed as revision 3854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exporting some more options patch by (Martin Drab <drab kepler.fjfi.cvut cz>)Martin Drab2005-01-19
| | | | Originally committed as revision 3847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix the -ss bugsMichael Niedermayer2005-01-17
| | | | Originally committed as revision 3843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* never freed buffer fixMichael Niedermayer2005-01-12
| | | | | | based upon a patch by (Kurosu <kurosu inforezo org>) Originally committed as revision 3829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dissallow sprintfMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (ret vs. ret>0)Michael Niedermayer2005-01-10
| | | | Originally committed as revision 3818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .{Y,U,V} image2 supportMichael Niedermayer2005-01-04
| | | | Originally committed as revision 3802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* target VCD GOP size patch by (Panagiotis Issaris <takis >< lumumba dot ↵Panagiotis Issaris2004-12-29
| | | | | | luc.ac.be>) Originally committed as revision 3781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* target DV patch by (Panagiotis Issaris <takis at lumumba..luc..ac..be>)Panagiotis Issaris2004-12-29
| | | | Originally committed as revision 3779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stream copy block_alignMichael Niedermayer2004-12-20
| | | | Originally committed as revision 3766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When using the -target option, although PAL or NTSC is specified,Panagiotis Issaris2004-12-19
| | | | | | | | the framerate is not set according to the standard add NTSC-Film framerates. patch by (Panagiotis Issaris <takis O lumumba o luc o ac o be>) Originally committed as revision 3763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the fps if they are variableMichael Niedermayer2004-12-19
| | | | Originally committed as revision 3760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to set next_pts to a reasonable value in case of streamcopyMichael Niedermayer2004-12-14
| | | | Originally committed as revision 3753 to svn://svn.ffmpeg.org/ffmpeg/trunk