summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* Avoid segfaulting if the swscale context cannot be allocatedLuca Abeni2006-08-05
| | | | Originally committed as revision 5936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix "-aspect" when "-pad*" is usedLuca Abeni2006-08-05
| | | | Originally committed as revision 5935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ffmpeg.c to the swscale interfaceLuca Abeni2006-08-02
| | | | Originally committed as revision 5891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
| | | | | | patch by Víctor Paesa <wzrlpy at arsystel com> Originally committed as revision 5729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
| | | | | | CONFIG_MINGW or __MINGW32__ instead. Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVBitStreamFilter (some thingy which can modify the bitstream like add or ↵Michael Niedermayer2006-07-06
| | | | | | remove global headers or change the headers or ...) Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-06-24
| | | | Originally committed as revision 5513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-24
| | | | Originally committed as revision 5512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
| | | | | | based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Snow 1pass ratecontrolLoren Merritt2006-05-28
| | | | Originally committed as revision 5416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix cropping & padding when capturing from a v4l(2) cardLuca Abeni2006-05-16
| | | | Originally committed as revision 5385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the code used for assigning video_resample, video_crop, & video_padLuca Abeni2006-04-20
| | | | Originally committed as revision 5306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic patch: fix indentation (broken by previous cropping / paddingLuca Abeni2006-04-10
| | | | | | patch) Originally committed as revision 5280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make cropping, padding, and rescaling independent (after this patch,Luca Abeni2006-04-10
| | | | | | the cropping / padding code in img_resample() is not needed anymore) Originally committed as revision 5279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-10
| | | | | | Moves padding code to imgconvert.c, and enables padding colorspaces != YUV420P. Originally committed as revision 5278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing -target *dv issues with not setting pix_fmt and adding dv50 targetRoman Shaposhnik2006-03-30
| | | | Originally committed as revision 5244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change img_convert() from img_fmt to img_fmt with img_copy()Luca Abeni2006-03-29
| | | | Originally committed as revision 5236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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