summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* avformat: Add max_probe_packets optionAndriy Gelman2019-11-031-0/+7
* avformat: Don't suggest deprecated functionAndreas Rheinhardt2019-07-131-2/+2
* avformat/avformat.h: Update the comment for AVInputFormat.flagsJun Zhao2019-03-261-1/+1
* avformat/avformat.h: update the comment from deprecated to new APISteven Liu2019-03-231-6/+4
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf: Constify AVProbeData* in av_probe_input_format().Carl Eugen Hoyos2019-03-201-3/+3
* lavf/avformat: Add a warning that ff_const59 is not part of the public api.Carl Eugen Hoyos2019-03-201-0/+4
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-201-9/+9
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-201-5/+10
* avformat: deprecate unused MP4A_LATM flagGyan Doshi2018-06-131-1/+3
* avformat: add fields to AVProgram/AVStream for PMT change trackingAman Gupta2018-05-181-0/+8
* avformat/mpegts: tag video streams with still imagesAman Gupta2018-05-171-0/+1
* avformat: add skip_estimate_duration_from_ptsAman Gupta2018-05-171-0/+7
* lavf: move avpriv function definition to internal.hJosh de Kock2018-04-021-2/+0
* lavd: remove linked listsJosh de Kock2018-03-311-0/+2
* avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta2018-02-231-0/+1
* lavf: add new API for iterating muxers and demuxersJosh de Kock2018-02-061-0/+31
* avformat: deprecate AVFormatContext filename fieldMarton Balint2018-01-281-0/+5
* avformat: add url field to AVFormatContextMarton Balint2018-01-281-0/+15
* avformat, hls: add a flag to signal unavailability of seekingwm42018-01-271-0/+5
* avformat: small AVFormatContext doxy cosmeticsJames Almer2018-01-181-2/+2
* avformat: small cosmetics after 6512ff72f9James Almer2018-01-171-1/+3
* avformat: make avformat_network_init() explicitly optionalwm42018-01-161-6/+13
* avformat: deprecate another ffserver API leftoverwm42018-01-161-0/+5
* avformat/mux: stop delaying writing the headerJames Almer2017-12-061-1/+1
* avformat: remove unnecessary AVStreamParseType enum offsetJames Almer2017-11-181-3/+3
* avformat/utils: Look at the first 3 frames if timestamps indicate frame reord...Michael Niedermayer2017-11-111-0/+1
* avformat: move priv_pts from AVStream to an internal structJames Almer2017-11-071-2/+0
* avformat/avformat.h: fix pairs typoJames Almer2017-10-291-2/+2
* avformat: deprecate getters and setters for AVFormatContext and AVStream fieldsJames Almer2017-10-291-1/+29
* avformat: move public AVStream fields up in the structJames Almer2017-10-291-37/+28
* avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer2017-10-291-1/+1
* lavf: Remove AVFMT_RAWPICTURE.Carl Eugen Hoyos2017-10-261-4/+0
* avformat: remove dead av_stream_get_side_data() cruftJames Almer2017-10-221-5/+0
* Merge commit '263358e0c9e7ffaa965fdbe986c8b18381d2b24a'James Almer2017-10-211-21/+0
|\
| * lavf: Drop deprecated AVFract type and related fieldVittorio Giovara2017-03-231-21/+0
| * utils: Add av_stream_add_side_data()James Almer2016-11-231-0/+15
* | libavformat/avformat.h: Move docs inside of #ifMax Weber2017-06-301-1/+1
* | avcodec, avformat: deprecate anything related to side data mergingwm42017-03-211-1/+3
* | avformat: fix AVStream private fields markerwm42017-03-021-1/+9
* | avcodec, avutil, avformat: remove AVOption requirement for some fieldswm42017-03-021-24/+26
* | ffmpeg: pass output stream duration as a hint to the muxerTobias Rapp2017-01-191-0/+3
* | avformat: Add max_streams optionMichael Niedermayer2016-12-081-0/+7
* | lavf: fix the wrong warning msg and comments about av_find_stream_infoJun Zhao2016-12-051-2/+2
* | avformat/utils: add av_stream_add_side_data()James Almer2016-11-181-0/+15
* | Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer2016-11-011-2/+1
* | img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack2016-11-011-1/+2
* | lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs2016-10-241-3/+9
* | lavf/mux: add avformat_init_outputRodger Combs2016-10-241-2/+32
* | avformat: add av_stream_get_codec_timebase()James Almer2016-09-271-0/+7
OpenPOWER on IntegriCloud