summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-14
|\
| * ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov2011-07-14
| * ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-13
| * ffmpeg: check experimental flag after codec is opened.Anton Khirnov2011-07-13
| * ffmpeg: do not set GLOBAL_HEADER flag in the options contextAnton Khirnov2011-07-13
* | ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-07-14
* | ffmpeg: use new avformat_open_* API.Anton Khirnov2011-07-14
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-14
|\|
| * Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-13
| * ffmpeg: get rid of a pointless limit on number of streams.Anton Khirnov2011-07-13
| * ffmpeg: remove an unused define.Anton Khirnov2011-07-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-13
|\|
| * lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-12
| * ffmpeg: merge input_files_ts_scale into InputStream.Anton Khirnov2011-07-12
| * ffmpeg: don't abuse a global for passing sample format from input to outputAnton Khirnov2011-07-12
| * ffmpeg: don't abuse a global for passing channel layout from input to outputAnton Khirnov2011-07-12
| * ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()Anton Khirnov2011-07-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-09
|\|
| * ffmpeg: remove unused variables from InputStream.Anton Khirnov2011-07-08
| * ffmpeg: remove pointless if (nb_input_files)Anton Khirnov2011-07-08
| * ffmpeg: merge input_files_ts_offset into input_files.Anton Khirnov2011-07-08
| * ffmpeg: merge input_codecs into input_streams.Anton Khirnov2011-07-08
| * ffmpeg: drop AV prefixes from struct names.Anton Khirnov2011-07-08
| * ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov2011-07-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-06
|\|
| * lavf: deprecate AVStream.quality.Anton Khirnov2011-07-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-03
|\|
| * ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini2011-07-02
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-30
* | Set channel_layout if channels is set when transcoding.Carl Eugen Hoyos2011-06-29
* | ffmpeg: fix prototypes of functions after the removal of OPT_FUNC2.Baptiste Coudurier2011-06-26
* | Fix zero-length gnu_printf format string warning.Clément Bœsch2011-06-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* | ffmpeg: print warning if encoding would duplicate massive amounts of framesMichael Niedermayer2011-06-20
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-19
* | ffmpeg: warn if samples need to be converted in a lossy way for lossless enco...Michael Niedermayer2011-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-18
|\|
| * ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-06-16
| * ffmpeg: use new avformat_open_* API.Anton Khirnov2011-06-16
| * ffmpeg: don't abuse a global for passing frame size from input to outputAnton Khirnov2011-06-16
| * ffmpeg: don't abuse a global for passing pixel format from input to outputAnton Khirnov2011-06-16
| * ffmpeg: initialise encoders earlier.Anton Khirnov2011-06-16
* | Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'Michael Niedermayer2011-06-17
|\|
| * ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov2011-06-16
* | ffmpeg: Force 420 with target dvd and svcd.Michael Niedermayer2011-06-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-16
|\|
| * ffmpeg: don't abuse a global for passing framerate from input to outputAnton Khirnov2011-06-15