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
Commit message (
Expand
)
Author
Age
Files
Lines
*
xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.
Ronald S. Bultje
2012-03-14
1
-5
/
+20
*
snow: check reference frame indices.
Michael Niedermayer
2012-03-14
1
-9
/
+21
*
snow: reject unsupported chroma shifts.
Michael Niedermayer
2012-03-14
1
-0
/
+5
*
Add ffvhuff encoding and decoding regression test
Paul B Mahol
2012-03-14
3
-0
/
+13
*
anm: convert to bytestream2 API
Paul B Mahol
2012-03-14
1
-31
/
+29
*
bytestream: add more unchecked variants for bytestream2 API
Paul B Mahol
2012-03-14
1
-0
/
+32
*
jvdec: unbreak video decoding
Paul B Mahol
2012-03-14
1
-1
/
+1
*
jv demux: set video stream duration
Paul B Mahol
2012-03-14
1
-0
/
+1
*
fate: add pam image regression test
Paul B Mahol
2012-03-14
2
-0
/
+7
*
doc/general: update supported devices table.
Anton Khirnov
2012-03-13
1
-1
/
+2
*
doc/general: add missing @tab to codecs table.
Anton Khirnov
2012-03-13
1
-1
/
+1
*
h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...
Michael Niedermayer
2012-03-13
1
-0
/
+8
*
avconv: reindent
Anton Khirnov
2012-03-13
1
-17
/
+17
*
avconv: link '-passlogfile' option to libx264 'stats' AVOption.
Anton Khirnov
2012-03-13
1
-0
/
+4
*
libx264: add 'stats' private option for setting 2pass stats filename.
Anton Khirnov
2012-03-13
1
-0
/
+3
*
libx264: fix help text for slice-max-size option.
Anton Khirnov
2012-03-13
1
-1
/
+1
*
http: Clear the auth state on redirects
Martin Storsjö
2012-03-13
1
-0
/
+3
*
http: Retry auth if it failed due to being stale
Martin Storsjö
2012-03-13
1
-7
/
+12
*
rtsp: Resend new keepalive commands if they used stale auth
Martin Storsjö
2012-03-13
1
-1
/
+6
*
rtsp: Retry authentication if failed due to being stale
Martin Storsjö
2012-03-13
1
-3
/
+5
*
httpauth: Parse the stale field in digest auth
Martin Storsjö
2012-03-13
2
-0
/
+17
*
dxva2_vc1: pass the overlap flag to the decoder
Hendrik Leppkes
2012-03-13
1
-1
/
+2
*
dxva2_vc1: fix decoding of BI frames
Hendrik Leppkes
2012-03-13
1
-4
/
+4
*
FATE: add shorthand to wavpack test
Paul B Mahol
2012-03-12
1
-26
/
+29
*
dfa: convert to bytestream2 API
Paul B Mahol
2012-03-12
1
-89
/
+74
*
anm decoder: move buffer allocation from decode_init() to decode_frame()
Peter Ross
2012-03-12
1
-5
/
+4
*
h264: improve parsing of broken AVC SPS
Michael Niedermayer
2012-03-13
2
-2
/
+12
*
pcm-mpeg: convert to bytestream2 API
Paul B Mahol
2012-03-12
1
-54
/
+56
*
Revert "h264: clear trailing bits in partially parsed NAL units"
Janne Grunau
2012-03-12
1
-4
/
+1
*
remove iwmmxt optimizations
Janne Grunau
2012-03-12
13
-1475
/
+1
*
mimic: do not continue if swap_buf_size is 0
Paul B Mahol
2012-03-12
1
-1
/
+1
*
mimic: convert to bytestream2 API
Paul B Mahol
2012-03-12
1
-9
/
+11
*
frwu: use MKTAG to check marker instead of AV_RL32
Paul B Mahol
2012-03-12
1
-2
/
+1
*
txd: port to bytestream2 API
Paul B Mahol
2012-03-12
3
-42
/
+39
*
c93: convert to bytestream2 API
Paul B Mahol
2012-03-12
1
-25
/
+27
*
iff: make .long_name more descriptive
Paul B Mahol
2012-03-12
1
-1
/
+1
*
FATE: add test for cdxl demuxer
Paul B Mahol
2012-03-12
2
-0
/
+24
*
rtsp: Fix a typo
Martin Storsjö
2012-03-12
1
-1
/
+1
*
dsicinvideo: validate buffer offset before copying pixels.
Ronald S. Bultje
2012-03-11
1
-15
/
+25
*
cook: error out on quant_index values outside [-63, 63] range.
Ronald S. Bultje
2012-03-10
1
-14
/
+36
*
mpc: pad mpc_CC/SCF[] tables to allow for negative indices.
Ronald S. Bultje
2012-03-10
3
-8
/
+12
*
cook: expand dither_tab[], and make sure indexes into it don't overflow.
Ronald S. Bultje
2012-03-10
2
-3
/
+7
*
xxan: reindent xan_unpack_luma().
Ronald S. Bultje
2012-03-10
1
-36
/
+36
*
xxan: protect against chroma LUT overreads.
Ronald S. Bultje
2012-03-10
1
-6
/
+8
*
xxan: convert to bytestream2 API.
Ronald S. Bultje
2012-03-10
1
-61
/
+56
*
xxan: don't read before start of buffer in av_memcpy_backptr().
Ronald S. Bultje
2012-03-10
1
-1
/
+2
*
vp8: convert mbedge loopfilter x86 assembly to use named arguments.
Ronald S. Bultje
2012-03-10
1
-235
/
+212
*
vp8: convert inner loopfilter x86 assembly to use named arguments.
Ronald S. Bultje
2012-03-10
1
-187
/
+164
*
Fix a bunch of common typos.
Diego Biurrun
2012-03-09
5
-37
/
+37
*
build: Skip compiling xvmc.h under the correct condition.
Diego Biurrun
2012-03-09
1
-1
/
+1
[next]