2011-10-12 |
Anton Khirnov | cmdutils/avtools: simplify show_help() by using av_opt_... |
blob | commitdiff | raw |
2011-10-12 |
Anton Khirnov | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Anton Khirnov | Remove all uses of deprecated AVOptions API. |
blob | commitdiff | raw | diff to current |
2011-10-09 |
Mans Rullgard | avtools: add -v as alias for -loglevel |
blob | commitdiff | raw | diff to current |
2011-09-27 |
Anton Khirnov | avconv: add support for copying attachments. |
blob | commitdiff | raw | diff to current |
2011-09-26 |
Anton Khirnov | cmdutils: replace fprintf() by av_log() |
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-23 |
Janne Grunau | cmdutils: move grow_array out of #if CONFIG_AVFILTER |
blob | commitdiff | raw | diff to current |
2011-09-11 |
Anton Khirnov | cmdutils: add support for programs in check_stream_spec... |
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-09-03 |
Anton Khirnov | cmdutils: get rid of dummy contexts for examining AVOpt... |
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-08-12 |
Anton Khirnov | cmdutils: allow ':'-separated modifiers in option names. |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Anton Khirnov | Make a copy of ffmpeg under a new name -- avconv. |
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-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-07-10 |
Anton Khirnov | lavc: make avcodec_alloc_context3 officially public. |
blob | commitdiff | raw | diff to current |
2011-06-16 |
Anton Khirnov | cmdutils: add opt_default2(). |
blob | commitdiff | raw | diff to current |
2011-06-16 |
Anton Khirnov | AVOptions: add av_opt_find() as a replacement for av_fi... |
blob | commitdiff | raw | diff to current |
2011-06-12 |
Stefano Sabatini | cmdutils: add missing NULL check in parse_options() |
blob | commitdiff | raw | diff to current |
2011-06-04 |
Mans Rullgard | cmdutils: add missing const qualifier |
blob | commitdiff | raw | diff to current |
2011-05-28 |
Stefano Sabatini | cmdutils: remove OPT_FUNC2 |
blob | commitdiff | raw | diff to current |
2011-05-27 |
Ronald S. Bultje | cmdutils: use sws_freeContext() instead of av_freep(). |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Benjamin Larsson | ffplay: add a dummy option -i so that it is easy to... |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Stefano Sabatini | cmdutils: add OPT_INT check in parse_number_or_die() |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Stefano Sabatini | cmdutils: remove list_fmts(), simplify |
blob | commitdiff | raw | diff to current |
2011-05-09 |
Anton Khirnov | ffmpeg.c: reset avoptions after each input/output file. |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Roger Pau Monné | lavfi: add key_frame and pict_type to AVFilterBufferRef... |
blob | commitdiff | raw | diff to current |
2011-04-25 |
Luca Barbato | win32: include the correct header in cmdutils.c |
blob | commitdiff | raw | diff to current |
2011-04-23 |
Kirill Gavrilov | Handle unicode file names on windows |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Anton Khirnov | lavc: remove the FF_API_SET_STRING_OLD cruft. |
blob | commitdiff | raw | diff to current |
2011-04-08 |
Anton Khirnov | avio: deprecate av_protocol_next(). |
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-03-16 |
Janne Grunau | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* |
blob | commitdiff | raw | diff to current |
2011-03-16 |
Janne Grunau | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION |
blob | commitdiff | raw | diff to current |
2011-02-16 |
Stefano Sabatini | Deprecate parse_date() in favor of av_parse_time(). |
blob | commitdiff | raw | diff to current |
2011-02-15 |
Reinhard Tartler | Merge libavcore into libavutil |
blob | commitdiff | raw | diff to current |
2011-02-05 |
James Zern | cmdutils: fix codec-specific options from preset |
blob | commitdiff | raw | diff to current |
2011-02-05 |
James Zern | cmdutils: fix opt_values leak |
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 |
2011-01-20 |
Georgi Chorbadzhiyski | libavcodec minor version is > 99 so fix the formating |
blob | commitdiff | raw | diff to current |
2011-01-18 |
Mans Rullgard | Use INFINITY and NAN macros instead of 1/0 and 0/0 |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefano Sabatini | Disable initialization of the swscale sws_opts context in |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Martin Storsjö | Reindent |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Anssi Hannula | Use AVOption for muxers in ffmpeg. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Justin Ruggles | Update current year to 2011. Happy New Year! |
blob | commitdiff | raw | diff to current |
2010-11-22 |
Stefano Sabatini | Add missing check on the existence of avcodec_opts... |
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 |
Alexander Strange | All else being equal, prefer PTS over DTS in timestamp... |
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-25 |
Stefano Sabatini | Add more missing checks in opt_default(), prevent a... |
blob | commitdiff | raw | diff to current |
2010-09-24 |
Stefano Sabatini | Add missing existence checks in opt_default(). |
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-29 |
Stefano Sabatini | Extend show_protocols() to make it print information... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Stefano Sabatini | Factorize indent definition in PRINT_LIB_INFO(). |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Stefano Sabatini | Merge maybe_print_config() and PRINT_LIB_CONFIG() in... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Stefano Sabatini | Rename: |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Stefano Sabatini | Reindent. |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Stefano Sabatini | Increase flexibility of PRINT_LIB_VERSION(), make it... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Stefano Sabatini | Add libavcore. |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Stefano Sabatini | Make all the numeric options accept in input an express... |
blob | commitdiff | raw | diff to current |
2010-05-22 |
Ramiro Polla | Open 2-pass logfile in binary mode for both reading... |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Måns Rullgård | Fix build with swscale disabled |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Stefano Sabatini | Reindent after the last commit. |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Stefano Sabatini | Simplify print_error(), directly use av_strerror()... |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Stefano Sabatini | Make print_error() use strerror() in case av_strerror... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Ramiro Polla | AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) |
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 | Issue a more general message when the function which... |
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-03-26 |
Stefano Sabatini | Use av_strerror() in print_error(). |
blob | commitdiff | raw | diff to current |
2010-03-17 |
Stefano Sabatini | Remove printing of frame sizes and frame rate abbreviat... |
blob | commitdiff | raw | diff to current |
2010-03-07 |
Måns Rullgård | Remove hacks not required since HAVE_AV_CONFIG_H was... |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Stefano Sabatini | Make opt_default() look for options in sws_opts only... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Stefano Sabatini | Make opt_default() print an error message and exit... |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Stefano Sabatini | FFmpeg is a collective effort so allowing a single... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Stefano Sabatini | Extend show_pix_fmts(), make it show input/output suppo... |
blob | commitdiff | raw | diff to current |
2010-02-09 |
Måns Rullgård | Check for setrlimit() |
blob | commitdiff | raw | diff to current |
2010-02-07 |
Stefano Sabatini | Make parse_options() explicitely handle the case where... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Stefano Sabatini | Declare variable "version" in the PRINT_LIB_VERSION... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Måns Rullgård | Prettify PRINT_LIB_VERSION macro |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Måns Rullgård | Get rid of ifdeffery for printing library versions... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Måns Rullgård | Print config of each lib if different from that of... |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Måns Rullgård | Add -timelimit option |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Stefano Sabatini | Update this_year value. |
blob | commitdiff | raw | diff to current |
2009-12-28 |
Diego Biurrun | Mark conditionally used variable as av_unused, fixes... |
blob | commitdiff | raw | diff to current |
next |