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
...
*
vp3: DC-only IDCT
David Conrad
2010-04-17
1
-3
/
+5
*
vp3: More buffer length checks
David Conrad
2010-04-16
1
-4
/
+9
*
vp3: Remove internal debug statement
David Conrad
2010-04-16
1
-2
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-2
/
+2
*
vp3: Split out motion vectors to their own array
David Conrad
2010-03-13
1
-23
/
+27
*
theora: Add support for 4:2:2 and 4:4:4 subsampling
David Conrad
2010-03-13
1
-37
/
+92
*
vp3: remove unneeded error, this is internal and doesn't happen
David Conrad
2010-03-13
1
-5
/
+0
*
vp3: Make fragment_width _height by plane
David Conrad
2010-03-13
1
-22
/
+24
*
vp3: we only need a temp MV array of size 4
David Conrad
2010-03-13
1
-18
/
+6
*
vp3: Use memset to clear the fragment array
David Conrad
2010-03-13
1
-17
/
+1
*
vp3: Init MVs to 0
David Conrad
2010-03-13
1
-4
/
+2
*
vp3: Simplify init_block_mapping
David Conrad
2010-03-13
1
-98
/
+19
*
vp3: avoid buffer overread in coeff decode
David Conrad
2010-03-10
1
-1
/
+1
*
vp3: correctly clip vp3_draw_horiz_band call
David Conrad
2010-03-09
1
-1
/
+1
*
vp3: Set pict_type
David Conrad
2010-03-09
1
-0
/
+3
*
vp3: Allocate a dummy reference frame if we have no keyframe
David Conrad
2010-03-09
1
-2
/
+8
*
vp3: use FF_BUFFER_TYPE_COPY
David Conrad
2010-03-09
1
-4
/
+4
*
vp3: Don't leak buffers on errors
David Conrad
2010-03-09
1
-8
/
+12
*
vp3: Simplify buffer management
David Conrad
2010-03-09
1
-26
/
+14
*
vp3: be less spammy on broken files
David Conrad
2010-03-09
1
-1
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-2
/
+2
*
Really fix 2.95
David Conrad
2010-03-04
1
-1
/
+2
*
Maybe fix gcc 2.95
David Conrad
2010-03-04
1
-1
/
+1
*
Delay translating DCT tokens into coefficients until immediately before IDCT
David Conrad
2010-03-03
1
-178
/
+177
*
Do MC and IDCT in coding (hilbert) order
David Conrad
2010-03-03
1
-26
/
+43
*
Explictly separate decoding whether fragments are coded by plane
David Conrad
2010-03-03
1
-11
/
+16
*
Remove declaration of unused variables.
Carl Eugen Hoyos
2010-02-28
1
-4
/
+0
*
Simplify determing whether fragments are coded
David Conrad
2010-02-21
1
-26
/
+5
*
Handle Theora's continued runs in superblock coding.
David Conrad
2010-02-21
1
-0
/
+6
*
Decode fully coded superblocks in the same manner as partial superblocks and qpi
David Conrad
2010-02-21
1
-29
/
+22
*
Make the special 4129 case for long-run bit strings a #define and explain it
David Conrad
2010-02-21
1
-1
/
+6
*
Use memset to set the runs partially coded superblocks
David Conrad
2010-02-21
1
-9
/
+13
*
Use LOCAL_ALIGNED macro for local arrays
Måns Rullgård
2010-02-17
1
-1
/
+1
*
Move CODEC_FLAG_GRAY check to outer loop
David Conrad
2010-02-13
1
-2
/
+3
*
Move branch based on custom mode outside the loop
David Conrad
2010-02-13
1
-5
/
+5
*
Directly check whether a fragment is coded for 4MV mode instead of iterating
David Conrad
2010-02-13
1
-5
/
+2
*
Eliminate fragment -> macroblock mapping array
David Conrad
2010-02-13
1
-48
/
+13
*
Eliminate macroblock -> fragment mapping array
David Conrad
2010-02-13
1
-50
/
+33
*
Eliminate superblock <-> macroblock mapping array
David Conrad
2010-02-13
1
-74
/
+19
*
Don't pre-calculate first_pixel
David Conrad
2010-02-12
1
-75
/
+26
*
Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
David Conrad
2010-02-12
1
-3
/
+39
*
Cosmetics: reindent
David Conrad
2010-02-12
1
-48
/
+48
*
Do loop filter per-row rather than per-frame
David Conrad
2010-02-12
1
-7
/
+12
*
Move apply_loop_filter above render_slice, it'll be used by the latter soon
David Conrad
2010-02-12
1
-64
/
+64
*
Export Theora colorspace info if present
David Conrad
2010-02-12
1
-2
/
+12
*
Theora 3.4 doesn't exist; these fields were misunderstandings of the spec
David Conrad
2010-02-12
1
-14
/
+2
*
Remove unused code that's moved elsewhere
David Conrad
2010-02-12
1
-54
/
+0
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-3
/
+3
*
Cosmetic: indent after last change.
Mike Melanson
2009-12-19
1
-2
/
+2
*
Optimize unpack_vectors() by not shuffling around redundant vectors.
Mike Melanson
2009-12-19
1
-15
/
+7
[prev]
[next]