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
*
libx264: Allow overriding the sliced threads option
Martin Storsjö
2012-03-06
1
-0
/
+3
*
Replace computations of remaining bits with calls to get_bits_left().
Alex Converse
2012-03-05
10
-19
/
+18
*
amrnb/amrwb: Remove get_bits usage.
Alex Converse
2012-03-05
2
-16
/
+4
*
dca_parser: parse the sample rate and frame durations
Justin Ruggles
2012-03-05
4
-46
/
+120
*
libspeexdec: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-3
/
+0
*
libopencore-amr: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-1
/
+0
*
alsdec: do not set AVCodecContext.frame_size
Justin Ruggles
2012-03-05
1
-1
/
+0
*
avcodec: add av_get_audio_frame_duration() function.
Justin Ruggles
2012-03-05
3
-1
/
+153
*
avcodec: add av_get_exact_bits_per_sample() function
Justin Ruggles
2012-03-05
2
-11
/
+33
*
Fix format string vulnerability detected by -Wformat-security.
Fabian Greffrath
2012-03-05
1
-2
/
+2
*
x86: clean up ff_dsputil_init_mmx()
Mans Rullgard
2012-03-05
1
-417
/
+475
*
lavc: make codec_is_decoder/encoder() public.
Anton Khirnov
2012-03-04
3
-10
/
+20
*
lavc: deprecate AVCodecContext.sub_id.
Anton Khirnov
2012-03-04
9
-32
/
+32
*
proresenc: give user a possibility to alter some encoding parameters
Kostya Shishkov
2012-03-04
1
-56
/
+122
*
vorbisenc: add output buffer overwrite protection
Justin Ruggles
2012-03-04
1
-16
/
+43
*
libopencore-amrnbenc: fix end-of-stream handling
Justin Ruggles
2012-03-04
1
-1
/
+27
*
ra144enc: fix end-of-stream handling
Justin Ruggles
2012-03-04
2
-8
/
+26
*
nellymoserenc: zero any leftover packet bytes
Justin Ruggles
2012-03-04
1
-0
/
+1
*
nellymoserenc: use proper MDCT overlap delay
Justin Ruggles
2012-03-04
1
-27
/
+21
*
qpeg: Use bytestream2 functions to prevent buffer overreads.
Aneesh Dogra
2012-03-03
1
-43
/
+44
*
vp8: convert simple loopfilter x86 assembly to use named arguments.
Ronald S. Bultje
2012-03-03
1
-25
/
+30
*
vp8: convert idct x86 assembly to use named arguments.
Ronald S. Bultje
2012-03-03
1
-97
/
+103
*
vp8: convert mc x86 assembly to use named arguments.
Ronald S. Bultje
2012-03-03
1
-272
/
+272
*
vp8: convert loopfilter x86 assembly to use cpuflags().
Ronald S. Bultje
2012-03-03
1
-201
/
+158
*
vp8: convert idct/mc x86 assembly to use cpuflags().
Ronald S. Bultje
2012-03-03
2
-116
/
+124
*
wmaenc: fix m/s stereo encoding for the first frame
Justin Ruggles
2012-03-03
1
-1
/
+3
*
wmaenc: return s->block_align instead of recalculating it
Justin Ruggles
2012-03-03
1
-1
/
+1
*
wmaenc: check final frame size against output packet size
Justin Ruggles
2012-03-03
1
-4
/
+6
*
wmaenc: require a large enough output buffer to prevent overwrites
Justin Ruggles
2012-03-03
1
-0
/
+5
*
wmaenc: limit allowed sample rate to 48kHz
Justin Ruggles
2012-03-03
1
-0
/
+6
*
wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE
Justin Ruggles
2012-03-03
1
-2
/
+6
*
mpegaudio_parser: do not ignore information from the first parsed frame
Justin Ruggles
2012-03-03
1
-1
/
+1
*
mpegaudio_parser: be less picky about the start position
Michael Niedermayer
2012-03-03
1
-1
/
+2
*
avcodec: add a Vorbis parser to get packet duration
Justin Ruggles
2012-03-03
6
-2
/
+341
*
vorbisdec: read the previous window flag for long windows
Justin Ruggles
2012-03-03
1
-2
/
+4
*
lavc: free the output packet when encoding failed or produced no output.
Anton Khirnov
2012-03-03
2
-0
/
+16
*
lavc: preserve avpkt->destruct in ff_alloc_packet().
Anton Khirnov
2012-03-03
1
-3
/
+2
*
lavc: clarify the meaning of AVCodecContext.frame_number.
Anton Khirnov
2012-03-03
1
-1
/
+11
*
amrwb: remove duplicate arguments from extrapolate_isf().
Ronald S. Bultje
2012-03-02
1
-13
/
+12
*
amrwb: error out early if mode is invalid.
Ronald S. Bultje
2012-03-02
1
-4
/
+8
*
h264: change underread for 10bit QPEL to overread.
Ronald S. Bultje
2012-03-02
1
-1
/
+1
*
vp8: disable mmx functions with sse/sse2 counterparts on x86-64.
Ronald S. Bultje
2012-03-02
2
-4
/
+35
*
vp8: change int stride to ptrdiff_t stride.
Ronald S. Bultje
2012-03-02
5
-148
/
+178
*
wma: fix invalid buffer size assumptions causing random overreads.
Ronald S. Bultje
2012-03-02
2
-4
/
+11
*
Windows Media Audio Lossless decoder
Mashiat Sarker Shakkhar
2012-03-02
4
-1
/
+1251
*
rv10/20: Fix slice overflow with checked bitstream reader.
Alex Converse
2012-03-02
1
-7
/
+21
*
h263dec: Disallow width/height changing with frame threads.
Michael Niedermayer
2012-03-02
1
-2
/
+7
*
rv10/20: Fix a buffer overread caused by losing track of the remaining buffer...
Alex Converse
2012-03-02
1
-1
/
+5
*
g722: Fix the QMF scaling
Martin Storsjö
2012-03-02
2
-4
/
+4
*
wavpack: Fix an integer overflow
Derek Buitenhuis
2012-03-02
1
-1
/
+1
[next]