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
/
rv10.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-2
/
+2
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-2
/
+2
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
1
-9
/
+9
*
idct: remove call to ff_idctdsp_init from ff_MPV_common_init
John Stebbins
2014-08-14
1
-0
/
+1
*
mpegencconetxt: Move rv10-specific orig_width/orig_height where they belong
Nidhi Makhijani
2014-07-20
1
-6
/
+7
*
mpeg: Split error resilience bits off into a separate file
Diego Biurrun
2014-06-22
1
-0
/
+1
*
mpegvideo: operate with pointers to AVFrames instead of whole structs
wm4
2014-04-09
1
-3
/
+3
*
lavc: drop ff_pixfmt_list_420
Vittorio Giovara
2014-03-23
1
-2
/
+8
*
avcodec: more correct printf specifiers
Diego Biurrun
2014-03-22
1
-2
/
+3
*
rv10: K&R formatting cosmetics
Keiji Costantini
2014-03-08
1
-44
/
+63
*
rv10: Forward error from rv10_decode_packet
Keiji Costantini
2014-03-08
1
-1
/
+4
*
mpegvideo: drop support for real (non-emulated) edges
Anton Khirnov
2014-01-09
1
-1
/
+0
*
dsputil: Split off H.263 bits into their own H263DSPContext
Diego Biurrun
2013-11-08
1
-0
/
+1
*
rv10: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-3
/
+6
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
*
rv10: Validate the dimensions set from the container
Martin Storsjö
2013-09-19
1
-0
/
+3
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-2
/
+0
*
rv10: check that extradata is large enough
Anton Khirnov
2013-04-17
1
-0
/
+5
*
rv10: return meaningful error codes.
Anton Khirnov
2013-04-17
1
-26
/
+26
*
rv10: cosmetics, reformat
Anton Khirnov
2013-04-17
1
-265
/
+273
*
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
Diego Biurrun
2013-03-13
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-4
/
+7
*
Add missing error_resilience includes to files that use ER
Diego Biurrun
2013-03-07
1
-0
/
+1
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
error_resilience: decouple ER from MpegEncContext
Anton Khirnov
2013-02-15
1
-4
/
+4
*
rv10: improve buffer size check.
Anton Khirnov
2013-02-06
1
-2
/
+6
*
h263: remove an unused parameter from ff_h263_decode_init_vlc
Anton Khirnov
2013-02-06
1
-1
/
+1
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
avcodec: Drop some silly commented-out av_log() invocations
Diego Biurrun
2012-10-01
1
-6
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-4
/
+4
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-4
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-7
/
+7
*
lavc: deprecate AVCodecContext.sub_id.
Anton Khirnov
2012-03-04
1
-15
/
+23
*
rv10/20: Fix slice overflow with checked bitstream reader.
Alex Converse
2012-03-02
1
-7
/
+21
*
rv10/20: Fix a buffer overread caused by losing track of the remaining buffer...
Alex Converse
2012-03-02
1
-1
/
+5
*
Replace AVFrame pointer type punning by proper struct member assignments.
Diego Biurrun
2012-03-01
1
-2
/
+2
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-9
/
+9
*
rv: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
h263: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
rv20: prevent calling ff_h263_decode_mba() with unset height/width
Janne Grunau
2012-01-25
1
-1
/
+2
*
rv10: verify slice offsets against buffer size
Janne Grunau
2012-01-24
1
-1
/
+8
*
lavc: introduce ER_MB_END and ER_MB_ERROR
Luca Barbato
2011-12-13
1
-1
/
+1
*
error_resilience: use the ER_ namespace
Luca Barbato
2011-12-13
1
-1
/
+1
*
rv10: Reject slices that does not have the same type as the first one
Laurent Aimar
2011-09-19
1
-0
/
+5
*
rv10/20: tell decoder to use edge emulation
Kostya Shishkov
2011-08-17
1
-0
/
+1
*
Saner RV1/2 initialisation and RV2 header parsing.
Kostya Shishkov
2011-08-08
1
-57
/
+45
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-18
/
+16
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-2
/
+2
[next]