|
|
|
@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 …
|
|
|
@1a104bf6
|
12 years |
Carl Eugen Hoyos |
Fix broken timestamps for some mp3 in avi samples.
Mostly based on …
|
|
|
@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.
…
|
|
|
@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
…
|
|
|
@03cc52a0
|
12 years |
onemda |
takdec: fix seeking
The previous approach was just wrong.
…
|
|
|
@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 …
|
|
|
@ce19aec
|
12 years |
michaelni |
Check resync marker only when enabled.
Signed-off-by: Michael …
|
|
|
@8501c098
|
12 years |
janne-libav |
af_amix: prevent memory leak on error path
Fixes CID732272.
|
|
|
@6f8ef532
|
12 years |
janne-libav |
vc1dec: prevent memory leak in error path
Fixes CID732271.
|
|
|
@714f5ab5
|
12 years |
janne-libav |
vc1dec: prevent memory leak on av_realloc error
|
|
|
@1afd7a11
|
12 years |
janne-libav |
af_channelmap: free old extended_data on reallocation
Prevents writes …
|
|
|
@18ff4d20
|
12 years |
janne-libav |
avconv: simplify memory allocation in copy_chapters
Make just a …
|
|
|
@4ffbe3f3
|
12 years |
janne-libav |
matroskaenc: check cue point validity before reallocation
Prevents …
|
|
|
@53e122dd
|
12 years |
janne-libav |
swfenc: error out for more than 1 audio or video stream
Prevents …
|
|
|
@0fb3b24a
|
12 years |
mans |
build: link test programs only against static libs
The test programs …
|
|
|
@cbcd497f
|
12 years |
justin.ruggles |
adxdec: use planar sample format
|
|
|
@4ebd74ce
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_thp
|
|
|
@327cdb04
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ea_xas
|
|
|
@da9620e
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3
|
|
|
@d2b6ae02
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_xa
|
|
|
@8b854283
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3
|
|
|
@4356d66d
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_4xm
|
|
|
@1b9ac729
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ima_wav
|
|
|
@176db0b8
|
12 years |
justin.ruggles |
adpcmdec: use planar sample format for adpcm_ima_qt
|
|
|
@7e5f0450
|
12 years |
justin.ruggles |
pcmdec: use planar sample format for pcm_lxf
|
|
|
@c1a9cfd1
|
12 years |
justin.ruggles |
mace: use planar sample format
|
|
|
@23d53c54
|
12 years |
justin.ruggles |
atrac1: use planar sample format
|
|
|
@ac56ff9
|
12 years |
diego |
build: non-x86: Only compile mpegvideo optimizations when necessary
|
|
|
@8dd0650f
|
12 years |
janne-libav |
rtpdec_mpeg4: au_headers is a single array, simple av_free is enough
…
|
|
|
@3fbda309
|
12 years |
janne-libav |
avcodec: free extended_data instead address of it
Fixes CID732173.
|
|
|
@7bc433b3
|
12 years |
martin |
fate: Add tests of the ff_make_absolute_url function
Signed-off-by: …
|
|
|
@33893e6a
|
12 years |
martin |
url: Handle relative urls starting with two slashes
This is defined …
|
|
|
@eea00381
|
12 years |
martin |
url: Handle relative urls being just a new query string
…
|
|
|
@a6363e3d
|
12 years |
martin |
url: Don't treat slashes in query parameters as directory separators
…
|
|
|
@ef9fe5be
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@a75b9a18
|
12 years |
diego |
mingw/cygwin: Stop adding -fno-common to gcc CFLAGS
This was done to …
|
|
|
@f75f419
|
12 years |
diego |
Restructure av_log_missing_feature message
Some invocations include a …
|
|
|
@238e904d
|
12 years |
onemda |
DTS-HD demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@c136a813
|
12 years |
martin |
rtp: Support packetization/depacketization of opus
Signed-off-by: …
|
|
|
@3a2d3df0
|
12 years |
onemda |
fate-lossless-tak: remove unneeded -f s16le
Signed-off-by: Paul B …
|
|
|
@e04826c3
|
12 years |
martin |
file: Set the return value type for lseek to int64_t.
This fixes a …
|
|
|
@61a9f099
|
12 years |
Carl Eugen Hoyos |
Write 32bit palette to Targa files.
Current ImageMagick fails to read …
|
|
|
@1e83e6ad
|
12 years |
michaelni |
ra144: fix code with ftrapv.
A better solution is welcome!
…
|
|
|
@03f5043f
|
12 years |
michaelni |
eval: Fix eval test with ftrapv
Signed-off-by: Michael Niedermayer …
|
|
|
@e73bac48
|
12 years |
michaelni |
configure: add support to nicely enable ftrapv
Signed-off-by: Michael …
|
|
|
@b56f94cc
|
12 years |
uhmmmm |
targa: cosmetics - add some whitespace
Signed-off-by: Bobby Bingham …
|
|
|
@50787fe3
|
12 years |
uhmmmm |
targa: remove unused context members
Signed-off-by: Bobby Bingham …
|
|
|
@c2eec3df
|
12 years |
uhmmmm |
targa: support 2-way and 4-way interleaved files
Fixes ticket #701
…
|
|
|
@3d9cdfdc
|
12 years |
uhmmmm |
targa: use named constants for flag values
Signed-off-by: Bobby …
|
|
|
@d07940b7
|
12 years |
michaelni |
motion_est: switch asserts to av_asserts
note, the asserts where …
|
|
|
@72c2d8a3
|
12 years |
michaelni |
dsputil: convert asserts to av_asserts
Signed-off-by: Michael …
|
|
|
@8da7907a
|
12 years |
michaelni |
adpcmenc: switch to av_assert()
Signed-off-by: Michael Niedermayer …
|
|
|
@b49d94e4
|
12 years |
Carl Eugen Hoyos |
Support decoding of targa files with 32bit palette.
|
|
|
@f79364b2
|
12 years |
mans |
ppc: fix Altivec build with old compilers
The vec_splat() intrinsic …
|
|
|
@a0276299
|
12 years |
michaelni |
movenc.c: Force correct value for "Samples per packet" for pcm audio
…
|
|
|
@643933f5
|
12 years |
mans |
build: add LTO support for PGI compiler
Signed-off-by: Mans Rullgard …
|
|
|
@8f23907f
|
12 years |
mans |
build: add -Mdse to PGI optimisation flags
Enable dead store …
|
|
|
@c9b10cc4
|
12 years |
martin |
rtpenc_vp8: Update the packetizer to the latest spec version
Tested …
|
|
|
@66d652cb
|
12 years |
martin |
rtpdec_vp8: Make the depacketizer implement the latest spec draft
Not …
|
|
|
@52dc18d4
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@27a310e3
|
12 years |
mans |
doc: allow building with old texi2html versions
Signed-off-by: Mans …
|
|
|
@ac627b3d
|
12 years |
michaelni |
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
* commit …
|
|
|