summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-311-0/+24
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-311-2/+2
* lavf: reorder AVInput/OutputFormat fields.Anton Khirnov2012-01-311-49/+61
* lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov2012-01-271-9/+0
* lavf: remove disabled FF_API_REORDER_PRIVATE cruftAnton Khirnov2012-01-271-104/+0
* lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov2012-01-271-15/+0
* lavf: remove disabled FF_API_STREAM_COPY cruftAnton Khirnov2012-01-271-4/+0
* lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov2012-01-271-3/+0
* lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov2012-01-271-15/+0
* lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov2012-01-271-6/+0
* lavf: remove disabled FF_API_FILESIZE cruftAnton Khirnov2012-01-271-7/+0
* lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-271-7/+0
* lavf: remove disabled FF_API_LOOP_OUTPUT cruftAnton Khirnov2012-01-271-11/+0
* lavf: remove disabled FF_API_LOOP_INPUT cruftAnton Khirnov2012-01-271-7/+0
* lavf: remove disabled FF_API_AVSTREAM_QUALITY cruftAnton Khirnov2012-01-271-9/+0
* lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov2012-01-271-3/+0
* lavf: remove disabled FF_API_SDP_CREATE cruftAnton Khirnov2012-01-271-4/+0
* lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruftAnton Khirnov2012-01-271-4/+0
* lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov2012-01-271-7/+0
* lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov2012-01-271-7/+0
* lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov2012-01-271-12/+0
* lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov2012-01-271-6/+0
* lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov2012-01-271-102/+0
* lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov2012-01-271-76/+0
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-251-3/+15
* lavf: fix and extend av_interleaved_write_frame() doxy.Anton Khirnov2012-01-181-3/+12
* lavf: undeprecate read_seek().Anton Khirnov2012-01-121-4/+3
* 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
OpenPOWER on IntegriCloud