summaryrefslogtreecommitdiff
path: root/libavformat/sapdec.c
Commit message (Expand)AuthorAge
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til2013-04-09
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-12
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-16
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_read() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* os: replace select with pollLuca Barbato2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* sapdec: Include sys/time.h for struct timevalMartin Storsjö2010-10-13
* Add a SAP demuxerMartin Storsjö2010-10-13