| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -8/+4 |
* | doxy: structure libavformat groups | Luca Barbato | 2011-11-22 | 1 | -0/+34 |
* | avio: Add AVIOInterruptCB | Martin Storsjö | 2011-11-13 | 1 | -0/+11 |
* | lavf: expand doxy for some AVFormatContext fields. | Anton Khirnov | 2011-11-08 | 1 | -5/+44 |
* | avformat: Revise wording | Martin Storsjö | 2011-11-07 | 1 | -2/+2 |
* | avformat: Add functions for doing global network initialization | Martin Storsjö | 2011-11-05 | 1 | -0/+15 |
* | lavf: use number of output pictures for delay checks. | Ronald S. Bultje | 2011-10-28 | 1 | -0/+1 |
* | lavf: move private fields in AVStream to the end at next bump. | Anton Khirnov | 2011-10-28 | 1 | -0/+61 |
* | lavf: move private fields in AVFormatContext to the end at next bump. | Anton Khirnov | 2011-10-28 | 1 | -0/+45 |
* | lavf: make some seeking functions private | Anton Khirnov | 2011-10-28 | 1 | -25/+5 |
* | lavf: deprecate AVStream.stream_copy | Anton Khirnov | 2011-10-25 | 1 | -1/+3 |
* | mpegenc: add preload private option. | Anton Khirnov | 2011-10-25 | 1 | -1/+3 |
* | lavf: add avformat_new_stream as a replacement for av_new_stream. | Anton Khirnov | 2011-10-19 | 1 | -0/+21 |
* | mpegenc/mpegtsenc: add muxrate private options. | Anton Khirnov | 2011-10-17 | 1 | -1/+6 |
* | lavf: deprecate AVFormatContext.file_size | Anton Khirnov | 2011-10-17 | 1 | -1/+3 |
* | avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. | Justin Ruggles | 2011-10-13 | 1 | -1/+2 |
* | avformat: update AVInputFormat allowed flags | Justin Ruggles | 2011-10-13 | 1 | -1/+3 |
* | lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. | Anton Khirnov | 2011-09-03 | 1 | -0/+8 |
* | lavf: add avformat_query_codec(). | Anton Khirnov | 2011-08-16 | 1 | -0/+18 |
* | lavf: add support for error_recognition, use it in avidec, and bump minor API... | Dustin Brody | 2011-08-12 | 1 | -0/+8 |
* | lavf: Add an option to discard corrupted frames | Zohar Kelrich | 2011-08-02 | 1 | -0/+1 |
* | lavf: add forgotten attribute_deprecated to av_find_stream_info() | Anton Khirnov | 2011-07-28 | 1 | -0/+1 |
* | lavf: deprecate AVFormatContext.timestamp | Anton Khirnov | 2011-07-12 | 1 | -1/+6 |
* | lavf: add avformat_find_stream_info() | Anton Khirnov | 2011-07-10 | 1 | -0/+27 |
* | gif: add loop private option. | Anton Khirnov | 2011-07-08 | 1 | -1/+5 |
* | img2: add loop private option. | Anton Khirnov | 2011-07-08 | 1 | -1/+6 |
* | lavf: deprecate AVStream.quality. | Anton Khirnov | 2011-07-06 | 1 | -1/+3 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | libavformat: Add an example how to use the metadata API | Reinhard Tartler | 2011-07-02 | 1 | -0/+2 |
* | avformat: doxify the Metadata API | Reinhard Tartler | 2011-07-02 | 1 | -34/+39 |
* | lavf: add avformat_write_header() as a replacement for av_write_header(). | Anton Khirnov | 2011-06-16 | 1 | -2/+28 |
* | Deprecate av_open_input_* and remove their uses. | Anton Khirnov | 2011-06-16 | 1 | -3/+8 |
* | lavf: add avformat_open_input() as a replacement for av_open_input_* | Anton Khirnov | 2011-06-16 | 1 | -0/+22 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -5/+5 |
* | Move metadata API from lavf to lavu. | Anton Khirnov | 2011-06-08 | 1 | -23/+29 |
* | lavf: deprecate AVFormatParameters.time_base. | Anton Khirnov | 2011-06-06 | 1 | -1/+1 |
* | lavf: deprecate AVFormatParameters.pix_fmt. | Anton Khirnov | 2011-05-27 | 1 | -3/+1 |
* | movenc: Deprecate the global RTP hinting flag, use a private AVOption instead | Martin Storsjö | 2011-05-27 | 1 | -1/+3 |
* | rtspdec: add initial_pause private option. | Anton Khirnov | 2011-05-27 | 1 | -2/+2 |
* | lavf: deprecate AVFormatParameters.width/height. | Anton Khirnov | 2011-05-27 | 1 | -2/+2 |
* | avformat: Add fpsprobesize as an AVOption. | Alex Converse | 2011-05-25 | 1 | -0/+5 |
* | lavf: deprecate AVFormatParameters.channel. | Anton Khirnov | 2011-05-25 | 1 | -1/+1 |
* | lavf: deprecate AVFormatParameters.standard. | Anton Khirnov | 2011-05-25 | 1 | -1/+1 |
* | lavf: deprecate AVFormatParameters.{channels,sample_rate}. | Anton Khirnov | 2011-05-25 | 1 | -2/+4 |
* | lavf: deprecate AVFormatParameters.mpeg2ts_raw. | Anton Khirnov | 2011-05-25 | 1 | -1/+1 |
* | mpegts: add compute_pcr option. | Anton Khirnov | 2011-05-25 | 1 | -3/+4 |
* | lavf: add priv_class field to AVInputFormat. | Anton Khirnov | 2011-05-25 | 1 | -0/+2 |
* | Remove silly insults from avformat_version() Doxygen documentation. | Diego Biurrun | 2011-05-19 | 1 | -2/+1 |
* | asfdec: do not fall back to binary/generic search | Vladimir Pantelic | 2011-05-17 | 1 | -0/+2 |
* | applehttp: Expose the stream bitrate via metadata | Martin Storsjö | 2011-04-21 | 1 | -0/+1 |