|
|
|
@c5ddd753
|
11 years |
michaelni |
avformat_find_stream_info: Do not consider no streams an error in …
|
|
|
@c826c569
|
11 years |
michaelni |
avformat_find_stream_info: try to preserve the error code
…
|
|
|
@ccba9535
|
11 years |
michaelni |
av_find_stream_info: initialize ret
This should fix hypothetical …
|
|
|
@2492f77
|
11 years |
michaelni |
avformat: Print "Consider increasing the value for analzeduration and …
|
|
|
@a478e99a
|
11 years |
michaelni |
avutil/x86: reenable ff_update_lls_avx()
The bug has been fixed in …
|
|
|
@951a3655
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
oggdec: …
|
|
|
@d1fa6718
|
11 years |
michaelni |
Merge commit 'c8b920a9b7fa534a6141695ace4e8c2dfcd56cee'
* commit …
|
|
|
@bc62b24d
|
11 years |
michaelni |
Merge commit '8bd9039900e67a633cc838d691c449e71c060553'
* commit …
|
|
|
@8ad3267
|
11 years |
anton |
oggdec: do not fall back on binary search in the generic code.
Binary …
|
|
|
@c8b920a9
|
11 years |
anton |
lls/x86: use 3-operator vaddpd in ADDPD_MEM
Fixes build with yasm-1.1 …
|
|
|
@a35494c5
|
11 years |
michaelni |
h264: fix indention of xchg_mb_border()
Signed-off-by: Michael …
|
|
|
@f27b22b4
|
11 years |
michaelni |
h264: move 444 border xchg under if (deblock_top)
Fixes out of array …
|
|
|
@a92fbe16
|
11 years |
stefasab |
lavf/http: add support for reading streamcast metadata
Allow …
|
|
|
@bf87908c
|
11 years |
michaelni |
rmdec: Pass AVIOContext to rm_read_metadata()
Fix null pointer …
|
|
|
@e1b0d3a3
|
11 years |
onemda |
westwood_vqa: check return value of av_malloc()
Signed-off-by: Paul B …
|
|
|
@16e0416f
|
11 years |
onemda |
idcin: check return value of av_malloc()
Signed-off-by: Paul B Mahol …
|
|
|
@51f1bf33
|
11 years |
onemda |
bfi: check return value of av_malloc()
Signed-off-by: Paul B Mahol …
|
|
|
@b791a083
|
11 years |
michaelni |
avcodec/x86/dsputil_init: only use xvid idct for lowres=0
Fixes crash …
|
|
|
@7ebab415
|
11 years |
stefasab |
doc/encoders: apply various fixes to libmp3lame documentation
|
|
|
@38f1d56
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
indeo: …
|
|
|
@cc53c28f
|
11 years |
michaelni |
Merge commit '1194a410807bac3eafbeb632578b937656d273e7'
* commit …
|
|
|
@280afa40
|
11 years |
michaelni |
Merge commit 'dd3754a48854cd570d38db72394491aab0f36570'
* commit …
|
|
|
@43229d60
|
11 years |
michaelni |
Merge commit '7388c0c58601477db076e2e74e8b11f8a644384a'
* commit …
|
|
|
@16fd75ce
|
11 years |
stefasab |
lavfi/delogo: use weighted interpolation
The original delogo …
|
|
|
@8bd9039
|
11 years |
lu_zero |
Revert "indeo5: reject negative motion vectors"
Negative motion …
|
|
|
@b36e189
|
11 years |
lu_zero |
indeo: check for reference when inheriting mvs
The same is done …
|
|
|
@1194a41
|
11 years |
lu_zero |
indeo5: reject negative motion vectors
Reported-by: Mateusz "j00ru" …
|
|
|
@dd3754a4
|
11 years |
lu_zero |
indeo: use proper error code
|
|
|
@7388c0c5
|
11 years |
lu_zero |
indeo: Properly forward the error codes
If the tile data size does …
|
|
|
@b42bcaef
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference in avcodec_decode_audio4().
This …
|
|
|
@ec837a08
|
11 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@a6e46ed5
|
11 years |
michaelni |
Revert "avutil/x86: disable ff_evaluate_lls_sse2() for 32bit"
This …
|
|
|
@4e488ac5
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@709cae2b
|
11 years |
michaelni |
vorbisdec: Check VLC tables during use instead of setup
Fixes …
|
|
|
@ae038c09
|
11 years |
michaelni |
vorbisdec: propagate errors from setup_classifs()
Signed-off-by: …
|
|
|
@1221bb62
|
11 years |
Loren Merritt |
x86: lpc: fix a segfault in av_evaluate_lls_sse2()
|
|
|
@02fc61a5
|
11 years |
Marton Balint |
ffplay: always send zero packets to flush audio decoders
Zero packets …
|
|
|
@447d2e31
|
11 years |
Marton Balint |
ffplay: use frame->pkt_pts instead of pkt->pts in audio pts …
|
|
|
@712ef251
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference after oom on frame size change in …
|
|
|
@f4aa8085
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference on oom in the aac encoder.
Fixes …
|
|
|
@84343dd9
|
11 years |
onemda |
indeo3: check return values of av_malloc()
Signed-off-by: Paul B …
|
|
|
@b00e56b
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@24742524
|
11 years |
michaelni |
avutil/x86: disable ff_evaluate_lls_sse2() for 32bit
It just …
|
|
|
@7e112df4
|
11 years |
onemda |
flac_parser: check return value of av_fifo_alloc()
Signed-off-by: …
|
|
|
@9e6d063d
|
11 years |
michaelni |
lavf/movenc: use ffio_fill()
Signed-off-by: Michael Niedermayer …
|
|
|
@4e996604
|
11 years |
michaelni |
mpegts: use seek_back() for all seek backs
Signed-off-by: Michael …
|
|
|
@a5f23d8d
|
11 years |
michaelni |
mpegts: factor seek_back() out
Signed-off-by: Michael Niedermayer …
|
|
|
@b7c66852
|
11 years |
michaelni |
mpegts_read_header: goto fail instead of return directly
…
|
|
|
@afddf0d9
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mjpeg: …
|
|
|
@e3fb8ac9
|
11 years |
michaelni |
Merge commit '7520d9779c6d30b385df5a0a42da508238076192'
* commit …
|
|
|
@f803e0dc
|
11 years |
Carl Eugen Hoyos |
Support compilation on aix with gcc.
Shared libraries and the IBM …
|
|
|
@0915b531
|
11 years |
Carl Eugen Hoyos |
Rename "AVClass class" as "AVClass component_class".
The aix header …
|
|
|
@742b9617
|
11 years |
Carl Eugen Hoyos |
Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE.
The aix …
|
|
|
@674d8a9
|
11 years |
Carl Eugen Hoyos |
Rename thread_init() in libavcodec and libavfilter as …
|
|
|
@33f5d70d
|
11 years |
Carl Eugen Hoyos |
Rename constant HZ in af_biquads.c as HERTZ.
The aix header …
|
|
|
@6258e86d
|
11 years |
Carl Eugen Hoyos |
Drop local lable from ppc asm timer.
The aix assembler does not …
|
|
|
@06549cee
|
11 years |
michaelni |
Merge commit '7798a59dc14ae27efe64e639a42646002608a908'
* commit …
|
|
|
@c1fc4ff9
|
11 years |
michaelni |
Merge commit '02ec656af72030eea4f3d63e30b25625cce6a3df'
* commit …
|
|
|
@490ed7f
|
11 years |
michaelni |
Merge commit 'd4a217a408da4bd63acc02cd8f9ebe378a2ad65a'
* commit …
|
|
|
@97947d9b
|
11 years |
michaelni |
Merge commit '183880cfc4aae53ce504e13337791cad5841c80c'
* commit …
|
|
|
@e27be795
|
11 years |
michaelni |
avcodec/lpc: Use a function pointer from an initialized context
Fixes …
|
|
|
@32a39552
|
11 years |
michaelni |
Merge commit 'c93ccf5a4cca722b39f05e9f5660b4cb75bc1740'
* commit …
|
|
|
@6e76e6a0
|
11 years |
michaelni |
Merge commit 'b545179fdff1ccfbbb9d422e4e9720cb6c6d9191'
* commit …
|
|
|
@a285079b
|
11 years |
michaelni |
lls.asm: disable ff_update_lls_avx
The code doesnt build with yasm …
|
|
|
@0b40c505
|
11 years |
michaelni |
lls.asm: put avx code under if HAVE_AVX_EXTERNAL
Signed-off-by: …
|
|
|
@78b54796
|
11 years |
michaelni |
Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'
* commit …
|
|
|
@c93a4247
|
11 years |
michaelni |
Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'
* commit …
|
|
|
@d3bd320e
|
11 years |
michaelni |
Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'
* commit …
|
|
|
@6765ee7
|
11 years |
lu_zero |
mjpeg: Check the unescaped size for overflows
And contextually check …
|
|
|
@7520d977
|
11 years |
lu_zero |
mjpeg: Move code out of else branch
Simplify the control flow and …
|
|
|
@ff130d73
|
11 years |
michaelni |
get_xbits: assert validity of the number of bits
similar is already …
|
|
|
@68efb1d6
|
11 years |
michaelni |
4xm: Dont ignore dc run errors
Signed-off-by: Michael Niedermayer …
|
|
|
@13c56e9a
|
11 years |
michaelni |
4xm: check for invalid zero ac coeffs
Signed-off-by: Michael …
|
|
|
@6d6eabd3
|
11 years |
michaelni |
mjpeg_decode_dc: check code before using it in get_xbits()
Fixes …
|
|
|
@58950ca
|
11 years |
derek.buitenhuis |
ffmpeg: Don't include colorspace.h
The header is private, and …
|
|
|
@a2802d3c
|
11 years |
michaelni |
get_pix_fmt_score: favor equal formats if all else equal
Fixes …
|
|
|
@7798a59d
|
11 years |
derek.buitenhuis |
avconv: Don't include colorspace.h
The header is private, and …
|
|
|
@7f866c14
|
11 years |
michaelni |
update all trac links to use the trac subdomain
Signed-off-by: …
|
|
|
@a2e50fa
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@02ec656a
|
11 years |
lu_zero |
wmapro: error out on impossible scale factor offsets
Reported-by: …
|
|
|
@d4a217a4
|
11 years |
lu_zero |
wmapro: check the min_samples_per_subframe
Must be at least …
|
|
|
@183880cf
|
11 years |
lu_zero |
pictor: use the correct logging context
Broken in …
|
|
|
@2fa89b2
|
11 years |
michaelni |
Added codec ID to playback DNxHD
Signed-off-by: Michael Niedermayer …
|
|
|
@225f78b7
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference on clean-up after oom in ac3 encoder.
|
|
|
@90bd75e
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference on oom when decoding smacker.
Fixes …
|
|
|
@a1dbe49d
|
11 years |
Carl Eugen Hoyos |
Propagate error return values from the smacker decoder.
|
|
|
@ac83d621
|
11 years |
Carl Eugen Hoyos |
Avoid a null pointer dereference on oom when decoding vc1.
Fixes …
|
|
|
@d47168e7
|
11 years |
stefasab |
doc/muxers: apply various minor fixes to segment documentation
|
|
|
@f150db09
|
11 years |
stefasab |
doc/muxers: sort muxers by name
|
|
|
@c93ccf5
|
11 years |
lu_zero |
lpc: use levinson for the first pass of multipass cholesky
Levinson …
|
|
|
@b545179f
|
11 years |
lu_zero |
x86: lpc: simd av_evaluate_lls
1.5x-1.8x faster on sandybridge
…
|
|
|
@502ab21a
|
11 years |
lu_zero |
x86: lpc: simd av_update_lls
4x-6x faster on sandybridge
…
|
|
|
@41578f70
|
11 years |
lu_zero |
lpc: use function pointers, in preparation for asm
Signed-off-by: …
|
|
|
@cc6714bb
|
11 years |
lu_zero |
lpc: remove "decay" argument
We never used the rolling-average mode, …
|
|
|
@a3e9f4c3
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
wmapro: …
|
|
|
@562e8d01
|
11 years |
michaelni |
Merge commit '6652338f43ef623045912d7f28b61adea05d27ae'
* commit …
|
|
|
@3e33db3f
|
11 years |
michaelni |
Merge commit 'e30b068ef79f604ff439418da07f7e2efd01d4ea'
* commit …
|
|
|
@c1343897
|
11 years |
michaelni |
Merge commit 'afe03092dd693d025d43e1620283d8d285c92772'
* commit …
|
|
|
@53fd1ab2
|
11 years |
michaelni |
avformat: make av_register_*put_format() thread safe
Signed-off-by: …
|
|
|
@b36b5edb
|
11 years |
michaelni |
avcodec/bitstream_filter: make av_register_bitstream_filter() thread …
|
|
|