| Commit message (Expand) | Author | Age | Files | Lines |
* | libavcodec minor version is > 99 so fix the formating | Georgi Chorbadzhiyski | 2011-01-20 | 1 | -1/+1 |
* | Use INFINITY and NAN macros instead of 1/0 and 0/0 | Mans Rullgard | 2011-01-18 | 1 | -1/+1 |
* | Disable initialization of the swscale sws_opts context in | Stefano Sabatini | 2011-01-04 | 1 | -0/+4 |
* | Reindent | Martin Storsjö | 2011-01-03 | 1 | -2/+2 |
* | Use AVOption for muxers in ffmpeg. | Anssi Hannula | 2011-01-02 | 1 | -1/+15 |
* | Update current year to 2011. Happy New Year! | Justin Ruggles | 2011-01-01 | 1 | -1/+1 |
* | Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X], | Stefano Sabatini | 2010-11-22 | 1 | -3/+3 |
* | Implement get_preset_file() in cmdutils.h and use it to factorize code | Stefano Sabatini | 2010-11-04 | 1 | -0/+30 |
* | Implement a common get_filtered_video_frame(), shared between ffplay.c | Stefano Sabatini | 2010-10-18 | 1 | -0/+22 |
* | Factorize definition of the output_filter defined in both ffplay.c and | Stefano Sabatini | 2010-10-12 | 1 | -0/+41 |
* | Add init and uninit functions to cmdutils, reduces code duplication | Reimar Döffinger | 2010-10-02 | 1 | -0/+19 |
* | User application side of Codec specific parameters. | Michael Niedermayer | 2010-09-29 | 1 | -2/+26 |
* | All else being equal, prefer PTS over DTS in timestamp correction | Alexander Strange | 2010-09-28 | 1 | -1/+1 |
* | Extract timestamp correction code from ffplay.c to cmdutils.c | Alexander Strange | 2010-09-28 | 1 | -0/+27 |
* | Add more missing checks in opt_default(), prevent a crash if | Stefano Sabatini | 2010-09-25 | 1 | -1/+1 |
* | Add missing existence checks in opt_default(). | Stefano Sabatini | 2010-09-24 | 1 | -2/+2 |
* | Move log_callback_help to cmdutils.[hc], for allowing sharing. | Stefano Sabatini | 2010-09-20 | 1 | -0/+5 |
* | Extend show_protocols() to make it print information about input, | Stefano Sabatini | 2010-07-29 | 1 | -2/+11 |
* | Factorize indent definition in PRINT_LIB_INFO(). | Stefano Sabatini | 2010-07-22 | 1 | -3/+4 |
* | Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO(). | Stefano Sabatini | 2010-07-22 | 1 | -26/+17 |
* | Rename: | Stefano Sabatini | 2010-07-22 | 1 | -12/+12 |
* | Reindent. | Stefano Sabatini | 2010-07-22 | 1 | -7/+7 |
* | Increase flexibility of PRINT_LIB_VERSION(), make it accept a flags | Stefano Sabatini | 2010-07-22 | 1 | -14/+19 |
* | Add libavcore. | Stefano Sabatini | 2010-07-21 | 1 | -0/+3 |
* | Make all the numeric options accept in input an expression which is | Stefano Sabatini | 2010-06-09 | 1 | -1/+2 |
* | Open 2-pass logfile in binary mode for both reading and writing. | Ramiro Polla | 2010-05-22 | 1 | -1/+1 |
* | Fix build with swscale disabled | Måns Rullgård | 2010-05-09 | 1 | -0/+5 |
* | Reindent after the last commit. | Stefano Sabatini | 2010-05-05 | 1 | -3/+3 |
* | Simplify print_error(), directly use av_strerror()/strerror() for | Stefano Sabatini | 2010-05-05 | 1 | -8/+0 |
* | Make print_error() use strerror() in case av_strerror() fails. | Stefano Sabatini | 2010-05-05 | 1 | -2/+4 |
* | AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) | Ramiro Polla | 2010-04-16 | 1 | -1/+1 |
* | Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading | Stefano Sabatini | 2010-04-01 | 1 | -0/+24 |
* | Issue a more general message when the function which sets an option | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -8/+8 |
* | Use av_strerror() in print_error(). | Stefano Sabatini | 2010-03-26 | 1 | -26/+4 |
* | Remove printing of frame sizes and frame rate abbreviations from | Stefano Sabatini | 2010-03-17 | 1 | -3/+0 |
* | Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps | Måns Rullgård | 2010-03-07 | 1 | -2/+0 |
* | Make opt_default() look for options in sws_opts only if sws_opts is | Stefano Sabatini | 2010-03-06 | 1 | -1/+1 |
* | Make opt_default() print an error message and exit if the option | Stefano Sabatini | 2010-02-22 | 1 | -2/+4 |
* | FFmpeg is a collective effort so allowing a single name in a banner is | Stefano Sabatini | 2010-02-18 | 1 | -1/+1 |
* | Extend show_pix_fmts(), make it show input/output support for | Stefano Sabatini | 2010-02-10 | 1 | -1/+25 |
* | Check for setrlimit() | Måns Rullgård | 2010-02-09 | 1 | -1/+1 |
* | Make parse_options() explicitely handle the case where an opt_func2 | Stefano Sabatini | 2010-02-07 | 1 | -2/+4 |
* | Declare variable "version" in the PRINT_LIB_VERSION() macro if block, | Stefano Sabatini | 2010-01-27 | 1 | -2/+1 |
* | Prettify PRINT_LIB_VERSION macro | Måns Rullgård | 2010-01-27 | 1 | -6/+9 |
* | Get rid of ifdeffery for printing library versions and configurations | Måns Rullgård | 2010-01-27 | 1 | -16/+15 |
* | Print config of each lib if different from that of ffmpeg/ffplay/ffserver | Måns Rullgård | 2010-01-25 | 1 | -0/+24 |
* | Add -timelimit option | Måns Rullgård | 2010-01-20 | 1 | -0/+16 |
* | Update this_year value. | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Mark conditionally used variable as av_unused, fixes the warning: | Diego Biurrun | 2009-12-28 | 1 | -1/+1 |