| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement a -pix_fmts option for listing all the supported pixel | Stefano Sabatini | 2009-12-21 | 1 | -0/+5 |
* | Factorize opt+1 out in parse_options(), simplify. | Stefano Sabatini | 2009-12-14 | 1 | -7/+8 |
* | Only list libavfilter filters if libavfilter has been enabled during | Stefano Sabatini | 2009-12-12 | 1 | -0/+2 |
* | Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be | Stefano Sabatini | 2009-12-12 | 1 | -0/+10 |
* | Implement a -filters option, listing all the available libavfilter | Stefano Sabatini | 2009-12-12 | 1 | -0/+9 |
* | Make show_protocols() print one protocol per line. | Stefano Sabatini | 2009-11-21 | 1 | -1/+1 |
* | Split show_formats(). | Michael Niedermayer | 2009-11-19 | 1 | -11/+21 |
* | Make show_formats() print each bitstream filter on a separate line. | Stefano Sabatini | 2009-11-18 | 1 | -1/+1 |
* | Improve compiler information code to print to the console on program startup. | Diego Biurrun | 2009-09-22 | 1 | -6/+2 |
* | Print compiler version and build date before configuration in console output. | Diego Biurrun | 2009-09-22 | 1 | -2/+2 |
* | Document the output of ffmpeg -formats. | William R. Zwicky | 2009-08-09 | 1 | -2/+16 |
* | Handle noX for OPT_BOOL X. | Benoit Fouet | 2009-08-03 | 1 | -1/+9 |
* | Remove superfluous const. | Carl Eugen Hoyos | 2009-06-27 | 1 | -1/+1 |
* | Move opt_loglevel() from ffmpeg.c to cmdutils.c. | Stefano Sabatini | 2009-06-16 | 1 | -0/+35 |
* | Add configure option to upgrade (L)GPL to version 3. | Diego Biurrun | 2009-06-05 | 1 | -0/+28 |
* | Factorize initial "printf(" and ");" in show_license(). | Stefano Sabatini | 2009-05-25 | 1 | -6/+2 |
* | Implement read_yesno(). | Stefano Sabatini | 2009-03-18 | 1 | -0/+11 |
* | Rename avctx_opts to avcodec_opts. | Stefano Sabatini | 2009-03-03 | 1 | -9/+9 |
* | Remove old scaler. | Michael Niedermayer | 2009-03-03 | 1 | -2/+0 |
* | Revert part of r16593. | Ramiro Polla | 2009-02-05 | 1 | -0/+2 |
* | Implement a var for containing the current year number rather than | Stefano Sabatini | 2009-01-18 | 1 | -2/+4 |
* | Remove pointless #if around header #includes. | Diego Biurrun | 2009-01-14 | 1 | -6/+0 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -8/+8 |
* | Bump year number. | Stefano Sabatini | 2009-01-02 | 1 | -1/+1 |
* | Remove calls to deprecated av_set_string2() with calls to | Stefano Sabatini | 2008-12-19 | 1 | -1/+1 |
* | Fix weird indent. | Stefano Sabatini | 2008-12-18 | 1 | -4/+4 |