summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix linking when the FFM muxer/demuxer is disabled.Panagiotis Issaris2006-08-311-0/+4
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-271-0/+14
* Avoid segfaulting if the swscale context cannot be allocatedLuca Abeni2006-08-051-0/+4
* Fix "-aspect" when "-pad*" is usedLuca Abeni2006-08-051-1/+1
* Move ffmpeg.c to the swscale interfaceLuca Abeni2006-08-021-66/+23
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-131-1/+3
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-5/+5
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-061-7/+78
* simplifyMichael Niedermayer2006-06-241-4/+2
* CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-241-1/+18
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-201-0/+1
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-4/+4
* Snow 1pass ratecontrolLoren Merritt2006-05-281-2/+2
* Fix cropping & padding when capturing from a v4l(2) cardLuca Abeni2006-05-161-0/+4
* Simplify the code used for assigning video_resample, video_crop, & video_padLuca Abeni2006-04-201-43/+19
* Cosmetic patch: fix indentation (broken by previous cropping / paddingLuca Abeni2006-04-101-19/+19
* Make cropping, padding, and rescaling independent (after this patch,Luca Abeni2006-04-101-38/+48
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-101-87/+12
* * fixing -target *dv issues with not setting pix_fmt and adding dv50 targetRoman Shaposhnik2006-03-301-2/+4
* Change img_convert() from img_fmt to img_fmt with img_copy()Luca Abeni2006-03-291-7/+1
* make the delta magnitude a user specifyable parameter:Harikrishnan Varma2006-03-151-1/+3
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-101-14/+4
* Fix crop & pad + rescalingLuca Abeni2006-03-091-3/+4
* Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"Luca Abeni2006-02-281-1/+1
* This patch makes output codec keeping input pix_fmt value when usingBaptiste Coudurier2006-02-131-0/+1
* video4linux2 input supportLuca Abeni2006-02-011-0/+4
* add static keyword to some functionsDieter2006-01-301-3/+3
* Print libavutil version too.Alexander Strasser2006-01-281-1/+4
* ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from aLuca Abeni2006-01-261-0/+1
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-251-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-3/+3
* better version reportingAlex Beregszaszi2006-01-071-4/+5
* update x264 wrapper.Robert Swain2005-12-291-4/+4
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-281-0/+3
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-251-3/+0
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-36/+36
* support printing compact qp histogramMichael Niedermayer2005-12-181-2/+13
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-216/+216
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* 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
OpenPOWER on IntegriCloud