index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vp3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
clear_block mmx
Loren Merritt
2008-12-10
1
-2
/
+2
*
MMX VP3 Loop Filter
David Conrad
2008-10-17
1
-1
/
+2
*
Remove unused variables
David Conrad
2008-10-12
1
-2
/
+0
*
Move VP3 loop filter to DSPContext
David Conrad
2008-10-04
1
-43
/
+4
*
Cosmetics: reindent
David Conrad
2008-10-01
1
-122
/
+122
*
Unneeded else
David Conrad
2008-10-01
1
-2
/
+1
*
Unneeded braces
David Conrad
2008-10-01
1
-2
/
+2
*
Return if unpacking motion vectors for a keyframe
David Conrad
2008-10-01
1
-0
/
+1
*
Cosmetics: indentation
David Conrad
2008-10-01
1
-2
/
+2
*
Visible width/height fields were added in Theora 3.2
David Conrad
2008-10-01
1
-3
/
+3
*
filter_limit_values only needs 7 bits, make its tables smaller
David Conrad
2008-10-01
1
-1
/
+1
*
Cosmetics: indentation
David Conrad
2008-09-30
1
-1
/
+1
*
Merge (vp3|theora)_calculate_pixel_addresses
David Conrad
2008-09-30
1
-47
/
+6
*
Missed hunks of last commit
David Conrad
2008-09-30
1
-3
/
+0
*
Remove unused vp3 debugging info
David Conrad
2008-09-30
1
-258
/
+0
*
Downgrade severity of leftover bits in header packets, and don't check for th...
David Conrad
2008-09-30
1
-2
/
+2
*
Use skip_frame for keyframe-only decoding rather than #ifdef
David Conrad
2008-09-29
1
-19
/
+3
*
Take idct permutation into account when initializing dequantization matrices
David Conrad
2008-09-17
1
-1
/
+1
*
theoradec: cosmetics: indentation
Aurelien Jacobs
2008-09-03
1
-9
/
+9
*
theoradec: skip decoding of uncoded MV in 4MV code
Aurelien Jacobs
2008-09-03
1
-1
/
+9
*
theoradec: small 4MV code reorganization to ease future improvements
Aurelien Jacobs
2008-09-03
1
-7
/
+6
*
make ModeAlphabet read-only and use a custom mode alphabet
Stefan Gehrer
2008-06-25
1
-9
/
+15
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and
Reimar Döffinger
2008-06-09
1
-18
/
+0
*
Almost-cosmetics: split out coeff_count from all_fragments struct into
Reimar Döffinger
2008-06-09
1
-11
/
+14
*
consistency cosmetics: indices --> indexes
Diego Biurrun
2008-05-26
1
-7
/
+7
*
Add complete multimedia Wiki URL, patch by Sisir Koppaka.
Sisir Koppaka
2008-05-04
1
-1
/
+1
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-2
/
+4
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
remove #include "mpegvideo.h" where it is not needed
Aurelien Jacobs
2008-03-05
1
-1
/
+1
*
fix memory leaks in vp3 decoder
Måns Rullgård
2008-02-24
1
-0
/
+15
*
Fix ;;
Michael Niedermayer
2008-02-19
1
-1
/
+1
*
typo fix: inited --> initialized
Diego Biurrun
2008-02-13
1
-5
/
+5
*
Print Theora bitstream version at DEBUG, not at VERBOSE level.
Diego Biurrun
2008-02-13
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-8
/
+8
*
Reduce Theora decoder verbosity.
Diego Biurrun
2007-08-03
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
cosmetics: fix inconsistent indentation
Aurelien Jacobs
2007-05-07
1
-4
/
+4
*
fix display of theora videos with visible size smaller than encoded size
Aurelien Jacobs
2007-05-07
1
-10
/
+9
*
Only compile in Theora-specific functions if the Theora decoder has been
Diego Biurrun
2007-04-08
1
-1
/
+1
*
cosmetics: Move one code block to save an #ifdef in the next commit.
Diego Biurrun
2007-04-08
1
-10
/
+10
*
Remove #if 0 code.
Diego Biurrun
2007-04-08
1
-22
/
+0
*
Fix compilation when Theora decoder is disabled, but VP3 is enabled.
Diego Biurrun
2007-04-08
1
-0
/
+2
*
Remove superfluous setting of has_b_frames in codecs without B-frames.
Nicholas Tung
2007-04-07
1
-1
/
+0
*
use generic xiph header spliting func to split theora headers
Aurelien Jacobs
2007-03-25
1
-9
/
+13
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-5
/
+5
*
cosmetics: aswell --> as well typo fix
Diego Biurrun
2007-02-22
1
-1
/
+1
[next]