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
/
rv34.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for invalid slices offsets in RV30/40 decoder.
Laurent Aimar
2011-09-22
1
-1
/
+10
*
Check for invalid slice offsets in real decoder.
Laurent Aimar
2011-09-20
1
-4
/
+5
*
Avoid NULL dereference on corrupted bitstream with real decoder.
Laurent Aimar
2011-09-18
1
-1
/
+1
*
rv34: check for size mismatch
Michael Niedermayer
2011-09-17
1
-0
/
+4
*
Fix buffer size used for MC of B frames after a resolution change in the real...
Laurent Aimar
2011-09-17
1
-2
/
+2
*
Fix potential overreads in rv34 decoder.
Laurent Aimar
2011-09-17
1
-2
/
+3
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-12
1
-0
/
+7
|
\
|
*
rv34: check that subsequent slices have the same type as first one.
Kostya Shishkov
2011-09-12
1
-0
/
+7
*
|
Fixed size given to init_get_bits().
Laurent Aimar
2011-09-10
1
-1
/
+1
*
|
h264dec: h264: 4:2:2 intra decoding
Baptiste Coudurier
2011-08-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-13
1
-1
/
+2
|
\
\
|
|
/
|
*
rv34: free+allocate buffer instead of reallocating it to preserve alignment
Kostya Shishkov
2011-08-12
1
-1
/
+2
*
|
Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'
Michael Niedermayer
2011-08-13
1
-32
/
+92
|
\
\
|
|
/
|
*
Add weighted motion compensation for RV40 B-frames
Kostya Shishkov
2011-08-11
1
-11
/
+65
|
*
RV3/4: calculate B-frame motion weights once per frame
Kostya Shishkov
2011-08-11
1
-5
/
+12
|
*
Move RV3/4-specific DSP functions into their own context
Kostya Shishkov
2011-08-11
1
-20
/
+19
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-09
1
-45
/
+45
|
\
\
|
|
/
|
*
Pretty-print RV3/4 decoder source
Kostya Shishkov
2011-08-09
1
-45
/
+45
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-02
1
-2
/
+2
|
\
\
|
|
/
|
*
Correct chroma vector calculation for RealVideo 3.
Kostya Shishkov
2011-08-02
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-12
1
-66
/
+66
|
\
\
|
|
/
|
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-66
/
+66
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-05
1
-20
/
+0
|
\
\
|
|
/
|
*
Remove unused static tables and static inline functions.
Diego Biurrun
2011-07-04
1
-20
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-03
1
-79
/
+76
|
\
\
|
|
/
|
*
doxygen: Prefer member groups over grouping into modules
Reinhard Tartler
2011-07-02
1
-79
/
+76
|
*
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
1
-1
/
+1
|
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-10
/
+10
*
|
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
1
-10
/
+10
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-27
1
-9
/
+0
|
\
\
|
|
/
|
*
lavc: remove FF_API_HURRY_UP cruft
Anton Khirnov
2011-04-26
1
-9
/
+0
*
|
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-04-10
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-03
1
-0
/
+4
|
\
\
|
|
/
|
*
lavc: mark hurry_up for removal on next major bump
Anton Khirnov
2011-04-02
1
-0
/
+4
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2011-01-28
1
-3
/
+3
*
|
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2011-01-30
1
-3
/
+3
|
/
*
Disambiguate bitstream groups for AAC and RV30/RV40.
Diego Biurrun
2010-07-02
1
-1
/
+1
*
Fix "initialization from incompatible pointer type" warning in rv34.
Eli Friedman
2010-06-30
1
-1
/
+1
*
rv34: kill VLAs
Måns Rullgård
2010-06-25
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Revert commit 22378.
Vitor Sessak
2010-03-09
1
-4
/
+0
*
Check for reference frames so RV 3/4 won't segfault trying to copy data from
Kostya Shishkov
2010-03-09
1
-0
/
+4
*
Call avcodec_set_dimensions() instead of simply setting avctx->width/height
Kostya Shishkov
2009-11-24
1
-2
/
+3
*
Update dimensions in AVCodecContext when RV3/4 frame dimensions change
Kostya Shishkov
2009-11-22
1
-2
/
+2
*
Convert ZERO8x2 macro into inline function
Kostya Shishkov
2009-08-30
1
-3
/
+5
*
Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit
Kostya Shishkov
2009-08-30
1
-7
/
+12
*
Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block
Kostya Shishkov
2009-08-30
1
-22
/
+22
*
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change
Kostya Shishkov
2009-07-01
1
-15
/
+17
*
Revert changing VLC initialization type for RV3/4 decoder.
Kostya Shishkov
2009-04-27
1
-52
/
+42
[next]