summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ffmpeg: prefer dec/enc over ost/ist->st->codec in do_video_out()Stefano Sabatini2011-05-071-8/+3
* | ffmpeg: move resample_changed check within the #if !CONFIG_AVFILTERStefano Sabatini2011-05-071-2/+2
* | ffmpeg: remove useless intermediary variable resample_dst in do_video_out()Stefano Sabatini2011-05-071-3/+2
* | ffmpeg: simplify mid-stream reconfiguration when libavfilter is disabledStefano Sabatini2011-05-071-24/+17
* | lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini2011-05-071-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-2/+1
|\ \ | |/
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-2/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-041-7/+78
|\ \ | |/
| * Make ffmpeg support generic data streamLuca Barbato2011-05-031-7/+78
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-031-1/+1
|\ \ | |/
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| * Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini2011-05-021-1/+1
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-011-1/+1
* | lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-011-4/+3
* | FFMPEG: support demuxer specific options.Michael Niedermayer2011-04-301-1/+7
* | LAVFAPI: avformat_alloc_output_context() / simplify usage of muxers.Michael Niedermayer2011-04-301-20/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-301-1/+0
|\ \ | |/
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-1/+0
* | Revert buggy hunk that leaked in from a libav merge.Michael Niedermayer2011-04-271-4/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-0/+4
|\ \ | |/
| * vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-261-2/+16
* | vsrc_buffer: Set output sizeMichael Niedermayer2011-04-261-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-2/+2
|\ \ | |/
| * Lowercase all ff* program names.Diego Biurrun2011-04-231-2/+2
* | Cosmetics: Rename variable daemon as run_as_daemon.Carl Eugen Hoyos2011-04-221-5/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-1/+1
|\ \ | |/
| * error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-211-1/+1
* | ffmpeg: call pre_process_video_frame() only if decoding is neededStefano Sabatini2011-04-211-7/+3
* | In libx264 wrapper, correctly support 2pass log filename option.Baptiste Coudurier2011-04-201-3/+9
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-5/+3
|\ \ | |/
| * prefer avio_check() over url_exist()Stefano Sabatini2011-04-191-1/+1
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
| * lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-2/+0
| * Redefine sameqLou Logan2011-04-101-1/+1
* | ffmpeg: reformat resample condition code in transcode()Stefano Sabatini2011-04-191-3/+3
* | ffmpeg: factorize resampling condition check in do_video_out()Stefano Sabatini2011-04-191-8/+7
* | ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippetStefano Sabatini2011-04-191-2/+2
* | ffmpeg: improve reporting if size/pixel format changesStefano Sabatini2011-04-191-2/+5
* | ffmpeg: remove unused fields AVOutputStream.original_width/heightStefano Sabatini2011-04-191-7/+0
* | ffmpeg: remove unused variable padding_src in do_video_out()Stefano Sabatini2011-04-191-3/+1
* | ffmpeg:Daemon mode, add -d as first option to try it.Michael Niedermayer2011-04-191-1/+20
* | ffmpeg:Fix negative verbositiyMichael Niedermayer2011-04-191-2/+2
* | ffmpeg: fix -aspect cli optionBaptiste Coudurier2011-04-161-19/+14
* | ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini2011-04-161-21/+18
* | ffmpeg: rename configure_filters() to configure_video_filters()Stefano Sabatini2011-04-111-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-1/+3
|\ \ | |/
| * lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-081-0/+2
OpenPOWER on IntegriCloud