Age | Commit message (Expand) | Author |
2011-05-11 | ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ... | Benjamin Larsson |
2011-05-10 | cmdutils: add OPT_INT check in parse_number_or_die() | Stefano Sabatini |
2011-05-10 | cmdutils: remove list_fmts(), simplify | Stefano Sabatini |
2011-05-09 | ffmpeg.c: reset avoptions after each input/output file. | Anton Khirnov |
2011-04-26 | lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. | Roger Pau Monné |
2011-04-25 | win32: include the correct header in cmdutils.c | Luca Barbato |
2011-04-24 | Handle unicode file names on windows | Kirill Gavrilov |
2011-04-19 | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov |
2011-04-08 | avio: deprecate av_protocol_next(). | Anton Khirnov |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-16 | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau |
2011-03-16 | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau |
2011-02-16 | Deprecate parse_date() in favor of av_parse_time(). | Stefano Sabatini |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-02-05 | cmdutils: fix codec-specific options from preset | James Zern |
2011-02-05 | cmdutils: fix opt_values leak | James Zern |
2011-01-24 | Make this_year static to cmdutils.c | Diego Elio Pettenò |
2011-01-20 | libavcodec minor version is > 99 so fix the formating | Georgi Chorbadzhiyski |
2011-01-18 | Use INFINITY and NAN macros instead of 1/0 and 0/0 | Mans Rullgard |
2011-01-04 | Disable initialization of the swscale sws_opts context in | Stefano Sabatini |
2011-01-03 | Reindent | Martin Storsjö |
2011-01-02 | Use AVOption for muxers in ffmpeg. | Anssi Hannula |
2011-01-01 | Update current year to 2011. Happy New Year! | Justin Ruggles |
2010-11-22 | Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X], | Stefano Sabatini |
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 | All else being equal, prefer PTS over DTS in timestamp correction | Alexander Strange |
2010-09-28 | Extract timestamp correction code from ffplay.c to cmdutils.c | Alexander Strange |
2010-09-25 | Add more missing checks in opt_default(), prevent a crash if | Stefano Sabatini |
2010-09-24 | Add missing existence checks in opt_default(). | Stefano Sabatini |
2010-09-20 | Move log_callback_help to cmdutils.[hc], for allowing sharing. | Stefano Sabatini |
2010-07-29 | Extend show_protocols() to make it print information about input, | Stefano Sabatini |
2010-07-22 | Factorize indent definition in PRINT_LIB_INFO(). | Stefano Sabatini |
2010-07-22 | Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO(). | Stefano Sabatini |
2010-07-22 | Rename: | Stefano Sabatini |
2010-07-22 | Reindent. | Stefano Sabatini |
2010-07-22 | Increase flexibility of PRINT_LIB_VERSION(), make it accept a flags | Stefano Sabatini |
2010-07-21 | Add libavcore. | Stefano Sabatini |
2010-06-09 | Make all the numeric options accept in input an expression which is | Stefano Sabatini |
2010-05-22 | Open 2-pass logfile in binary mode for both reading and writing. | Ramiro Polla |
2010-05-09 | Fix build with swscale disabled | Måns Rullgård |
2010-05-05 | Reindent after the last commit. | Stefano Sabatini |
2010-05-05 | Simplify print_error(), directly use av_strerror()/strerror() for | Stefano Sabatini |
2010-05-05 | Make print_error() use strerror() in case av_strerror() fails. | Stefano Sabatini |
2010-04-16 | AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) | Ramiro Polla |
2010-04-01 | Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading | Stefano Sabatini |
2010-03-30 | Issue a more general message when the function which sets an option | Stefano Sabatini |