summaryrefslogtreecommitdiff
path: root/libavformat/sbgdec.c
Commit message (Expand)AuthorAge
* avformat/sbgdec: Check alloc_array_elem() return valueMichael Niedermayer2015-06-02
* avformat/sbgdec: remove double ;;Clément Bœsch2015-01-18
* avformat/sbgdec: Use localtime_r() for thread safteyMichael Niedermayer2014-11-02
* avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* lavf/sbgdec: use proper constants for av_log().Nicolas George2012-11-24
* sbgdec: dont set slide to a uninitialized valueNicolas George2012-11-06
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* sbgdec: read_seek was undeprecated.Nicolas George2012-02-23
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* Replace PATCHWELCOME by relevant error codes.Nicolas George2011-12-20
* replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer2011-12-20
* sbgdec: change -1 into AVERROR(EINVAL).Nicolas George2011-12-18
* sbgdec: Replace ELOOP by -1 to fix compilation on win32.Michael Niedermayer2011-12-18
* sbgdec: replace EOVERFLOW with ENOMEM.Nicolas George2011-12-17
* lavf: add SBG demuxer.Nicolas George2011-12-15