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
/
svq1dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add additional long names for the Sorenson Vector Quantizer 1 decoder
Stefano Sabatini
2009-10-19
1
-1
/
+1
*
Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec
Reimar Döffinger
2009-09-24
1
-2
/
+11
*
Use INIT_VLC_STATIC where easily possible in svq1dec
Reimar Döffinger
2009-09-24
1
-8
/
+8
*
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-06
1
-1
/
+1
*
Move ALIGN macro to libavutil/common.h and use it in various places
David Conrad
2009-05-22
1
-4
/
+4
*
Two INIT_VLC_USE_STATIC cases Carl missed.
Michael Niedermayer
2009-04-11
1
-1
/
+1
*
Use INIT_VLC_USE_STATIC and not its value "1".
Carl Eugen Hoyos
2009-04-11
1
-5
/
+5
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-18
1
-0
/
+1
*
The POSIX namespace shall be held sacrosanct. To that end,
Mike Melanson
2008-12-14
1
-11
/
+11
*
Export svq1_packet_checksum() that is needed for svq3 watermarks,
Michael Niedermayer
2008-10-14
1
-2
/
+2
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-05-11
1
-1
/
+1
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-7
/
+7
*
some const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
Add const qualifiers to unmodified function parameters, fixes the warning:
Diego Biurrun
2008-01-16
1
-1
/
+1
*
Remove bogus cast.
Diego Biurrun
2008-01-16
1
-1
/
+1
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-4
/
+4
*
split SVQ1 decoder and encoder in their own files
Aurelien Jacobs
2007-07-06
1
-0
/
+829