|
|
|
@948a151
|
9 years |
Michael Niedermayer |
Merge commit 'b075869bc1e1aadea0a8dc819ebfb758adb9e3d0'
* commit …
|
|
|
@fd280de7
|
9 years |
Michael Niedermayer |
Merge commit '4da585ae478f8b6f865ab13779af399aee20d899'
* commit …
|
|
|
@e56f1465
|
9 years |
Michael Niedermayer |
Merge commit 'e1319aa1c1be9b64117c19170344fb78841dd67c'
* commit …
|
|
|
@4c7c0d37
|
9 years |
Michael Niedermayer |
avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and …
|
|
|
@2ea8a480
|
9 years |
Michael Niedermayer |
avfilter/af_aresample: Check ff_all_* for allocation failures
Fixes: …
|
|
|
@b075869b
|
9 years |
vittorio.giovara |
configure: Factor out flacdsp module
|
|
|
@1cdfae0
|
9 years |
Michael Niedermayer |
Merge commit '0cf5588d69922aa3e063bac6304c09c543a9ef52'
* commit …
|
|
|
@187f4278
|
9 years |
Michael Niedermayer |
Merge commit 'a53540840d26beb57a5e53b7f488c23ddf86e193'
* commit …
|
|
|
@694f9ab1
|
9 years |
Michael Niedermayer |
Merge commit 'f1840b070dd449ad25e1ebbab463f10863a5e0f1'
* commit …
|
|
|
@441d5a70
|
9 years |
Michael Niedermayer |
Merge commit 'b0017579b6e8de3d0d13dcfe0a4dd848dc6baa37'
* commit …
|
|
|
@ec6bef68
|
9 years |
onemda |
avfilter: bump minor and add Changelog entry
Signed-off-by: Paul B …
|
|
|
@297df52f
|
9 years |
onemda |
avfilter/af_compand: fix clipping with default options
Decays and …
|
|
|
@21436b95
|
9 years |
onemda |
avfilter: add Dynamic Audio Normalizer filter
|
|
|
@3b365dda
|
9 years |
onemda |
avfilter/af_astats: measure minimal and mean difference between two …
|
|
|
@4da585ae
|
9 years |
lu_zero |
OS/2: Cleanup slib_create_def_cmd
Export symbols by name rather then …
|
|
|
@e1319aa1
|
9 years |
lu_zero |
libx264: Add support for the MPEG2 encoder
|
|
|
@0cf5588d
|
9 years |
vittorio.giovara |
hq_hqa: Fix decoding when INFO section is absent
|
|
|
@a5354084
|
9 years |
vittorio.giovara |
APIchanges: Mention lavfi and lavd identification symbol addition
|
|
|
@f1840b07
|
9 years |
vittorio.giovara |
Revert "mov: Double-check that alias path is not an absolute path"
…
|
|
|
@b0017579
|
9 years |
vittorio.giovara |
h264: Add support for Closed Caption export
Signed-off-by: Vittorio …
|
|
|
@8250943f
|
9 years |
Michael Niedermayer |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
…
|
|
|
@ed5d62e5
|
9 years |
Carl Eugen Hoyos |
lavfi/af_pan: Support a maximum of 64 channels.
The Soundflower input …
|
|
|
@a77401e1
|
9 years |
Carl Eugen Hoyos |
lswr: Allow 64 channels internally.
|
|
|
@7f0d5401
|
9 years |
Carl Eugen Hoyos |
lavc: Allow 64 channels internally.
|
|
|
@c8ec2109
|
9 years |
Michael Niedermayer |
avformat: bump micro version after adding concatdec features
…
|
|
|
@5117b5e9
|
9 years |
Michael Niedermayer |
concatdec: add support for injecting packet metadata
Reviewed-by: …
|
|
|
@25a6711c
|
9 years |
Michael Niedermayer |
concatdec: add support for specifying outpoint of files
Reviewed-by: …
|
|
|
@12d82004
|
9 years |
Michael Niedermayer |
concatdec: store eof condition in context
This is needed later for …
|
|
|
@7ff0137a
|
9 years |
Michael Niedermayer |
concatdec: add support for specifying inpoint of files
Reviewed-by: …
|
|
|
@53f2ef2c
|
9 years |
Marton Balint |
mxfdec: calculate the index in display order
This should fix seeking …
|
|
|
@6e12799
|
9 years |
Michael Niedermayer |
Refactoring to move common QSV-related code part into …
|
|
|
@17ee24af
|
9 years |
Michael Niedermayer |
avcodec/snappy: refactor so ff_snappy_uncompress uses an existing …
|
|
|
@c4dfb76f
|
9 years |
Michael Niedermayer |
avfilter/vf_eq: Support contrast from -1000 to 1000
Fixes "-vf …
|
|
|
@51925daa
|
9 years |
onemda |
avfilter/af_astats: make sure p->last is actually always set when …
|
|
|
@59a99989
|
9 years |
onemda |
avfilter/af_astats: also measure maximal difference between two …
|
|
|
@6074956f
|
9 years |
Michael Niedermayer |
avcodec/hap: move some per-stream setup into decoder init rather than …
|
|
|
@012ba786
|
9 years |
Michael Niedermayer |
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functions
…
|
|
|
@2af180b
|
9 years |
Michael Niedermayer |
swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() …
|
|
|
@0bfa176c
|
9 years |
Michael Niedermayer |
avcodec: loongson optimized idctdsp with mmi
Signed-off-by: …
|
|
|
@dcd14db8
|
9 years |
Michael Niedermayer |
avcodec: loongson add constant definition
Signed-off-by: ZhouXiaoyong …
|
|
|
@f1a38264
|
9 years |
Michael Niedermayer |
avcodec/pthread_frame: clear priv_data, avoid stale pointer in error …
|
|
|
@8dad2131
|
9 years |
Michael Niedermayer |
lavc: Add properties field to AVCodecContext.
The new field can hold …
|
|
|
@2cb34f82
|
9 years |
lu_zero |
checkasm: Add unit tests for h264qpel
Signed-off-by: Luca Barbato …
|
|
|
@4512ee78
|
9 years |
lu_zero |
mpegts: Mark the muxer as supporting variable fps
Signed-off-by: Luca …
|
|
|
@c88c5eef
|
9 years |
lu_zero |
hevc: Split the struct setup from the pps parsing
|
|
|
@7aafac97
|
9 years |
onemda |
avfilter/vf_smartblur: use the name 's' for the pointer to the private …
|
|
|
@61641627
|
9 years |
onemda |
avfilter/af_astats: calculate audio bit-depth
Signed-off-by: Paul B …
|
|
|
@30015584
|
9 years |
onemda |
avfilter: add erosion, dilation, deflate & inflate filter
…
|
|
|
@a39512ba
|
9 years |
Michael Niedermayer |
tests/checkasm/checkasm: Give macro a body to avoid potential …
|
|
|
@4afc3429
|
9 years |
Michael Niedermayer |
avformat/utils: Fix regression with H264 stream probing
Fixes …
|
|
|
@cdca400c
|
9 years |
Michael Niedermayer |
avformat/utils: Print stream number in max_analyze_duration exit path
…
|
|
|
@9901e53
|
9 years |
Carl Eugen Hoyos |
lavf/rtpenc_jpeg: Fix sending multiple quantization tables.
|
|
|
@99b0cadd
|
9 years |
Michael Niedermayer |
apng: Fix wrong default final frame delay in muxer
Signed-off-by: …
|
|
|
@cbd4a1d
|
9 years |
Michael Niedermayer |
Merge commit '2cb34f82b92c15b811f5c03dc7f61a4baf6e02e3'
* commit …
|
|
|
@1680f9c5
|
9 years |
Michael Niedermayer |
Merge commit '4512ee78e19fdb011bdec1b3a8dc0b315c82a81e'
* commit …
|
|
|
@4e160ecd
|
9 years |
Michael Niedermayer |
Merge commit 'c88c5eef53ff1619724ba47b722da64ec0593dab'
* commit …
|
|
|
@269a71b6
|
9 years |
Michael Niedermayer |
avcodec/mpeg4videodec: Clarify the mpeg4_unpack_bframes reference.
…
|
|
|
@a5d44d5c
|
9 years |
Michael Niedermayer |
swscale/utils: Clear pix buffers
Fixes use of uninitialized memory …
|
|
|
@4a6b8289
|
9 years |
Michael Niedermayer |
avcodec/mips/mpegvideo_mmi: Use av_assert2()
Signed-off-by: Michael …
|
|
|
@95418634
|
9 years |
Michael Niedermayer |
avcodec: loongson optimized mpegvideo dct unquantize with mmi
…
|
|
|
@a0ad6c85
|
9 years |
Michael Niedermayer |
avcodec: loongson optimized h264pred with mmi
Signed-off-by: Michael …
|
|
|
@2c343895
|
9 years |
Michael Niedermayer |
configure: loongson disable expensive optimizations in gcc O3 …
|
|
|
@9d8070af
|
9 years |
Michael Niedermayer |
avfilter/internal: add more words to sentance
Hopefully fixes english …
|
|
|
@ae3f4e47
|
9 years |
Michael Niedermayer |
MAINTAINERS: add myself as libkvazaar maintainer
Signed-off-by: Arttu …
|
|
|
@8f2c045a
|
9 years |
Michael Niedermayer |
avformat/mov: Implement a same origin policy for references instead of …
|
|
|
@eea08efc
|
9 years |
onemda |
avfilter/x86/vf_psnr.asm: split one line of license text into two
…
|
|
|
@bff72426
|
9 years |
onemda |
avfilter/vf_removegrain: add x86 and x86_64 SSE2 functions
Speed of …
|
|
|
@dffae122
|
9 years |
Michael Niedermayer |
avcodec/mjpegdec: Fix DC overflow in decode_block()
Fixes Ticket4683
…
|
|
|
@90dd6ad2
|
9 years |
Michael Niedermayer |
avformat/utils: inform the user if the protocol cannot be determined
…
|
|
|
@901922e
|
9 years |
Michael Niedermayer |
avformat/utils: adjust short skip threshold in …
|
|
|
@c9c7263e
|
9 years |
Michael Niedermayer |
avformat/mov: Fix opening relative references
Possibly fixes …
|
|
|
@bfd1704
|
9 years |
Michael Niedermayer |
avcodec/mpeg12dec: Fix decoding of faulty interlaced mpeg2
Fixes …
|
|
|
@522256b3
|
9 years |
Michael Niedermayer |
avfilter/internal: Improve docs about ff_request_frame()
Reviewed-by: …
|
|
|
@550e872b
|
9 years |
timo |
avcodec/nvenc: Fix build with older gcc versions
Aparently anonymous …
|
|
|
@130a8e0e
|
9 years |
Michael Niedermayer |
avformat: don't crash API users when demuxing mp4
This code is one …
|
|
|
@b90b6af7
|
9 years |
Michael Niedermayer |
avcodec: add libkvazaar HECV encoder
Signed-off-by: Michael …
|
|
|
@ae4c9dde
|
9 years |
Michael Niedermayer |
vf_psnr: sse2 optimizations for sum-squared-error.
The internal line …
|
|
|
@fcbea93c
|
9 years |
Michael Niedermayer |
avutil/fifo: Fix the case where func() returns less bytes than …
|
|
|
@6e80fe1e
|
9 years |
Michael Niedermayer |
ffmpeg: Fix cleanup after failed allocation of output_files
Fixes: …
|
|
|
@15629129
|
9 years |
Michael Niedermayer |
avformat/mov: Fix deallocation when MOVStreamContext failed to …
|
|
|
@0ff4953e
|
9 years |
Michael Niedermayer |
avfilter/vf_ssim: Fix "incompatible pointer type" warnings
…
|
|
|
@fd4c87fa
|
9 years |
Michael Niedermayer |
ffmpeg: Fix crash with ost->last_frame allocation failure
Fixes: …
|
|
|
@bd27dc91
|
9 years |
Michael Niedermayer |
ffmpeg: Fix deallocating input threads with partly failed file …
|
|
|
@dfc58584
|
9 years |
Michael Niedermayer |
vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.
Both are 2-2.5x …
|
|
|
@39a04ebc
|
9 years |
James |
avutil/mem_internal: add missing header includes
Fixes make …
|
|
|
@ce91bab7
|
9 years |
Michael Niedermayer |
libavcodec/qsv.c: Issue fixed: QSV engine does not release display …
|
|
|
@96e1cc3f
|
9 years |
Michael Niedermayer |
Merge commit 'a5a6a786bfebb85c269abc25559fd71963983581'
* commit …
|
|
|
@3edc6d1c
|
9 years |
Michael Niedermayer |
Merge commit '32c8d89c036b0e75ece74aea638df587099def0b'
* commit …
|
|
|
@e17a459a
|
9 years |
Michael Niedermayer |
Merge commit '8e373fe048812a25b238ea60a7052b8c07639a42'
* commit …
|
|
|
@db1ab7e5
|
9 years |
Michael Niedermayer |
Merge commit 'c571424c7f6276a6374e1784ce2a33d4b6a4292d'
* commit …
|
|
|
@4bde1a4a
|
9 years |
Michael Niedermayer |
avcodec/mpegvideo: Fix null pointer dereference of picture array
…
|
|
|
@503ec713
|
9 years |
Michael Niedermayer |
ffmpeg: Fix cleanup with ost = NULL
Fixes: …
|
|
|
@85b7456e
|
9 years |
Michael Niedermayer |
avcodec/hevc_parser: Fix memleaks in parser mix
Found-by: jamrial …
|
|
|
@32d023eb
|
9 years |
Michael Niedermayer |
avformat/oggdec: Check buf before copying data in to it
Fixes null …
|
|
|
@5d346fe
|
9 years |
Michael Niedermayer |
avcodec/pthread_frame: check avctx on deallocation
Fixes null pointer …
|
|
|
@a5a6a786
|
9 years |
lu_zero |
mp3: Forward seeking errors
Signed-off-by: Luca Barbato …
|
|
|
@32c8d89c
|
9 years |
lu_zero |
hevc: Print the non-supported chroma_format_idc
And drop the spurious …
|
|
|
@8e373fe0
|
9 years |
lu_zero |
hevc: Factor out the pixel format mapping from the sps parser
The …
|
|
|
@c571424c
|
9 years |
anton |
asfdec: prevent memory leaks found with Coverity Scan
Signed-off-by: …
|
|
|
@84e847c7
|
9 years |
James |
avcodec/hevc_parser: use the old parser only when hevc decoder is …
|
|
|