|
|
|
@0afcf97e
|
12 years |
anton |
vmdav: convert to bytestream2
Signed-off-by: Anton Khirnov …
|
|
|
@8a2f5f0c
|
12 years |
anton |
FATE: add a test for the join filter
|
|
|
@9e9cd98a
|
12 years |
anton |
FATE: add a test for the volume filter
|
|
|
@43a8333a
|
12 years |
anton |
FATE: add a test for the channelsplit filter
|
|
|
@33942b7b
|
12 years |
anton |
FATE: add a test for the channelmap filter
|
|
|
@f9174203
|
12 years |
anton |
FATE: add a test for the negate filter
|
|
|
@3d8c80b6
|
12 years |
anton |
FATE: add a test for the overlay filter
|
|
|
@ea290d91
|
12 years |
anton |
FATE: add a test for the setpts filter
|
|
|
@71f3ede2
|
12 years |
anton |
FATE: add a test for the hqdn3d filter
|
|
|
@0bdbd85e
|
12 years |
anton |
FATE: add a test for the transpose filter
|
|
|
@ad85e8d9
|
12 years |
anton |
FATE: add a test for the unsharp filter
|
|
|
@1a6d4bd
|
12 years |
anton |
FATE: add a test for the fade filter
|
|
|
@feb4922
|
12 years |
anton |
FATE: add a test for the drawbox filter
|
|
|
@a2229976
|
12 years |
anton |
FATE: add a test for the boxblur filter
|
|
|
@7cec1274
|
12 years |
anton |
FATE: add a test for the gradfun filter
|
|
|
@1ae44c87
|
12 years |
anton |
lavfi/gradfun: remove rounding to match C and SSE code.
There is no …
|
|
|
@38a2f88d
|
12 years |
anton |
lavfi/gradfun: fix dithering in MMX code.
Current dithering only uses …
|
|
|
@2d66fc54
|
12 years |
anton |
lavfi/gradfun: fix rounding in MMX code.
Current code divides before …
|
|
|
@8b9a153e
|
12 years |
anton |
lavfi/gradfun: do not increment DC pointer for odd values.
First DC …
|
|
|
@f2a59722
|
12 years |
anton |
fate: filter: Add dependencies
Signed-off-by: Anton Khirnov …
|
|
|
@a4208b9b
|
12 years |
anton |
avconv: add options for reading filtergraphs from a file.
|
|
|
@cf53704c
|
12 years |
anton |
AVOptions: make av_set_options_string() forward options to child objects
|
|
|
@85a46ad6
|
12 years |
martin |
win32: Use 64-bit fstat/lseek variants for MSVC as well
…
|
|
|
@ad040259
|
12 years |
martin |
win32: Make ff_win32_open more robust
- Make MultiByteToWideChar fail …
|
|
|
@e9cc9883
|
12 years |
martin |
win32: Allow other programs to open the same files
In order to match …
|
|
|
@cfe5908
|
12 years |
martin |
configure: Add error_resilience as dependency to the eatqi decoder
…
|
|
|
@472391b9
|
12 years |
kostya.shishkov |
ape: use correct context for the bit table printed in debug
|
|
|
@7c22d04
|
12 years |
diego |
build: Move setting of SRC_DIR to the only place it is used
|
|
|
@b4d24b47
|
12 years |
diego |
build: Remove configure-generated .config file on distclean
|
|
|
@3891a270
|
12 years |
martin |
msmpeg4: Split decoding related functions to a separate file
This …
|
|
|
@e557584a
|
12 years |
diego |
mpeg12: Move Mpeg1Context declaration to the only place it is used
|
|
|
@1b6d6674
|
12 years |
diego |
Split MPEG-1/2 decoder code off from MPEG-1/2 common code
|
|
|
@eee2000b
|
12 years |
diego |
mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place
|
|
|
@b6649ab5
|
12 years |
diego |
cosmetics: Remove unnecessary extern keywords from function declarations
|
|
|
@1db6a080
|
12 years |
diego |
dca: Move ff_dca_convert_bitstream() to the DCA common code
This …
|
|
|
@b2472539
|
12 years |
janne-libav |
vdpau: wrap codec specific functions in appropiate #ifs
Fixes linking …
|
|
|
@757d8586
|
12 years |
janne-libav |
vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabled
|
|
|
@d767e2f9
|
12 years |
janne-libav |
configure: fix dependencies of XvMC and old vdpau mpeg2 decoders
|
|
|
@05fa79b8
|
12 years |
janne-libav |
hwaccel: fix use with frame based multithreading
Allows use of …
|
|
|
@c24469e8
|
12 years |
janne-libav |
utils: add workaround for AVHWAccel in ff_get_buffer compat code
…
|
|
|
@2ece5bf3
|
12 years |
martin |
configure: Remove a stray msmpeg4v1 encoder declaration
No such …
|
|
|
@3b2d0ec4
|
12 years |
martin |
configure: Remove the mpegvideo dependency from svq1
The svq1 decoder …
|
|
|
@a2acadd
|
12 years |
martin |
x86: vc1dsp: Fix indentation
Signed-off-by: Martin Storsjö …
|
|
|
@0b499c9b
|
12 years |
martin |
h264: Make it possible to compile without error_resilience
Error …
|
|
|
@f1e93986
|
12 years |
martin |
lavc: Rename avpriv_mpv_find_start_code after moving out from …
|
|
|
@75644335
|
12 years |
martin |
lavc: Move start code finding to utils.c
This allows dropping the …
|
|
|
@613a37ec
|
12 years |
kostya.shishkov |
ape: 3.80-3.92 decoding support
|
|
|
@ccd349e5
|
12 years |
martin |
h264: Remove an unused variable
Signed-off-by: Martin Storsjö …
|
|
|
@e5c2794a
|
12 years |
janne-libav |
x86: consistently use unaligned movs in the unaligned bswap
Fixes …
|
|
|
@fdaacc59
|
12 years |
martin |
sndio_dec: Add missing includes for av_gettime()
This is necessary …
|
|
|
@285ff144
|
12 years |
martin |
x86: Change a missed occurrance of int to ptrdiff_t for strides
…
|
|
|
@352dbdb9
|
12 years |
martin |
x86: Remove win64 xmm clobbering wrappers for the now removed …
|
|
|
@fe26611
|
12 years |
martin |
bktr: Add missing includes for av_gettime()
This is necessary after …
|
|
|
@535c247b
|
12 years |
janne-libav |
fate: use little endian yuv444p10 in h264-reinit tests
Fixes fate big …
|
|
|
@3f15b301
|
12 years |
janne-libav |
fate: add test for cropping h264 to container dimensions
Tests the …
|
|
|
@93eaeb02
|
12 years |
anton |
FATE: add a tscc2 test.
|
|
|
@4e33582a
|
12 years |
anton |
tscc2: allocate AVFrame properly.
|
|
|
@20a8ee30
|
12 years |
anton |
af_asyncts: fix compensation and PTS monotonicity
This patch improves …
|
|
|
@1e8b9738
|
12 years |
anton |
avutil/frame: add all remaining frame properties to …
|
|
|
@2e2ec667
|
12 years |
diego |
configure: Enable hwaccels without external dependencies by default.
|
|
|
@72ad96c8
|
12 years |
diego |
doc/developer: Clarify symbol naming prefixes section.
|
|
|
@fcf75022
|
12 years |
anton |
h264: remove redundant freeing of DPB in h264_decode_end
…
|
|
|
@23e85be5
|
12 years |
anton |
h264: add a parameter to the CHROMA444 macro.
This way it does not …
|
|
|
@e962bd08
|
12 years |
anton |
h264: add a parameter to the CHROMA422 macro.
This way it does not …
|
|
|
@6d2b6f21
|
12 years |
anton |
h264: add a parameter to the CABAC macro.
This way it does not look …
|
|
|
@a6931d8
|
12 years |
anton |
h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.
This way …
|
|
|
@7fa00653
|
12 years |
anton |
h264: add a parameter to the FIELD_PICTURE macro.
This way it does …
|
|
|
@7bece9b2
|
12 years |
anton |
h264: add a parameter to the FRAME_MBAFF macro.
This way it does not …
|
|
|
@da6be8f
|
12 years |
anton |
h264: add a parameter to the MB_FIELD macro.
This way it does not …
|
|
|
@82313eaa
|
12 years |
anton |
h264: add a parameter to the MB_MBAFF macro.
This way it does not …
|
|
|
@48d0fd2d
|
12 years |
anton |
h264: merge common_init() into ff_h264_decode_init.
There is no point …
|
|
|
@25408b2a
|
12 years |
anton |
h264: make ff_h264_frame_start static.
It is not called from outside …
|
|
|
@1c4073ef
|
12 years |
janne-libav |
fate: add tests for h264 decoder reinit
|
|
|
@a157c7f
|
12 years |
janne-libav |
h264: fix bit depth changes with frame threading
…
|
|
|
@a5e6080a
|
12 years |
martin |
rtmp: Pass the parameters to do_adobe_auth in the right order
…
|
|
|
@c3ebfcd6
|
12 years |
anton |
mpegvideo: allocate hwaccel privdata after the frame buffer
This …
|
|
|
@9c9ede44
|
12 years |
anton |
h264: allocate hwaccel privdata after the frame buffer
This ensures …
|
|
|
@c71c80f5
|
12 years |
anton |
pthread: unref already decoded frames when flushing the decoder
…
|
|
|
@4e70d66d
|
12 years |
anton |
mpegvideo: fix allocation of the hwaccel_picture_private data
…
|
|
|
@1516bf7
|
12 years |
anton |
lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.
|
|
|
@6599b087
|
12 years |
anton |
buffersrc: fix a typo.
Vertical shift is log2_chroma_h, not log2_chroma_w.
|
|
|
@c977039
|
12 years |
anton |
lavc, lavfi: fix counting number of planes in AVBufferRef wrappers
…
|
|
|
@2c328a90
|
12 years |
anton |
pixdesc: add a function for counting planes in a pixel format.
|
|
|
@e5c32d6d
|
12 years |
anton |
avplay: remove the -debug option.
It just shadows the corresponding …
|
|
|
@3cd93cc7
|
12 years |
anton |
Revert "asfenc: return error on negative timestamp"
This reverts …
|
|
|
@35862807
|
12 years |
anton |
print_options: do not generate docs for options without enc or dec …
|
|
|
@ce0124ac
|
12 years |
anton |
mpeg12: do not fail on zero dimensions in the sequence header.
The …
|
|
|
@50c449ac
|
12 years |
lu_zero |
iff: validate CMAP palette size
Fixes CVE-2013-2495
Found-by: …
|
|
|
@d1bec33b
|
12 years |
lu_zero |
asfenc: return error on negative timestamp
According to the …
|
|
|
@65528080
|
12 years |
anton |
lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers …
|
|
|
@23f4c5ac
|
12 years |
siretart |
document the release process
|
|
|
@4750b05
|
12 years |
anton |
af_join: do not leak input frames.
|
|
|
@c2b9bd97
|
12 years |
anton |
asrc_anullsrc: return EOF, not -1
|
|
|
@f4281f45
|
12 years |
anton |
asrc_anullsrc: do not set samplerate and channel layout explicitly
…
|
|
|
@e4a7b217
|
12 years |
anton |
vf_showinfo: remove its useless init function
Filter private data is …
|
|
|
@4d67ff8e
|
12 years |
anton |
AVOptions: fix using named constants with child contexts.
The named …
|
|
|
@9676b9a2
|
12 years |
anton |
AVOption: remove an unused function parameter.
|
|
|
@ef4d34aa
|
12 years |
anton |
filters.texi: restore mistakenly removed section name for noformat
|
|
|
@dd74e3ef
|
12 years |
anton |
avfiltergraph: use sizeof(var) instead of sizeof(type)
|
|
|
@42c7c61a
|
12 years |
anton |
avfiltergraph: replace AVFilterGraph.filter_count with nb_filters
…
|
|
|