git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
vc1: Reindent INIT_LUT(), align backslashes
[ffmpeg.git]
/
libavcodec
/
vc1.c
2013-05-15
Martin Storsjö
vc1: Reindent INIT_LUT(), align backslashes
blob
|
commitdiff
2013-05-15
Michael Niedermayer
vc1: Make INIT_LUT() self contained
blob
|
commitdiff
|
diff to current
2013-05-15
Michael Niedermayer
vc1: Simplify code by using INIT_LUT()
blob
|
commitdiff
|
diff to current
2013-05-15
Michael Niedermayer
vc1: Move INIT_LUT() further up to allow using it in...
blob
|
commitdiff
|
diff to current
2013-05-15
Michael Niedermayer
vc1dec: Do not allow field_mode to change after the...
blob
|
commitdiff
|
diff to current
2013-05-14
Hendrik Leppkes
vc1: implement frame interlaced b-frame header parsing
blob
|
commitdiff
|
diff to current
2013-05-04
Diego Biurrun
avcodec: Add av_cold attributes to init functions missi...
blob
|
commitdiff
|
diff to current
2013-03-13
Diego Biurrun
av_log_missing_feature() ---> avpriv_report_missing_fea...
blob
|
commitdiff
|
diff to current
2013-02-25
Diego Biurrun
Remove unnecessary dsputil.h #includes
blob
|
commitdiff
|
diff to current
2012-10-13
Mashiat Sarker Sha...
vc1: Use codec ID from AVCodecContext while parsing...
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-01
Diego Biurrun
avcodec: Convert some commented-out printf/av_log insta...
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-31
Alberto Delmás
MSS2 decoder
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-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-01-26
Hendrik Leppkes
vc1: always read the bfraction element for interlaced...
blob
|
commitdiff
|
diff to current
2012-01-23
Hendrik Leppkes
vc1: don't read the interpfrm and bfraction elements...
blob
|
commitdiff
|
diff to current
2011-11-27
Luca Barbato
vc1: use an enum for Frame Coding Mode
blob
|
commitdiff
|
diff to current
2011-10-13
Kostya Shishkov
vc1: explicitly zero interlaced mode coding variables...
blob
|
commitdiff
|
diff to current
2011-10-10
Kostya Shishkov
vc1: K&R reformatting 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-23
Alberto Delmás
Windows Media Image decoder (WMVP/WVP2)
blob
|
commitdiff
|
diff to current
2011-08-15
Reimar Döffinger
VC-1: fix reading of custom PAR.
blob
|
commitdiff
|
diff to current
2011-07-20
Mans Rullgard
simple_idct: add 10-bit version
blob
|
commitdiff
|
diff to current
2011-07-02
Reinhard Tartler
doxygen: Prefer member groups over grouping into modules
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-10
Alberto Delmás
Parse sprite data for WMVP and WVP2, and decode sprites...
blob
|
commitdiff
|
diff to current
2011-03-21
Ronald S. Bultje
vc1: warn for unimplemented pan-scan feature.
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
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-17
Ronald S. Bultje
dsputil: move VC1-specific stuff into VC1DSPContext.
blob
|
commitdiff
|
diff to current
2011-02-08
Stefan Kost
logging: downgrade recoverable errors to warnings
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-09-26
Kostya Shishkov
RES_SM in WMV3 is really two flags, so split it in...
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-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2009-10-10
Kostya Shishkov
Print error message when true interlaced VC-1 frames...
blob
|
commitdiff
|
diff to current
2009-06-16
Jason Garrett-Glaser
idct_dc for VC-1/WMV3 decoder; ~11% faster decoding...
blob
|
commitdiff
|
diff to current
2009-06-16
Jason Garrett-Glaser
Fix typo in vc1.c, make capitalization in warning/error...
blob
|
commitdiff
|
diff to current
2009-06-11
Diego Biurrun
Split decoder-specific code off from vc1.c into vc1dec...
blob
|
commitdiff
|
diff to current
2009-06-05
Baptiste Coudurier
vc1 and wmv3 decoders use MPV_frame_start which uses...
blob
|
commitdiff
|
diff to current
2009-05-30
Baptiste Coudurier
remove unused hack which set AVCodecContext frame_numbe...
blob
|
commitdiff
|
diff to current
2009-05-30
Baptiste Coudurier
set pict_type in VC-1 parser, fix some timestamps problems
blob
|
commitdiff
|
diff to current
2009-05-15
David Conrad
Ensure that we don't read from invalid memory with...
blob
|
commitdiff
|
diff to current
2009-05-02
Benjamin Larsson
Remove dead assignments found by CSA
blob
|
commitdiff
|
diff to current
2009-04-23
Kostya Shishkov
Display dimensions should not affect the real size...
blob
|
commitdiff
|
diff to current
2009-04-22
Kostya Shishkov
Switch VLC tables in WMV3/VC-1 decoder to new static...
blob
|
commitdiff
|
diff to current
2009-04-21
Kostya Shishkov
Set flag after VC-1 VLCs are initialized to avoid race...
blob
|
commitdiff
|
diff to current
2009-04-21
Kostya Shishkov
Remove some useless assignments and variables found...
blob
|
commitdiff
|
diff to current
2009-04-16
David Conrad
VC1 loop filter uses the frame quantizer not the mb...
blob
|
commitdiff
|
diff to current
2009-04-15
David Conrad
Split VC1 loop filter into separate functions for h...
blob
|
commitdiff
|
diff to current
2009-04-15
David Conrad
Move VC1 loop filter to DSPContext
blob
|
commitdiff
|
diff to current
2009-04-14
David Conrad
VC1: add and use avg_no_rnd chroma MC functions
blob
|
commitdiff
|
diff to current
2009-04-14
David Conrad
Rename put_no_rnd_h264_chroma* to reflect its usage...
blob
|
commitdiff
|
diff to current
2009-04-14
David Conrad
VC1: Do qpel when needed for both MVs in a B frame
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-04-01
David Conrad
Remove unused FILTSIGN macro
blob
|
commitdiff
|
diff to current
2009-03-21
Gwenole Beauchesne
Add support for HW accelerated VC-1 decoding through...
blob
|
commitdiff
|
diff to current
2009-02-25
Carl Eugen Hoyos
Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
blob
|
commitdiff
|
diff to current
2009-02-25
Carl Eugen Hoyos
Fix VC1 and WMV3 playback in MPlayer.
blob
|
commitdiff
|
diff to current
2009-02-24
Gwenole Beauchesne
Rename buf_vdpau to buf_start
blob
|
commitdiff
|
diff to current
2009-02-23
Michael Niedermayer
Approved hunks for VAAPI / our new shiny hwaccel API
blob
|
commitdiff
|
diff to current
2009-02-17
Diego Biurrun
cosmetics: 'void/int inline' --> 'inline void/int'...
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2009-01-30
Gwenole Beauchesne
Record B-fraction index from frame header and two field...
blob
|
commitdiff
|
diff to current
2009-01-28
Kostya Shishkov
Fix Doxygen comments for VC-1 decoder.
blob
|
commitdiff
|
diff to current
2009-01-24
Stefan Gehrer
avoid duplication of size_table and offset_table
blob
|
commitdiff
|
diff to current
2009-01-23
Kostya Shishkov
Remove the block with always false condition from vc1_p...
blob
|
commitdiff
|
diff to current
2009-01-23
Kostya Shishkov
VC-1 postproc field is 2 bits wide while decoder read...
blob
|
commitdiff
|
diff to current
2009-01-20
Carl Eugen Hoyos
Cosmetics: Fix indentation after last commit.
blob
|
commitdiff
|
diff to current
2009-01-20
NVIDIA Corporation
Add VDPAU hardware accelerated decoding for WMV3 and...
blob
|
commitdiff
|
diff to current
2009-01-18
Aurelien Jacobs
moves mid_pred() into mathops.h (with arch specific...
blob
|
commitdiff
|
diff to current
2009-01-18
Jason Garrett-Glaser
Fix 10L in r16670 (broke deblocking code)
blob
|
commitdiff
|
diff to current
2009-01-18
Jason Garrett-Glaser
Faster VC-1 C loopfilter using lots of xor magic
blob
|
commitdiff
|
diff to current
2009-01-13
Kostya Shishkov
VC-1 display dimensions should affect coded dimensions...
blob
|
commitdiff
|
diff to current
2009-01-13
Kostya Shishkov
Print VC-1 aspect ratio in debug
blob
|
commitdiff
|
diff to current
2009-01-13
Kostya Shishkov
421l: fix loop filter for P-frames in VC-1
blob
|
commitdiff
|
diff to current
2009-01-10
Carl Eugen Hoyos
Fill range_map* in VC1Context.
blob
|
commitdiff
|
diff to current
2009-01-09
Carl Eugen Hoyos
Add refdist_flag to VC1Context.
blob
|
commitdiff
|
diff to current
2008-11-16
Kostya Shishkov
421l: postproc flag may be present in any VC-1 AP frame...
blob
|
commitdiff
|
diff to current
2008-09-11
Kostya Shishkov
Make it possible to disable loop filter in VC-1.
blob
|
commitdiff
|
diff to current
2008-07-27
Diego Biurrun
Remove unused variable.
blob
|
commitdiff
|
diff to current
2008-07-23
Kostya Shishkov
In-loop deblocking filter for VC-1 decoder
blob
|
commitdiff
|
diff to current
2008-07-18
Erik Hovland
Fix a mem leak in vc1_decode_frame().
blob
|
commitdiff
|
diff to current
2008-06-25
Stefan Gehrer
remove duplicate tables
blob
|
commitdiff
|
diff to current
2008-06-12
Stefano Sabatini
Make AVCodec long_names definition conditional dependin...
blob
|
commitdiff
|
diff to current
2008-05-26
Diego Biurrun
consistency cosmetics: indices --> indexes
blob
|
commitdiff
|
diff to current
2008-04-27
Stefano Sabatini
Add long names to AVCodec declarations.
blob
|
commitdiff
|
diff to current
2008-03-21
Zuxy Meng
Apply 'cold' attribute to init/uninit functions in...
blob
|
commitdiff
|
diff to current
2008-03-09
Aurelien Jacobs
add FF_ prefix to all (frame)_TYPE usage
blob
|
commitdiff
|
diff to current
2008-02-13
Diego Biurrun
typo fix: inited --> initialized
blob
|
commitdiff
|
diff to current
2008-02-01
Aurelien Jacobs
const
blob
|
commitdiff
|
diff to current
2008-02-01
Michael Niedermayer
some const
blob
|
commitdiff
|
diff to current
next