|
|
|
@ac1a1fd7
|
12 years |
michaelni |
Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'
* commit …
|
|
|
@705b607d
|
12 years |
onemda |
lavfi/biquads: fix min allowed option value
Signed-off-by: Paul B …
|
|
|
@fd37a7dc
|
12 years |
michaelni |
Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'
* commit …
|
|
|
@e63ebaca
|
12 years |
michaelni |
Merge commit 'e9cc98839574c7e8d546e890ebbf57d1766e5d8a'
* commit …
|
|
|
@dac1d92c
|
12 years |
michaelni |
Merge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975'
* commit …
|
|
|
@2b6185ca
|
12 years |
michaelni |
Merge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3'
* commit …
|
|
|
@2bfcd74a
|
12 years |
michaelni |
Merge commit 'e557584aa7df6ac9f52af7ee7e5c963437da2e2f'
* commit …
|
|
|
@016c00cf
|
12 years |
michaelni |
Merge commit '1b6d66745ac1768adb387c2227cdcf4452271149'
* commit …
|
|
|
@385ffc76
|
12 years |
michaelni |
Merge commit 'eee2000b41234ae9465c314e18bfec1700181f32'
* commit …
|
|
|
@63a97d56
|
12 years |
michaelni |
Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'
* commit …
|
|
|
@b1064dd7
|
12 years |
michaelni |
Merge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022'
* commit …
|
|
|
@7609d42d
|
12 years |
michaelni |
Merge commit '757d85868b77c4fdec7b77a3b7de1faf16c031e8'
* commit …
|
|
|
@021547bf
|
12 years |
michaelni |
Merge commit 'd767e2f969933b4e450ed4e69ea2bf8ca864838c'
* commit …
|
|
|
@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
|
|
|
@e234daa5
|
12 years |
michaelni |
mlpdec: Fix reading state with 0 bit elements.
This fixes an …
|
|
|
@10ece44d
|
12 years |
michaelni |
h264_cavlc: fix assertion failure due to reading too long vlc
…
|
|
|
@ea9a670
|
12 years |
michaelni |
estimate_timings_from_bit_rate: Check timebase and bitrate
Fixes …
|
|
|
@1831274f
|
12 years |
michaelni |
electronicarts: check timebase, fix assertion failure
Found-by: …
|
|
|
@a56d963f
|
12 years |
michaelni |
vp3: Check fps validity more completely
Fix assertion failure
…
|
|
|
@c6831e2a
|
12 years |
michaelni |
wavpack: check K, fix assertion failure
Instead of this it would be …
|
|
|
@81e85bc
|
12 years |
michaelni |
Fix heap-buffer-overflow in matroska_parse_block
Signed-off-by: …
|
|
|
@e9d3b400
|
12 years |
michaelni |
snow: drop commented out asserts
Signed-off-by: Michael Niedermayer …
|
|
|
@460d3040
|
12 years |
michaelni |
avformat: change some seeking related assert to av_asserts
…
|
|
|
@0d6e5a17
|
12 years |
michaelni |
vsrc_mandelbrot: Mandel morphing support
Example: ffplay -f lavfi …
|
|
|
@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
…
|
|
|
@79938a4e
|
12 years |
michaelni |
mandelbrot: add outer coloring method showing bailouted z
…
|
|
|
@472391b9
|
12 years |
kostya.shishkov |
ape: use correct context for the bit table printed in debug
|
|
|
@a2b58256
|
12 years |
michaelni |
vsrc_mandelbrot: support coloring the outside white
Signed-off-by: …
|
|
|
@b4d24b47
|
12 years |
diego |
build: Remove configure-generated .config file on distclean
|
|
|
@7c22d04
|
12 years |
diego |
build: Move setting of SRC_DIR to the only place it is used
|
|
|
@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 …
|
|
|
@ace0cfea
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@12f203a0
|
12 years |
michaelni |
Merge commit 'c24469e812501903a46a06eff9722a82e136e841'
* commit …
|
|
|
@ef8ab2f9
|
12 years |
michaelni |
Merge commit '3b2d0ec473b036bdd0a5bc0d896fd5292915f44d'
* commit …
|
|
|
@914f48dd
|
12 years |
michaelni |
Update MAINTAINERS with information about avisynth demuxer.
…
|
|
|
@444001bd
|
12 years |
michaelni |
Fix avisynth_context_create constructor error handling.
…
|
|
|
@92a9a302
|
12 years |
michaelni |
Support pcm_mulaw in Hikvision CCTV mpeg program streams.
Fixes …
|
|
|
@7857ddce
|
12 years |
Carl Eugen Hoyos |
Fix a typo in the Monkey's Audio demuxer.
|
|
|
@1a3f7ded
|
12 years |
Clément Bœsch |
doc: "av* tools" -> "ff* tools".
Spotted-by: Timothy Gu …
|
|
|
@e370b658
|
12 years |
michaelni |
tests/tiny_ssim: include the 2 macros instead of a header
Should fix …
|
|
|
@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
|
|
|
@46c48d54
|
12 years |
michaelni |
mpegvideo: fix null pointer dereference on switching streams
…
|
|
|
@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
…
|
|
|
@7b3ca7ae
|
12 years |
michaelni |
mpegvideo/h264: drop period_since_free
This should not be needed …
|
|
|
@4c587b4f
|
12 years |
michaelni |
tiny_ssim: Avoid "for(int ..."
This should avoid issues with old …
|
|
|
@0641464
|
12 years |
michaelni |
tools: add tiny_ssim
Taken from: …
|
|
|
@2ece5bf3
|
12 years |
martin |
configure: Remove a stray msmpeg4v1 encoder declaration
No such …
|
|
|
@1741fece
|
12 years |
Carl Eugen Hoyos |
Only test the first frame for missing aac_adtstoasc bistream filter.
…
|
|
|
@8af593d
|
12 years |
Carl Eugen Hoyos |
mpegtsenc: Only test the first frame for missing h264_mp4toannexb …
|
|
|
@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ö …
|
|
|
@07d405cc
|
12 years |
michaelni |
configure: mpegvideo should not depend on error resilience
…
|
|
|
@79c84565
|
12 years |
michaelni |
configure: the snow encoder is not supposed to depend on error …
|
|
|
@365ad004
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@62d36abe
|
12 years |
onemda |
lavfi/mptestsrc: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: …
|
|
|
@401f9c95
|
12 years |
onemda |
lavfi/cellauto: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: …
|
|
|
@8c5b37b4
|
12 years |
onemda |
lavfi/life: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: Paul B …
|
|
|
@975efc8
|
12 years |
onemda |
lavfi/mandelbrot: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: …
|
|
|
@54056c66
|
12 years |
onemda |
lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: Paul …
|
|
|
@7606f4a1
|
12 years |
onemda |
lavfi/fps: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: Paul B …
|
|
|
@b19604c
|
12 years |
michaelni |
Merge commit 'f1e9398621af0bc9d166014e4ce6996bb4f141d0'
* commit …
|
|
|
@7834bb09
|
12 years |
michaelni |
Revert "Fix compilation with --disable-everything …
|
|
|
@2cdedcbc
|
12 years |
michaelni |
Merge commit '75644335b907919057960716508477239c26fed4'
* commit …
|
|
|
@795b911b
|
12 years |
michaelni |
Merge commit '613a37eca4c7b8eefceaa3e0231c23ad090ca94f'
* commit …
|
|
|
@9b9205e7
|
12 years |
michaelni |
x86/dsputil.asm: make unaligned bswap actually work
Signed-off-by: …
|
|
|
@cb69a9db
|
12 years |
michaelni |
Merge commit 'e5c2794a7162e485eefd3133af5b98fd31386aeb'
* commit …
|
|
|
@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 …
|
|
|
@ea7b96af
|
12 years |
michaelni |
avcodec/x86/dsputil_qns_template: use av_assert
Signed-off-by: …
|
|
|
@e32cbd0
|
12 years |
Clément Bœsch |
lavfi/perms: add myself to the copyright header.
|
|
|
@9371467d
|
12 years |
Clément Bœsch |
lavfi/perms: add seed option.
|
|
|
@e600d062
|
12 years |
Clément Bœsch |
lavfi/perms: remove unecessary indirection after f7324c06.
|
|
|
@bd03afb5
|
12 years |
michaelni |
ffmpeg_opt: avoid strcpy()
This fixes a warning on openbsd and is …
|
|
|
@ec1ef083
|
12 years |
Clément Bœsch |
tools: add audio normalize script example.
|
|
|
@133035c4
|
12 years |
Clément Bœsch |
lavfi/curves: add forgotten strong_contrast preset.
|
|
|
@183f3450
|
12 years |
Clément Bœsch |
lavfi/curves: support preset shorthand.
|
|
|
@dc65d784
|
12 years |
Clément Bœsch |
lavfi/curves: add presets support.
Except for the vintage preset, the …
|
|
|
@4a595cff
|
12 years |
michaelni |
ffserver/ctime1: avoid using strcpy()
Signed-off-by: Michael …
|
|
|
@ea4c99de
|
12 years |
michaelni |
dshow_pin: dont return a value from a void function
Signed-off-by: …
|
|
|
@a2f7314b
|
12 years |
michaelni |
libpostproc: silence valgrind/fate warning about using uninitialized …
|
|
|
@613a37ec
|
12 years |
kostya.shishkov |
ape: 3.80-3.92 decoding support
|
|
|
@67607e20
|
12 years |
michaelni |
xxan: make code independent of sizeof(AVFrame)
Signed-off-by: Michael …
|
|
|