summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* make the delta magnitude a user specifyable parameter:Harikrishnan Varma2006-03-15
| | | | | | | | | | | -dts_delta_threshold. patch by Harikrishnan Varma < hvarma AH divxcorp POIS com > Original thread: Date: Mar 14, 2006 1:13 AM Subject: [Ffmpeg-devel] Audio-video sync problem when transcoding to xvid in AVI Originally committed as revision 5166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-10
| | | | Originally committed as revision 5134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crop & pad + rescalingLuca Abeni2006-03-09
| | | | Originally committed as revision 5133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"Luca Abeni2006-02-28
| | | | | | conflicts with an AVOption) Originally committed as revision 5077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch makes output codec keeping input pix_fmt value when usingBaptiste Coudurier2006-02-13
| | | | | | | stream_copy patch by (Baptiste COUDURIER <baptiste@coudurier.smartjog@com>) Originally committed as revision 5017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video4linux2 input supportLuca Abeni2006-02-01
| | | | | | patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it Originally committed as revision 4916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print libavutil version too.Alexander Strasser2006-01-28
| | | | Originally committed as revision 4906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from aLuca Abeni2006-01-26
| | | | | | | | | | v4l card. In other words, if you type ffmpeg -pix_fmt yuv422 -s 352x288 test.avi the "-pix_fmt yuv422" option will have no effect. Patch by Luca Abeni *** lucabe72 !a! email ! it *** Originally committed as revision 4899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
| | | | Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better version reportingAlex Beregszaszi2006-01-07
| | | | Originally committed as revision 4822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update x264 wrapper.Robert Swain2005-12-29
| | | | | | patch by Robert Swain. Originally committed as revision 4784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-28
| | | | Originally committed as revision 4781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-25
| | | | Originally committed as revision 4775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support printing compact qp histogramMichael Niedermayer2005-12-18
| | | | Originally committed as revision 4755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ffserver, it is working for me now again, a more elegant fix is needed ↵Alex Beregszaszi2005-10-12
| | | | | | though Originally committed as revision 4637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
| | | | Originally committed as revision 4603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
| | | | Originally committed as revision 4590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
| | | | Originally committed as revision 4586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid stdio.hMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVOption API improvmentsMichael Niedermayer2005-09-11
| | | | | | support AVOptions for encoding in ffmpeg.c Originally committed as revision 4580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not rescale AV_NOPTS_VALUEMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the user sets codec->time_base for video encding so she should also set it ↵Michael Niedermayer2005-09-04
| | | | | | for audio encoding Originally committed as revision 4555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
| | | | Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-21
| | | | | | | | | 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
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
| | | | Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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