summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-011-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-18/+18
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-0/+4
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-291-1/+9
* avf: introduce nobuffer optionLuca Barbato2012-07-291-0/+1
* lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard2012-06-211-4/+4
* Move av_gettime() to libavutilMans Rullgard2012-06-201-3/+2
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-201-1/+5
* lavf: add missing '*' in a doxy.Anton Khirnov2012-05-071-1/+1
* make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka2012-03-271-0/+2
* lavf doxy: expand AVStream.codec doxy.Anton Khirnov2012-03-261-1/+12
* lavf doxy: improve AVStream.time_base doxy.Anton Khirnov2012-03-261-3/+5
* lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov2012-03-261-0/+16
* lavf doxy: document passing options to demuxers.Anton Khirnov2012-03-261-0/+41
* lavf doxy: clarify that an AVPacket contains encoded data.Anton Khirnov2012-03-261-2/+2
* libavformat: Document who sets the AVStream.id fieldMartin Storsjö2012-03-241-1/+6
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-201-13/+5
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-201-0/+6
* avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-051-0/+1
* lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-051-7/+5
* lavf: generic code for exporting attached pictures.Anton Khirnov2012-02-291-0/+16
* avf: reorder AVStream and AVFormatContextLuca Barbato2012-02-281-34/+38
* doxy: remove reference to removed apiLuca Barbato2012-02-191-4/+3
* 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
OpenPOWER on IntegriCloud