| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it | Diego Biurrun | 2006-01-25 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -3/+3 |
* | better version reporting | Alex Beregszaszi | 2006-01-07 | 1 | -4/+5 |
* | update x264 wrapper. | Robert Swain | 2005-12-29 | 1 | -4/+4 |
* | iterative overlapped block based motion estimation for snow | Michael Niedermayer | 2005-12-28 | 1 | -0/+3 |
* | 10l (didnt remove option from old ones after converting to AVOption) | Michael Niedermayer | 2005-12-25 | 1 | -3/+0 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -36/+36 |
* | support printing compact qp histogram | Michael Niedermayer | 2005-12-18 | 1 | -2/+13 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -216/+216 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -1/+1 |
* | fix ffserver, it is working for me now again, a more elegant fix is needed th... | Alex Beregszaszi | 2005-10-12 | 1 | -2/+5 |
* | changing a few options to AVOptions | Michael Niedermayer | 2005-09-20 | 1 | -84/+0 |
* | dont include opt.h in avcodec.h | Michael Niedermayer | 2005-09-12 | 1 | -0/+1 |
* | CAREFULL --> CAREFUL typo fix | Diego Biurrun | 2005-09-12 | 1 | -1/+1 |
* | converting a few more options to AVOptions | Michael Niedermayer | 2005-09-12 | 1 | -52/+0 |
* | convert some options in ffmpeg.c to AVOptions | Michael Niedermayer | 2005-09-12 | 1 | -185/+37 |
* | avoid stdio.h | Michael Niedermayer | 2005-09-11 | 1 | -1/+1 |
* | AVOption API improvments | Michael Niedermayer | 2005-09-11 | 1 | -27/+44 |
* | do not rescale AV_NOPTS_VALUE | Michael Niedermayer | 2005-09-11 | 1 | -5/+5 |
* | the user sets codec->time_base for video encding so she should also set it fo... | Michael Niedermayer | 2005-09-04 | 1 | -1/+2 |
* | Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). | Reimar Döffinger | 2005-09-02 | 1 | -0/+13 |
* | vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) | Justin Ruggles | 2005-08-21 | 1 | -0/+7 |
* | support fixing missing pts by parsing future frames | Michael Niedermayer | 2005-08-15 | 1 | -0/+5 |
* | changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi... | Mike Brown | 2005-08-10 | 1 | -0/+3 |
* | let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: luc... | Luca Abeni | 2005-07-22 | 1 | -2/+2 |
* | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer | 2005-07-17 | 1 | -76/+76 |
* | DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) | Michael Niedermayer | 2005-07-17 | 1 | -2/+8 |
* | error_resilience = FF_ER_CAREFULL | Michael Niedermayer | 2005-07-11 | 1 | -1/+1 |
* | support changing in bitstream global headers into extradata style and back | Michael Niedermayer | 2005-06-27 | 1 | -3/+10 |
* | *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com) | Michael Niedermayer | 2005-06-25 | 1 | -0/+4 |
* | Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) | Todd Kirby | 2005-06-18 | 1 | -0/+3 |
* | set log level to AV_LOG_DEBUG if -debug ... is used | Michael Niedermayer | 2005-06-07 | 1 | -0/+1 |
* | support for adding new components (syntax: ffmpeg -i input_file [output optio... | Fabrice Bellard | 2005-06-03 | 1 | -357/+550 |