index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce max lowres from 5 to 3 in sp5x decoder
ami_stuff
2011-04-29
1
-1
/
+1
*
Remove lowres support from pnm decoder
ami_stuff
2011-04-29
1
-5
/
+0
*
Remove lowres support from png decoder
ami_stuff
2011-04-29
1
-1
/
+0
*
MJPEG encoder to write aspect ratio information
Niobos
2011-04-28
1
-1
/
+1
*
Fix buffering in qpeg in a way that allows direct rendering.
Michael Niedermayer
2011-04-28
1
-12
/
+17
*
Revert "qpeg: use reget_buffer() in decode_frame()"
Michael Niedermayer
2011-04-28
1
-3
/
+6
*
Change silly variable name "class" to "partition_class".
Carl Eugen Hoyos
2011-04-28
1
-7
/
+7
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-28
12
-78
/
+96
|
\
|
*
vorbisdec: Rename silly "class_" variable to plain "class".
Diego Biurrun
2011-04-27
1
-7
/
+7
|
*
simple_idct_alpha: Drop some useless casts.
Diego Biurrun
2011-04-27
1
-7
/
+7
|
*
Simplify av_log_missing_feature().
Diego Biurrun
2011-04-27
1
-3
/
+1
|
*
ac3enc: remove check for mismatching channels and channel_layout
Justin Ruggles
2011-04-27
1
-2
/
+0
|
*
If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is
Justin Ruggles
2011-04-27
1
-0
/
+2
|
*
If AVCodecContext.channel_layout and AVCodecContext.channels are both
Justin Ruggles
2011-04-27
1
-0
/
+7
|
*
cosmetics: indentation
Justin Ruggles
2011-04-27
1
-8
/
+8
|
*
Check AVCodec.supported_samplerates and AVCodec.channel_layouts in
Justin Ruggles
2011-04-27
1
-1
/
+27
|
*
aacdec: remove sf_scale and sf_offset.
Alex Converse
2011-04-27
2
-20
/
+8
|
*
aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient
Justin Ruggles
2011-04-27
2
-4
/
+4
|
*
Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead
Alex Converse
2011-04-27
4
-8
/
+10
|
*
Large intensity stereo and PNS indices are legal. Clip them instead of
Alex Converse
2011-04-27
1
-11
/
+16
|
*
qpeg: use reget_buffer() in decode_frame()
Stefano Sabatini
2011-04-27
1
-6
/
+3
|
*
ultimotion: use reget_buffer() in ulti_decode_frame()
Stefano Sabatini
2011-04-27
1
-5
/
+2
|
*
smacker: remove unnecessary call to avctx->release_buffer in decode_frame()
Stefano Sabatini
2011-04-27
1
-2
/
+0
|
*
avparser: don't av_malloc(0).
Ronald S. Bultje
2011-04-26
1
-4
/
+6
*
|
mpeg12: terminate mpeg2_video_profiles arrays
Stefano Sabatini
2011-04-28
1
-0
/
+1
*
|
Return if memory allocation fails.
Carl Eugen Hoyos
2011-04-28
1
-0
/
+2
*
|
100l, change #ifdef to #if
Baptiste Coudurier
2011-04-27
1
-1
/
+1
*
|
In png decoder, only call png_init_mmx if HAVE_MMX is defined.
Baptiste Coudurier
2011-04-27
1
-0
/
+2
*
|
Set alpha of palettes to 0xff.
Baptiste Coudurier
2011-04-27
3
-5
/
+6
*
|
Rename y400a to gray8a.
Baptiste Coudurier
2011-04-27
2
-2
/
+2
*
|
Fix add_paeth_prediction_mmx for rgb48
Michael Niedermayer
2011-04-27
1
-2
/
+5
*
|
merge read and and in add_paeth_prediction
Michael Niedermayer
2011-04-27
1
-2
/
+1
*
|
Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.
Baptiste Coudurier
2011-04-27
7
-164
/
+218
*
|
Fix decoding of DXSA subtitles.
Alexandre Colucci
2011-04-27
1
-2
/
+3
*
|
WMADEC: fix ticket125
Michael Niedermayer
2011-04-27
1
-1
/
+1
*
|
indeo2: remove unnecessary release_buffer() call
Stefano Sabatini
2011-04-27
1
-3
/
+0
*
|
4xm: use reget_buffer() in decode_frame()
Stefano Sabatini
2011-04-27
1
-5
/
+2
*
|
avparser: don't av_malloc(0).
Ronald S. Bultje
2011-04-27
1
-4
/
+6
*
|
Revert "Eliminate pointless '#if 1' statements without matching '#else'."
Michael Niedermayer
2011-04-27
2
-5
/
+14
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-27
48
-393
/
+735
|
\
|
|
*
ac3enc: correct the flipped sign in the ac3_fixed encoder
Justin Ruggles
2011-04-26
1
-1
/
+1
|
*
Eliminate pointless '#if 1' statements without matching '#else'.
Diego Biurrun
2011-04-26
8
-30
/
+9
|
*
Add AVX FFT implementation.
Vitor Sessak
2011-04-26
22
-206
/
+449
|
*
Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.
Vitor Sessak
2011-04-26
1
-1
/
+248
|
*
mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
Michael Niedermayer
2011-04-26
1
-0
/
+4
|
*
lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums
Stefano Sabatini
2011-04-26
3
-20
/
+22
|
*
aac: add headers needed for log2f()
Michael Niedermayer
2011-04-26
2
-0
/
+2
|
*
lavc: remove FF_API_MB_Q cruft
Anton Khirnov
2011-04-26
3
-23
/
+0
|
*
lavc: remove FF_API_RATE_EMU cruft
Anton Khirnov
2011-04-26
3
-16
/
+0
|
*
lavc: remove FF_API_HURRY_UP cruft
Anton Khirnov
2011-04-26
14
-96
/
+2
[next]