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
/
vc1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc1: Use codec ID from AVCodecContext while parsing frame header
Mashiat Sarker Shakkhar
2012-10-13
1
-1
/
+1
*
Double motion vector range for HPEL interlaced picture in proper place
Mashiat Sarker Shakkhar
2012-10-10
1
-0
/
+5
*
avcodec: Convert some commented-out printf/av_log instances to av_dlog
Diego Biurrun
2012-10-01
1
-2
/
+3
*
avcodec: Drop some silly commented-out av_log() invocations
Diego Biurrun
2012-10-01
1
-2
/
+0
*
MSS2 decoder
Alberto Delmás
2012-08-31
1
-1
/
+6
*
vc1: Do not read from array if index is invalid.
Mashiat Sarker Shakkhar
2012-03-26
1
-1
/
+1
*
vc1: Move init code shared between decoder and parser to common code file.
Diego Biurrun
2012-03-07
1
-0
/
+362
*
vc1: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-4
/
+4
*
msmpeg4: Add ff_ prefixes to nonstatic symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
vc1: always read the bfraction element for interlaced fields
Hendrik Leppkes
2012-01-26
1
-14
/
+12
*
vc1: don't read the interpfrm and bfraction elements for interlaced frames
Hendrik Leppkes
2012-01-23
1
-7
/
+9
*
vc1: use an enum for Frame Coding Mode
Luca Barbato
2011-11-28
1
-8
/
+8
*
vc1: explicitly zero interlaced mode coding variables for progressive mode
Kostya Shishkov
2011-10-13
1
-2
/
+3
*
vc1: K&R reformatting cosmetics
Kostya Shishkov
2011-10-10
1
-318
/
+315
*
vc1dec: interlaced stream decoding support 3/3
Mashiat Sarker Shakkhar
2011-10-10
1
-107
/
+291
*
VC1: Support dynamic dimension changes
Alberto Delmás
2011-08-31
1
-7
/
+10
*
vc1: fix VC-1 Pulldown handling.
John Stebbins
2011-08-25
1
-2
/
+9
*
Windows Media Image decoder (WMVP/WVP2)
Alberto Delmás
2011-08-23
1
-3
/
+0
*
VC-1: fix reading of custom PAR.
Reimar Döffinger
2011-08-15
1
-2
/
+2
*
simple_idct: add 10-bit version
Mans Rullgard
2011-07-20
1
-2
/
+2
*
doxygen: Prefer member groups over grouping into modules
Reinhard Tartler
2011-07-02
1
-1
/
+1
*
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
Ronald S. Bultje
2011-05-04
1
-27
/
+1
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-34
/
+34
*
Parse sprite data for WMVP and WVP2, and decode sprites for the latter
Alberto Delmás
2011-04-10
1
-3
/
+0
*
vc1: warn for unimplemented pan-scan feature.
Ronald S. Bultje
2011-03-21
1
-0
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
VC1: merge idct8x8, coeff adjustments and put_pixels.
Ronald S. Bultje
2011-02-21
1
-1
/
+27
*
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
1
-8
/
+8
*
logging: downgrade recoverable errors to warnings
Stefan Kost
2011-02-08
1
-1
/
+1
*
Make WMV3 decoder attempt to decode WMVP as well
Kostya Shishkov
2010-09-26
1
-3
/
+19
*
RES_SM in WMV3 is really two flags, so split it in decoder
Kostya Shishkov
2010-09-26
1
-3
/
+8
*
Make WMV3 decoder print more errors when decoding beta WMV9 files.
Kostya Shishkov
2010-07-10
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Print error message when true interlaced VC-1 frames are encountered
Kostya Shishkov
2009-10-10
1
-1
/
+5
*
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
Jason Garrett-Glaser
2009-06-16
1
-0
/
+4
*
Fix typo in vc1.c, make capitalization in warning/error messages more consist...
Jason Garrett-Glaser
2009-06-16
1
-2
/
+2
*
Split decoder-specific code off from vc1.c into vc1dec.c and keep code
Diego Biurrun
2009-06-11
1
-3305
/
+2
*
vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA...
Baptiste Coudurier
2009-06-05
1
-2
/
+2
*
remove unused hack which set AVCodecContext frame_number to pic timestamp
Baptiste Coudurier
2009-05-30
1
-4
/
+0
*
set pict_type in VC-1 parser, fix some timestamps problems
Baptiste Coudurier
2009-05-30
1
-46
/
+14
*
Ensure that we don't read from invalid memory with B-frame qpel
David Conrad
2009-05-15
1
-2
/
+2
*
Remove dead assignments found by CSA
Benjamin Larsson
2009-05-02
1
-8
/
+3
*
Display dimensions should not affect the real size of coded frame, thus set
Kostya Shishkov
2009-04-23
1
-2
/
+2
*
Switch VLC tables in WMV3/VC-1 decoder to new static init method
Kostya Shishkov
2009-04-22
1
-16
/
+39
*
Set flag after VC-1 VLCs are initialized to avoid race condition
Kostya Shishkov
2009-04-21
1
-1
/
+1
*
Remove some useless assignments and variables found by Clang
Kostya Shishkov
2009-04-21
1
-17
/
+5
*
VC1 loop filter uses the frame quantizer not the mb quantizer
David Conrad
2009-04-16
1
-19
/
+19
*
Split VC1 loop filter into separate functions for h/v and size
David Conrad
2009-04-15
1
-21
/
+21
*
Move VC1 loop filter to DSPContext
David Conrad
2009-04-15
1
-89
/
+21
*
VC1: add and use avg_no_rnd chroma MC functions
David Conrad
2009-04-14
1
-2
/
+7
[next]