summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-04
* cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-03
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-12
* cmdutils: allow ':'-separated modifiers in option names.Anton Khirnov2011-08-12
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12
* cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-28
* cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov2011-07-13
* ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-13
* cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov2011-07-13
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* cmdutils: add opt_default2().Anton Khirnov2011-06-16
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-16
* cmdutils: add missing NULL check in parse_options()Stefano Sabatini2011-06-12
* cmdutils: add missing const qualifierMans Rullgard2011-06-04
* cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-28
* cmdutils: use sws_freeContext() instead of av_freep().Ronald S. Bultje2011-05-27
* ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson2011-05-11
* cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini2011-05-10
* cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-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
* win32: include the correct header in cmdutils.cLuca Barbato2011-04-25
* Handle unicode file names on windowsKirill Gavrilov2011-04-24
* 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
* 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
* 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
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-04
* Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini2010-10-18
* Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini2010-10-12
* Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger2010-10-02
* User application side of Codec specific parameters.Michael Niedermayer2010-09-29
* All else being equal, prefer PTS over DTS in timestamp correctionAlexander Strange2010-09-28
* Extract timestamp correction code from ffplay.c to cmdutils.cAlexander Strange2010-09-28
* Add more missing checks in opt_default(), prevent a crash ifStefano Sabatini2010-09-25
* Add missing existence checks in opt_default().Stefano Sabatini2010-09-24
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-20