summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* 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
| * ffmpeg: don't abuse a global for passing channels from input to outputAnton Khirnov2011-06-15
| * ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov2011-06-15
| * ffmpeg: fix streaming to ffserver.Ronald S. Bultje2011-06-14
| * ffmpeg.c: Add a necessary const qualifierAlex Converse2011-06-09
* | avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2011-06-12
* | avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini2011-06-12
* | Fix -t option for formats which holds dts and no ptsEtienne Buira2011-06-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\|
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* | Move code for "ffmpeg: fix massive leak occurring when seeking" / e4841a404bd...Michael Niedermayer2011-06-06
* | vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_refStefano Sabatini2011-06-06
* | ffmpeg: fix massive leak occurring when seekingStefano Sabatini2011-06-05
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\|
| * Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-03
* | ffmpeg: use opt_acodec when setting audio codec in opt_target.Baptiste Coudurier2011-06-03
* | ffmpeg: fix segfault with too many output filesMichael Niedermayer2011-06-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Remove unused variablesMans Rullgard2011-06-02
* | In print_report, print progression time in hours:mins:secs:usBaptiste Coudurier2011-06-03
* | ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid inf val...Baptiste Coudurier2011-06-03
* | ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formatsStefano Sabatini2011-06-01
* | ffmpeg: simplify opt_*_codec() optionsStefano Sabatini2011-05-30
* | Fix various unused variable warningsClément Bœsch2011-05-30