aboutsummaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use AVFMT_FLAG_NONBLOCK for the output file.Nicolas George2011-07-191-1/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-4/+7
|\
| * ffmpeg: fix some indentationMans Rullgard2011-07-171-6/+6
| * ffmpeg: fix operation with --disable-avfilterMans Rullgard2011-07-171-4/+7
* | Revert "ffmpeg: get rid of a pointless limit on number of streams."Michael Niedermayer2011-07-161-1/+4
* | ffmpeg: fix muxer private options (bug introduced by anton khirnov)Michael Niedermayer2011-07-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-1/+1
|\|
| * ffmpeg: Fix the check for experimental codecsMartin Storsjö2011-07-141-1/+1
* | ffmpeg: loose lowres hackeryMichael Niedermayer2011-07-141-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-141-54/+52
|\|
| * ffmpeg: print the low bitrate warning after the codec is openend.Anton Khirnov2011-07-141-15/+3
| * ffmpeg: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-131-25/+22
| * ffmpeg: check experimental flag after codec is opened.Anton Khirnov2011-07-131-26/+26
| * ffmpeg: do not set GLOBAL_HEADER flag in the options contextAnton Khirnov2011-07-131-4/+0
* | ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-07-141-10/+6
* | ffmpeg: use new avformat_open_* API.Anton Khirnov2011-07-141-36/+48
* | Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-141-11/+5
|\|
| * Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-131-6/+4
| * ffmpeg: get rid of a pointless limit on number of streams.Anton Khirnov2011-07-131-5/+1
| * ffmpeg: remove an unused define.Anton Khirnov2011-07-131-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-131-74/+57
|\|
| * lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-121-7/+8
| * ffmpeg: merge input_files_ts_scale into InputStream.Anton Khirnov2011-07-121-9/+13
| * ffmpeg: don't abuse a global for passing sample format from input to outputAnton Khirnov2011-07-121-3/+7
| * ffmpeg: don't abuse a global for passing channel layout from input to outputAnton Khirnov2011-07-121-3/+1
| * ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()Anton Khirnov2011-07-121-52/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-105/+102
|\|
| * ffmpeg: remove unused variables from InputStream.Anton Khirnov2011-07-081-5/+0
| * ffmpeg: remove pointless if (nb_input_files)Anton Khirnov2011-07-081-17/+14
| * ffmpeg: merge input_files_ts_offset into input_files.Anton Khirnov2011-07-081-9/+10
| * ffmpeg: merge input_codecs into input_streams.Anton Khirnov2011-07-081-10/+7
| * ffmpeg: drop AV prefixes from struct names.Anton Khirnov2011-07-081-54/+54
| * ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov2011-07-081-4/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-7/+8
|\|
| * lavf: deprecate AVStream.quality.Anton Khirnov2011-07-061-7/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-031-1/+1
|\|
| * ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini2011-07-021-1/+1
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-301-5/+9
* | Set channel_layout if channels is set when transcoding.Carl Eugen Hoyos2011-06-291-1/+3
* | ffmpeg: fix prototypes of functions after the removal of OPT_FUNC2.Baptiste Coudurier2011-06-261-3/+3
* | Fix zero-length gnu_printf format string warning.Clément Bœsch2011-06-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-3/+3
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-3/+3
* | ffmpeg: print warning if encoding would duplicate massive amounts of framesMichael Niedermayer2011-06-201-0/+5
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-191-8/+12
* | ffmpeg: warn if samples need to be converted in a lossy way for lossless enco...Michael Niedermayer2011-06-191-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-16/+22
|\|
| * ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-06-161-10/+6