summaryrefslogtreecommitdiff
path: root/libavformat/sbgdec.c
Commit message (Expand)AuthorAgeFilesLines
* sbgdec: read_seek was undeprecated.Nicolas George2012-02-231-4/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
* Replace PATCHWELCOME by relevant error codes.Nicolas George2011-12-201-1/+1
* replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2011-12-201-1/+1
* sbgdec: change -1 into AVERROR(EINVAL).Nicolas George2011-12-181-1/+1
* sbgdec: Replace ELOOP by -1 to fix compilation on win32.Michael Niedermayer2011-12-181-1/+1
* sbgdec: replace EOVERFLOW with ENOMEM.Nicolas George2011-12-171-1/+1
* lavf: add SBG demuxer.Nicolas George2011-12-151-0/+1518