| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | ffmpeg: use new avformat_open_* API. | Anton Khirnov | 2011-06-16 | 1 | -30/+47 |
| * | ffmpeg: don't abuse a global for passing frame size from input to output | Anton Khirnov | 2011-06-16 | 1 | -6/+10 |
| * | ffmpeg: don't abuse a global for passing pixel format from input to output | Anton Khirnov | 2011-06-16 | 1 | -3/+5 |
| * | ffmpeg: initialise encoders earlier. | Anton Khirnov | 2011-06-16 | 1 | -6/+6 |
* | | Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200' | Michael Niedermayer | 2011-06-17 | 1 | -11/+7 |
|\| |
|
| * | ffmpeg: merge output_codecs array into AVOutputStream members. | Anton Khirnov | 2011-06-16 | 1 | -11/+7 |
* | | ffmpeg: Force 420 with target dvd and svcd. | Michael Niedermayer | 2011-06-16 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-16 | 1 | -26/+35 |
|\| |
|
| * | ffmpeg: don't abuse a global for passing framerate from input to output | Anton Khirnov | 2011-06-15 | 1 | -9/+13 |
| * | ffmpeg: don't abuse a global for passing channels from input to output | Anton Khirnov | 2011-06-15 | 1 | -6/+9 |
| * | ffmpeg: don't abuse a global for passing samplerate from input to output | Anton Khirnov | 2011-06-15 | 1 | -11/+13 |
| * | ffmpeg: fix streaming to ffserver. | Ronald S. Bultje | 2011-06-14 | 1 | -0/+1 |
| * | ffmpeg.c: Add a necessary const qualifier | Alex Converse | 2011-06-09 | 1 | -1/+1 |
* | | avfiltergraph: make the AVFilterInOut alloc/free API public | Stefano Sabatini | 2011-06-12 | 1 | -2/+2 |
* | | avfiltergraph: change the syntax of avfilter_graph_parse() | Stefano Sabatini | 2011-06-12 | 1 | -1/+1 |
* | | Fix -t option for formats which holds dts and no pts | Etienne Buira | 2011-06-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -14/+15 |
|\| |
|
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -14/+15 |
* | | Move code for "ffmpeg: fix massive leak occurring when seeking" / e4841a404bd... | Michael Niedermayer | 2011-06-06 | 1 | -8/+16 |
* | | vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref | Stefano Sabatini | 2011-06-06 | 1 | -1/+2 |
* | | ffmpeg: fix massive leak occurring when seeking | Stefano Sabatini | 2011-06-05 | 1 | -15/+7 |
* | | cmdutils: change the signature of the function argument in parse_options() | Stefano Sabatini | 2011-06-05 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 1 | -2/+2 |
|\| |
|
| * | Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). | Stefano Sabatini | 2011-06-03 | 1 | -2/+2 |
* | | ffmpeg: use opt_acodec when setting audio codec in opt_target. | Baptiste Coudurier | 2011-06-03 | 1 | -2/+2 |
* | | ffmpeg: fix segfault with too many output files | Michael Niedermayer | 2011-06-04 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -3/+2 |
|\| |
|
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -5/+3 |
* | | In print_report, print progression time in hours:mins:secs:us | Baptiste Coudurier | 2011-06-03 | 1 | -2/+14 |
* | | ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid inf val... | Baptiste Coudurier | 2011-06-03 | 1 | -9/+6 |
* | | ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formats | Stefano Sabatini | 2011-06-01 | 1 | -0/+8 |
* | | ffmpeg: simplify opt_*_codec() options | Stefano Sabatini | 2011-05-30 | 1 | -40/+23 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 1 | -1/+1 |
* | | Remove now unused nb_istreams variable. | Reimar Döffinger | 2011-05-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 1 | -3/+3 |
|\| |
|
| * | cmdutils: remove OPT_FUNC2 | Stefano Sabatini | 2011-05-28 | 1 | -100/+115 |
* | | cmdutils: remove OPT_FUNC2 | Stefano Sabatini | 2011-05-28 | 1 | -100/+115 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 1 | -1/+1 |
|\| |
|
| * | ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM... | Mike Williams | 2011-05-26 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-26 | 1 | -113/+81 |
|\| |
|
| * | ffmpeg: get rid of useless AVInputStream.nb_streams. | Anton Khirnov | 2011-05-25 | 1 | -5/+3 |
| * | ffmpeg: simplify managing input files and streams | Anton Khirnov | 2011-05-25 | 1 | -95/+68 |