summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* add loop_input to AVFormatContext, getting rid of old hackVíctor Paesa2006-07-13
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-06
* simplifyMichael Niedermayer2006-06-24
* CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-24
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Snow 1pass ratecontrolLoren Merritt2006-05-28
* Fix cropping & padding when capturing from a v4l(2) cardLuca Abeni2006-05-16
* Simplify the code used for assigning video_resample, video_crop, & video_padLuca Abeni2006-04-20
* Cosmetic patch: fix indentation (broken by previous cropping / paddingLuca Abeni2006-04-10
* Make cropping, padding, and rescaling independent (after this patch,Luca Abeni2006-04-10
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-10
* * fixing -target *dv issues with not setting pix_fmt and adding dv50 targetRoman Shaposhnik2006-03-30
* Change img_convert() from img_fmt to img_fmt with img_copy()Luca Abeni2006-03-29
* make the delta magnitude a user specifyable parameter:Harikrishnan Varma2006-03-15
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-10
* Fix crop & pad + rescalingLuca Abeni2006-03-09
* Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"Luca Abeni2006-02-28
* This patch makes output codec keeping input pix_fmt value when usingBaptiste Coudurier2006-02-13
* video4linux2 input supportLuca Abeni2006-02-01
* add static keyword to some functionsDieter2006-01-30
* Print libavutil version too.Alexander Strasser2006-01-28
* ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from aLuca Abeni2006-01-26
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* better version reportingAlex Beregszaszi2006-01-07
* update x264 wrapper.Robert Swain2005-12-29
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-28
* 10l (didnt remove option from old ones after converting to AVOption)Michael Niedermayer2005-12-25
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* support printing compact qp histogramMichael Niedermayer2005-12-18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* fix ffserver, it is working for me now again, a more elegant fix is needed th...Alex Beregszaszi2005-10-12
* changing a few options to AVOptionsMichael Niedermayer2005-09-20
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-12
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-12
* converting a few more options to AVOptionsMichael Niedermayer2005-09-12
* convert some options in ffmpeg.c to AVOptionsMichael Niedermayer2005-09-12
* avoid stdio.hMichael Niedermayer2005-09-11
* AVOption API improvmentsMichael Niedermayer2005-09-11
* do not rescale AV_NOPTS_VALUEMichael Niedermayer2005-09-11
* the user sets codec->time_base for video encding so she should also set it fo...Michael Niedermayer2005-09-04
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-21
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
* changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi...Mike Brown2005-08-10
* let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: luc...Luca Abeni2005-07-22
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17