summaryrefslogtreecommitdiff
path: root/libavformat/smacker.c
Commit message (Expand)AuthorAge
...
* 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