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