summaryrefslogtreecommitdiff
path: root/libavformat/smacker.c
Commit message (Expand)AuthorAge
* smackerdemuxer: check some values before instead of just after malloc()Michael Niedermayer2011-12-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * smacker: Separate audio flags from sample rates in smacker demuxer.Justin Ruggles2011-10-11
| * Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-12
| * Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\|
| * smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-12
* | Fixed segfault on corrupted smacker streams in the demuxer.Laurent Aimar2011-09-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
| * Remove unused variablesMans Rullgard2011-06-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * Remove a few if (p) av_free(p) formsClément Bœsch2011-02-03
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | Fix various unused variable warningsClément Bœsch2011-05-30
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | Remove a few if (p) av_free(p) formsClément Bœsch2011-02-04
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Correctly return EOF for smacker videosAlexei Svitkine2010-06-24
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Set duration in Smacker demuxerDaniel Verkamp2010-01-30
* Demux Bink audio in Smacker filesDaniel Verkamp2010-01-30
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-01
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-21
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Remove unnecessary header #includes.Erik Hovland2008-05-29
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Take ring frame into account when demuxing.Kostya Shishkov2007-08-23
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08