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
/
vp3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-2
/
+2
*
vp3: move idct and loop filter pointers to new vp3dsp context
Mans Rullgard
2012-07-18
1
-11
/
+11
*
vp3: Assert on invalid filter_limit values.
Dale Curtis
2012-04-12
1
-0
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-21
/
+23
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2012-02-15
1
-9
/
+9
*
vp3: fix streams with non-zero last coefficient
Janne Grunau
2012-01-05
1
-0
/
+2
*
vp3dec: Check coefficient index in vp3_dequant()
Reinhard Tartler
2011-12-23
1
-2
/
+12
*
vp3: Reorder some functions to fix VP3 build with Theora disabled.
Diego Biurrun
2011-12-20
1
-77
/
+74
*
avcodec: change number of plane pointers from 4 to 8 at next major bump.
Justin Ruggles
2011-12-02
1
-3
/
+4
*
avcodec: move some AVCodecContext fields to an internal struct.
Justin Ruggles
2011-11-19
1
-1
/
+3
*
vp3: remove some pointless comments
Diego Biurrun
2011-11-02
1
-9
/
+0
*
vp3: fix oob read for negative tokens and memleaks on error.
Ronald S. Bultje
2011-10-28
1
-14
/
+45
*
lavc: use avpriv_ prefix for ff_split_xiph_headers.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
w32threads: support for frame multithreading
Steven Walters
2011-10-16
1
-4
/
+4
*
doxygen: fix wrong comment syntax, //< vs. ///<
Diego Biurrun
2011-08-26
1
-1
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-20
/
+16
*
vp3/theora: flush after seek.
Ronald S. Bultje
2011-07-28
1
-0
/
+22
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
vp3-mt: fix deadlock when first frame is not a keyframe.
Ronald S. Bultje
2011-03-02
1
-0
/
+1
*
Fix VP3 edge emulation
David Conrad
2011-02-19
1
-2
/
+1
*
VP3: fix decoding of videos with stride > 2048
Jason Garrett-Glaser
2011-02-18
1
-14
/
+6
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
vp3: Frame-based multithreading support
Alexander Strange
2011-02-09
1
-23
/
+131
*
vp3: Move table allocation code into a new function
Alexander Strange
2011-02-05
1
-23
/
+33
*
vp3: Factor out expression
Alexander Strange
2011-02-05
1
-4
/
+5
*
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2011-01-28
1
-1
/
+1
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
VP3: remove an unnecessary static variable
Alexander Strange
2011-01-17
1
-4
/
+2
*
Remove dead code in theora_decode_tables
Jason Garrett-Glaser
2010-10-26
1
-8
/
+2
*
Reindent after r25573
Jason Garrett-Glaser
2010-10-26
1
-6
/
+6
*
Fix Theora decoding bug if loopfilter is completely disabled
Jason Garrett-Glaser
2010-10-26
1
-0
/
+2
*
Only draw the actually visible area in vp3_draw_horiz_band.
Reimar Döffinger
2010-09-08
1
-4
/
+2
*
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-09-07
1
-1
/
+1
*
Fix slice height for y position calculation for vp3_draw_horiz_band
Reimar Döffinger
2010-09-06
1
-1
/
+1
*
Fix vp3_draw_horiz_band to not produce completely chaotical values
Reimar Döffinger
2010-09-06
1
-1
/
+1
*
VP3/Theora: validate aspect and reduce it before exporting it
Reimar Döffinger
2010-09-06
1
-3
/
+8
*
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2010-08-06
1
-1
/
+2
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-2
/
+2
*
Fix vp3_draw_horiz_band to calculate chroma offsets correctly
Reimar Döffinger
2010-06-08
1
-1
/
+1
*
vp3: Skip the loop filter when strength is 0 or when requested
David Conrad
2010-05-27
1
-1
/
+6
*
theora: Don't read an excess bit for maximum length long bit runs if the run
David Conrad
2010-05-25
1
-18
/
+24
*
theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)
David Conrad
2010-04-21
1
-23
/
+23
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
vp3: Use avctx pointer directly
David Conrad
2010-04-17
1
-2
/
+2
*
vp3: Read fps and aspect ratio in the decoder
David Conrad
2010-04-17
1
-4
/
+10
*
vp3: Don't crop if there's a left/top offset, it's wrong
David Conrad
2010-04-17
1
-3
/
+5
*
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
[next]