| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use AVFMT_FLAG_NONBLOCK for the output file. | Nicolas George | 2011-07-19 | 1 | -1/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -4/+7 |
|\ |
|
| * | ffmpeg: fix some indentation | Mans Rullgard | 2011-07-17 | 1 | -6/+6 |
| * | ffmpeg: fix operation with --disable-avfilter | Mans Rullgard | 2011-07-17 | 1 | -4/+7 |
* | | Revert "ffmpeg: get rid of a pointless limit on number of streams." | Michael Niedermayer | 2011-07-16 | 1 | -1/+4 |
* | | ffmpeg: fix muxer private options (bug introduced by anton khirnov) | Michael Niedermayer | 2011-07-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -1/+1 |
|\| |
|
| * | ffmpeg: Fix the check for experimental codecs | Martin Storsjö | 2011-07-14 | 1 | -1/+1 |
* | | ffmpeg: loose lowres hackery | Michael Niedermayer | 2011-07-14 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-14 | 1 | -54/+52 |
|\| |
|
| * | ffmpeg: print the low bitrate warning after the codec is openend. | Anton Khirnov | 2011-07-14 | 1 | -15/+3 |
| * | ffmpeg: use new avcodec_open2 and avformat_find_stream_info API. | Anton Khirnov | 2011-07-13 | 1 | -25/+22 |
| * | ffmpeg: check experimental flag after codec is opened. | Anton Khirnov | 2011-07-13 | 1 | -26/+26 |
| * | ffmpeg: do not set GLOBAL_HEADER flag in the options context | Anton Khirnov | 2011-07-13 | 1 | -4/+0 |
* | | ffmpeg: deprecate -vc and -tvstd | Anton Khirnov | 2011-07-14 | 1 | -10/+6 |
* | | ffmpeg: use new avformat_open_* API. | Anton Khirnov | 2011-07-14 | 1 | -36/+48 |
* | | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228' | Michael Niedermayer | 2011-07-14 | 1 | -11/+5 |
|\| |
|
| * | Replace some gotos that lead to single return statements by direct return. | Diego Biurrun | 2011-07-13 | 1 | -6/+4 |
| * | ffmpeg: get rid of a pointless limit on number of streams. | Anton Khirnov | 2011-07-13 | 1 | -5/+1 |
| * | ffmpeg: remove an unused define. | Anton Khirnov | 2011-07-13 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-13 | 1 | -74/+57 |
|\| |
|
| * | lavf: deprecate AVFormatContext.timestamp | Anton Khirnov | 2011-07-12 | 1 | -7/+8 |
| * | ffmpeg: merge input_files_ts_scale into InputStream. | Anton Khirnov | 2011-07-12 | 1 | -9/+13 |
| * | ffmpeg: don't abuse a global for passing sample format from input to output | Anton Khirnov | 2011-07-12 | 1 | -3/+7 |
| * | ffmpeg: don't abuse a global for passing channel layout from input to output | Anton Khirnov | 2011-07-12 | 1 | -3/+1 |
| * | ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream() | Anton Khirnov | 2011-07-12 | 1 | -52/+28 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-09 | 1 | -105/+102 |
|\| |
|
| * | ffmpeg: remove unused variables from InputStream. | Anton Khirnov | 2011-07-08 | 1 | -5/+0 |
| * | ffmpeg: remove pointless if (nb_input_files) | Anton Khirnov | 2011-07-08 | 1 | -17/+14 |
| * | ffmpeg: merge input_files_ts_offset into input_files. | Anton Khirnov | 2011-07-08 | 1 | -9/+10 |
| * | ffmpeg: merge input_codecs into input_streams. | Anton Khirnov | 2011-07-08 | 1 | -10/+7 |
| * | ffmpeg: drop AV prefixes from struct names. | Anton Khirnov | 2011-07-08 | 1 | -54/+54 |
| * | ffmpeg: deprecate loop_input and loop_output options | Anton Khirnov | 2011-07-08 | 1 | -4/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-06 | 1 | -7/+8 |
|\| |
|
| * | lavf: deprecate AVStream.quality. | Anton Khirnov | 2011-07-06 | 1 | -7/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\| |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-03 | 1 | -1/+1 |
|\| |
|
| * | ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt() | Stefano Sabatini | 2011-07-02 | 1 | -1/+1 |
* | | Make all option parsing functions match the function pointer type through whi... | Jeff Downs | 2011-06-30 | 1 | -5/+9 |
* | | Set channel_layout if channels is set when transcoding. | Carl Eugen Hoyos | 2011-06-29 | 1 | -1/+3 |
* | | ffmpeg: fix prototypes of functions after the removal of OPT_FUNC2. | Baptiste Coudurier | 2011-06-26 | 1 | -3/+3 |
* | | Fix zero-length gnu_printf format string warning. | Clément Bœsch | 2011-06-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 1 | -3/+3 |
|\| |
|
| * | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 1 | -3/+3 |
* | | ffmpeg: print warning if encoding would duplicate massive amounts of frames | Michael Niedermayer | 2011-06-20 | 1 | -0/+5 |
* | | lavfi: add vsink_buffer, and use it in ff* tools | Stefano Sabatini | 2011-06-19 | 1 | -8/+12 |
* | | ffmpeg: warn if samples need to be converted in a lossy way for lossless enco... | Michael Niedermayer | 2011-06-19 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-18 | 1 | -16/+22 |
|\| |
|
| * | ffmpeg: deprecate -vc and -tvstd | Anton Khirnov | 2011-06-16 | 1 | -10/+6 |