index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
smacker.c
Age
Commit message (
Expand
)
Author
2011-05-30
Fix various unused variable warnings
Clément Bœsch
2011-03-05
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-03
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-02-22
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-04
Remove a few if (p) av_free(p) forms
Clément Bœsch
2011-01-28
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
bswap: change ME to NE in macro names
Måns Rullgård
2010-06-24
Correctly return EOF for smacker videos
Alexei Svitkine
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-01-30
Set duration in Smacker demuxer
Daniel Verkamp
2010-01-30
Demux Bink audio in Smacker files
Daniel Verkamp
2009-11-01
Set the sample format for Smacker audio in the decoder rather than in the
Justin Ruggles
2009-03-21
Make Smacker audio decoder output audio in original bit depth
Daniel Verkamp
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-10-03
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-09-08
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-29
Remove unnecessary header #includes.
Erik Hovland
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-08-23
Take ring frame into account when demuxing.
Kostya Shishkov
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-04-08
Get rid of unnecessary pointer casts.
Nicholas Tung
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-02-13
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-16
free codec extradata in av_close_input_file
Måns Rullgård
2006-05-17
Proper PTS generation for Smacker audio
Kostya Shishkov
2006-05-17
Now MPlayer should understand Smacker audio and video codecs.
Kostya Shishkov
2006-05-13
sanity checks some might have been exploitable
Michael Niedermayer
2006-03-21
Smacker demuxer and decoder.
Kostya Shishkov