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
Commit message (
Expand
)
Author
Age
Files
Lines
*
some simplifications and uniformisation
Aurelien Jacobs
2007-09-24
4
-21
/
+21
*
Remove check for input buffer size as it does not guarantee that
Kostya Shishkov
2007-09-24
1
-2
/
+1
*
add support for yuva420p colorspace (yuv420p + alpha)
Aurelien Jacobs
2007-09-24
2
-5
/
+43
*
factor out dequant table lookup outside loops, gives a 1-2% speed-up
Andreas Öman
2007-09-24
1
-4
/
+8
*
Do not try to decode more data than output buffer may hold
Kostya Shishkov
2007-09-24
1
-0
/
+5
*
VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.
Diego Biurrun
2007-09-23
2
-2
/
+2
*
some experimental iterative quantization code
Michael Niedermayer
2007-09-23
1
-2
/
+123
*
Move VIS CFLAGS settings into configure.
Diego Biurrun
2007-09-23
1
-2
/
+0
*
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.
Diego Biurrun
2007-09-23
1
-1
/
+1
*
Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).
Kostya Shishkov
2007-09-23
1
-0
/
+10
*
Apply skip_loop_filter before checking if we can parallelize with the selected
Reimar Döffinger
2007-09-22
1
-6
/
+6
*
Guard against output buffer overflows
Kostya Shishkov
2007-09-22
1
-0
/
+6
*
Do not decode more data than output buffer may hold
Kostya Shishkov
2007-09-22
1
-0
/
+2
*
HDYC fourcc, sample hdyc/Test2.avi
Baptiste Coudurier
2007-09-21
1
-0
/
+1
*
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.
Andreas Öman
2007-09-21
1
-58
/
+13
*
allcodecs.h and allformats.h are not used anymore
Aurelien Jacobs
2007-09-20
1
-319
/
+0
*
remove last dependencies on allformats.h and allcodecs.h
Aurelien Jacobs
2007-09-20
1
-9
/
+13
*
Remove inline from function that is exported.
Ivan Kalvachev
2007-09-18
1
-1
/
+1
*
blackfin vsad primitives
Marc Hoffman
2007-09-17
1
-0
/
+12
*
properly tell the compiler that A0 and A1 are clobbered
Marc Hoffman
2007-09-17
1
-3
/
+3
*
Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to
Diego Biurrun
2007-09-17
1
-4
/
+0
*
remove obsolete and wrong extern declaration
Aurelien Jacobs
2007-09-16
1
-2
/
+0
*
cosmetics: typo
Diego Biurrun
2007-09-16
1
-1
/
+1
*
fix image corruption when with multi-threaded decoding.
Andreas Öman
2007-09-16
1
-4
/
+4
*
Enable error resilience in WMV3/VC-1 decoder
Kostya Shishkov
2007-09-15
1
-4
/
+11
*
HALFPQ should be used only for when PQUANT is selected
Kostya Shishkov
2007-09-15
1
-1
/
+1
*
In case when any quantizer may occur, HALFPQ should be zero
Kostya Shishkov
2007-09-15
1
-0
/
+2
*
skip incomplete frames
Justin Ruggles
2007-09-15
1
-0
/
+6
*
better AC3 header error reporting
Justin Ruggles
2007-09-15
3
-9
/
+32
*
fix random dithering of zero-bit mantissas
Justin Ruggles
2007-09-15
1
-1
/
+1
*
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables
Justin Ruggles
2007-09-15
1
-17
/
+17
*
fix decoding of DolbyNet AC3
Justin Ruggles
2007-09-15
1
-2
/
+2
*
Check unp_size for possible overflows too
Kostya Shishkov
2007-09-14
1
-1
/
+1
*
Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.
Diego Biurrun
2007-09-13
1
-1
/
+1
*
Add checks on input/output buffers size for some audio decoders
Kostya Shishkov
2007-09-13
3
-3
/
+17
*
Monkey Audio decoder
Kostya Shishkov
2007-09-13
5
-2
/
+928
*
fix timestamps used for ratecontrol
Michael Niedermayer
2007-09-11
1
-1
/
+16
*
cosmetic
Michael Niedermayer
2007-09-10
1
-26
/
+26
*
make changing spatial_decomposition_count per frame work
Michael Niedermayer
2007-09-09
1
-10
/
+19
*
dsputil must be initialized before calling rtjpeg init.
Reimar Döffinger
2007-09-09
1
-1
/
+1
*
do not ignore return of decode_header()
Michael Niedermayer
2007-09-09
1
-1
/
+2
*
do not force the halfpel filter coeffs to be retransmitted on every frame
Michael Niedermayer
2007-09-09
1
-3
/
+2
*
allow changing of the spatial_decomposition_count and quantization tables
Michael Niedermayer
2007-09-09
1
-21
/
+42
*
perform init after reading the values needed for init
Michael Niedermayer
2007-09-09
1
-29
/
+35
*
unneeded and impossible during init ...
Michael Niedermayer
2007-09-09
1
-1
/
+0
*
unused
Michael Niedermayer
2007-09-09
1
-2
/
+2
*
allocate slice buffer after parsing the header containing needed parameters
Michael Niedermayer
2007-09-09
1
-7
/
+4
*
remove ()
Michael Niedermayer
2007-09-09
1
-1
/
+1
*
spatial_decomposition_count != 5 bugfix
Michael Niedermayer
2007-09-09
1
-1
/
+1
*
scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)
Michael Niedermayer
2007-09-09
1
-96
/
+96
[next]