git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
jpegdec: be less picky on padding
[ffmpeg.git]
/
libavcodec
/
rv10.c
2013-03-14
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
2013-03-13
Diego Biurrun
avcodec: av_log_missing_feature(1) ---> avpriv_request_...
blob
|
commitdiff
|
diff to current
2013-03-12
Michael Niedermayer
avcodec: fix motion vector vissualization
blob
|
commitdiff
|
diff to current
2013-03-12
Michael Niedermayer
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
blob
|
commitdiff
|
diff to current
2013-03-08
Michael Niedermayer
Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51'
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
lavc decoders: work with refcounted frames.
blob
|
commitdiff
|
diff to current
2013-03-07
Diego Biurrun
Add missing error_resilience includes to files that...
blob
|
commitdiff
|
diff to current
2013-03-06
Michael Niedermayer
rv20: Fix handling of frame skip.
blob
|
commitdiff
|
diff to current
2013-02-26
Michael Niedermayer
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
blob
|
commitdiff
|
diff to current
2013-02-25
Diego Biurrun
Remove unnecessary dsputil.h #includes
blob
|
commitdiff
|
diff to current
2013-02-16
Michael Niedermayer
Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0'
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
error_resilience: decouple ER from MpegEncContext
blob
|
commitdiff
|
diff to current
2013-02-09
Paul B Mahol
rv10: remove check that is always true
blob
|
commitdiff
|
diff to current
2013-02-07
Michael Niedermayer
Merge commit '605b047bcc48482dc8a356f56629da259fbddbf1'
blob
|
commitdiff
|
diff to current
2013-02-07
Michael Niedermayer
Merge commit 'ca1fe6c0e60808da45d4dfd8728f45e843b9f9b0'
blob
|
commitdiff
|
diff to current
2013-02-06
Anton Khirnov
rv10: improve buffer size check.
blob
|
commitdiff
|
diff to current
2013-02-06
Anton Khirnov
h263: remove an unused parameter from ff_h263_decode_in...
blob
|
commitdiff
|
diff to current
2013-01-07
Michael Niedermayer
rv10: always check direct mode interpolation times.
blob
|
commitdiff
|
diff to current
2012-12-21
Michael Niedermayer
Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'
blob
|
commitdiff
|
diff to current
2012-12-20
Diego Biurrun
miscellaneous typo fixes
blob
|
commitdiff
|
diff to current
2012-12-05
Michael Niedermayer
Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'
blob
|
commitdiff
|
diff to current
2012-12-04
Anton Khirnov
lavc: fix decode_frame() third parameter semantics...
blob
|
commitdiff
|
diff to current
2012-11-15
Michael Niedermayer
rv10: always check image size not just in some cases.
blob
|
commitdiff
|
diff to current
2012-11-13
Michael Niedermayer
rv10: consider B frames in low delay streams invalid.
blob
|
commitdiff
|
diff to current
2012-10-08
Michael Niedermayer
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
blob
|
commitdiff
|
diff to current
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
blob
|
commitdiff
|
diff to current
2012-10-01
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Drop some silly commented-out av_log() invocations
blob
|
commitdiff
|
diff to current
2012-08-07
Michael Niedermayer
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-06-08
Michael Niedermayer
rv10: change assert() to av_assert()
blob
|
commitdiff
|
diff to current
2012-06-01
Michael Niedermayer
rv20: fix lowres out of array read
blob
|
commitdiff
|
diff to current
2012-05-25
Michael Niedermayer
Revert "removing lowres support"
blob
|
commitdiff
|
diff to current
2012-04-22
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-04-21
Mans Rullgard
Remove lowres video decoding
blob
|
commitdiff
|
diff to current
2012-04-09
Reimar Döffinger
RV20: try keeping aspect during resolution changes.
blob
|
commitdiff
|
diff to current
2012-04-07
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-04-06
Martin Storsjö
cosmetics: Align codec declarations
blob
|
commitdiff
|
diff to current
2012-03-04
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-03-04
Anton Khirnov
lavc: deprecate AVCodecContext.sub_id.
blob
|
commitdiff
|
diff to current
2012-03-02
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-03-02
Alex Converse
rv10/20: Fix slice overflow with checked bitstream...
blob
|
commitdiff
|
diff to current
2012-03-02
Alex Converse
rv10/20: Fix a buffer overread caused by losing track...
blob
|
commitdiff
|
diff to current
2012-03-01
Diego Biurrun
Replace AVFrame pointer type punning by proper struct...
blob
|
commitdiff
|
diff to current
2012-02-16
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
mpegvideo: Add ff_ prefix to nonstatic functions
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
rv: Add ff_ prefix to nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
h263: Add ff_ prefix to nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-01-26
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-01-25
Janne Grunau
rv20: prevent calling ff_h263_decode_mba() with unset...
blob
|
commitdiff
|
diff to current
2012-01-24
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-01-24
Janne Grunau
rv10: verify slice offsets against buffer size
blob
|
commitdiff
|
diff to current
2011-12-13
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-12-13
Luca Barbato
lavc: introduce ER_MB_END and ER_MB_ERROR
blob
|
commitdiff
|
diff to current
2011-12-13
Luca Barbato
error_resilience: use the ER_ namespace
blob
|
commitdiff
|
diff to current
2011-09-19
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-09-19
Laurent Aimar
rv10: Reject slices that does not have the same type...
blob
|
commitdiff
|
diff to current
2011-09-17
Laurent Aimar
Reject slices that does not have the same type than...
blob
|
commitdiff
|
diff to current
2011-08-17
Kostya Shishkov
rv10/20: tell decoder to use edge emulation
blob
|
commitdiff
|
diff to current
2011-08-09
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-08-09
Kostya Shishkov
Saner RV1/2 initialisation and RV2 header parsing.
blob
|
commitdiff
|
diff to current
2011-07-30
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-07-29
Anton Khirnov
lavc: use designated initialisers for all codecs.
blob
|
commitdiff
|
diff to current
2011-06-03
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-06-02
Mans Rullgard
Remove unused variables
blob
|
commitdiff
|
diff to current
2011-05-29
Clément Bœsch
Fix various unused variable warnings
blob
|
commitdiff
|
diff to current
2011-05-02
Stefano Sabatini
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
blob
|
commitdiff
|
diff to current
2011-05-02
Stefano Sabatini
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
blob
|
commitdiff
|
diff to current
2011-04-29
Diego Biurrun
Remove some disabled printf debug cruft.
blob
|
commitdiff
|
diff to current
2011-04-22
Michael Niedermayer
rv10: set flags, Fixes Ticket90
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-02-16
Reinhard Tartler
Merge libavcore into libavutil
blob
|
commitdiff
|
diff to current
2011-02-15
Reinhard Tartler
Merge libavcore into libavutil
blob
|
commitdiff
|
diff to current
2011-01-30
Luca Barbato
Replace dprintf with av_dlog
blob
|
commitdiff
|
diff to current
2011-01-29
Luca Barbato
Replace dprintf with av_dlog
blob
|
commitdiff
|
diff to current
2011-01-28
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
2011-01-26
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
2010-09-07
Stefano Sabatini
Use new imgutils.h API names, fix deprecation warnings.
blob
|
commitdiff
|
diff to current
2010-08-06
Stefano Sabatini
Remove use of the deprecated function avcodec_check_dim...
blob
|
commitdiff
|
diff to current
2010-07-07
Carl Eugen Hoyos
Add new decoder property max_lowres and do not init...
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-30
Stefano Sabatini
Define AVMediaType enum, and use it instead of enum...
blob
|
commitdiff
|
diff to current
2010-01-31
Reimar Döffinger
Add include to fix implicit declaration of ff_mpeg4_ini...
blob
|
commitdiff
|
diff to current
2010-01-09
Michael Niedermayer
Split H263 encoder and decoder from common code.
blob
|
commitdiff
|
diff to current
2009-12-01
Michael Niedermayer
Store original width/height so that rv20 does not get...
blob
|
commitdiff
|
diff to current
2009-12-01
Michael Niedermayer
Make rv1/2 decoder use the next slice if needed.
blob
|
commitdiff
|
diff to current
2009-11-23
Michael Niedermayer
Correct order of arguments for avcodec_check_dimensions().
blob
|
commitdiff
|
diff to current
2009-11-23
Michael Niedermayer
Make sure avcodec_set_dimensions() is used when rv20...
blob
|
commitdiff
|
diff to current
2009-08-03
Diego Biurrun
Split RV10 encoder off into its own file.
blob
|
commitdiff
|
diff to current
2009-08-03
Diego Biurrun
Split RV20 encoder into its own file.
blob
|
commitdiff
|
diff to current
2009-08-03
Diego Biurrun
Move AVCodec declarations for RV10/20 from mpegvideo_en...
blob
|
commitdiff
|
diff to current
2009-08-02
Diego Biurrun
Remove commented-out cruft.
blob
|
commitdiff
|
diff to current
2009-07-28
Diego Biurrun
Use dprintf() instead of '#ifdef DEBUG' and av_log().
blob
|
commitdiff
|
diff to current
2009-07-27
Diego Biurrun
Remove disabled function get_num().
blob
|
commitdiff
|
diff to current
2009-05-23
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2009-05-23
Michael Niedermayer
Fix lowres with rv20.
blob
|
commitdiff
|
diff to current
2009-04-11
Michael Niedermayer
Get rid of INIT_VLC_USE_STATIC in rv10/rv20.
blob
|
commitdiff
|
diff to current
2009-04-11
Carl Eugen Hoyos
Use INIT_VLC_USE_STATIC and not its value "1".
blob
|
commitdiff
|
diff to current
2009-04-07
Thilo Borgmann
Implement avcodec_decode_video2(), _audio3() and _subti...
blob
|
commitdiff
|
diff to current
2009-02-24
Michael Niedermayer
Add and use ff_pixfmt_list_420.
blob
|
commitdiff
|
diff to current
next