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