index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
smacker.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
Set the sample format for Smacker audio in the decoder rather than in the
Justin Ruggles
2009-11-01
1
-0
/
+1
*
Remove unnecessary calls to avcodec_check_dimensions, the check is already
Reimar Döffinger
2009-10-13
1
-4
/
+0
*
smacker video decoder uses reget_buffer, set CODEC_CAP_DR1
Baptiste Coudurier
2009-06-05
1
-0
/
+1
*
Remove useless assignment during initialization for some decoders
Kostya Shishkov
2009-04-24
1
-2
/
+0
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-2
/
+6
*
Make Smacker audio decoder output audio in original bit depth
Daniel Verkamp
2009-03-21
1
-6
/
+5
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Fix one peculiar case in Smacker decoding.
Daniel Verkamp
2008-12-15
1
-1
/
+1
*
Add channel layout to several audio decoders I maintain
Kostya Shishkov
2008-11-19
1
-0
/
+1
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-2
/
+4
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-3
/
+3
*
100l, since we already check for buf_size == 769 we should also
Reimar Döffinger
2008-02-02
1
-1
/
+1
*
Use bytestream_get_be24 to simplify palette parsing.
Reimar Döffinger
2008-02-02
1
-9
/
+6
*
some const
Michael Niedermayer
2008-02-01
1
-2
/
+2
*
Check unp_size for possible overflows too
Kostya Shishkov
2007-09-14
1
-1
/
+1
*
Add checks on input/output buffers size for some audio decoders
Kostya Shishkov
2007-09-13
1
-0
/
+4
*
use skip_bits where appropriate
Alex Beregszaszi
2007-08-09
1
-5
/
+5
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-3
/
+3
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Use AV_xx throughout libavcodec
Ramiro Polla
2007-06-02
1
-8
/
+6
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
Get rid of unnecessary pointer casts.
Nicholas Tung
2007-04-08
1
-3
/
+3
*
Remove superfluous setting of has_b_frames in codecs without B-frames.
Nicholas Tung
2007-04-07
1
-1
/
+0
*
Smacker Audio stereo fix
Kostya Shishkov
2007-03-21
1
-14
/
+8
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-5
/
+5
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-2
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
1l: correct argument order in avcodec_check_dimensions
Kostya Shishkov
2006-10-01
1
-1
/
+1
*
Drop unneeded checks before av_free() and change to av_freep() where it's mor...
Kostya Shishkov
2006-09-09
1
-8
/
+4
*
Now MPlayer should understand Smacker audio and video codecs.
Kostya Shishkov
2006-05-17
1
-1
/
+1
*
sanity checks, some might have been exploitable ...
Michael Niedermayer
2006-05-13
1
-0
/
+5
*
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding
Kostya Shishkov
2006-03-25
1
-12
/
+43
*
Smacker demuxer and decoder.
Kostya Shishkov
2006-03-21
1
-0
/
+689