| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize" | Panagiotis Issaris | 2006-09-18 | 1 | -13/+4 |
* | Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally named | Panagiotis Issaris | 2006-09-15 | 1 | -8/+0 |
* | Remove the "bt" OptionDef option from ffmpeg.c. The equally named | Panagiotis Issaris | 2006-09-15 | 1 | -8/+0 |
* | Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally named | Panagiotis Issaris | 2006-09-15 | 1 | -7/+0 |
* | Remove the "me_range" OptionDef option from ffmpeg.c. The equally named | Panagiotis Issaris | 2006-09-15 | 1 | -8/+0 |
* | Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally named | Panagiotis Issaris | 2006-09-15 | 1 | -7/+0 |
* | Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally named | Panagiotis Issaris | 2006-09-15 | 1 | -7/+0 |
* | Remove the "b_qfactor" OptionDef option from ffmpeg.c. The equally named | Panagiotis Issaris | 2006-09-15 | 1 | -7/+0 |
* | Fix usage of b_quant_factor. It was not possible to actually use the b_qfactor | Panagiotis Issaris | 2006-09-15 | 1 | -4/+1 |
* | Remove the "qcomp" OptionDef option from ffmpeg.c. The equally named "qcomp" | Panagiotis Issaris | 2006-09-15 | 1 | -8/+0 |
* | Remove the "qblur" OptionDef option from ffmpeg.c. The equally named "qblur" | Panagiotis Issaris | 2006-09-15 | 1 | -8/+0 |
* | Remove the "pbias" OptionDef option from ffmpeg.c. The equally named "pbias" | Panagiotis Issaris | 2006-09-15 | 1 | -8/+0 |
* | Remove the "ibias" OptionDef option from ffmpeg.c. The equally named "ibias" | Panagiotis Issaris | 2006-09-15 | 1 | -7/+0 |
* | Remove the "preme" OptionDef option from ffmpeg.c | Panagiotis Issaris | 2006-09-15 | 1 | -9/+0 |
* | Remove the GOP "g" OptionDef option from ffmpeg.c . | Panagiotis Issaris | 2006-09-15 | 1 | -13/+4 |
* | Remove the "maxrate" and "minrate" OptionDef options from ffmpeg.c. This | Panagiotis Issaris | 2006-09-15 | 1 | -22/+6 |
* | Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of | Panagiotis Issaris | 2006-09-15 | 1 | -11/+3 |
* | enables AVOption for muxing. | Panagiotis Issaris | 2006-09-08 | 1 | -1/+8 |
* | adds support for setting that album tag. | Panagiotis Issaris | 2006-09-07 | 1 | -0/+4 |
* | ignore index parameter to ignore the ODML index in avi | Michael Niedermayer | 2006-09-05 | 1 | -5/+0 |
* | Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ... | Michel Bardiaux | 2006-09-04 | 1 | -1/+1 |
* | Fix linking when the FFM muxer/demuxer is disabled. | Panagiotis Issaris | 2006-08-31 | 1 | -0/+4 |
* | initial support for AVOption in AVFormatContext | Nico Sabbi | 2006-08-27 | 1 | -0/+14 |
* | Avoid segfaulting if the swscale context cannot be allocated | Luca Abeni | 2006-08-05 | 1 | -0/+4 |
* | Fix "-aspect" when "-pad*" is used | Luca Abeni | 2006-08-05 | 1 | -1/+1 |
* | Move ffmpeg.c to the swscale interface | Luca Abeni | 2006-08-02 | 1 | -66/+23 |
* | add loop_input to AVFormatContext, getting rid of old hack | VĂctor Paesa | 2006-07-13 | 1 | -1/+3 |
* | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun | 2006-07-11 | 1 | -5/+5 |
* | AVBitStreamFilter (some thingy which can modify the bitstream like add or rem... | Michael Niedermayer | 2006-07-06 | 1 | -7/+78 |
* | simplify | Michael Niedermayer | 2006-06-24 | 1 | -4/+2 |
* | CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net | Justin Ruggles | 2006-06-24 | 1 | -1/+18 |
* | Use Subversion revision for FFMPEG_VERSION. | Diego Biurrun | 2006-06-20 | 1 | -0/+1 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -4/+4 |
* | Snow 1pass ratecontrol | Loren Merritt | 2006-05-28 | 1 | -2/+2 |
* | Fix cropping & padding when capturing from a v4l(2) card | Luca Abeni | 2006-05-16 | 1 | -0/+4 |
* | Simplify the code used for assigning video_resample, video_crop, & video_pad | Luca Abeni | 2006-04-20 | 1 | -43/+19 |
* | Cosmetic patch: fix indentation (broken by previous cropping / padding | Luca Abeni | 2006-04-10 | 1 | -19/+19 |
* | Make cropping, padding, and rescaling independent (after this patch, | Luca Abeni | 2006-04-10 | 1 | -38/+48 |
* | Baptiste COUDURIER's padding patch (reworked by me a little bit). | Luca Abeni | 2006-04-10 | 1 | -87/+12 |
* | * fixing -target *dv issues with not setting pix_fmt and adding dv50 target | Roman Shaposhnik | 2006-03-30 | 1 | -2/+4 |
* | Change img_convert() from img_fmt to img_fmt with img_copy() | Luca Abeni | 2006-03-29 | 1 | -7/+1 |
* | make the delta magnitude a user specifyable parameter: | Harikrishnan Varma | 2006-03-15 | 1 | -1/+3 |
* | Fix cropping, depending on enc pix fmt | Baptiste Coudurier | 2006-03-10 | 1 | -14/+4 |
* | Fix crop & pad + rescaling | Luca Abeni | 2006-03-09 | 1 | -3/+4 |
* | Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop" | Luca Abeni | 2006-02-28 | 1 | -1/+1 |
* | This patch makes output codec keeping input pix_fmt value when using | Baptiste Coudurier | 2006-02-13 | 1 | -0/+1 |
* | video4linux2 input support | Luca Abeni | 2006-02-01 | 1 | -0/+4 |
* | add static keyword to some functions | Dieter | 2006-01-30 | 1 | -3/+3 |
* | Print libavutil version too. | Alexander Strasser | 2006-01-28 | 1 | -1/+4 |
* | ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from a | Luca Abeni | 2006-01-26 | 1 | -0/+1 |