| Commit message (Expand) | Author | Age | Files | Lines |
* | vsrc_buffer: Set output size | Michael Niedermayer | 2011-04-26 | 1 | -1/+1 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -2/+2 |
|\ |
|
| * | Lowercase all ff* program names. | Diego Biurrun | 2011-04-23 | 1 | -2/+2 |
* | | Cosmetics: Rename variable daemon as run_as_daemon. | Carl Eugen Hoyos | 2011-04-22 | 1 | -5/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 1 | -1/+1 |
|\| |
|
| * | error: remove AVERROR_NUMEXPECTED | Stefano Sabatini | 2011-04-21 | 1 | -1/+1 |
* | | ffmpeg: call pre_process_video_frame() only if decoding is needed | Stefano Sabatini | 2011-04-21 | 1 | -7/+3 |
* | | In libx264 wrapper, correctly support 2pass log filename option. | Baptiste Coudurier | 2011-04-20 | 1 | -3/+9 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -5/+3 |
|\| |
|
| * | prefer avio_check() over url_exist() | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
| * | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
| * | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -1/+1 |
| * | lavf: remove FF_API_MAX_STREAMS cruft | Anton Khirnov | 2011-04-19 | 1 | -2/+0 |
| * | Redefine sameq | Lou Logan | 2011-04-10 | 1 | -1/+1 |
* | | ffmpeg: reformat resample condition code in transcode() | Stefano Sabatini | 2011-04-19 | 1 | -3/+3 |
* | | ffmpeg: factorize resampling condition check in do_video_out() | Stefano Sabatini | 2011-04-19 | 1 | -8/+7 |
* | | ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet | Stefano Sabatini | 2011-04-19 | 1 | -2/+2 |
* | | ffmpeg: improve reporting if size/pixel format changes | Stefano Sabatini | 2011-04-19 | 1 | -2/+5 |
* | | ffmpeg: remove unused fields AVOutputStream.original_width/height | Stefano Sabatini | 2011-04-19 | 1 | -7/+0 |
* | | ffmpeg: remove unused variable padding_src in do_video_out() | Stefano Sabatini | 2011-04-19 | 1 | -3/+1 |
* | | ffmpeg:Daemon mode, add -d as first option to try it. | Michael Niedermayer | 2011-04-19 | 1 | -1/+20 |
* | | ffmpeg:Fix negative verbositiy | Michael Niedermayer | 2011-04-19 | 1 | -2/+2 |
* | | ffmpeg: fix -aspect cli option | Baptiste Coudurier | 2011-04-16 | 1 | -19/+14 |
* | | ffmpeg: use parse_number_and_die() when it makes sense | Stefano Sabatini | 2011-04-16 | 1 | -21/+18 |
* | | ffmpeg: rename configure_filters() to configure_video_filters() | Stefano Sabatini | 2011-04-11 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-09 | 1 | -1/+3 |
|\| |
|
| * | lavf: get rid of ffm-specific stuff in avformat.h | Anton Khirnov | 2011-04-08 | 1 | -0/+2 |
| * | lavf: rename avf_sdp_create to av_sdp_create. | Anton Khirnov | 2011-04-08 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-08 | 1 | -3/+3 |
|\| |
|
| * | avio: avio_ prefix for url_set_interrupt_cb. | Anton Khirnov | 2011-04-07 | 1 | -2/+2 |
| * | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
* | | Fix ticket20 | Michael Niedermayer | 2011-04-06 | 1 | -7/+6 |
* | | Revert "ffmpeg: fix aspect ratio setting" | Michael Niedermayer | 2011-04-06 | 1 | -10/+12 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-06 | 1 | -1/+9 |
|\| |
|
| * | Add silence support for AV_SAMPLE_FMT_U8. | Alex Converse | 2011-04-05 | 1 | -1/+9 |
* | | Fix crash in ffmpeg.c with PIX_FMT_NONE | Michael Niedermayer | 2011-04-06 | 1 | -0/+1 |
* | | ffmpeg: fix aspect ratio setting | Stefano Sabatini | 2011-04-05 | 1 | -12/+10 |
* | | Redefine sameq | Lou Logan | 2011-04-05 | 1 | -1/+1 |
* | | ffmpeg: make 'bits_per_raw_sample' option more useful | Peter Ross | 2011-04-04 | 1 | -1/+4 |
* | | Support changing pixel formats on avfilter input. | Michael Niedermayer | 2011-04-03 | 1 | -2/+3 |
* | | Fix stream mapping regression | Michael Niedermayer | 2011-04-02 | 1 | -6/+43 |
* | | Another aspect ratio fix try. This leaves the setdar addition at the end (pre... | Michael Niedermayer | 2011-04-01 | 1 | -6/+7 |
* | | Increase ffmpeg video encoding buffer size to permit encoding of DPX images | Peter Ross | 2011-04-01 | 1 | -1/+2 |
* | | Insert setdar at the begin of a filter chain instead the end. | Michael Niedermayer | 2011-04-01 | 1 | -2/+5 |
* | | Revert "Do no modify terminal parameters using termios.h" | Michael Niedermayer | 2011-03-31 | 1 | -6/+54 |
* | | ffmpeg: warns the user when the selected pixel format is ignored | Stefano Sabatini | 2011-03-27 | 1 | -1/+7 |
* | | cmdutils: remove list_fmts(), simplify | Stefano Sabatini | 2011-03-26 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-26 | 1 | -0/+1 |
|\| |
|
| * | Add audio_service_type field to AVCodecContext for encoding and reporting | Justin Ruggles | 2011-03-25 | 1 | -0/+1 |
* | | ffmpeg: include conditionally the sws_flags variable | Stefano Sabatini | 2011-03-25 | 1 | -2/+2 |