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
*
smacker: use the AVFrame API properly.
Anton Khirnov
2013-11-16
1
-16
/
+19
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
*
smacker: Free memory properly if the init function fails
Martin Storsjö
2013-09-11
1
-21
/
+23
*
smacker: Make sure we don't fill in huffman codes out of range
Martin Storsjö
2013-09-11
1
-0
/
+6
*
smacker: Check malloc return values
Martin Storsjö
2013-09-11
1
-14
/
+35
*
smacker: check the return value of smacker_decode_tree
Kostya Shishkov
2013-06-16
1
-1
/
+10
*
smacker: fix an off by one in huff.length computation
Kostya Shishkov
2013-06-16
1
-1
/
+1
*
smacker: add a clarification notice about audio decoding
Kostya Shishkov
2013-05-28
1
-0
/
+1
*
Revert "smackaud: clip output samples"
Kostya Shishkov
2013-05-27
1
-4
/
+4
*
lavc decoders: properly initialize AVFrame.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-9
/
+8
*
smackaud: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-17
/
+6
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+3
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
smacker: remove some unused code
Mans Rullgard
2012-07-01
1
-5
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-2
/
+2
*
smacker audio: sign-extend the initial 16-bit predicted value
Franz Brauße
2012-03-30
1
-1
/
+1
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-8
/
+3
*
smacker: convert palette and header reading to bytestream2.
Ronald S. Bultje
2012-03-25
1
-10
/
+10
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-3
/
+3
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
smacker: Sanity check huffman tables found in the headers.
Alex Converse
2012-01-26
1
-9
/
+13
*
smacker: remove dead store
Alex Converse
2012-01-26
1
-3
/
+1
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
1
-1
/
+1
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-10
/
+31
*
smackaud: use uint8_t* for 8-bit output buffer type
Justin Ruggles
2011-11-09
1
-1
/
+1
*
smackaud: clip output samples
Justin Ruggles
2011-11-09
1
-4
/
+4
*
smackaud: use sign_extend() for difference value instead of casting
Justin Ruggles
2011-11-09
1
-4
/
+5
*
smacker: validate channels and sample format.
Justin Ruggles
2011-10-11
1
-0
/
+8
*
smacker: check buffer size before reading output size
Justin Ruggles
2011-10-11
1
-0
/
+5
*
smacker: validate number of channels
Justin Ruggles
2011-10-11
1
-0
/
+4
*
smacker: fix a few off by 1 errors
Michael Niedermayer
2011-09-14
1
-4
/
+4
*
Check for invalid VLC value in smacker decoder.
Laurent Aimar
2011-09-14
1
-0
/
+2
*
Check and propagate errors when VLC trees cannot be built in smacker decoder.
Laurent Aimar
2011-09-14
1
-8
/
+12
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-17
/
+13
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-2
/
+2
*
smacker: remove unnecessary call to avctx->release_buffer in decode_frame()
Stefano Sabatini
2011-04-27
1
-2
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-5
/
+5
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
Replace remaining occurrences of deprecated CH_* with AV_CH_*
Anton Khirnov
2011-02-06
1
-1
/
+2
*
Remove a few if (p) av_free(p) forms
Clément Bœsch
2011-02-03
1
-6
/
+3
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-1
/
+1
*
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
[next]