summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-241-1/+1
| * libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski2011-01-201-1/+1
* | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -...Benjamin Larsson2011-03-081-0/+2
* | Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-181-2/+3
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-2/+0
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-071-27/+0
* | cmdutils: fix codec-specific options from presetJames Zern2011-02-061-2/+10
* | cmdutils: fix opt_values leakJames Zern2011-02-061-0/+2
* | Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-261-1/+1
* | libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski2011-01-211-1/+1
|/
* Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard2011-01-181-1/+1
* Disable initialization of the swscale sws_opts context inStefano Sabatini2011-01-041-0/+4
* ReindentMartin Storsjö2011-01-031-2/+2
* Use AVOption for muxers in ffmpeg.Anssi Hannula2011-01-021-1/+15
* Update current year to 2011. Happy New Year!Justin Ruggles2011-01-011-1/+1
* Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],Stefano Sabatini2010-11-221-3/+3
OpenPOWER on IntegriCloud