|
|
|
@3b2b0739
|
11 years |
michaelni |
Merge commit '2d1f4288dd02a624cb8b86ab06371d6434c9da69'
* commit …
|
|
|
@efb5ebe8
|
11 years |
michaelni |
Merge commit 'b06c8bce02b15115a4789252365df2dda0c4713c'
* commit …
|
|
|
@5a15bd6f
|
11 years |
michaelni |
Merge commit '84f131921ffb43d8070d5680e91f6a24d66ccac4'
* commit …
|
|
|
@27e79779
|
11 years |
michaelni |
Merge commit '95a8a5aca60ce37d3abdf121a0285c2e317cf521'
* commit …
|
|
|
@e22e943e
|
11 years |
michaelni |
Merge commit '674fa49110a661694188a958be13d529b7c8c5dd'
* commit …
|
|
|
@409a143e
|
11 years |
michaelni |
Merge commit '943135621830ac3857d3cf766cfc280a95bb3c13'
* commit …
|
|
|
@4cbf3eb
|
11 years |
michaelni |
Merge commit 'eb891b3114f499e96b9faddd0b0ae856345dfbd9'
* commit …
|
|
|
@dee6d5f5
|
11 years |
michaelni |
Merge commit '17a10d51b8351ce9a57fcb6537b6a3c6ec8ba5e9'
* commit …
|
|
|
@12a40424
|
11 years |
michaelni |
Merge commit '33452aede6acab78f726cd1924824585f00765cc'
* commit …
|
|
|
@1dbb3cfa
|
11 years |
michaelni |
Merge commit 'b769cf4b44c8112827c2fdfcab74bd95600fd6d3'
* commit …
|
|
|
@95ad2483
|
11 years |
michaelni |
Merge commit '3bb91a1b5c4a0c5ec9c4d3b6649b23285c3d7f26'
* commit …
|
|
|
@37437d97
|
11 years |
michaelni |
tools/probetest: Check av_realloc() return code
Fixess CID1135761 …
|
|
|
@f6173fed
|
11 years |
michaelni |
postproc: fix null pointer dereference with invalid option strings
…
|
|
|
@9ab5cf54
|
11 years |
michaelni |
avutil/avstring: fix () position
Fixes CID1135751
Signed-off-by: …
|
|
|
@2d1f428
|
11 years |
anton |
mpegvideo: call av_frame_unref() instead of …
|
|
|
@b06c8bce
|
11 years |
anton |
mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().
…
|
|
|
@84f13192
|
11 years |
anton |
avplay: do not call avcodec_get_frame_defaults().
…
|
|
|
@95a8a5ac
|
11 years |
anton |
lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().
…
|
|
|
@674fa491
|
11 years |
anton |
avconv: do not call avcodec_get_frame_defaults()
Strictly speaking it …
|
|
|
@94313562
|
11 years |
anton |
lavc: deprecate avcodec_free_frame()
av_frame_free() should be used …
|
|
|
@eb891b31
|
11 years |
anton |
Replace all uses of avcodec_free_frame with av_frame_free().
|
|
|
@17a10d51
|
11 years |
anton |
hevc: set time_base when possible
Signed-off-by: Anton Khirnov …
|
|
|
@33452ae
|
11 years |
anton |
hevc: store the VPS list as an AVBufferRef, just like the others *PS
…
|
|
|
@b769cf4b
|
11 years |
anton |
hevc: do not dereference pointer before NULL check in verify_md5()
…
|
|
|
@81c11974
|
11 years |
michaelni |
avformat/utils: Check avcodec_open2() return code in …
|
|
|
@3bb91a1b
|
11 years |
diego |
configure: Add -DUSE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW64
This …
|
|
|
@6722e564
|
11 years |
michaelni |
avformat/hdsenc: fix off by 1 error in array size check
Fixes …
|
|
|
@d6c5fd9f
|
11 years |
michaelni |
tools/: Add gen-rc tool for generating Windows resource files
…
|
|
|
@572965c9
|
11 years |
michaelni |
avformat/hdsenc: fix unintentional integer overflow in …
|
|
|
@95d2fc6a
|
11 years |
michaelni |
avformat/hdsenc: Check rename() return value
Fixes CID1135748 …
|
|
|
@7441d1ec
|
11 years |
michaelni |
avformat/aviobuf: fix null dereference in avio_close_dyn_buf()
Fixes …
|
|
|
@0fe6906d
|
11 years |
michaelni |
avfilter/aeval: Fix use of uninitialized variable
Fixes CID1135776
…
|
|
|
@b6eee405
|
11 years |
michaelni |
avcodec/utils: Print warning if avcodec_set_dimensions() failed
Fixes …
|
|
|
@0f655037
|
11 years |
michaelni |
avcodec/bitstream: remove unused variable
Signed-off-by: Michael …
|
|
|
@945a440d
|
11 years |
Carl Eugen Hoyos |
Force one stream for raw muxers.
Based on eeb975f5
Fixes ticket …
|
|
|
@7f39352a
|
11 years |
michaelni |
avformat/oggparseopus: calculate pts/dts for initial packets after …
|
|
|
@39d11d59
|
11 years |
michaelni |
avformat/oggparseopus: factor opus_duration() out
Signed-off-by: …
|
|
|
@43f92553
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
alsdec: …
|
|
|
@4287466
|
11 years |
michaelni |
avcodec/snowdec: check av_frame_ref() return value
Fixes CID1135742
…
|
|
|
@11679e1b
|
11 years |
michaelni |
avcodec/pthread_frame: Fix memleak of AVCodecContext on error
Fixes …
|
|
|
@81ed7efb
|
11 years |
michaelni |
avcodec/indeo3: check the return code of ff_set_dimensions()
This is …
|
|
|
@d9339ab
|
11 years |
michaelni |
avcodec/h264: fix code that blindly dereferences NULL DPB
Fixes mixed …
|
|
|
@e23b183
|
11 years |
michaelni |
avcodec/hnm4video: change width/height to int
Fixes hypothetical …
|
|
|
@3af9d826
|
11 years |
michaelni |
avcodec/g2meet: check the return code of ff_set_dimensions()
This is …
|
|
|
@7fa9f7ef
|
11 years |
michaelni |
dvdsub_parse_extradata: fix memleak
Fixes CID1135765
Signed-off-by: …
|
|
|
@f90281ca
|
11 years |
michaelni |
hevc: Correctly set time_base
- Try reading the time_base information …
|
|
|
@679a6377
|
11 years |
michaelni |
hevc: avoid some unnecessary differences with libav
Signed-off-by: …
|
|
|
@6026a5ad
|
11 years |
michaelni |
sonic: Switch to rangecoder
significantly improves compression rate
…
|
|
|
@c61daa68
|
11 years |
michaelni |
avcodec/sonic: add larger version and minor_version fields with …
|
|
|
@4c32629b
|
11 years |
michaelni |
avcodec/sonic: move version to the context
Signed-off-by: Michael …
|
|
|
@ec4d761
|
11 years |
michaelni |
avcodec/sonic: fix memleaks
Signed-off-by: Michael Niedermayer …
|
|
|
@8477e63d
|
11 years |
michaelni |
sonic: use M_SQRT2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@2a0fb728
|
11 years |
siretart |
alsdec: check block length
Fix writing over the end
Found-by: …
|
|
|
@f8d8d2e2
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@1a5fdf95
|
11 years |
diego |
configure: Move log2 dependency declaration to a place it takes effect …
|
|
|
@8e5a2989
|
11 years |
michaelni |
avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of …
|
|
|
@0e575c24
|
11 years |
michaelni |
ffv1.4: use 2 coefficients for calculating the Y plane in the RCT
…
|
|
|
@2bdda9a1
|
11 years |
michaelni |
avcodec/ffv1enc: fix use of uninitalized variable in …
|
|
|
@2836ef68
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@1311ae8
|
11 years |
michaelni |
Merge commit 'c869fcdeac3b7cd71a852b928902daadeca55685'
* commit …
|
|
|
@985c5f22
|
11 years |
michaelni |
avcodec/utils: check that extended data has been set correctly instead …
|
|
|
@7102083
|
11 years |
michaelni |
avcodec/libutvideodec: free coded_frame with av_frame_free() instead …
|
|
|
@4c1b4ae
|
11 years |
michaelni |
avcodec/libutvideodec: use av_frame_move_ref()
AVFrames cannot be …
|
|
|
@999ee281
|
11 years |
michaelni |
avcodec/utils: dont depend on the channel layout in unrefcount_frame() …
|
|
|
@aae5c4d4
|
11 years |
Carl Eugen Hoyos |
doc: Fix adelay example.
Fixes ticket #3211.
|
|
|
@31a52a60
|
11 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
hevc: …
|
|
|
@33dfddf6
|
11 years |
michaelni |
Merge commit '3d1d175367f1f22e0c4952299a258272e2e2acf1'
* commit …
|
|
|
@1dab49c3
|
11 years |
michaelni |
Merge commit 'bacc2869f37b17b2a89e1083289fdaf7f95f27bc'
* commit …
|
|
|
@2c9fc694
|
11 years |
michaelni |
Merge commit '09cb75cdeba420d680bcb165a1ef668d8f381fed'
* commit …
|
|
|
@be6e8146
|
11 years |
michaelni |
Merge commit '5b10ef729f610fcbc9c485e7b643ce53268144cb'
* commit …
|
|
|
@7a603480
|
11 years |
michaelni |
Merge commit '7e244c68600f479270e979258e389ed5240885fb'
* commit …
|
|
|
@64f73acd
|
11 years |
michaelni |
cmdutils & opencl: add -opencl_bench option to test and show available …
|
|
|
@8e702bd3
|
11 years |
michaelni |
Merge commit 'd64341e498fa46c6cf4c23d408177d7489559654'
* commit …
|
|
|
@c9afeda5
|
11 years |
michaelni |
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master:
Fix …
|
|
|
@3a5cbc91
|
11 years |
michaelni |
Merge commit '61b203ffe6c71789acb14f51483d63fe9e516842'
* commit …
|
|
|
@8c677a9f
|
11 years |
michaelni |
Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'
* commit …
|
|
|
@94a849b8
|
11 years |
michaelni |
Merge commit 'd4f1188d1a662fed5347e70016da49e01563e8a8'
* commit …
|
|
|
@785066ae
|
11 years |
michaelni |
Merge commit 'c9ca220ef26e36abd22085e6fa156c0dbc43bbf0'
* commit …
|
|
|
@7a901eb3
|
11 years |
michaelni |
Merge commit '37a749012aaacc801fe860428417a6d7b81c103f'
* commit …
|
|
|
@27565164
|
11 years |
diego |
configure: Split host and target libc detection
|
|
|
@c869fcde
|
11 years |
diego |
configure: Move toolchain dependency declarations to a more …
|
|
|
@58f70f17
|
11 years |
michaelni |
Merge commit 'df7aba52b51007db50410abe15fe28391abd8757'
* commit …
|
|
|
@3f5f955
|
11 years |
michaelni |
Merge commit 'c342132fa8a29692e28c98238e3a31da5c407e42'
* commit …
|
|
|
@f3acdd44
|
11 years |
michaelni |
Merge commit 'a1ee1648690726b34e98eaf8db04fd7b3303cfc8'
* commit …
|
|
|
@04dac5d1
|
11 years |
michaelni |
Merge commit '85f947aefb3dae81f65f518acdffa8e31c679654'
* commit …
|
|
|
@f4332e95
|
11 years |
michaelni |
Merge commit 'd4f0f2d1e80b76260eb6b9cdde472ac069dfda56'
* commit …
|
|
|
@acb77dff
|
11 years |
vittorio.giovara |
hevc: parse frame packing arrangement SEI messages and save relevant …
|
|
|
@3d1d1753
|
11 years |
vittorio.giovara |
mpeg12enc: set frame packing information when relevant metadata is found
|
|
|
@bacc2869
|
11 years |
vittorio.giovara |
mpeg12dec: parse frame packing arrangement user_data and save relevant …
|
|
|
@09cb75cd
|
11 years |
vittorio.giovara |
libx264: set frame packing information when relevant information is found
|
|
|
@5b10ef72
|
11 years |
vittorio.giovara |
h264: parse frame packing arrangement SEI messages and save relevant …
|
|
|
@7e244c68
|
11 years |
vittorio.giovara |
avframe: add codec-independent stereoscopic metadata
|
|
|
@cefabaad
|
11 years |
michaelni |
Merge commit 'e5419709f50593769037ab77d7102f82d9260784'
* commit …
|
|
|
@362383b7
|
11 years |
Carl Eugen Hoyos |
Fix remuxing of IMA_QT in mov.
Fixes ticket #1603.
|
|
|
@c5a83765
|
11 years |
Carl Eugen Hoyos |
Do not detect "00000000..." (and other non-changing values) as adp.
|
|
|
@45fd4ec9
|
11 years |
michaelni |
Merge commit 'd351ef47d0e0ccb7de96b37f137c16b2885580ac'
* commit …
|
|
|
@b8667bcc
|
11 years |
Carl Eugen Hoyos |
Revert: flvenc: Don't pretend to support muxing "plain" VP6
Muxing …
|
|
|
@8947f47f
|
11 years |
michaelni |
Merge commit 'b605b123ef1d3bac0e7c221d8d7fa74cd8c7253c'
* commit …
|
|
|
@37945584
|
11 years |
michaelni |
Merge commit 'afa21a12bf084f905187615706b0a8d92bc98661'
* commit …
|
|
|
@6393038
|
11 years |
michaelni |
Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5'
* commit …
|
|
|