index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vc1.c
Age
Commit message (
Expand
)
Author
2011-09-01
vc1: loose one line difference to qatar.
Michael Niedermayer
2011-09-01
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-31
VC1: Support dynamic dimension changes
Alberto Delmás
2011-08-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-25
vc1: fix VC-1 Pulldown handling.
John Stebbins
2011-08-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-23
Windows Media Image decoder (WMVP/WVP2)
Alberto Delmás
2011-08-16
Fix VC-1 width/height handling.
Reimar Döffinger
2011-08-15
VC-1: fix reading of custom PAR.
Reimar Döffinger
2011-08-14
VC-1: fix reading of custom PAR.
Reimar Döffinger
2011-07-21
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-20
simple_idct: add 10-bit version
Mans Rullgard
2011-07-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-02
doxygen: Prefer member groups over grouping into modules
Reinhard Tartler
2011-05-05
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-04
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
Ronald S. Bultje
2011-05-02
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-04-11
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-10
Parse sprite data for WMVP and WVP2, and decode sprites for the latter
Alberto Delmás
2011-04-04
Fix VC-1 playback with pulldown content
Alexandre Colucci
2011-03-23
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-21
vc1: warn for unimplemented pan-scan feature.
Ronald S. Bultje
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-22
VC1: merge idct8x8, coeff adjustments and put_pixels.
Ronald S. Bultje
2011-02-21
VC1: merge idct8x8, coeff adjustments and put_pixels.
Ronald S. Bultje
2011-02-18
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-09
logging: downgrade recoverable errors to warnings
Stefan Kost
2011-02-08
logging: downgrade recoverable errors to warnings
Stefan Kost
2010-09-26
Make WMV3 decoder attempt to decode WMVP as well
Kostya Shishkov
2010-09-26
RES_SM in WMV3 is really two flags, so split it in decoder
Kostya Shishkov
2010-07-10
Make WMV3 decoder print more errors when decoding beta WMV9 files.
Kostya Shishkov
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-10-10
Print error message when true interlaced VC-1 frames are encountered
Kostya Shishkov
2009-06-16
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
Jason Garrett-Glaser
2009-06-16
Fix typo in vc1.c, make capitalization in warning/error messages more consist...
Jason Garrett-Glaser
2009-06-11
Split decoder-specific code off from vc1.c into vc1dec.c and keep code
Diego Biurrun
2009-06-05
vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA...
Baptiste Coudurier
2009-05-30
remove unused hack which set AVCodecContext frame_number to pic timestamp
Baptiste Coudurier
2009-05-30
set pict_type in VC-1 parser, fix some timestamps problems
Baptiste Coudurier
2009-05-15
Ensure that we don't read from invalid memory with B-frame qpel
David Conrad
2009-05-02
Remove dead assignments found by CSA
Benjamin Larsson
2009-04-23
Display dimensions should not affect the real size of coded frame, thus set
Kostya Shishkov
2009-04-22
Switch VLC tables in WMV3/VC-1 decoder to new static init method
Kostya Shishkov
2009-04-21
Set flag after VC-1 VLCs are initialized to avoid race condition
Kostya Shishkov
2009-04-21
Remove some useless assignments and variables found by Clang
Kostya Shishkov
2009-04-16
VC1 loop filter uses the frame quantizer not the mb quantizer
David Conrad
2009-04-15
Split VC1 loop filter into separate functions for h/v and size
David Conrad
2009-04-15
Move VC1 loop filter to DSPContext
David Conrad
[next]