summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* preset dir for win32Gianluigi Tiesi2011-05-21
* cmdutils: use const AVClass * when sensefulStefano Sabatini2011-05-20
* cmdutils: reset *picref_ptr to NULL in get_filtered_frame()Stefano Sabatini2011-05-20
* cmdutils: Allocate private decoder context if its not allocated yet.Michael Niedermayer2011-05-16
* Allocate per codec options, now that options are freed between inputs and out...Baptiste Coudurier2011-05-10
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-10
|\
| * ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-09
| * lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-26
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-01
* | lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-01
* | lavc: add a pkt_pos field to AVFrameStefano Sabatini2011-05-01
* | FFMPEG: support demuxer specific options.Michael Niedermayer2011-04-30
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-26
|\|
| * win32: include the correct header in cmdutils.cLuca Barbato2011-04-25
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * Handle unicode file names on windowsKirill Gavrilov2011-04-24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
| * avio: deprecate av_protocol_next().Anton Khirnov2011-04-08
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Prefer codec specific options over global ones, allowing codecBaptiste Coudurier2011-04-19
* | In libx264 wrapper, add -preset and -tune optionsBaptiste Coudurier2011-04-16
* | cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini2011-04-16
* | Add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-16
* | cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-03-26
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
| * Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-16
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * cmdutils: fix codec-specific options from presetJames Zern2011-02-05
| * cmdutils: fix opt_values leakJames Zern2011-02-05
| * Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-24
| * libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski2011-01-20
* | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -...Benjamin Larsson2011-03-08
* | Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-18
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-07
* | cmdutils: fix codec-specific options from presetJames Zern2011-02-06
* | cmdutils: fix opt_values leakJames Zern2011-02-06
* | Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-26
* | libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski2011-01-21
|/
* Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard2011-01-18
* Disable initialization of the swscale sws_opts context inStefano Sabatini2011-01-04
* ReindentMartin Storsjö2011-01-03
* Use AVOption for muxers in ffmpeg.Anssi Hannula2011-01-02
* Update current year to 2011. Happy New Year!Justin Ruggles2011-01-01
* Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],Stefano Sabatini2010-11-22