Age | Commit message (Expand) | Author |
2011-06-19 | lavfi: add vsink_buffer, and use it in ff* tools | Stefano Sabatini |
2011-06-18 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-06-16 | cmdutils: add opt_default2(). | Anton Khirnov |
2011-06-05 | cmdutils: remove unnecessary OPT_DUMMY implementation | Stefano Sabatini |
2011-06-05 | cmdutils: change the signature of the function argument in parse_options() | Stefano Sabatini |
2011-06-03 | cmdutils: move "#undef main" from ffplay.c to cmdutils.h | Carl Eugen Hoyos |
2011-05-28 | cmdutils: remove OPT_FUNC2 | Stefano Sabatini |
2011-05-28 | cmdutils: remove OPT_FUNC2 | Stefano Sabatini |
2011-05-21 | multiple inclusion guard cleanup | Diego Biurrun |
2011-05-21 | preset dir for win32 | Gianluigi Tiesi |
2011-05-19 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-05-19 | Clean up #includes in cmdutils.h. | Diego Biurrun |
2011-05-10 | cmdutils: remove list_fmts(), simplify | Stefano Sabatini |
2011-05-04 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-05-03 | Make ffmpeg support generic data stream | Luca Barbato |
2011-03-26 | cmdutils: remove list_fmts(), simplify | Stefano Sabatini |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-08 | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -... | Benjamin Larsson |
2011-02-07 | Implement guessed_pts in avcodec_decode_video2 | Nicolas George |
2011-01-26 | Make this_year static to cmdutils.c | Diego Elio Pettenò |
2011-01-24 | Make this_year static to cmdutils.c | Diego Elio Pettenò |
2010-11-04 | Implement get_preset_file() in cmdutils.h and use it to factorize code | Stefano Sabatini |
2010-10-18 | Implement a common get_filtered_video_frame(), shared between ffplay.c | Stefano Sabatini |
2010-10-12 | Factorize definition of the output_filter defined in both ffplay.c and | Stefano Sabatini |
2010-10-02 | Add init and uninit functions to cmdutils, reduces code duplication | Reimar Döffinger |
2010-09-29 | User application side of Codec specific parameters. | Michael Niedermayer |
2010-09-28 | Make new doxy follows the agreed upon style and grammatical | Stefano Sabatini |
2010-09-28 | Extract timestamp correction code from ffplay.c to cmdutils.c | Alexander Strange |
2010-09-20 | Move log_callback_help to cmdutils.[hc], for allowing sharing. | Stefano Sabatini |
2010-07-02 | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun |
2010-07-02 | Grammar fixes | Måns Rullgård |
2010-06-30 | Fix grammar errors in documentation | Måns Rullgård |
2010-05-07 | Document cmdutils.c:print_error(). | Stefano Sabatini |
2010-04-01 | Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading | Stefano Sabatini |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-01-20 | Add -timelimit option | Måns Rullgård |
2009-12-21 | Implement a -pix_fmts option for listing all the supported pixel | Stefano Sabatini |
2009-12-12 | Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be | Stefano Sabatini |
2009-12-12 | Implement a -filters option, listing all the available libavfilter | Stefano Sabatini |
2009-11-19 | Split show_formats(). | Michael Niedermayer |
2009-06-16 | Move opt_loglevel() from ffmpeg.c to cmdutils.c. | Stefano Sabatini |
2009-06-06 | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini |
2009-03-18 | Implement read_yesno(). | Stefano Sabatini |
2009-03-03 | Rename avctx_opts to avcodec_opts. | Stefano Sabatini |
2009-02-19 | Fix typo: explixitly -> explicitly. | Stefano Sabatini |
2009-01-18 | Implement a var for containing the current year number rather than | Stefano Sabatini |
2008-10-04 | Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ... | Diego Biurrun |
2008-09-28 | Move opt_default() and set_context_opts() to cmdutils so it can be used from | Michael Niedermayer |
2008-05-29 | Simplify show_banner() so that it does not require arguments, similar | Stefano Sabatini |
2008-05-27 | Update documentation of show_version() to account for latest changes. | Stefano Sabatini |