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
*
SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.
Jai Menon
2009-12-12
1
-0
/
+1
*
Commit functions used by both AMRNB and SIPR
Vitor Sessak
2009-12-12
2
-0
/
+100
*
Fail earlier for unsupported resolutions or pixel formats when encoding
Tomas Härdin
2009-12-11
1
-1
/
+12
*
indent
Michael Niedermayer
2009-12-11
1
-2
/
+2
*
Make sure av_new_packet() initializes the data and destruct pointers.
Michael Niedermayer
2009-12-11
1
-5
/
+7
*
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.
Carl Eugen Hoyos
2009-12-10
1
-1
/
+2
*
Do not print 'faac:' when using libfaad.
Carl Eugen Hoyos
2009-12-10
1
-2
/
+2
*
Cosmetic (restructure RGB ljpeg check to be more readable)
Michael Niedermayer
2009-12-10
1
-8
/
+8
*
10l, Fix YUV ljpeg that i just broke by mistake.
Michael Niedermayer
2009-12-10
1
-1
/
+1
*
Correct a forgotten RGB32.
Michael Niedermayer
2009-12-10
1
-1
/
+1
*
Flip red and blue in rct-less lossless jpeg.
Michael Niedermayer
2009-12-10
1
-2
/
+2
*
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on
Michael Niedermayer
2009-12-10
2
-2
/
+2
*
Fix RGB LJPEG encoding.
Michael Niedermayer
2009-12-10
1
-0
/
+6
*
Improve time_increment_bits guessing code.
Michael Niedermayer
2009-12-09
1
-1
/
+5
*
End startcode prefix search at the end of a AVC unit.
Michael Niedermayer
2009-12-09
1
-1
/
+2
*
revert r20775, because equivalent code has been committed to x264 instead
Loren Merritt
2009-12-09
1
-10
/
+10
*
Minor version bump for mbtree addition.
Jason Garrett-Glaser
2009-12-09
1
-1
/
+1
*
fix a crash in ape decoding on x86_32 sse2
Loren Merritt
2009-12-08
1
-1
/
+1
*
Boolify options passed to x264.
Jason Garrett-Glaser
2009-12-08
1
-10
/
+10
*
Add MBtree support for libx264
Erik Slagter
2009-12-08
3
-0
/
+3
*
aac: Set sample rate in avctx from ADTS header (if not already set by some
Andreas Öman
2009-12-08
1
-0
/
+2
*
Reduce warnings about too few consumed bytes to debug level.
Michael Niedermayer
2009-12-08
1
-5
/
+1
*
Make sure that compilation fails if functions like ff_put_string are used in ...
Reimar Döffinger
2009-12-07
1
-0
/
+6
*
Print error messages on errors.
Michael Niedermayer
2009-12-07
1
-6
/
+19
*
Fix apparent 10l typos introduced in r8627.
Michael Niedermayer
2009-12-06
1
-5
/
+5
*
Cosmetics: Fix indentation after r20751.
Carl Eugen Hoyos
2009-12-06
1
-28
/
+28
*
Simplified deblocking checks.
Jason Garrett-Glaser
2009-12-06
1
-6
/
+9
*
Faster checks in reverse_dc_prediction.
Jason Garrett-Glaser
2009-12-06
1
-7
/
+7
*
Check transform==15 first, since it's more common than 13.
Jason Garrett-Glaser
2009-12-06
1
-1
/
+1
*
Revert r20747: It mixed functional and cosmetical changes.
Carl Eugen Hoyos
2009-12-06
1
-44
/
+41
*
Various VP3 optimizations.
Jason Garrett-Glaser
2009-12-06
1
-41
/
+44
*
slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...
Loren Merritt
2009-12-05
1
-5
/
+13
*
r20739 broke compilation on systems without yasm
Loren Merritt
2009-12-05
1
-7
/
+6
*
refactor and optimize scalarproduct
Loren Merritt
2009-12-05
6
-111
/
+193
*
Cosmetics: Reindent after r20679.
Carl Eugen Hoyos
2009-12-05
1
-14
/
+14
*
Cosmetics: Reindent after r20736.
Carl Eugen Hoyos
2009-12-05
1
-2
/
+2
*
Make sure the parsers do not overwrite width/height as this can interfere
Michael Niedermayer
2009-12-05
2
-1
/
+6
*
Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo
Stefano Sabatini
2009-12-04
1
-24
/
+0
*
1-13% faster apply_filter, 1-3% faster ape decoding on core2
Loren Merritt
2009-12-04
1
-8
/
+3
*
100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder
Kostya Shishkov
2009-12-04
1
-0
/
+1
*
Make sure ff_init_qscale_tab() is called one way or another when
Michael Niedermayer
2009-12-03
1
-0
/
+2
*
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...
Michael Niedermayer
2009-12-03
3
-14
/
+15
*
lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
Baptiste Coudurier
2009-12-03
2
-3
/
+1
*
use lzw compression in gif encoder
Baptiste Coudurier
2009-12-03
4
-49
/
+65
*
port ape dsp functions from sse2 to mmx
Loren Merritt
2009-12-03
2
-75
/
+93
*
avoid an unpredictable branch
Loren Merritt
2009-12-03
1
-38
/
+17
*
inline to allow constant propagation
Loren Merritt
2009-12-03
1
-6
/
+5
*
Revert r20095: Allow compiling to vorbis again.
Philipp Matthias Hahn
2009-12-02
1
-3
/
+6
*
pass avctx as argument instead of width and height
Baptiste Coudurier
2009-12-02
1
-14
/
+12
*
remove useless params
Baptiste Coudurier
2009-12-02
1
-2
/
+2
[next]