2014-03-27 |
Luca Barbato | cmdutils: Mark exit_program as av_noreturn |
blob | commitdiff | raw |
2013-10-22 |
Luca Barbato | avplay: Accept cpuflags option |
blob | commitdiff | raw | diff to current |
2013-07-07 |
Luca Barbato | cmdutils: wrap exit explicitly |
blob | commitdiff | raw | diff to current |
2013-04-11 |
Anton Khirnov | avtools: move media_type_string() from avprobe to cmdutils. |
blob | commitdiff | raw | diff to current |
2013-03-08 |
Anton Khirnov | avconv: print an error on applying options of the wrong... |
blob | commitdiff | raw | diff to current |
2013-03-08 |
Anton Khirnov | avplay: switch to new refcounted frames API |
blob | commitdiff | raw | diff to current |
2013-02-23 |
Justin Ruggles | avconv: pass libavresample options to AVFilterGraph |
blob | commitdiff | raw | diff to current |
2012-12-19 |
Anton Khirnov | cmdutils: pass number of groups to split_commandline(). |
blob | commitdiff | raw | diff to current |
2012-12-18 |
Anton Khirnov | cmdutils: add a commandline pre-parser. |
blob | commitdiff | raw | diff to current |
2012-12-18 |
Anton Khirnov | cmdutils: add a macro to simplify grow_array() calls. |
blob | commitdiff | raw | diff to current |
2012-10-31 |
Diego Biurrun | avconv_opt, cmdutils: Add missing function parameter... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Anton Khirnov | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix... |
blob | commitdiff | raw | diff to current |
2012-10-06 |
Diego Biurrun | Give all anonymously typedeffed structs in headers... |
blob | commitdiff | raw | diff to current |
2012-10-01 |
Diego Elio Pettenò | Use atexit() instead of defining a custom exit_program... |
blob | commitdiff | raw | diff to current |
2012-08-30 |
Anton Khirnov | avtools: remove the distinction between func_arg and... |
blob | commitdiff | raw | diff to current |
2012-08-19 |
Anton Khirnov | avconv: split printing "main options" into global and... |
blob | commitdiff | raw | diff to current |
2012-08-19 |
Anton Khirnov | cmdutils: extend -h to allow printing codec details. |
blob | commitdiff | raw | diff to current |
2012-08-19 |
Anton Khirnov | cmdutils: change semantics of show_help_options() and... |
blob | commitdiff | raw | diff to current |
2012-08-19 |
Anton Khirnov | avconv: deprecate -isync. |
blob | commitdiff | raw | diff to current |
2012-08-19 |
Anton Khirnov | avtools: fix show_foo() signatures. |
blob | commitdiff | raw | diff to current |
2012-08-18 |
Anton Khirnov | cmdutils: refactor -codecs option. |
blob | commitdiff | raw | diff to current |
2012-08-07 |
Anton Khirnov | Replace all CODEC_ID_* with AV_CODEC_ID_* |
blob | commitdiff | raw | diff to current |
2012-07-03 |
Reinhard Tartler | attributes: add av_noreturn |
blob | commitdiff | raw | diff to current |
2012-06-30 |
Martin Storsjö | cmdutils: Pass the actual chosen encoder to filter_code... |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Anton Khirnov | avtools: move buffer management code from avconv to... |
blob | commitdiff | raw | diff to current |
2012-05-09 |
Anton Khirnov | lavfi: add video buffer sink, and use it in avtools |
blob | commitdiff | raw | diff to current |
2012-04-15 |
Anton Khirnov | avconv: get output pixel format from lavfi. |
blob | commitdiff | raw | diff to current |
2012-03-18 |
Reinhard Tartler | Read preset files with suffix .avpreset |
blob | commitdiff | raw | diff to current |
2012-03-06 |
Anton Khirnov | avconv: add -cpuflags option for setting supported... |
blob | commitdiff | raw | diff to current |
2012-01-25 |
Diego Biurrun | Drop unnecessary prefix from *sink* variable and struct... |
blob | commitdiff | raw | diff to current |
2012-01-18 |
Diego Biurrun | cosmetics: Rename ffsink to avsink. |
blob | commitdiff | raw | diff to current |
2012-01-18 |
Gaurav Narula | avprobe, cmdutils: K&R formatting cosmetics |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Diego Biurrun | Fix a bunch of common typos. |
blob | commitdiff | raw | diff to current |
2011-12-05 |
Diego Biurrun | misc Doxygen markup improvements |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Martin Storsjö | cmdutils: Rename read_file to cmdutils_read_file |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Anton Khirnov | cmdutils/avtools: simplify show_help() by using av_opt_... |
blob | commitdiff | raw | diff to current |
2011-10-11 |
Diego Biurrun | doc: fix references to obsolete presets directories... |
blob | commitdiff | raw | diff to current |
2011-09-26 |
Anton Khirnov | avtools: parse loglevel before all the other options. |
blob | commitdiff | raw | diff to current |
2011-09-11 |
Anton Khirnov | avconv: move audio_sample_fmt to options context. |
blob | commitdiff | raw | diff to current |
2011-09-05 |
Anton Khirnov | avconv: move ts scale to options context. |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Anton Khirnov | avconv: move start_time, recording_time and input_ts_of... |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Anton Khirnov | cmdutils: allow storing per-stream/chapter/.... options... |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Anton Khirnov | cmdutils: split per-option code out of parse_options(). |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Anton Khirnov | cmdutils: add support for caller-provided option context. |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Anton Khirnov | cmdutils: declare only one pointer type in OptionDef |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Anton Khirnov | cmdutils: move grow_array() from avconv to cmdutils. |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Anton Khirnov | cmdutils: move exit_program() declaration to cmdutils... |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Anton Khirnov | cmdutils: allow precisely specifying a stream for AVOpt... |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Stefano Sabatini | cmdutils: add codec_opts parameter to setup_find_stream... |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Stefano Sabatini | cmdutils: clarify documentation for filter_codec_opts() |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Stefano Sabatini | cmdutils: clarify documentation for setup_find_stream_i... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Anton Khirnov | cmdutils: replace opt_default with opt_default2() and... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Anton Khirnov | ffplay: use new avcodec_open2 and avformat_find_stream_... |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Anton Khirnov | cmdutils: store all codec options in one dict instead... |
blob | commitdiff | raw | diff to current |
2011-06-16 |
Anton Khirnov | cmdutils: add opt_default2(). |
blob | commitdiff | raw | diff to current |
2011-05-28 |
Stefano Sabatini | cmdutils: remove OPT_FUNC2 |
blob | commitdiff | raw | diff to current |
2011-05-21 |
Diego Biurrun | multiple inclusion guard cleanup |
blob | commitdiff | raw | diff to current |
2011-05-19 |
Diego Biurrun | Clean up #includes in cmdutils.h. |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Stefano Sabatini | cmdutils: remove list_fmts(), simplify |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Luca Barbato | Make ffmpeg support generic data stream |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-01-24 |
Diego Elio Pettenò | Make this_year static to cmdutils.c |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Stefano Sabatini | Implement get_preset_file() in cmdutils.h and use it... |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Stefano Sabatini | Implement a common get_filtered_video_frame(), shared... |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Stefano Sabatini | Factorize definition of the output_filter defined in... |
blob | commitdiff | raw | diff to current |
2010-10-02 |
Reimar Döffinger | Add init and uninit functions to cmdutils, reduces... |
blob | commitdiff | raw | diff to current |
2010-09-29 |
Michael Niedermayer | User application side of Codec specific parameters. |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Stefano Sabatini | Make new doxy follows the agreed upon style and grammatical |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Alexander Strange | Extract timestamp correction code from ffplay.c to... |
blob | commitdiff | raw | diff to current |
2010-09-20 |
Stefano Sabatini | Move log_callback_help to cmdutils.[hc], for allowing... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Diego Biurrun | Remove angular brackets from Doxygen comments; Doxygen... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Måns Rullgård | Grammar fixes |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Måns Rullgård | Fix grammar errors in documentation |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Stefano Sabatini | Document cmdutils.c:print_error(). |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Stefano Sabatini | Implement cmdutils.c:read_file(), and use it in ffmpeg... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Måns Rullgård | Add -timelimit option |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Stefano Sabatini | Implement a -pix_fmts option for listing all the suppor... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Stefano Sabatini | Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Stefano Sabatini | Implement a -filters option, listing all the available... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Michael Niedermayer | Split show_formats(). |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Stefano Sabatini | Move opt_loglevel() from ffmpeg.c to cmdutils.c. |
blob | commitdiff | raw | diff to current |
2009-06-06 |
Stefano Sabatini | Remove '\p', '\c' and '\e' doxygen markup from doxy... |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Stefano Sabatini | Implement read_yesno(). |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Stefano Sabatini | Rename avctx_opts to avcodec_opts. |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Stefano Sabatini | Fix typo: explixitly -> explicitly. |
blob | commitdiff | raw | diff to current |
2009-01-18 |
Stefano Sabatini | Implement a var for containing the current year number... |
blob | commitdiff | raw | diff to current |
2008-10-04 |
Diego Biurrun | Fix 'make checkheaders', based on a patch by Diego... |
blob | commitdiff | raw | diff to current |
2008-09-28 |
Michael Niedermayer | Move opt_default() and set_context_opts() to cmdutils... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
Stefano Sabatini | Simplify show_banner() so that it does not require... |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Stefano Sabatini | Update documentation of show_version() to account for... |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Stefano Sabatini | Move show_formats() to cmdutils.c. |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Michael Niedermayer | Do not pass program_name as argument to show_version... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Michael Niedermayer | OPT_EXIT |
blob | commitdiff | raw | diff to current |
2008-04-17 |
Stefano Sabatini | Typo |
blob | commitdiff | raw | diff to current |
2008-03-31 |
Stefano Sabatini | Export parse_time_or_die from ffmpeg.c to cmdutils.c |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Diego Biurrun | Improve wording/grammar of Doxygen comments. |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Stefano Sabatini | Export and document in cmdutils.h the function parse_nu... |
blob | commitdiff | raw | diff to current |
2007-11-24 |
Diego Biurrun | Add missing #includes to fix 'make checkheaders'. |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Diego Biurrun | Add FFMPEG_ prefix to all multiple inclusion guards. |
blob | commitdiff | raw | diff to current |
next |