aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg.c
AgeCommit message (Collapse)Author
2006-01-07better version reportingAlex Beregszaszi
Originally committed as revision 4822 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-29update x264 wrapper.Robert Swain
patch by Robert Swain. Originally committed as revision 4784 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-28iterative overlapped block based motion estimation for snowMichael Niedermayer
Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-2510l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer
Originally committed as revision 4775 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-18support printing compact qp histogramMichael Niedermayer
Originally committed as revision 4755 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-10-12fix ffserver, it is working for me now again, a more elegant fix is needed ↵Alex Beregszaszi
though Originally committed as revision 4637 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-20changing a few options to AVOptionsMichael Niedermayer
Originally committed as revision 4603 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-12dont include opt.h in avcodec.hMichael Niedermayer
Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-12CAREFULL --> CAREFUL typo fixDiego Biurrun
Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-12converting a few more options to AVOptionsMichael Niedermayer
Originally committed as revision 4587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-12convert some options in ffmpeg.c to AVOptionsMichael Niedermayer
Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-11avoid stdio.hMichael Niedermayer
Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-11AVOption API improvmentsMichael Niedermayer
support AVOptions for encoding in ffmpeg.c Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-11do not rescale AV_NOPTS_VALUEMichael Niedermayer
Originally committed as revision 4577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-04the user sets codec->time_base for video encding so she should also set it ↵Michael Niedermayer
for audio encoding Originally committed as revision 4555 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-02Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger
Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-08-21vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles
with changes by me int->float as video uses float too remove silent cliping to some per codec range, this should result in an error instead remove change to utils.c as its inconsistant with video Originally committed as revision 4533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-08-15support fixing missing pts by parsing future framesMichael Niedermayer
Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-08-10changes to ignore command media embedded in MS WMV files patch by ("Brown, ↵Mike Brown
Mike": mikeb, vibephone com) Originally committed as revision 4501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-22let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: ↵Luca Abeni
lucabe72, email it) Originally committed as revision 4466 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-17changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer
Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-11error_resilience = FF_ER_CAREFULLMichael Niedermayer
Originally committed as revision 4433 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-27support changing in bitstream global headers into extradata style and backMichael Niedermayer
Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-25*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer
Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-18Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby
Originally committed as revision 4383 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-07set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer
Originally committed as revision 4359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-03support for adding new components (syntax: ffmpeg -i input_file [output ↵Fabrice Bellard
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
2005-05-31add -gray command line flagMåns Rullgård
Originally committed as revision 4328 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-26sync output stream against any input stream (extension of map) patch by ↵Wolfram Gloger
(Wolfram Gloger: wmglo, dent med uni-muenchen de) Originally committed as revision 4308 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-21b frame strategyMichael Niedermayer
set emu edge if lowres Originally committed as revision 4299 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-1210l (rescaling AV_NOPTS_VALUE)Michael Niedermayer
Originally committed as revision 4227 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-30switch to native time basesMichael Niedermayer
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-25PIX_FMT_NONE and related fixesMichael Niedermayer
Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-27motion estimation bitrate penalty compensationMichael Niedermayer
Originally committed as revision 4092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-24copy extradata for streamcopyMichael Niedermayer
Originally committed as revision 4077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-2325_fix_problem_that_unsynced_with_ss_option.patch by (Calcium | calcium nurs ↵Calcium
or jp) Originally committed as revision 4076 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-2330_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp)Calcium
Originally committed as revision 4072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-23support omiting various headers in mpeg4 as WMP seems to have difficulty ↵Michael Niedermayer
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
2005-03-23change audio volume range so that the very slow division by 100 can be avoidedMichael Niedermayer
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
2005-03-2319_audio_volume_adj.patch by (Calcium | calcium nurs or jp)Calcium
Originally committed as revision 4065 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-2312_finish_encoding_at_shortest_stream_was_finished.patch by (Calcium | ↵Calcium
calcium nurs or jp) Originally committed as revision 4064 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-2208_limit_in_filesize.patch by (Calcium | calcium nurs or jp)Calcium
Originally committed as revision 4061 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-22init has_b_frames for stream copyMichael Niedermayer
Originally committed as revision 4060 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-17argument name for -vdtMåns Rullgård
Originally committed as revision 4052 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-17more fine grained discarding of packetsMichael Niedermayer
Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-14set global_qualityMichael Niedermayer
Originally committed as revision 4037 to svn://svn.ffmpeg.org/ffmpeg/trunk