aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-7/+4
|\
| * ffmpeg: factorize quality calculationMichael Niedermayer2011-05-121-7/+6
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-3/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-121-5/+5
|\|
| * ffmpeg: call pre_process_video_frame() only if decoding is neededStefano Sabatini2011-05-111-7/+3
| * ffmpeg: reformat resample condition code in transcode()Stefano Sabatini2011-05-111-3/+3
| * ffmpeg: factorize resampling condition check in do_video_out()Stefano Sabatini2011-05-111-8/+7
| * ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippetStefano Sabatini2011-05-111-2/+2
| * ffmpeg: improve reporting if size/pixel format changesStefano Sabatini2011-05-111-2/+5
| * ffmpeg: warns the user when the selected pixel format is ignoredStefano Sabatini2011-05-111-1/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-8/+8
|\|
| * ffmpeg: Simplify decode loop condition to not use next_ptsAlexander Strange2011-05-101-7/+8
| * ffmpeg: remove unused fields AVOutputStream.original_width/heightStefano Sabatini2011-05-101-7/+0
| * ffmpeg: remove unused variable padding_src in do_video_out()Stefano Sabatini2011-05-101-3/+1
| * ffmpeg: fix negative verbosity.Michael Niedermayer2011-05-101-2/+2
| * ffmpeg: rename configure_filters() to configure_video_filters()Stefano Sabatini2011-05-101-2/+2
| * cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-101-1/+4
| * Add missing CONFIG_AVFILTER check.Takashi Mochizuki2011-05-101-0/+2
* | "Initialize" copy_tb like the other global variables.Robert Leatherwood2011-05-111-1/+1
* | ffmpeg: Fix -t with files that do not have any timestamps.Michael Niedermayer2011-05-101-1/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-101-4/+11
|\|
| * ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-091-0/+4
| * ffmpeg.c: store per-output stream sws flags.Anton Khirnov2011-05-091-8/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-091-1/+1
|\|
| * ffmpeg.c: check for interlaced flag in the correct place.Anton Khirnov2011-05-081-1/+1
* | vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interfaceStefano Sabatini2011-05-071-4/+2
* | ffmpeg: rename ost->pict_tmp to ost->resample_frameStefano Sabatini2011-05-071-7/+7
* | 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