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
/
ivi_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-16
1
-2
/
+2
|
\
|
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-08
1
-1
/
+1
|
\
\
|
|
/
|
*
indeo5: Fix null pointer dereference.
Michael Niedermayer
2012-01-07
1
-0
/
+3
*
|
indeo5: fix division by 0 in ff_ivi_init_tiles()
Michael Niedermayer
2011-12-28
1
-0
/
+2
*
|
indeo5: fix null pointer crash with ref_mb
Michael Niedermayer
2011-12-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-23
1
-1
/
+1
|
\
\
|
|
/
|
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
1
-1
/
+1
*
|
indeo5: Fix null pointer dereference
Michael Niedermayer
2011-12-20
1
-0
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-03
1
-3
/
+3
|
\
\
|
|
/
|
*
Replace custom DEBUG preprocessor trickery by the standard one.
Diego Biurrun
2011-06-03
1
-1
/
+1
|
*
Replace #ifdef + av_log() combinations by av_dlog().
Diego Biurrun
2011-06-03
1
-2
/
+2
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
Check symbol validity to avoid a crash, fixes issue 2523.
Daniel Kang
2011-01-15
1
-0
/
+4
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-1
/
+1
*
Quant changes only once per MB so move the corresponding scale factor assignment
Maxim Poliakovski
2010-06-10
1
-1
/
+3
*
Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those in...
Maxim Poliakovski
2010-06-08
1
-2
/
+3
*
Make dequantization equation use less registers on some CPUs.
Maxim Poliakovski
2010-05-30
1
-1
/
+1
*
Add the forgotten ff_ prefix to the shareable scan patterns.
Maxim Poliakovski
2010-05-26
1
-3
/
+3
*
move indeo5 scan patterns into ivi_common.c
Maxim Poliakovski
2010-05-26
1
-0
/
+30
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Scale tile dimensions in case both local decoding and scalability mode
Maxim Poliakovski
2010-03-08
1
-0
/
+5
*
When tracking non-zero coefficients during Indeo 5 decoding, make sure
Maxim Poliakovski
2010-03-07
1
-1
/
+1
*
Encapsulate VLC information needed for decoding blocks and macroblocks in
Kostya Shishkov
2010-02-27
1
-17
/
+45
*
Make it clear that ff_ivi_init_static_vlc() does not need arguments
Kostya Shishkov
2010-02-27
1
-1
/
+1
*
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and
Kostya Shishkov
2010-02-23
1
-0
/
+2
*
Declare indeo VLC table storage with correct type
Måns Rullgård
2010-02-23
1
-1
/
+1
*
Macroblock and block Huffman code sets are to be used by both Indeo 4 and
Kostya Shishkov
2010-02-22
1
-1
/
+26
*
Indeo Video Interactive 4 and 5 common code and DSP functions.
Kostya Shishkov
2010-01-30
1
-0
/
+940