aboutsummaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-10/+63
|\
| * cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-121-5/+55
| * cmdutils: allow ':'-separated modifiers in option names.Anton Khirnov2011-08-121-1/+4
| * Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-121-4/+4
* | options: handle options with the same name in codecs and formats.Clément Bœsch2011-08-101-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-291-1/+1
|\|
| * cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-281-1/+1
* | cmdutils: remove #if 0-ed conflict marger trash that i forgotMichael Niedermayer2011-07-141-140/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-141-86/+119
|\|
| * cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov2011-07-131-107/+1
| * ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-131-0/+17
| * cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov2011-07-131-21/+34
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-1/+1
|\|
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-1/+1
* | cmdutils: fix an opt name/val swap in set_context_opts()Etienne Buira2011-07-021-1/+1
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-301-8/+16
* | parse_options(): Avoid passing NULL as a string arg to fprintfJeff Downs2011-06-241-1/+1
* | cmdutils: remove outcommented merge trashMichael Niedermayer2011-06-201-36/+0
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-191-68/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-1/+83
|\|
| * cmdutils: add opt_default2().Anton Khirnov2011-06-161-4/+46
| * AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-161-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-131-1/+1
|\|
| * cmdutils: add missing NULL check in parse_options()Stefano Sabatini2011-06-121-1/+1
| * cmdutils: add missing const qualifierMans Rullgard2011-06-041-1/+1
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-4/+2
* | cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini2011-06-051-2/+0
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-051-3/+5
* | cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-6/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-1/+2
|\|
| * cmdutils: use sws_freeContext() instead of av_freep().Ronald S. Bultje2011-05-271-1/+2
| * ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson2011-05-111-2/+2
| * cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini2011-05-101-0/+2
| * cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-101-10/+0
* | preset dir for win32Gianluigi Tiesi2011-05-211-0/+17
* | cmdutils: use const AVClass * when sensefulStefano Sabatini2011-05-201-3/+4
* | cmdutils: reset *picref_ptr to NULL in get_filtered_frame()Stefano Sabatini2011-05-201-0/+1
* | cmdutils: Allocate private decoder context if its not allocated yet.Michael Niedermayer2011-05-161-1/+12
* | Allocate per codec options, now that options are freed between inputs and out...Baptiste Coudurier2011-05-101-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-101-0/+1
|\|
| * ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-091-0/+1
| * lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-261-0/+2
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-011-1/+1
* | lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-011-0/+1
* | lavc: add a pkt_pos field to AVFrameStefano Sabatini2011-05-011-0/+1
* | FFMPEG: support demuxer specific options.Michael Niedermayer2011-04-301-0/+10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-261-0/+1
|\|
| * win32: include the correct header in cmdutils.cLuca Barbato2011-04-251-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-0/+63
|\|
| * Handle unicode file names on windowsKirill Gavrilov2011-04-241-0/+63