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
*
aacdec: initialize sbr context only in new channel elements
Janne Grunau
2011-10-25
1
-3
/
+5
*
resample: reject unhandled conversions
Janne Grunau
2011-10-25
1
-3
/
+4
*
resample: remove unused #define
Janne Grunau
2011-10-25
1
-1
/
+0
*
adpcm: use sign_extend()
Mans Rullgard
2011-10-24
1
-15
/
+15
*
mpeg12: fix mpeg_decode_slice context parameter type
Janne Grunau
2011-10-24
1
-4
/
+3
*
Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"
Janne Grunau
2011-10-24
5
-15
/
+12
*
g722: split decoder and encoder into separate files
Justin Ruggles
2011-10-23
5
-421
/
+542
*
cosmetics: remove extra spaces before end-of-statement semi-colons
Justin Ruggles
2011-10-23
1
-6
/
+6
*
vorbisdec: check output buffer size before writing output
Justin Ruggles
2011-10-23
1
-3
/
+9
*
wavpack: calculate bpp using av_get_bytes_per_sample()
Justin Ruggles
2011-10-23
1
-3
/
+1
*
ac3enc: Set max value for mode options correctly
John Stebbins
2011-10-23
1
-3
/
+3
*
lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
Anton Khirnov
2011-10-23
2
-42
/
+40
*
mpeg12: move closed_gop from MpegEncContext to Mpeg1Context
Anton Khirnov
2011-10-23
4
-5
/
+5
*
mpeg12: move full_pel from MpegEncContext to Mpeg1Context
Anton Khirnov
2011-10-23
5
-12
/
+15
*
mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h
Anton Khirnov
2011-10-23
2
-13
/
+13
*
mpegvideo: remove some unused variables from MpegEncContext.
Anton Khirnov
2011-10-23
4
-13
/
+6
*
VC1: restore mistakenly removed code
Mashiat Sarker Shakkhar
2011-10-22
1
-0
/
+4
*
twinvq: check output buffer size before decoding
Justin Ruggles
2011-10-22
1
-2
/
+9
*
twinvq: return an error when the packet size is too small
Justin Ruggles
2011-10-22
1
-2
/
+1
*
lavc: replace references to deprecated AVCodecContext.error_recognition to us...
Dustin Brody
2011-10-22
12
-33
/
+33
*
lavc: translate non-flag-based er options into flag-based ef options at codec...
Dustin Brody
2011-10-22
1
-0
/
+10
*
add -err_filter AVOptions to access flag-based error recognition
Dustin Brody
2011-10-22
1
-2
/
+7
*
h264_weight: initialize "height" function argument properly.
Ronald S. Bultje
2011-10-22
1
-0
/
+1
*
libspeexdec: include system headers before local headers
Justin Ruggles
2011-10-21
1
-1
/
+1
*
libspeexdec: return meaningful error codes
Justin Ruggles
2011-10-21
1
-3
/
+3
*
libspeexdec: cosmetics: reindent
Justin Ruggles
2011-10-21
1
-7
/
+7
*
libspeexdec: decode one frame at a time.
Justin Ruggles
2011-10-21
1
-18
/
+36
*
mp3on4: check for allocation failures in decode_init_mp3on4()
Justin Ruggles
2011-10-21
1
-0
/
+4
*
mp3on4: create a separate flush function for MP3onMP4.
Justin Ruggles
2011-10-21
2
-2
/
+15
*
mp3on4: ensure that the frame channel count does not exceed the codec channel
Justin Ruggles
2011-10-21
1
-3
/
+14
*
mp3on4: set channel layout
Justin Ruggles
2011-10-21
1
-0
/
+12
*
mp3on4: fix the output channel order
Justin Ruggles
2011-10-21
1
-4
/
+4
*
mp3on4: allocate temp buffer with av_malloc() instead of on the stack.
Justin Ruggles
2011-10-21
1
-16
/
+29
*
mp3on4: copy MPADSPContext from first context to all contexts.
Justin Ruggles
2011-10-21
1
-0
/
+1
*
fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Justin Ruggles
2011-10-21
2
-60
/
+61
*
fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm
Justin Ruggles
2011-10-21
3
-60
/
+53
*
fmtconvert: check compile-time x86 instruction set flags
Justin Ruggles
2011-10-21
1
-4
/
+4
*
fmtconvert: port float_to_int16() x86 inline asm to yasm
Justin Ruggles
2011-10-21
2
-76
/
+55
*
fmtconvert: fix and extend documentation for float_interleave()
Justin Ruggles
2011-10-21
1
-1
/
+9
*
h264: fix ppc/altivec build
Mans Rullgard
2011-10-21
1
-2
/
+2
*
Enable multithreding when decoding with libopenjpeg
Jean First
2011-10-21
1
-9
/
+36
*
h264: mark some MC functions with av_always_inline instead of inline.
Ronald S. Bultje
2011-10-21
1
-27
/
+33
*
H264: have hl_motion() and its callees take a chroma_idc argument.
Ronald S. Bultje
2011-10-21
1
-52
/
+98
*
H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
2011-10-21
10
-592
/
+337
*
Support for lossless and inter H264 4:2:2.
Ronald S. Bultje
2011-10-21
4
-17
/
+103
*
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-21
23
-133
/
+672
*
sws/pixfmt/pixdesc: add support for yuv420p9le/be.
Ronald S. Bultje
2011-10-21
1
-0
/
+2
*
vp8: fix up handling of segmentation_maps in reference frames.
Ronald S. Bultje
2011-10-21
2
-14
/
+65
*
lavc: hide private symbols.
Anton Khirnov
2011-10-20
1
-7
/
+6
*
lavc: deprecate img_get_alpha_info().
Anton Khirnov
2011-10-20
3
-0
/
+8
[next]