index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
rv10.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
mpegvideo: rv10: Move function declaration to a separate header
Vittorio Giovara
2015-06-12
1
-0
/
+1
*
mpegvideo: h263: Move all tables to a single file
Vittorio Giovara
2015-06-12
1
-0
/
+1
*
mpegvideo: Move OutFormat enum to mpegutils.h
Vittorio Giovara
2015-06-08
1
-0
/
+1
*
mpegvideo: Move tables to a separate file
Vittorio Giovara
2015-05-31
1
-0
/
+1
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-5
/
+5
*
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
[next]