summaryrefslogtreecommitdiff
path: root/libavformat/sapdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-5/+6
|\ \ | |/
| * 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
* | 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-301-9/+5
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-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