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
/
indeo5.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
1
-1
/
+1
*
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Fix Doxygen @param command attribute syntax.
Diego Biurrun
2010-07-17
1
-16
/
+16
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-9
/
+9
*
Move indeo5-specific quant table selection to decode_gop_hdr.
Maxim Poliakovski
2010-06-11
1
-16
/
+20
*
Remove unused parameter.
Maxim Poliakovski
2010-06-10
1
-3
/
+2
*
Add the forgotten ff_ prefix to the shareable scan patterns.
Maxim Poliakovski
2010-05-26
1
-4
/
+4
*
move indeo5 scan patterns into ivi_common.c
Maxim Poliakovski
2010-05-26
1
-4
/
+4
*
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
-1
/
+1
*
Correct reference buffer switching in Indeo 5 decoder.
Maxim Poliakovski
2010-03-17
1
-39
/
+27
*
document two variables in Indeo5 decoding context
Kostya Shishkov
2010-03-17
1
-2
/
+2
*
Make Indeo 5 decoder more robust on bitstream errors.
Maxim Poliakovski
2010-03-08
1
-4
/
+8
*
Band quant tables should not be assigned inside band tile loop,
Maxim Poliakovski
2010-03-07
1
-12
/
+12
*
Encapsulate VLC information needed for decoding blocks and macroblocks in
Kostya Shishkov
2010-02-27
1
-59
/
+12
*
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and
Kostya Shishkov
2010-02-23
1
-0
/
+3
*
Macroblock and block Huffman code sets are to be used by both Indeo 4 and
Kostya Shishkov
2010-02-22
1
-14
/
+6
*
remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct
Stefan Gehrer
2010-02-19
1
-4
/
+5
*
Move 'chksum' declaration to the only block where that variable is used
Kostya Shishkov
2010-02-11
1
-2
/
+1
*
Move band checksum verifying into preprocessor condition, so compiler won't
Kostya Shishkov
2010-02-11
1
-1
/
+3
*
Indeo 5 decoder
Kostya Shishkov
2010-02-09
1
-0
/
+885