summaryrefslogtreecommitdiffstats
path: root/libavformat/sapdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
* avio: add support for passing options to protocols.Anton Khirnov2011-11-131-1/+2
* avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-131-0/+1
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-1/+1
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-2/+4
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-7/+7
* Deprecate av_open_input_* and remove their uses.Anton Khirnov2011-06-161-4/+3
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_close() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_read() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_open() internal.Anton Khirnov2011-04-041-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-1/+2
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* os: replace select with pollLuca Barbato2011-01-281-9/+5
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* sapdec: Include sys/time.h for struct timevalMartin Storsjö2010-10-131-0/+1
* Add a SAP demuxerMartin Storsjö2010-10-131-0/+238
OpenPOWER on IntegriCloud