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
*
lavc: Deprecate avctx.me_method
Vittorio Giovara
2015-07-27
14
-111
/
+221
*
wmv2enc: Check memory allocation
Vittorio Giovara
2015-07-27
1
-0
/
+3
*
ac3enc_template: Use the correct context field
Vittorio Giovara
2015-07-27
1
-1
/
+1
*
configure: Check for _M_ARMT to detect thumb when using MSVC
Martin Storsjö
2015-07-27
1
-0
/
+1
*
configure: Check MSVC defines for identifying hardfloat
Martin Storsjö
2015-07-27
1
-0
/
+2
*
configure: Default to armasm for --toolchain=msvc when targeting arm
Martin Storsjö
2015-07-27
1
-0
/
+5
*
configure: Simplify, remove an unnecessary intermediate variable
Martin Storsjö
2015-07-27
1
-2
/
+1
*
doc: Remove the now unnecessary remark about PATH and link.exe
Martin Storsjö
2015-07-27
1
-6
/
+0
*
asfdec: interpret the first flag in an asf packet as length flag
Alexandra Hájková
2015-07-27
1
-2
/
+4
*
checkasm: Modify report format
Henrik Gramner
2015-07-27
3
-31
/
+30
*
qsvdec_*: add missing CODEC_CAP_DR1
Anton Khirnov
2015-07-27
2
-3
/
+3
*
configure: Only redirect strtoll to _strtoi64 if necessary
Martin Storsjö
2015-07-26
1
-2
/
+3
*
configure: Only redefine inline to __inline for msvc if necessary
Martin Storsjö
2015-07-26
1
-1
/
+12
*
configure: Only add -FIstdlib.h for msvc/icl if necessary
Martin Storsjö
2015-07-26
1
-2
/
+13
*
force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.h
Steve Lhomme
2015-07-26
2
-1
/
+10
*
checkasm: Use LOCAL_ALIGNED
Michael Niedermayer
2015-07-26
3
-10
/
+13
*
lavc: add Intel libmfx-based HEVC decoder.
Anton Khirnov
2015-07-25
8
-16
/
+95
*
lavc: add Intel libmfx-based MPEG2 decoder.
Anton Khirnov
2015-07-25
4
-0
/
+185
*
lavc: add a HEVC mp4->annex B bitstream filter
Anton Khirnov
2015-07-25
4
-0
/
+189
*
qsvdec: move qsv_process_data() from qsvdec_h264 to the common code
Anton Khirnov
2015-07-25
3
-110
/
+118
*
qsvenc_hevc: fix enum declaration
Anton Khirnov
2015-07-25
1
-2
/
+2
*
qsvdec: fix a memleak of async_fifo
Anton Khirnov
2015-07-25
1
-4
/
+6
*
qsvdec: avoid an infinite loop with no consumed data and no output
Anton Khirnov
2015-07-25
1
-0
/
+7
*
use a wrapper script to call MS link.exe to avoid mixing with /usr/bin/link.exe
Steve Lhomme
2015-07-24
2
-1
/
+10
*
configure: force -nologo- when detecting MSVC
Steve Lhomme
2015-07-23
1
-2
/
+2
*
dds: Write the palette in the native endian form
Martin Storsjö
2015-07-23
1
-5
/
+7
*
hap: Name enums, remove unused struct member
Tom Butterworth
2015-07-23
1
-13
/
+12
*
snappy: Refactor so ff_snappy_uncompress() uses an existing buffer
Tom Butterworth
2015-07-23
3
-13
/
+37
*
asfdec: remove the wrong condition
Alexandra Hájková
2015-07-23
1
-1
/
+1
*
hap: Fix slice size computation
Tom Butterworth
2015-07-23
2
-10
/
+18
*
dds: Fix the slice size computation
Tom Butterworth
2015-07-23
1
-9
/
+17
*
af_channelmap: properly set the supported output channel layouts
Anton Khirnov
2015-07-23
1
-4
/
+4
*
asfdec: increment nb_streams right after the stream allocation
Alexandra Hájková
2015-07-23
1
-1
/
+1
*
asfdec: set nb_streams to 0 in the asf_read_close
Alexandra Hájková
2015-07-23
1
-0
/
+1
*
mpegvideo: Add missing include
Vittorio Giovara
2015-07-22
1
-0
/
+1
*
dds: Add a rgba fate test
Vittorio Giovara
2015-07-22
2
-1
/
+3
*
dds: Fix 32bpp bitmaps decoding
Michael Niedermayer
2015-07-22
1
-5
/
+7
*
dds: Fix palette decoding
Vittorio Giovara
2015-07-22
3
-5
/
+9
*
dds: Fix enum declaration
Vittorio Giovara
2015-07-22
1
-2
/
+2
*
asfdec: avoid crash in the case when chunk_len is 0 or pkt_len is 0
Alexandra Hájková
2015-07-22
1
-0
/
+2
*
asfdec: close the demuxer properly when read_header is failing
Alexandra Hájková
2015-07-22
1
-3
/
+8
*
asfdec: factor out seeking to the Data Object outside while
Alexandra Hájková
2015-07-22
1
-7
/
+10
*
qsvenc_hevc: use the correct HW plugin UID
Anton Khirnov
2015-07-22
1
-1
/
+1
*
checkasm: remove empty array initializer list in h264pred test
Janne Grunau
2015-07-22
1
-2
/
+1
*
checkasm: Always link statically
Luca Barbato
2015-07-21
3
-4
/
+6
*
dds: Decode using optimal slices sizes
Luca Barbato
2015-07-21
1
-9
/
+27
*
hap: Decode using optimal slices sizes
Luca Barbato
2015-07-21
2
-8
/
+27
*
parseutil: Use non ambiguous aliases for uhd
Luca Barbato
2015-07-21
2
-4
/
+4
*
arm: use a local label instead of the function symbol in ff_prefetch_arm
Janne Grunau
2015-07-20
1
-1
/
+2
*
h264: aarch64: intra prediction optimisations
Janne Grunau
2015-07-20
5
-2
/
+465
[next]