summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-081-23/+29
* lavf: deprecate AVFormatParameters.time_base.Anton Khirnov2011-06-061-1/+1
* lavf: deprecate AVFormatParameters.pix_fmt.Anton Khirnov2011-05-271-3/+1
* movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö2011-05-271-1/+3
* rtspdec: add initial_pause private option.Anton Khirnov2011-05-271-2/+2
* lavf: deprecate AVFormatParameters.width/height.Anton Khirnov2011-05-271-2/+2
* avformat: Add fpsprobesize as an AVOption.Alex Converse2011-05-251-0/+5
* lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-251-1/+1
* lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-251-1/+1
* lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-251-2/+4
* lavf: deprecate AVFormatParameters.mpeg2ts_raw.Anton Khirnov2011-05-251-1/+1
* mpegts: add compute_pcr option.Anton Khirnov2011-05-251-3/+4
* lavf: add priv_class field to AVInputFormat.Anton Khirnov2011-05-251-0/+2
* Remove silly insults from avformat_version() Doxygen documentation.Diego Biurrun2011-05-191-2/+1
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-171-0/+2
* applehttp: Expose the stream bitrate via metadataMartin Storsjö2011-04-211-0/+1
* lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov2011-04-191-3/+0
* lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov2011-04-191-5/+0
* lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov2011-04-191-4/+0
* lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov2011-04-191-9/+0
* lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov2011-04-191-16/+0
* lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov2011-04-191-7/+0
OpenPOWER on IntegriCloud