|
|
|
@e55ecbc9
|
13 years |
nicolas.george |
url: document url_read exact behaviour.
|
|
|
@0ac38ded
|
13 years |
stefasab |
lavfi/allfilters: fix weird vertical align
|
|
|
@3225bc37
|
13 years |
stefasab |
lavfi: add bbox filter
Also add bbox.h and bbox.c files, based on the …
|
|
|
@32a5775a
|
13 years |
michaelni |
pcm: leave sample format conversion to libswresample
Signed-off-by: …
|
|
|
@8a91da95
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@4c1da0d1
|
13 years |
michaelni |
ffmpeg: allow selective and complete disabling of map_metadata.
…
|
|
|
@f8353d5f
|
13 years |
michaelni |
mpegvideo: don't pretend the first frame is always a key frame
…
|
|
|
@e5d40372
|
13 years |
diego |
h264: K&R formatting cosmetics
Also remove some disabled code and fix …
|
|
|
@ad4cec6b
|
13 years |
diego |
s3tc.h: Add missing #include to fix standalone header compilation.
|
|
|
@6f9803e5
|
13 years |
michaelni |
sonic: update to new API
Fixes Ticket1075
Signed-off-by: Michael …
|
|
|
@d9fe6b92
|
13 years |
michaelni |
matroskadec: Fix null pointer exception on corrupted input.
…
|
|
|
@b89f9407
|
13 years |
michaelni |
ass: fix DAR calculation.
Found-by: REN Lifeng <renlifeng@wowfly.com> …
|
|
|
@4257ce11
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dxa: …
|
|
|
@c743aad5
|
13 years |
michaelni |
huffyuv: some more consts
Signed-off-by: Michael Niedermayer …
|
|
|
@dd2631a
|
13 years |
michaelni |
dsputil: mark source of diff_bytes as const.
Signed-off-by: Michael …
|
|
|
@1bc85fb3
|
13 years |
michaelni |
dirac: mark some variables const.
Signed-off-by: Michael Niedermayer …
|
|
|
@ae76c1af
|
13 years |
michaelni |
4xm: make mcdc() src const
Signed-off-by: Michael Niedermayer …
|
|
|
@90e5b58a
|
13 years |
justin.ruggles |
FATE: add capability for audio encode/decode tests with fuzzy psnr …
|
|
|
@bf3a4045
|
13 years |
michaelni |
mpegvideo: fix constness error in ff_MPV_encode_picture()
The struct …
|
|
|
@add40b7b
|
13 years |
michaelni |
tests/rotozoom: make some things const.
Signed-off-by: Michael …
|
|
|
@cffd7580
|
13 years |
justin.ruggles |
FATE: allow a tolerance in the size comparison in do_tiny_psnr()
This …
|
|
|
@bb684296
|
13 years |
justin.ruggles |
FATE: use absolute difference from a target value in do_tiny_psnr()
…
|
|
|
@5ecadc66
|
13 years |
justin.ruggles |
FATE: allow tests to set CMP_SHIFT to pass to tiny_psnr
This will …
|
|
|
@0720d263
|
13 years |
justin.ruggles |
FATE: use $fuzz directly in do_tiny_psnr() instead of passing it around
|
|
|
@702985b8
|
13 years |
anton |
dxa: remove useless code
Signed-off-by: Paul B Mahol …
|
|
|
@cd9a3c3
|
13 years |
anton |
lavf: don't select an attached picture as default stream for seeking.
|
|
|
@25142298
|
13 years |
anton |
avconv: remove pointless checks.
OutputStream.picref is guaranteed to …
|
|
|
@ce326c11
|
13 years |
anton |
avconv: check for get_filtered_frame() failure.
|
|
|
@2636e691
|
13 years |
anton |
avconv: remove a pointless check.
output_video_filter is always …
|
|
|
@a04a97bc
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@45fdcc8e
|
13 years |
rsbultje |
swscale: convert hscale() to use named arguments.
|
|
|
@98b9da2a
|
13 years |
rsbultje |
x86inc: add *mp named argument support to DEFINE_ARGS.
|
|
|
@aba7a827
|
13 years |
rsbultje |
swscale: convert hscale to cpuflags().
|
|
|
@67235dfa
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@dbe7170e
|
13 years |
Marton Balint |
ffplay: force video refresh if the window is resized or damaged
…
|
|
|
@9e2ee462
|
13 years |
michaelni |
vf_fspp: add ff_ prefix to non static variables.
Signed-off-by: …
|
|
|
@3bd749f3
|
13 years |
michaelni |
docs: Add examples for -cpuflags
Signed-off-by: Michael Niedermayer …
|
|
|
@f43a1604
|
13 years |
michaelni |
cmdutils: Fix cpuflags so the flags dont pull in and out other flags.
…
|
|
|
@fa35ade8
|
13 years |
michaelni |
vf_fspp: fix compilation with llvm
|
|
|
@bda5b662
|
13 years |
michaelni |
matroskaenc: change cluster_pos to use -1 as the "I'm not currently …
|
|
|
@e0febda2
|
13 years |
rsbultje |
h264: stricter reference limit enforcement.
Progressive images can …
|
|
|
@48cbe4b0
|
13 years |
rsbultje |
h264: increase reference poc list from 16 to 32.
Interlaced images …
|
|
|
@86020073
|
13 years |
rsbultje |
xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds …
|
|
|
@1f8ff2b1
|
13 years |
rsbultje |
snow: check reference frame indices.
Fixes NULL ptr dereference
…
|
|
|
@c9837954
|
13 years |
rsbultje |
snow: reject unsupported chroma shifts.
Found-by: Mateusz "j00ru" …
|
|
|
@92a02d93
|
13 years |
rsbultje |
Add ffvhuff encoding and decoding regression test
Signed-off-by: Paul …
|
|
|
@5b4d026a
|
13 years |
rsbultje |
anm: convert to bytestream2 API
Protects from overreads.
…
|
|
|
@f1ce053
|
13 years |
rsbultje |
bytestream: add more unchecked variants for bytestream2 API
…
|
|
|
@a1c036e9
|
13 years |
janne-libav |
jvdec: unbreak video decoding
The safe bitstream reader broke it …
|
|
|
@d3d1b25e
|
13 years |
janne-libav |
jv demux: set video stream duration
Signed-off-by: Paul B Mahol …
|
|
|
@05e0061e
|
13 years |
janne-libav |
fate: add pam image regression test
Signed-off-by: Paul B Mahol …
|
|
|
@72301160
|
13 years |
michaelni |
ffmpeg: Fix planar audio input.
Signed-off-by: Michael Niedermayer …
|
|
|
@6968a7d1
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@c2e3b564
|
13 years |
michaelni |
mmvideo: restore initial y value.
This bug might have been …
|
|
|
@67c90d26
|
13 years |
michaelni |
mmvideo: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@bf521d5a
|
13 years |
michaelni |
jpeglsdec: suppress unused var warning
Signed-off-by: Michael …
|
|
|
@0fdb4df
|
13 years |
michaelni |
h264: Fix some mixed declarations and code.
Signed-off-by: Michael …
|
|
|
@c592679c
|
13 years |
michaelni |
eatgq: remove unused ret variable.
Signed-off-by: Michael Niedermayer …
|
|
|
@d9399c4b
|
13 years |
michaelni |
eamad: Remove redundant initialization of mv_map.
Signed-off-by: …
|
|
|
@972880f
|
13 years |
anton |
doc/general: update supported devices table.
Add libcdio and fbdev, …
|
|
|
@29e4046e
|
13 years |
anton |
doc/general: add missing @tab to codecs table.
|
|
|
@9ff4356
|
13 years |
michaelni |
g729dec: fix scalarproduct_int16 after API change
Signed-off-by: …
|
|
|
@758ec111
|
13 years |
rsbultje |
h264: Fix invalid interlaced/progressive MB combinations for direct …
|
|
|
@64334ddb
|
13 years |
anton |
avconv: reindent
CC: libav-stable@libav.org
|
|
|
@6e8be949
|
13 years |
anton |
avconv: link '-passlogfile' option to libx264 'stats' AVOption.
Fixes …
|
|
|
@d533e39
|
13 years |
anton |
libx264: add 'stats' private option for setting 2pass stats filename.
…
|
|
|
@9d5c131e
|
13 years |
anton |
libx264: fix help text for slice-max-size option.
CC: …
|
|
|
@e05253bf
|
13 years |
pross |
iff: do not decode unsupported pbms with ham decoder
This prevents …
|
|
|
@499ad54
|
13 years |
martin |
http: Clear the auth state on redirects
Currently we only try …
|
|
|
@e75bbcf4
|
13 years |
martin |
http: Retry auth if it failed due to being stale
Allow up to 4 …
|
|
|
@cdf9108
|
13 years |
martin |
rtsp: Resend new keepalive commands if they used stale auth
These …
|
|
|
@2f96cc1f
|
13 years |
martin |
rtsp: Retry authentication if failed due to being stale
…
|
|
|
@8a3360d1
|
13 years |
martin |
httpauth: Parse the stale field in digest auth
Signed-off-by: Martin …
|
|
|
@7103c835
|
13 years |
anton |
dxva2_vc1: pass the overlap flag to the decoder
Signed-off-by: Anton …
|
|
|
@b2b0aa7
|
13 years |
anton |
dxva2_vc1: fix decoding of BI frames
Signed-off-by: Anton Khirnov …
|
|
|
@6efe1807
|
13 years |
rsbultje |
FATE: add shorthand to wavpack test
Signed-off-by: Paul B Mahol …
|
|
|
@29b0d94b
|
13 years |
rsbultje |
dfa: convert to bytestream2 API
Protects from overreads.
…
|
|
|
@b25a265a
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@2d38081b
|
13 years |
michaelni |
cosmetics: fix some typos
Patch attached.
From …
|
|
|
@105cac34
|
13 years |
michaelni |
vc1dec: Fix vc1 decoding with --disable-optimizations.
Signed-off-by: …
|
|
|
@015da6e3
|
13 years |
rsbultje |
anm decoder: move buffer allocation from decode_init() to …
|
|
|
@3aa661ec
|
13 years |
janne-libav |
h264: improve parsing of broken AVC SPS
Parsing the entire NAL as SPS …
|
|
|
@bd3e07c8
|
13 years |
janne-libav |
pcm-mpeg: convert to bytestream2 API
Signed-off-by: Paul B Mahol …
|
|
|
@8a6037c3
|
13 years |
janne-libav |
Revert "h264: clear trailing bits in partially parsed NAL units"
This …
|
|
|
@363bd1c6
|
13 years |
janne-libav |
remove iwmmxt optimizations
The were broken since August of 2010 …
|
|
|
@599888a4
|
13 years |
michaelni |
Move struc FFTContext below SECTION_RODATA
Yasm creates an implicit …
|
|
|
@3069e70f
|
13 years |
michaelni |
udp: Add option overrun_nonfatal
Optionize fail/survive on circular …
|
|
|
@a2eecc11
|
13 years |
michaelni |
udp: remove dead code line (unused result)
Signed-off-by: Michael …
|
|
|
@b0a0e83a
|
13 years |
michaelni |
Revert "flvenc: Remove apparently unneeded AAC check."
According to …
|
|
|
@33c5c3a
|
13 years |
rsbultje |
mimic: do not continue if swap_buf_size is 0
Signed-off-by: Paul B …
|
|
|
@dba425ad
|
13 years |
rsbultje |
mimic: convert to bytestream2 API
Signed-off-by: Paul B Mahol …
|
|
|
@05d089a8
|
13 years |
rsbultje |
frwu: use MKTAG to check marker instead of AV_RL32
Using …
|
|
|
@919f3554
|
13 years |
rsbultje |
txd: port to bytestream2 API
Protects against overreads.
…
|
|
|
@4fe5448
|
13 years |
Clément Bœsch |
lavfi/drawtext: add 24 hours wrapping option for timecode.
Fixes …
|
|
|
@85aded74
|
13 years |
martin |
c93: convert to bytestream2 API
Protects against overreads.
…
|
|
|
@947e103a
|
13 years |
martin |
iff: make .long_name more descriptive
Signed-off-by: Paul B Mahol …
|
|
|
@5a877d95
|
13 years |
martin |
FATE: add test for cdxl demuxer
Signed-off-by: Paul B Mahol …
|
|
|
@705eeb5e
|
13 years |
martin |
rtsp: Fix a typo
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@88c76c7d
|
13 years |
michaelni |
Revert "udp: add multicast input interface selection"
This reverts …
|
|
|
@0aedd8c0
|
13 years |
michaelni |
dxva2_vc1: pass the overlap flag to the decoder
Signed-off-by: …
|
|
|