summaryrefslogtreecommitdiffstats
path: root/libavformat/smacker.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: more correct printf format specifiersDiego Biurrun2014-03-111-2/+6
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-261-1/+3
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-181-5/+3
* smacker: Avoid integer overflow when allocating packetsMartin Storsjö2013-09-111-1/+1
* smacker: Don't return packets in unallocated streamsMartin Storsjö2013-09-111-0/+2
* smacker: check frame size validityKostya Shishkov2013-06-161-1/+5
* smacker: pad the extradata allocationKostya Shishkov2013-06-161-1/+2
* smacker: assign video frame PTSKostya Shishkov2013-05-281-0/+1
* smacker: fix off-by-one error in palette expanding codeKostya Shishkov2013-05-271-1/+1
* smacker: set channel layoutJustin Ruggles2012-11-121-1/+8
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-7/+7
* smacker: error out if palette copy-with-offset overruns palette size.Ronald S. Bultje2012-03-071-1/+8
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* smacker: Separate audio flags from sample rates in smacker demuxer.Justin Ruggles2011-10-111-14/+17
* Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar2011-09-121-1/+1
* Check for invalid packet size in the smacker demuxer.Laurent Aimar2011-09-121-0/+2
* smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov2011-09-121-1/+6
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-7/+7
* Remove unused variablesMans Rullgard2011-06-021-2/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-4/+4
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-25/+25
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* Remove a few if (p) av_free(p) formsClément Bœsch2011-02-031-6/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-4/+4
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-4/+4
* Correctly return EOF for smacker videosAlexei Svitkine2010-06-241-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Set duration in Smacker demuxerDaniel Verkamp2010-01-301-0/+1
* Demux Bink audio in Smacker filesDaniel Verkamp2010-01-301-3/+11
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-011-1/+0
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-211-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Remove unnecessary header #includes.Erik Hovland2008-05-291-1/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-15/+15
* Take ring frame into account when demuxing.Kostya Shishkov2007-08-231-0/+3
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-2/+2
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
OpenPOWER on IntegriCloud