summaryrefslogtreecommitdiff
path: root/libavformat/sapdec.c
Commit message (Expand)AuthorAge
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-05
|\|
| * 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
* | 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-30
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* sapdec: Include sys/time.h for struct timevalMartin Storsjö2010-10-13
* Add a SAP demuxerMartin Storsjö2010-10-13