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
/
flashsv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+3
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
flashsv: use skip_bits_long() where required
Måns Rullgård
2008-11-24
1
-1
/
+1
*
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
*
Long name spelling fixes
Benjamin Larsson
2008-05-02
1
-1
/
+1
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
typo: occured --> occurred
Diego Biurrun
2008-03-22
1
-1
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
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
*
Declare zlib dependency in the Makefile, not in the source.
Diego Biurrun
2007-01-21
1
-2
/
+0
*
Really fix my never ending mistakes.
Benjamin Larsson
2007-01-21
1
-2
/
+3
*
Don't break compilation on systems without zlib.
Benjamin Larsson
2007-01-21
1
-0
/
+2
*
The block_size might be used incorrectly if it is not updated.
Benjamin Larsson
2007-01-21
1
-2
/
+2
*
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
Benjamin Larsson
2007-01-21
1
-18
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Flash Screen Video decoder (fourcc:FSV1)
Benjamin Larsson
2006-06-01
1
-0
/
+274