| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: add a protocol whitelist/blacklist for file opened internally | Anton Khirnov | 2016-02-22 | 1 | -1/+21 |
* | lavf: allow custom IO for all files | Anton Khirnov | 2016-01-24 | 1 | -0/+14 |
* | lavc: Move deprecation warning disabling to files including the table | Vittorio Giovara | 2015-07-03 | 1 | -0/+4 |
* | avio: Rename avclass symbols relating to avio | Martin Storsjö | 2015-02-28 | 1 | -1/+1 |
* | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -1/+1 |
* | lavf: Only initialize s->offset once when using avoid_negative_ts make_zero | Martin Storsjö | 2014-11-17 | 1 | -0/+1 |
* | lavf: ignore attachment streams for interleaving purposes | Anton Khirnov | 2014-02-04 | 1 | -0/+8 |
* | Give less generic names to global library option arrays | Diego Biurrun | 2013-08-02 | 1 | -1/+1 |
* | Move AVFormatContext/AVCodecContext option tables to separate files. | Anton Khirnov | 2012-03-20 | 1 | -39/+2 |
* | lavf: remove disabled FF_API_MUXRATE cruft | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
* | lavf: remove disabled FF_API_FLAG_RTP_HINT cruft | Anton Khirnov | 2012-01-27 | 1 | -3/+0 |
* | lavf: remove disabled FF_API_OLD_AVIO cruft | Anton Khirnov | 2012-01-27 | 1 | -6/+0 |
* | lavf: rename fer option and document resulting (f_)err_detect options | Dustin Brody | 2012-01-21 | 1 | -3/+8 |
* | lavf: simplify format_child_class_next() | Luca Barbato | 2011-11-14 | 1 | -14/+17 |
* | lavf: pass options from AVFormatContext to avio. | Anton Khirnov | 2011-11-13 | 1 | -3/+14 |
* | mpegenc/mpegtsenc: add muxrate private options. | Anton Khirnov | 2011-10-17 | 1 | -0/+2 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -22/+22 |
* | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 1 | -22/+29 |
* | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 1 | -0/+5 |
* | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 1 | -1/+1 |
* | lavf: add support for error_recognition, use it in avidec, and bump minor API... | Dustin Brody | 2011-08-12 | 1 | -0/+3 |
* | lavf: Add an option to discard corrupted frames | Zohar Kelrich | 2011-08-02 | 1 | -0/+1 |
* | lavf: add avformat_open_input() as a replacement for av_open_input_* | Anton Khirnov | 2011-06-16 | 1 | -0/+28 |
* | options: Add missing braces around struct initializer. | Diego Biurrun | 2011-06-08 | 1 | -1/+1 |
* | movenc: Deprecate the global RTP hinting flag, use a private AVOption instead | Martin Storsjö | 2011-05-27 | 1 | -1/+3 |
* | avformat: Add fpsprobesize as an AVOption. | Alex Converse | 2011-05-25 | 1 | -0/+1 |
* | lavf: remove duplicate assignment in avformat_alloc_context. | Anton Khirnov | 2011-05-17 | 1 | -1/+0 |
* | lavf: use designated initializers for AVClasses. | Anton Khirnov | 2011-05-17 | 1 | -1/+6 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -17/+17 |
* | lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft | Anton Khirnov | 2011-04-19 | 1 | -7/+0 |
* | lavf: remove FF_API_OLD_METADATA cruft | Anton Khirnov | 2011-04-19 | 1 | -4/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -1/+1 |
* | Add an AVOption max_delay for AVFormatContext->max_delay | Martin Storsjö | 2010-09-24 | 1 | -0/+1 |
* | rename LAVF_API_* defines to FF_API_* to clarify that it is not public API | Aurelien Jacobs | 2010-08-18 | 1 | -1/+1 |
* | add LAVF_API_OLD_METADATA define to disable the deprecated metadata API | Aurelien Jacobs | 2010-08-17 | 1 | -1/+1 |
* | Remove typo: s/ingore/ignore/ | Luca Barbato | 2010-06-24 | 1 | -1/+1 |
* | Add a flag for enabling RTP hinting | Martin Storsjö | 2010-05-18 | 1 | -0/+1 |
* | Add version to AVClass so we can add to and use fields of AVClass without ABI... | Michael Niedermayer | 2010-04-28 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. | Michael Niedermayer | 2010-03-31 | 1 | -0/+2 |
* | Flag to ignore dts on frames that contain pts. | Michael Niedermayer | 2010-01-30 | 1 | -0/+1 |
* | Increase default value for max_analyze_duration, fixes issue 1506, a regression. | Carl Eugen Hoyos | 2009-11-09 | 1 | -1/+1 |
* | use AVFormatContext->probesize in av_find_stream_info and raise default to 5M | Baptiste Coudurier | 2009-06-25 | 1 | -1/+1 |
* | deprecate old metadata API | Aurelien Jacobs | 2009-03-01 | 1 | -0/+2 |
* | Deprecate av_malloc_format_context() in favor of | Stefano Sabatini | 2009-02-08 | 1 | -1/+8 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Move the AVFormatContext options definition to a dedicated file, | Stefano Sabatini | 2009-01-10 | 1 | -0/+83 |