summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* lavf: add avformat_close_input().Anton Khirnov2011-12-121-0/+10
* lavf: deprecate av_close_input_stream().Anton Khirnov2011-12-121-0/+4
* lavf doxy: add some basic demuxing documentation.Anton Khirnov2011-12-121-0/+38
* lavf doxy: add some general lavf information.Anton Khirnov2011-12-121-0/+35
* lavf doxy: add misc utility functions to a group.Anton Khirnov2011-12-121-113/+130
* lavf doxy: add av_guess_codec/format to the encoding group.Anton Khirnov2011-12-121-23/+24
* lavf doxy: add core functions to a doxy group.Anton Khirnov2011-12-121-88/+99
* Fix a bunch of common typos.Diego Biurrun2011-12-111-3/+4
* lavf doxy: add muxing stuff to lavf_encoding groupAnton Khirnov2011-12-101-4/+14
* lavf doxy: add demuxing stuff to lavf_decoding groupAnton Khirnov2011-12-101-8/+21
* lavf doxy: expand/reword metadata API doxy.Anton Khirnov2011-12-101-2/+8
* lavf doxy: add installed headers to groups.Anton Khirnov2011-12-101-0/+6
* lavf doxy: rename lavf I/O group to lavf_io.Anton Khirnov2011-12-101-1/+1
* lavf doxy: add metadata docs to the main lavf groupAnton Khirnov2011-12-101-0/+1
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-051-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-8/+4
* doxy: structure libavformat groupsLuca Barbato2011-11-221-0/+34
* avio: Add AVIOInterruptCBMartin Storsjö2011-11-131-0/+11
* lavf: expand doxy for some AVFormatContext fields.Anton Khirnov2011-11-081-5/+44
* avformat: Revise wordingMartin Storsjö2011-11-071-2/+2
* avformat: Add functions for doing global network initializationMartin Storsjö2011-11-051-0/+15
* lavf: use number of output pictures for delay checks.Ronald S. Bultje2011-10-281-0/+1
* lavf: move private fields in AVStream to the end at next bump.Anton Khirnov2011-10-281-0/+61
* lavf: move private fields in AVFormatContext to the end at next bump.Anton Khirnov2011-10-281-0/+45
* lavf: make some seeking functions privateAnton Khirnov2011-10-281-25/+5
* lavf: deprecate AVStream.stream_copyAnton Khirnov2011-10-251-1/+3
* mpegenc: add preload private option.Anton Khirnov2011-10-251-1/+3
* lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov2011-10-191-0/+21
* mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-171-1/+6
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-171-1/+3
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-131-1/+2
* avformat: update AVInputFormat allowed flagsJustin Ruggles2011-10-131-1/+3
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-031-0/+8
* lavf: add avformat_query_codec().Anton Khirnov2011-08-161-0/+18
* lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody2011-08-121-0/+8
* lavf: Add an option to discard corrupted framesZohar Kelrich2011-08-021-0/+1
* lavf: add forgotten attribute_deprecated to av_find_stream_info()Anton Khirnov2011-07-281-0/+1
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-121-1/+6
* lavf: add avformat_find_stream_info()Anton Khirnov2011-07-101-0/+27
* gif: add loop private option.Anton Khirnov2011-07-081-1/+5
* img2: add loop private option.Anton Khirnov2011-07-081-1/+6
* lavf: deprecate AVStream.quality.Anton Khirnov2011-07-061-1/+3
* Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
* libavformat: Add an example how to use the metadata APIReinhard Tartler2011-07-021-0/+2
* avformat: doxify the Metadata APIReinhard Tartler2011-07-021-34/+39
* lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov2011-06-161-2/+28
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-3/+8
* lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov2011-06-161-0/+22
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-5/+5
OpenPOWER on IntegriCloud