summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov2011-04-191-12/+0
* lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-191-39/+0
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-8/+0
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-04-131-4/+4
* avformat.h: fix a misplaced #endifAnton Khirnov2011-04-091-1/+1
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-081-6/+0
* lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov2011-04-081-3/+3
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-081-1/+5
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-081-1/+3
* lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov2011-04-081-1/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic2011-03-171-2/+0
* lavf: update documentation of AVOutputFormat.flagsAnssi Hannula2011-03-071-1/+3
* lavf: document the use of multiple entries in language metadata tagAnssi Hannula2011-03-071-1/+2
* libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-021-4/+12
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-231-1/+1
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-171-5/+4
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-23/+6
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-4/+11
* Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger2011-02-161-0/+4
* lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula2011-02-141-0/+1
* lavf: deprecate AVFormatContext.index_builtAnton Khirnov2011-02-101-1/+3
* add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross2011-02-101-0/+2
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-081-0/+19
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-061-25/+0
OpenPOWER on IntegriCloud