|
|
|
@26474d10
|
12 years |
michaelni |
random_seed: fix digest size
Signed-off-by: Michael Niedermayer …
|
|
|
@7fe55485
|
12 years |
michaelni |
random_seed: fix out of array read
Fixes CID733787
Signed-off-by: …
|
|
|
@adcbb3fd
|
12 years |
michaelni |
yuv2rgb: fix declared array sizes, so they match actuals.
Fixes …
|
|
|
@b96d1859
|
12 years |
michaelni |
jpeglsenc: favor av_freep() for saftey over av_free() when a variable …
|
|
|
@34bbab43
|
12 years |
michaelni |
jpeglsnec: fix memleak of state in error case
Fixes CID733794 …
|
|
|
@104b1d9e
|
12 years |
michaelni |
libvpxenc: fix memleak on error path
Fixes CID733795
Signed-off-by: …
|
|
|
@c9454cb6
|
12 years |
michaelni |
av_tempfile: fix leak in error case
Fixes CID733796 Part2 …
|
|
|
@229ccce
|
12 years |
michaelni |
libxvid_rc: fix leaks in ff_xvid_rate_control_init()
Fixes CID733796 …
|
|
|
@4b20b21b
|
12 years |
michaelni |
tiff: fix leak on error return in doubles2str()
Fixes CID733797 …
|
|
|
@9ba2484e
|
12 years |
michaelni |
af_aresample: fix leak on alloc failure
Fixes CID733798 …
|
|
|
@7457da36
|
12 years |
michaelni |
drawtext: fix leak with timecodes
Fixes CID733799
Signed-off-by: …
|
|
|
@bb358647
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mlpdsp: …
|
|
|
@526cb36e
|
12 years |
michaelni |
Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'
* commit …
|
|
|
@a75dd13b
|
12 years |
michaelni |
Merge commit 'eb657ecefdeb8b2ed9bfb55d3c2c9e0f568486bf'
* commit …
|
|
|
@ce27c9eb
|
12 years |
michaelni |
Merge commit '7cc3c4e1d4179aeabcd891090e31ee5e5bfd9692'
* commit …
|
|
|
@b6c3487e
|
12 years |
michaelni |
Merge commit '88058d9a994f42e4e9ed4e67baf696bbfe53128c'
* commit …
|
|
|
@de31814a
|
12 years |
michaelni |
Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'
* commit …
|
|
|
@1ec62930
|
12 years |
lu_zero |
mlpdsp: adding missing file
|
|
|
@2d6caade
|
12 years |
lu_zero |
dsputil: split out mlp dsp function
|
|
|
@25dc79bc
|
12 years |
mans |
sh4: add required #include, fix build
Signed-off-by: Mans Rullgard …
|
|
|
@c4aaff8c
|
12 years |
stefasab |
Revert "configure: link flite against libasound"
This reverts commit …
|
|
|
@396648cc
|
12 years |
stefasab |
configure: link flite against libasound
libflite depends on …
|
|
|
@8cd1c0fe
|
12 years |
onemda |
pcx: convert to bytestream2 API
Protects against overreads in input …
|
|
|
@492b8ec4
|
12 years |
michaelni |
av_opt_set_from_string: fix memleak
Fixes CID733801
Signed-off-by: …
|
|
|
@7df9f595
|
12 years |
michaelni |
swri_resample_init: unsupported sample formats are an internal error.
…
|
|
|
@e47ab0b2
|
12 years |
michaelni |
ffmpeg_opt: dont fail for sameq/same_quant.
Instead print a warning.
…
|
|
|
@4334ba04
|
12 years |
michaelni |
ffprobe: fix use of uninitialized pointer in av_strtok()
Fixes …
|
|
|
@bdcff5af
|
12 years |
michaelni |
af_volumedetect: fix use of uninitilaized variable in case of planar …
|
|
|
@989c91b5
|
12 years |
michaelni |
asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok()
…
|
|
|
@4e4ae2f8
|
12 years |
michaelni |
sha: change loop condition to be tighter.
This makes no change to the …
|
|
|
@fac1ccbd
|
12 years |
michaelni |
swscale-test: fix freeing of uninitialized variable
Fixes: CID733844 …
|
|
|
@e782d872
|
12 years |
michaelni |
fate: add vf_idet filter to lavfi regression tests
This test only …
|
|
|
@4d4f431a
|
12 years |
michaelni |
vf_idet: zero pointers after freeing references
Signed-off-by: …
|
|
|
@cac749a
|
12 years |
michaelni |
vf_idet: fix free after use
Signed-off-by: Michael Niedermayer …
|
|
|
@1a2c7880
|
12 years |
janne-libav |
averror: make error values proper negative values
Fixes stupid …
|
|
|
@4436f25a
|
12 years |
mans |
build: remove references to unused EXTRAOBJS variable
This was part …
|
|
|
@effe4438
|
12 years |
mans |
build: do not use LIB as variable name
The Microsoft linker uses the …
|
|
|
@1c7428e6
|
12 years |
mans |
build: whitespace cosmetics
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@e5c6e9a6
|
12 years |
mans |
build: remove single-use variable THIS_LIB
Replace the single use of …
|
|
|
@1a104bf6
|
12 years |
Carl Eugen Hoyos |
Fix broken timestamps for some mp3 in avi samples.
Mostly based on …
|
|
|
@568c70e7
|
12 years |
mans |
lavfi: convert input/ouput list compound literals to named objects
A …
|
|
|
@317505b5
|
12 years |
michaelni |
lavf: do not prematurely accept a format with low score in …
|
|
|
@b47396b6
|
12 years |
michaelni |
img2dec: detect .raw files only with a low score as img2
They can be …
|
|
|
@94f5470a
|
12 years |
michaelni |
lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.
…
|
|
|
@b404c660
|
12 years |
janne-libav |
fate: add h263 obmc vsynth tests
|
|
|
@8d09d39a
|
12 years |
janne-libav |
avconv: remove bogus warning when using avconv -h without parameter
|
|
|
@25227c3a
|
12 years |
janne-libav |
averror: explicitly define AVERROR_* values
|
|
|
@c466eb1
|
12 years |
janne-libav |
flashsv: propagate inflateReset() errors
Fixes CID717493.
|
|
|
@6d556e83
|
12 years |
janne-libav |
indeo4/5: remove constant parameter num_bands from wavelet …
|
|
|
@bd141f5e
|
12 years |
janne-libav |
mxfdec: return error if no segments are available in …
|
|
|
@35a35d49
|
12 years |
derek.buitenhuis |
Double motion vector range for HPEL interlaced picture in proper place …
|
|
|
@eb657ec
|
12 years |
derek.buitenhuis |
vc1dec: Set opposite to the correct value for 1REF field pictures
…
|
|
|
@7cc3c4e1
|
12 years |
derek.buitenhuis |
vc1dec: Invoke edge emulation regardless of MV precision for 1-MV …
|
|
|
@88058d9a
|
12 years |
derek.buitenhuis |
vc1dec: Set chroma reference field from REFFIELD for 1REF field …
|
|
|
@b522000e
|
12 years |
lu_zero |
avio: introduce avio_closep
|
|
|
@26db9100
|
12 years |
lu_zero |
segment: support applehttp style list
|
|
|
@82569b01
|
12 years |
lu_zero |
mpegtsenc: set muxing type notification to verbose
|
|
|
@9586db6a
|
12 years |
michaelni |
lavc: docs: the field_order is set by the demuxer and not libavcodec …
|
|
|
@92c3173c
|
12 years |
michaelni |
qt-faststart: fix printf argument type
Signed-off-by: Michael …
|
|
|
@2c5b1a2a
|
12 years |
onemda |
txd: remove duplicated header inclusion
Signed-off-by: Paul B Mahol …
|
|
|
@ee109c6b
|
12 years |
onemda |
dtshd: fix seeking
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@73ad355d
|
12 years |
michaelni |
avidec: fix 10l typo
found-by: ubitux
Signed-off-by: Michael …
|
|
|
@229e33a2
|
12 years |
michaelni |
avidec: override sample size of 1024 for VBR AAC
Fixes Ticket1755
…
|
|
|
@f94edfe4
|
12 years |
michaelni |
vf_idet: remove some unnecessary statement and unused variable
…
|
|
|
@7fb35ee9
|
12 years |
diego |
vc1dec: Use correct spelling of "opposite"
Signed-off-by: Diego …
|
|
|
@706a559b
|
12 years |
janne-libav |
a64multienc: change mc_frame_counter to unsigned
GCC cannot proof …
|
|
|
@507dce25
|
12 years |
janne-libav |
arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)
…
|
|
|
@63a46c61
|
12 years |
diego |
svq1: Drop a bunch of useless parentheses
|
|
|
@03cc52a0
|
12 years |
onemda |
takdec: fix seeking
The previous approach was just wrong.
…
|
|
|
@41e46a5f
|
12 years |
mans |
parseutils-test: do not print numerical error codes
The error codes …
|
|
|
@ada12f8
|
12 years |
diego |
svq1: K&R formatting cosmetics
|
|
|
@c6d39fb3
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: …
|
|
|
@cd6f5c48
|
12 years |
michaelni |
Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'
* commit …
|
|
|
@b7ebb49d
|
12 years |
michaelni |
Merge commit 'fb722a900fc5cc9e003b9fef25b27ed7fc5547a2'
* commit …
|
|
|
@eb71f027
|
12 years |
onemda |
dtshd: remove redundant/wrong avio_tell()
Signed-off-by: Paul B Mahol …
|
|
|
@1470c8a9
|
12 years |
onemda |
takdec: remove redundant/wrong avio_tell()
Signed-off-by: Paul B …
|
|
|
@50b54776
|
12 years |
michaelni |
Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'
* commit …
|
|
|
@eadba3e9
|
12 years |
michaelni |
Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'
* commit …
|
|
|
@4b895cb2
|
12 years |
mans |
build: sanitize linking of tools and test programs
This makes sure …
|
|
|
@096a5d76
|
12 years |
diego |
fate: Refactor setting of environment variables for groups of tests
|
|
|
@b4e516e
|
12 years |
onemda |
pcx: use meaningful return values
Signed-off-by: Paul B Mahol …
|
|
|
@25f44b04
|
12 years |
michaelni |
x86/dsputil_mmx: change assert() to av_assert()
Signed-off-by: …
|
|
|
@6d0beefb
|
12 years |
diego |
swscale: Do not make ff_ symbols globally visible.
|
|
|
@f3f35f7
|
12 years |
michaelni |
crypto should allow passing of options to the underlying protocol via …
|
|
|
@6ac5e3fe
|
12 years |
Clément Bœsch |
lavfi/silencedetect: add av_opt_free() call.
This avoids a memleak …
|
|
|
@bd2f8e8f
|
12 years |
michaelni |
Fix second use of AVOptions in HLS
Signed-off-by: Michael Niedermayer …
|
|
|
@d5ef9354
|
12 years |
janne-libav |
rtspdec: use av_strlcpy for writing into fixed size buffer
Fixes …
|
|
|
@f1de23fa
|
12 years |
janne-libav |
g722enc: fix size argument in memset
Fixes CID700725.
|
|
|
@4a7c0c45
|
12 years |
janne-libav |
http: use av_strlcpy instead of strcpy() without size checks
Fixes …
|
|
|
@79e6e8e
|
12 years |
janne-libav |
avfilter: correct memcpy size avfilter_copy_buf_props()
Does not make …
|
|
|
@233a5a80
|
12 years |
anton |
lavc: split asv12 encoder/decoder
|
|
|
@fb722a90
|
12 years |
anton |
avconv: remove -same_quant
It has not worked for anything other than …
|
|
|
@b94e4acb
|
12 years |
janne-libav |
cmdutils_read_file: increment *size after writing the trailing \0
…
|
|
|
@ac9a8956
|
12 years |
janne-libav |
af_resample: unref out_buf when avresample_convert returns 0
Fixes …
|
|
|
@b6f435fb
|
12 years |
michaelni |
http: add 'timeout' AVOption
This option is passed though to …
|
|
|
@2e009c60
|
12 years |
michaelni |
tcp: accept params through avio_open2() options
Signed-off-by: …
|
|
|
@949acefc
|
12 years |
michaelni |
tcp: use timeout option consistently
Default _connection_ timeout …
|
|
|
@d2b18c8f
|
12 years |
michaelni |
Introduce ff_network_wait_fd_timeout()
Signed-off-by: Michael …
|
|
|
@3a45688a
|
12 years |
michaelni |
lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabled
…
|
|
|
@8d2e0e2c
|
12 years |
michaelni |
Check for resync marker based on vop coding type- vop_fcode_forward …
|
|
|