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
/
cavsdec.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
*
check for a stuffing byte at the end of a slice
Stefan Gehrer
2009-02-24
1
-0
/
+3
*
change macroblock loop in inter frames so that after a
Stefan Gehrer
2009-02-24
1
-34
/
+29
*
introduce a macroblock index to avoid a few x*width+y calculations
Stefan Gehrer
2009-02-10
1
-9
/
+10
*
fix multiple slices per frame
Stefan Gehrer
2009-02-10
1
-1
/
+11
*
fix parsing of pic_structure
Stefan Gehrer
2009-02-10
1
-3
/
+4
*
avoid duplicating dsputil's clear_block
Stefan Gehrer
2009-02-10
1
-0
/
+1
*
time_code has 24 bits, not 16
Stefan Gehrer
2009-02-10
1
-1
/
+1
*
do not check for minimum slice start code, 0x00000100 is valid
Stefan Gehrer
2009-02-10
1
-2
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
fix doxygen file reference
Stefan Gehrer
2009-01-27
1
-1
/
+1
*
use assignment of structure instead of memcpy
Stefan Gehrer
2009-01-16
1
-2
/
+2
*
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
Stefan Gehrer
2009-01-16
1
-5
/
+5
*
rename vector_t to cavs_vector
Stefan Gehrer
2009-01-16
1
-5
/
+5
*
Avoid POSIX-reserved _t in identifier names.
Diego Biurrun
2008-12-15
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Arrays where one element too small, fixes CID114.
Michael Niedermayer
2008-05-27
1
-2
/
+2
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
Initialize the "stc" variable before using it in ff_find_start_code()
Luca Abeni
2007-08-23
1
-1
/
+1
*
use skip_bits where appropriate
Alex Beregszaszi
2007-08-09
1
-4
/
+4
*
have less functions as inline
Stefan Gehrer
2007-07-25
1
-11
/
+11
*
split decoder-specific parts into their own file
Stefan Gehrer
2007-07-08
1
-0
/
+702