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
/
rv40.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-09-07
1
-1
/
+1
*
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2010-08-06
1
-1
/
+3
*
rv40: make rv40_adaptive_loop_filter() always_inline
Måns Rullgård
2010-06-29
1
-1
/
+1
*
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
*
Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block
Kostya Shishkov
2009-08-30
1
-4
/
+4
*
RV3/4 intra types array causes alignment issues (at least on ARM5), thus change
Kostya Shishkov
2009-07-01
1
-3
/
+3
*
cosmetics: remove extra space indentation
Kostya Shishkov
2009-04-24
1
-6
/
+6
*
Make rv40 decoder use new static VLC initialization method
Kostya Shishkov
2009-04-20
1
-8
/
+30
*
Add and use ff_pixfmt_list_420.
Michael Niedermayer
2009-02-24
1
-0
/
+1
*
Add decoder flush after seeking for RV3/4 decoders
Kostya Shishkov
2009-02-07
1
-0
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Add missing void keyword to parameterless function declarations.
Diego Biurrun
2009-01-30
1
-1
/
+1
*
Merge deblocking pattern with CBP for RV30/40 loop filtering
Kostya Shishkov
2008-12-17
1
-7
/
+5
*
RV40 loop filter
Kostya Shishkov
2008-11-29
1
-0
/
+238
*
Strong filtering function for future RV40 loop filter
Kostya Shishkov
2008-11-23
1
-0
/
+104
*
Weak deblock filter function for future RV40 loop filter
Kostya Shishkov
2008-11-15
1
-0
/
+38
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
Calculate motion vector information based on PTS provided in slice header
Kostya Shishkov
2008-04-28
1
-2
/
+2
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-09
1
-1
/
+1
*
RV40 decoder should use availability cache
Kostya Shishkov
2007-12-16
1
-4
/
+4
*
Use existing function for VLC reading
Kostya Shishkov
2007-12-07
1
-1
/
+2
*
Check decoded dimensions for validity
Kostya Shishkov
2007-12-07
1
-0
/
+2
*
Intra types will be stored in int8_t array
Kostya Shishkov
2007-12-07
1
-2
/
+2
*
Add decoder flags
Kostya Shishkov
2007-12-07
1
-0
/
+1
*
RV40 decoder specific functions
Kostya Shishkov
2007-12-04
1
-0
/
+275