| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -1/+1 |
|\ |
|
| * | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -1/+1 |
| * | avio: deprecate av_protocol_next(). | Anton Khirnov | 2011-04-08 | 1 | -12/+8 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Prefer codec specific options over global ones, allowing codec | Baptiste Coudurier | 2011-04-19 | 1 | -37/+42 |
* | | In libx264 wrapper, add -preset and -tune options | Baptiste Coudurier | 2011-04-16 | 1 | -2/+3 |
* | | cmdutils: add OPT_INT check in parse_number_or_die() | Stefano Sabatini | 2011-04-16 | 1 | -0/+2 |
* | | Add key_frame and pict_type to AVFilterBufferRefVideo. | Roger Pau Monné | 2011-04-16 | 1 | -0/+2 |
* | | cmdutils: remove list_fmts(), simplify | Stefano Sabatini | 2011-03-26 | 1 | -10/+0 |
* | | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" | Michael Niedermayer | 2011-03-17 | 1 | -2/+2 |
* | | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" | Michael Niedermayer | 2011-03-17 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -4/+4 |
|\| |
|
| * | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -2/+2 |
| * | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -2/+2 |
| * | Deprecate parse_date() in favor of av_parse_time(). | Stefano Sabatini | 2011-02-16 | 1 | -2/+3 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -2/+0 |
| * | cmdutils: fix codec-specific options from preset | James Zern | 2011-02-05 | 1 | -2/+10 |
| * | cmdutils: fix opt_values leak | James Zern | 2011-02-05 | 1 | -0/+2 |
| * | Make this_year static to cmdutils.c | Diego Elio Pettenò | 2011-01-24 | 1 | -1/+1 |
| * | libavcodec minor version is > 99 so fix the formating | Georgi Chorbadzhiyski | 2011-01-20 | 1 | -1/+1 |
* | | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -... | Benjamin Larsson | 2011-03-08 | 1 | -0/+2 |
* | | Deprecate parse_date() in favor of av_parse_time(). | Stefano Sabatini | 2011-02-18 | 1 | -2/+3 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -2/+0 |
* | | Implement guessed_pts in avcodec_decode_video2 | Nicolas George | 2011-02-07 | 1 | -27/+0 |
* | | cmdutils: fix codec-specific options from preset | James Zern | 2011-02-06 | 1 | -2/+10 |
* | | cmdutils: fix opt_values leak | James Zern | 2011-02-06 | 1 | -0/+2 |
* | | Make this_year static to cmdutils.c | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | libavcodec minor version is > 99 so fix the formating | Georgi Chorbadzhiyski | 2011-01-21 | 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 |