summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '75b90ef722b7cdfc70118ab987e298d087aae693'Derek Buitenhuis2016-05-121-1/+1
|\
| * libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö2016-04-211-1/+1
| * lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-231-2/+2
* | lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-04-211-2/+2
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-9/+15
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-9/+15
| * lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-221-0/+18
* | fix some a/an typosLou Logan2016-03-281-2/+2
* | lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-111-1/+3
* | avformat: Fix member name 10LDerek Buitenhuis2016-03-041-2/+2
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-2/+9
* | Merge commit '7fbb3b5b9857276b4cd17b2a530c7e0880d2bc0a'Derek Buitenhuis2016-02-291-3/+3
|\ \ | |/
| * lavf: use the io_open callbacks for files opened from open_input() as wellAnton Khirnov2016-02-221-3/+3
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\ \ | |/
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-3/+37
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-0/+33
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-021-0/+7
* | avformat: Document urls a bitMichael Niedermayer2016-01-241-0/+12
* | avformat/avformat: Replace some references to filenames by urlsMichael Niedermayer2016-01-211-7/+7
* | avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer2016-01-091-1/+1
* | lavf: add automatic bitstream filtering; bump versionRodger Combs2015-12-281-0/+23
* | lavf: add API to apply a list of bsfs to a packetRodger Combs2015-12-281-0/+11
* | lavf/avformat: add av_warn_unused_result to avformat_write_headerGanesh Ajjanagadde2015-12-211-0/+1
* | avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-111-0/+2
* | Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis2015-11-221-0/+10
|\ \ | |/
| * avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-181-0/+10
* | Merge commit '21ab6fd01b9107d7171fc1a77c2bfacff845a97a'Derek Buitenhuis2015-11-221-8/+21
|\ \ | |/
| * lavf: document that passing valid timestamps to muxers is now mandatoryAnton Khirnov2015-11-181-8/+21
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes2015-11-111-0/+8
|\ \ | |/
| * lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-091-0/+8
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-2/+2
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* | Merge commit '34ed5c2e4d9b7fe5c9b3aae2da5599fabb95c02e'Hendrik Leppkes2015-10-141-2/+4
|\ \ | |/
| * avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-131-2/+4
* | lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer2015-09-171-36/+9
* | lavf: Switch probesize and max_analyze_duration to 64bit.Carl Eugen Hoyos2015-09-151-3/+3
* | lavf: Switch bitrate to 64bit unless compatibility with avconv was requested.Carl Eugen Hoyos2015-09-151-0/+4
* | avformat/avformat: remove dead codeJames Almer2015-09-091-6/+1
* | lavf: Remove probesize32 and max_analyze_duration32 on version bump.Carl Eugen Hoyos2015-09-011-0/+10
* | avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-231-0/+2
* | avformat: Move MAX_PROBE_PACKETS to internal.hMichael Niedermayer2015-08-121-1/+0
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-3/+3
* | avformat/avformat: slightly more verbose documentation for open_cb()Michael Niedermayer2015-05-111-1/+1
* | avformat: add callback for opening further filesMichael Niedermayer2015-05-111-0/+21
* | avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3wm42015-04-221-0/+1
* | avformat: add common mechanism for skipping samples at the start of filewm42015-04-221-0/+9
* | lavf: add documentation on directory listing APIMariusz Szczepańczyk2015-04-181-0/+47
* | avformat/avformat: improve the text about headerless formats in avformat_flush()Reimar Döffinger2015-03-051-2/+3
* | avformat: add avformat_flush()wm42015-03-051-0/+17
OpenPOWER on IntegriCloud