git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cosmetics: Fix dropable --> droppable typo
[ffmpeg.git]
/
libavcodec
/
vc1dec.c
2012-12-09
Diego Biurrun
cosmetics: Fix dropable --> droppable typo
blob
|
commitdiff
2012-12-04
Anton Khirnov
lavc: fix decode_frame() third parameter semantics...
blob
|
commitdiff
|
diff to current
2012-12-04
Anton Khirnov
lavc: add a wrapper for AVCodecContext.get_buffer().
blob
|
commitdiff
|
diff to current
2012-10-10
Mashiat Sarker Sha...
Double motion vector range for HPEL interlaced picture...
blob
|
commitdiff
|
diff to current
2012-10-10
Mashiat Sarker Sha...
vc1dec: Set opposite to the correct value for 1REF...
blob
|
commitdiff
|
diff to current
2012-10-10
Mashiat Sarker Sha...
vc1dec: Invoke edge emulation regardless of MV precisio...
blob
|
commitdiff
|
diff to current
2012-10-10
Mashiat Sarker Sha...
vc1dec: Set chroma reference field from REFFIELD for...
blob
|
commitdiff
|
diff to current
2012-10-10
Mashiat Sarker Sha...
vc1dec: Use correct spelling of "opposite"
blob
|
commitdiff
|
diff to current
2012-10-09
Janne Grunau
vc1dec: prevent memory leak in error path
blob
|
commitdiff
|
diff to current
2012-10-09
Janne Grunau
vc1dec: prevent memory leak on av_realloc error
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
Diego Biurrun
avcodec: Convert some commented-out printf/av_log insta...
blob
|
commitdiff
|
diff to current
2012-09-28
Kostya Shishkov
vc1dec: add flush function for WMV9 and VC-1 decoders
blob
|
commitdiff
|
diff to current
2012-08-31
Alberto Delmás
MSS2 decoder
blob
|
commitdiff
|
diff to current
2012-08-28
Kostya Shishkov
vc1: export some functions
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-08-03
Mashiat Sarker Sha...
vc1dec: Remove separate scaling function for interlaced...
blob
|
commitdiff
|
diff to current
2012-08-03
Mashiat Sarker Sha...
vc1dec: Invoke edge_emulation regardless of MV precision
blob
|
commitdiff
|
diff to current
2012-08-02
Mans Rullgard
vc1dec: remove useless #include simple_idct.h
blob
|
commitdiff
|
diff to current
2012-07-28
Michael Niedermayer
vc1dec: Override invalid macroblock quantizer
blob
|
commitdiff
|
diff to current
2012-07-28
Michael Niedermayer
vc1: avoid reading beyond the last line in vc1_draw_spr...
blob
|
commitdiff
|
diff to current
2012-07-28
Michael Niedermayer
vc1dec: check that coded slice positions and interlacin...
blob
|
commitdiff
|
diff to current
2012-07-28
Michael Niedermayer
vc1dec: Do not ignore ff_vc1_parse_frame_header_adv...
blob
|
commitdiff
|
diff to current
2012-07-15
Mashiat Sarker Sha...
vc1dec: Do not use random pred_flag if motion vector...
blob
|
commitdiff
|
diff to current
2012-04-06
Martin Storsjö
cosmetics: Align codec declarations
blob
|
commitdiff
|
diff to current
2012-03-27
Mashiat Sarker Sha...
vc1: Do not read from array if index is invalid.
blob
|
commitdiff
|
diff to current
2012-03-07
Diego Biurrun
vc1: Move init code shared between decoder and parser...
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-18
Ronald S. Bultje
vc1parse: call vc1_init_common().
blob
|
commitdiff
|
diff to current
2012-02-16
Ronald S. Bultje
vc1: prevent using last_frame as a reference for I...
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ö
vc1: Add ff_ prefix to nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
msmpeg4: Add ff_ prefixes to nonstatic symbols
blob
|
commitdiff
|
diff to current
2012-02-01
Janne Grunau
vc1: prevent null pointer dereference on broken files
blob
|
commitdiff
|
diff to current
2012-01-27
Mashiat Sarker Sha...
vc1dec.c: Don't use uninitialized values of dmv_[x, y]
blob
|
commitdiff
|
diff to current
2012-01-07
Diego Biurrun
cosmetics: drop some pointless parentheses
blob
|
commitdiff
|
diff to current
2012-01-04
John Brooks
vc1dec: fix invalid memory access for small video dimen...
blob
|
commitdiff
|
diff to current
2011-12-20
Martin Storsjö
vc1dec: Use the right pointer type for the tmp pointer
blob
|
commitdiff
|
diff to current
2011-12-19
Aneesh Dogra
vc1: Handle WVC1 interlaced stream
blob
|
commitdiff
|
diff to current
2011-12-14
Andrey Utkin
mpegvideo: remove abort() in ff_find_unused_picture()
blob
|
commitdiff
|
diff to current
2011-12-13
Luca Barbato
vc1: mark with ER_MB_ERROR bits overconsumption
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-12-10
Diego Biurrun
Fix a bunch of common typos.
blob
|
commitdiff
|
diff to current
2011-12-07
Diego Biurrun
cosmetics: drop some completely pointless parentheses
blob
|
commitdiff
|
diff to current
2011-11-27
Luca Barbato
vc1: use an enum for Frame Coding Mode
blob
|
commitdiff
|
diff to current
2011-11-27
Kostya Shishkov
vc1: select interlaced scan table by FCM element
blob
|
commitdiff
|
diff to current
2011-11-09
shahriman AMS
VC1: Add bottom field offset to block_index[] to avoid...
blob
|
commitdiff
|
diff to current
2011-11-09
shahriman AMS
vc1dec: move an if() block.
blob
|
commitdiff
|
diff to current
2011-11-09
shahriman AMS
vc1dec: use correct hybrid prediction threshold.
blob
|
commitdiff
|
diff to current
2011-11-09
shahriman AMS
vc1dec: Partial rewrite of vc1_pred_mv()
blob
|
commitdiff
|
diff to current
2011-11-09
shahriman AMS
vc1dec: take ME precision into account while scaling...
blob
|
commitdiff
|
diff to current
2011-10-22
Mashiat Sarker Sha...
VC1: restore mistakenly removed code
blob
|
commitdiff
|
diff to current
2011-10-19
Mashiat Sarker Sha...
Use correct scaling table for bwd-pred MVs in second...
blob
|
commitdiff
|
diff to current
2011-10-12
Kostya Shishkov
vc1: more prettyprinting cosmetics
blob
|
commitdiff
|
diff to current
2011-10-10
Mashiat Sarker Sha...
vc1dec: interlaced stream decoding support 3/3
blob
|
commitdiff
|
diff to current
2011-08-31
Alberto Delmás
VC1: Support dynamic dimension changes
blob
|
commitdiff
|
diff to current
2011-08-25
John Stebbins
vc1: fix VC-1 Pulldown handling.
blob
|
commitdiff
|
diff to current
2011-08-25
Alberto Delmás
VC1: Fix first/last row checks with slices
blob
|
commitdiff
|
diff to current
2011-08-25
Ronald S. Bultje
vc1: properly zero coded_block[] edges on new slice...
blob
|
commitdiff
|
diff to current
2011-08-23
Alberto Delmás
Windows Media Image decoder (WMVP/WVP2)
blob
|
commitdiff
|
diff to current
2011-07-29
Anton Khirnov
lavc: use designated initialisers for all codecs.
blob
|
commitdiff
|
diff to current
2011-07-10
Diego Biurrun
Eliminate FF_COMMON_FRAME macro.
blob
|
commitdiff
|
diff to current
2011-07-04
Diego Biurrun
Remove unused static tables and static inline functions.
blob
|
commitdiff
|
diff to current
2011-07-02
Reinhard Tartler
doxygen: Prefer member groups over grouping into modules
blob
|
commitdiff
|
diff to current
2011-06-07
John Stebbins
vc1: re-initialize tables after width/height change.
blob
|
commitdiff
|
diff to current
2011-05-04
Ronald S. Bultje
vc1: make overlap filter for I-frames bit-exact.
blob
|
commitdiff
|
diff to current
2011-05-04
Ronald S. Bultje
vc1dec: use s->start/end_mb_y instead of passing them...
blob
|
commitdiff
|
diff to current
2011-05-04
Ronald S. Bultje
Revert "VC1: merge idct8x8, coeff adjustments and put_p...
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-26
Anton Khirnov
lavc: remove FF_API_HURRY_UP cruft
blob
|
commitdiff
|
diff to current
2011-04-17
Ronald S. Bultje
vc1: fix fate-vc1 after previous commit.
blob
|
commitdiff
|
diff to current
2011-04-16
Ronald S. Bultje
wmv3dec: fix playback of complex WMV3 files using simpl...
blob
|
commitdiff
|
diff to current
2011-04-10
Alberto Delmás
Parse sprite data for WMVP and WVP2, and decode sprites...
blob
|
commitdiff
|
diff to current
2011-04-02
Anton Khirnov
lavc: mark hurry_up for removal on next major bump
blob
|
commitdiff
|
diff to current
2011-03-22
Ronald S. Bultje
vc1: make P-frame deblock filter bit-exact.
blob
|
commitdiff
|
diff to current
2011-03-21
Ronald S. Bultje
vc1: slice support.
blob
|
commitdiff
|
diff to current
2011-03-21
Ronald S. Bultje
vc1: fix up memleaks in the error codepath.
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-03-12
Hendrik Leppkes
VC1: Export profile/level
blob
|
commitdiff
|
diff to current
2011-03-02
Baptiste Coudurier
vc1: fix decoding when end sequence is present
blob
|
commitdiff
|
diff to current
2011-02-21
Ronald S. Bultje
VC1: merge idct8x8, coeff adjustments and put_pixels.
blob
|
commitdiff
|
diff to current
2011-02-21
Ronald S. Bultje
VC1: inline vc1_put_block() in vc1_decode_i_blocks().
blob
|
commitdiff
|
diff to current
2011-02-20
Ronald S. Bultje
VC1: don't use vc1_put_block() in vc1_decode_i_blocks_a...
blob
|
commitdiff
|
diff to current
2011-02-19
Reimar Döffinger
Fix invalid reads in VC1 decoder
blob
|
commitdiff
|
diff to current
2011-02-17
Ronald S. Bultje
dsputil: move VC1-specific stuff into VC1DSPContext.
blob
|
commitdiff
|
diff to current
2011-02-17
Ronald S. Bultje
VC1: simplify a calculation in a loop.
blob
|
commitdiff
|
diff to current
2011-02-17
Ronald S. Bultje
VC1: transpose IDCT 8x8 coeffs while reading.
blob
|
commitdiff
|
diff to current
2011-01-29
Ronald S. Bultje
Move ff_emulated_edge_mc() into DSPContext.
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-26
Kostya Shishkov
Make WMV3 decoder attempt to decode WMVP as well
blob
|
commitdiff
|
diff to current
2010-07-11
David Conrad
vc1: Fix ordering of loop filter for I/B frames
blob
|
commitdiff
|
diff to current
2010-07-11
David Conrad
vc1: ff_draw_horiz_band needs a one row delay when...
blob
|
commitdiff
|
diff to current
2010-07-10
Kostya Shishkov
Make WMV3 decoder print more errors when decoding beta...
blob
|
commitdiff
|
diff to current
2010-06-27
Reimar Döffinger
Change type of zz_table to uint8_t to match the scantab...
blob
|
commitdiff
|
diff to current
2010-05-29
Kostya Shishkov
321l: do not use shifted s->linesize instead of correct...
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-02-24
Kostya Shishkov
ff_msmpeg4_decode_init() calls ff_h263_decode_init...
blob
|
commitdiff
|
diff to current
2010-02-21
Måns Rullgård
VC1: fix missing include h263.h
blob
|
commitdiff
|
diff to current
next