summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-29
* avf: introduce nobuffer optionLuca Barbato2012-07-29
* lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard2012-06-21
* Move av_gettime() to libavutilMans Rullgard2012-06-20
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
* lavf: add missing '*' in a doxy.Anton Khirnov2012-05-07
* make av_interleaved_write_frame() flush packets when pkt is NULLJindrich Makovicka2012-03-27
* lavf doxy: expand AVStream.codec doxy.Anton Khirnov2012-03-26
* lavf doxy: improve AVStream.time_base doxy.Anton Khirnov2012-03-26
* lavf doxy: add some basic documentation about reading from the demuxer.Anton Khirnov2012-03-26
* lavf doxy: document passing options to demuxers.Anton Khirnov2012-03-26
* lavf doxy: clarify that an AVPacket contains encoded data.Anton Khirnov2012-03-26
* libavformat: Document who sets the AVStream.id fieldMartin Storsjö2012-03-24
* lavf: make av_interleave_packet_per_dts() private.Anton Khirnov2012-03-20
* lavf: deprecate av_read_packet().Anton Khirnov2012-03-20
* avformat: do not require a pixel/sample format if there is no decoderJustin Ruggles2012-03-05
* lavf: deobfuscate read_frame_internal().Anton Khirnov2012-03-05
* lavf: generic code for exporting attached pictures.Anton Khirnov2012-02-29
* avf: reorder AVStream and AVFormatContextLuca Barbato2012-02-28
* doxy: remove reference to removed apiLuca Barbato2012-02-19
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-31
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
* lavf: reorder AVInput/OutputFormat fields.Anton Khirnov2012-01-31
* lavf: remove disabled FF_API_SET_PTS_INFO cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_REORDER_PRIVATE cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_SEEK_PUBLIC cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_STREAM_COPY cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_PRELOAD cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_NEW_STREAM cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FILESIZE cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_LOOP_OUTPUT cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_LOOP_INPUT cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_AVSTREAM_QUALITY cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_SDP_CREATE cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_PKT_DUMP cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FIND_INFO_TAG cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_PARSE_DATE cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov2012-01-27
* lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov2012-01-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö2012-01-25
* lavf: fix and extend av_interleaved_write_frame() doxy.Anton Khirnov2012-01-18
* lavf: undeprecate read_seek().Anton Khirnov2012-01-12