summaryrefslogtreecommitdiff
path: root/libavformat/smacker.c
Commit message (Expand)AuthorAge
* 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
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* Proper PTS generation for Smacker audioKostya Shishkov2006-05-17
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-17
* sanity checks some might have been exploitableMichael Niedermayer2006-05-13
* Smacker demuxer and decoder.Kostya Shishkov2006-03-21