| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' | Michael Niedermayer | 2011-08-13 | 1 | -10/+63 |
|\ |
|
| * | cmdutils: allow precisely specifying a stream for AVOptions. | Anton Khirnov | 2011-08-12 | 1 | -5/+55 |
| * | cmdutils: allow ':'-separated modifiers in option names. | Anton Khirnov | 2011-08-12 | 1 | -1/+4 |
| * | Make a copy of ffmpeg under a new name -- avconv. | Anton Khirnov | 2011-08-12 | 1 | -4/+4 |
* | | options: handle options with the same name in codecs and formats. | Clément Bœsch | 2011-08-10 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-29 | 1 | -1/+1 |
|\| |
|
| * | cmdutils: add codec_opts parameter to setup_find_stream_info_opts() | Stefano Sabatini | 2011-07-28 | 1 | -1/+1 |
* | | cmdutils: remove #if 0-ed conflict marger trash that i forgot | Michael Niedermayer | 2011-07-14 | 1 | -140/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-14 | 1 | -86/+119 |
|\| |
|
| * | cmdutils: replace opt_default with opt_default2() and remove set_context_opts | Anton Khirnov | 2011-07-13 | 1 | -107/+1 |
| * | ffplay: use new avcodec_open2 and avformat_find_stream_info API. | Anton Khirnov | 2011-07-13 | 1 | -0/+17 |
| * | cmdutils: store all codec options in one dict instead of video/audio/sub | Anton Khirnov | 2011-07-13 | 1 | -21/+34 |
* | | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf' | Michael Niedermayer | 2011-07-11 | 1 | -1/+1 |
|\| |
|
| * | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | | cmdutils: fix an opt name/val swap in set_context_opts() | Etienne Buira | 2011-07-02 | 1 | -1/+1 |
* | | Make all option parsing functions match the function pointer type through whi... | Jeff Downs | 2011-06-30 | 1 | -8/+16 |
* | | parse_options(): Avoid passing NULL as a string arg to fprintf | Jeff Downs | 2011-06-24 | 1 | -1/+1 |
* | | cmdutils: remove outcommented merge trash | Michael Niedermayer | 2011-06-20 | 1 | -36/+0 |
* | | lavfi: add vsink_buffer, and use it in ff* tools | Stefano Sabatini | 2011-06-19 | 1 | -68/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-18 | 1 | -1/+83 |
|\| |
|
| * | cmdutils: add opt_default2(). | Anton Khirnov | 2011-06-16 | 1 | -4/+46 |
| * | AVOptions: add av_opt_find() as a replacement for av_find_opt. | Anton Khirnov | 2011-06-16 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-13 | 1 | -1/+1 |
|\| |
|
| * | cmdutils: add missing NULL check in parse_options() | Stefano Sabatini | 2011-06-12 | 1 | -1/+1 |
| * | cmdutils: add missing const qualifier | Mans Rullgard | 2011-06-04 | 1 | -1/+1 |
| * | cmdutils: remove OPT_FUNC2 | Stefano Sabatini | 2011-05-28 | 1 | -4/+2 |
* | | cmdutils: remove unnecessary OPT_DUMMY implementation | Stefano Sabatini | 2011-06-05 | 1 | -2/+0 |
* | | cmdutils: change the signature of the function argument in parse_options() | Stefano Sabatini | 2011-06-05 | 1 | -3/+5 |
* | | cmdutils: remove OPT_FUNC2 | Stefano Sabatini | 2011-05-28 | 1 | -6/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 1 | -1/+2 |
|\| |
|
| * | cmdutils: use sws_freeContext() instead of av_freep(). | Ronald S. Bultje | 2011-05-27 | 1 | -1/+2 |
| * | ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ... | Benjamin Larsson | 2011-05-11 | 1 | -2/+2 |
| * | cmdutils: add OPT_INT check in parse_number_or_die() | Stefano Sabatini | 2011-05-10 | 1 | -0/+2 |
| * | cmdutils: remove list_fmts(), simplify | Stefano Sabatini | 2011-05-10 | 1 | -10/+0 |
* | | preset dir for win32 | Gianluigi Tiesi | 2011-05-21 | 1 | -0/+17 |
* | | cmdutils: use const AVClass * when senseful | Stefano Sabatini | 2011-05-20 | 1 | -3/+4 |
* | | cmdutils: reset *picref_ptr to NULL in get_filtered_frame() | Stefano Sabatini | 2011-05-20 | 1 | -0/+1 |
* | | cmdutils: Allocate private decoder context if its not allocated yet. | Michael Niedermayer | 2011-05-16 | 1 | -1/+12 |
* | | Allocate per codec options, now that options are freed between inputs and out... | Baptiste Coudurier | 2011-05-10 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-10 | 1 | -0/+1 |
|\| |
|
| * | ffmpeg.c: reset avoptions after each input/output file. | Anton Khirnov | 2011-05-09 | 1 | -0/+1 |
| * | lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. | Roger Pau Monné | 2011-04-26 | 1 | -0/+2 |
* | | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio | Stefano Sabatini | 2011-05-01 | 1 | -1/+1 |
* | | lavc: add a sample_aspect_ratio field to AVFrame | Stefano Sabatini | 2011-05-01 | 1 | -0/+1 |
* | | lavc: add a pkt_pos field to AVFrame | Stefano Sabatini | 2011-05-01 | 1 | -0/+1 |
* | | FFMPEG: support demuxer specific options. | Michael Niedermayer | 2011-04-30 | 1 | -0/+10 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-26 | 1 | -0/+1 |
|\| |
|
| * | win32: include the correct header in cmdutils.c | Luca Barbato | 2011-04-25 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -0/+63 |
|\| |
|
| * | Handle unicode file names on windows | Kirill Gavrilov | 2011-04-24 | 1 | -0/+63 |