summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
| * avio: deprecate av_protocol_next().Anton Khirnov2011-04-081-12/+8
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Prefer codec specific options over global ones, allowing codecBaptiste Coudurier2011-04-191-37/+42
* | In libx264 wrapper, add -preset and -tune optionsBaptiste Coudurier2011-04-161-2/+3
* | cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini2011-04-161-0/+2
* | Add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-161-0/+2
* | cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-03-261-10/+0
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-2/+2
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-2/+2
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-4/+4
|\ \ | |/
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-2/+2
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-2/+2
| * Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-2/+3
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-2/+0
| * cmdutils: fix codec-specific options from presetJames Zern2011-02-051-2/+10
| * cmdutils: fix opt_values leakJames Zern2011-02-051-0/+2
OpenPOWER on IntegriCloud