Age | Commit message (Expand) | Author |
2011-10-17 | mpegenc/mpegtsenc: add muxrate private options. | Anton Khirnov |
2011-10-12 | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov |
2011-10-12 | AVOptions: add new API for enumerating children. | Anton Khirnov |
2011-09-03 | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov |
2011-09-03 | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov |
2011-08-12 | lavf: add support for error_recognition, use it in avidec, and bump minor API... | Dustin Brody |
2011-08-02 | lavf: Add an option to discard corrupted frames | Zohar Kelrich |
2011-06-16 | lavf: add avformat_open_input() as a replacement for av_open_input_* | Anton Khirnov |
2011-06-08 | options: Add missing braces around struct initializer. | Diego Biurrun |
2011-05-27 | movenc: Deprecate the global RTP hinting flag, use a private AVOption instead | Martin Storsjö |
2011-05-25 | avformat: Add fpsprobesize as an AVOption. | Alex Converse |
2011-05-17 | lavf: remove duplicate assignment in avformat_alloc_context. | Anton Khirnov |
2011-05-17 | lavf: use designated initializers for AVClasses. | Anton Khirnov |
2011-05-10 | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov |
2011-04-19 | lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft | Anton Khirnov |
2011-04-19 | lavf: remove FF_API_OLD_METADATA cruft | Anton Khirnov |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2010-10-15 | add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated | Aurelien Jacobs |
2010-09-26 | Move AVOptions from libavcodec to libavutil | Michael Niedermayer |
2010-09-24 | Add an AVOption max_delay for AVFormatContext->max_delay | Martin Storsjö |
2010-08-18 | rename LAVF_API_* defines to FF_API_* to clarify that it is not public API | Aurelien Jacobs |
2010-08-17 | add LAVF_API_OLD_METADATA define to disable the deprecated metadata API | Aurelien Jacobs |
2010-06-24 | Remove typo: s/ingore/ignore/ | Luca Barbato |
2010-05-18 | Add a flag for enabling RTP hinting | Martin Storsjö |
2010-04-28 | Add version to AVClass so we can add to and use fields of AVClass without ABI... | Michael Niedermayer |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-31 | Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. | Michael Niedermayer |
2010-01-30 | Flag to ignore dts on frames that contain pts. | Michael Niedermayer |
2009-11-09 | Increase default value for max_analyze_duration, fixes issue 1506, a regression. | Carl Eugen Hoyos |
2009-06-25 | use AVFormatContext->probesize in av_find_stream_info and raise default to 5M | Baptiste Coudurier |
2009-03-01 | deprecate old metadata API | Aurelien Jacobs |
2009-02-08 | Deprecate av_malloc_format_context() in favor of | Stefano Sabatini |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-10 | Move the AVFormatContext options definition to a dedicated file, | Stefano Sabatini |