aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-211-0/+7
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-151-0/+5
* changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi...Mike Brown2005-08-101-0/+3
* let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: luc...Luca Abeni2005-07-221-2/+2
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-76/+76
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-171-2/+8
* error_resilience = FF_ER_CAREFULLMichael Niedermayer2005-07-111-1/+1
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-271-3/+10
* *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)Michael Niedermayer2005-06-251-0/+4
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-181-0/+3
* set log level to AV_LOG_DEBUG if -debug ... is usedMichael Niedermayer2005-06-071-0/+1
* support for adding new components (syntax: ffmpeg -i input_file [output optio...Fabrice Bellard2005-06-031-357/+550