|
|
|
@f357ef2e
|
11 years |
michaelni |
Merge commit '5db4e88ecd32485341f6150c00f5ee5bfa74f62d'
* commit …
|
|
|
@892562e9
|
11 years |
michaelni |
avformat/ipmovie: Check OPCODE_CREATE_TIMER size
Fixes use of …
|
|
|
@de9ea40a
|
11 years |
stefasab |
doc/bitstream_filters: remove mp3_header_decompress filter
It was …
|
|
|
@96093fe1
|
11 years |
stefasab |
Changelog: correct typo
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
|
|
|
@20bc574b
|
11 years |
michaelni |
build fix: apetag.c depends on img2.c
Signed-off-by: Michael …
|
|
|
@2d50ebc2
|
11 years |
michaelni |
Merge remote-tracking branch 'rbultje/vp9-simd'
* rbultje/vp9-simd:
…
|
|
|
@8d4c616f
|
11 years |
rsbultje |
vp9/x86: idct_add_16x16_ssse3.
Currently only dc-only and full 16x16. …
|
|
|
@2224159c
|
11 years |
michaelni |
avcodec/vc1: fix DIFF2/NORM2 with width<=16
Fixes read of …
|
|
|
@c9f72e4b
|
11 years |
michaelni |
avcodec/vc1dec: fix mby_start for interlaced content
Fixes first …
|
|
|
@017e234
|
11 years |
michaelni |
avcodec/vc1: fix mb_height for field pictures
Fixes ticket2531
…
|
|
|
@5db4e88e
|
11 years |
diego |
configure: Detect Solaris libc in an OpenIndiana/illumos compatible way
|
|
|
@c65fe9e9
|
11 years |
stefasab |
examples/decoding_encoding: check av_samples_get_buffer_size() return …
|
|
|
@b242c156
|
11 years |
stefasab |
examples/resample_audio: check av_samples_get_buffer_size() return …
|
|
|
@66a703ea
|
11 years |
stefasab |
ffprobe: only show tags when explicitly requested
|
|
|
@2cfe70f
|
11 years |
stefasab |
lavf/movenc: return meaningful error code from mov_write_header()
|
|
|
@54c596fe
|
11 years |
stefasab |
lavf/movenc: improve feedback in case of unsupported codec
|
|
|
@688c3d94
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
doxy: …
|
|
|
@f5013913
|
11 years |
michaelni |
Merge commit 'a5a3b398fd9dce38ca50b20f182b17a256d209f2'
* commit …
|
|
|
@7431923d
|
11 years |
michaelni |
Merge commit '7cbe1ea9df83ec66403fbf6400353bcb2242bf06'
* commit …
|
|
|
@acda7c8e
|
11 years |
michaelni |
Merge commit '70a7b24d56a823894440a372c46e89e212b89c35'
* commit …
|
|
|
@2cfccd80
|
11 years |
michaelni |
avcodec/vc1: Factorize imode enum out / remove duplication
…
|
|
|
@ecb21d24
|
11 years |
michaelni |
hevc: rename ptl structs and variables
Signed-off-by: Michael …
|
|
|
@c90cdf4b
|
11 years |
michaelni |
hevc: pack PTL representation using uint8_t
Signed-off-by: Michael …
|
|
|
@8e72e19f
|
11 years |
michaelni |
hevc: remove unused PTL flags
Signed-off-by: Michael Niedermayer …
|
|
|
@dddc9b7
|
11 years |
michaelni |
hevc: don't check for errors in PTL code
The value of …
|
|
|
@c6afd0aa
|
11 years |
michaelni |
hevc: fix PTL parsing
This was broken in commit …
|
|
|
@445c58a8
|
11 years |
michaelni |
swscale/x86/rgb2rgb: Make sure COMPILE_TEMPLATE_AVX is defined
…
|
|
|
@3f4290a2
|
11 years |
michaelni |
swscale/x86/rgb2rgb_template: try to fix build without AVX
Found-by: …
|
|
|
@48016f8f
|
11 years |
michaelni |
avcodec/vc1dec: propagate errors from vc1_parse_sprites()
…
|
|
|
@5f00b333
|
11 years |
michaelni |
avcodec/vc1dec: zero SpriteData struct
Fixes use of uninitialized …
|
|
|
@cf95dee3
|
11 years |
michaelni |
avcodec/vc1dec: dont calculate unused values from uninitialized …
|