Timeline



Aug 3, 2016:

10:59 PM Changeset in ffmpeg [796027f2] by Timothy Gu <timothygu99@gmail.com>
Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22' * commit …
10:42 PM Ticket #4441 (support HDCD) updated by bp0
Such a check is added in bea17a3d57053e77a9b3f46291f9d620dd76f7a2
10:41 PM Changeset in ffmpeg [bca30ed2] by Timothy Gu <timothygu99@gmail.com>
Merge commit 'b13fc1e344011949929975a3451f78f226aa1de3' * commit …
9:26 PM Ticket #5753 (sanm: implement codec 37 compression 1) created by ami_stuff
https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2016-April/192453.html
6:35 PM Ticket #5752 (Crash when muxing webm_chunk) updated by Carl Eugen Hoyos
Description changed
6:34 PM Ticket #5752 (Crash when muxing webm_chunk) updated by Carl Eugen Hoyos
Description changed
6:34 PM Ticket #5752 (Crash when muxing webm_chunk) updated by Carl Eugen Hoyos
Description changed
6:32 PM Changeset in ffmpeg [4be8ab70] by Paul B Mahol <onemda@gmail.com>
avfilter/af_astats: extend bitdepth calculation
6:30 PM out.ac3 attached to Ticket #5752 by Carl Eugen Hoyos
6:29 PM capture_cut.ts attached to Ticket #5752 by Carl Eugen Hoyos
6:27 PM Ticket #5752 (Crash when muxing webm_chunk) created by Carl Eugen Hoyos
http://ffmpeg.org/pipermail/ffmpeg-user/2016-August/033006.html A user …
5:53 PM SponsoringPrograms/Outreachy/2016-12 edited by Michael Niedermayer
fix copy and paste error (diff)
5:40 PM Changeset in ffmpeg [b1ce8003] by Michael Niedermayer <michael@niedermayer.cc>
avformat/teeproto: Support parsing protocol options Signed-off-by: …
2:20 PM Ticket #5239 (support options for MPEGTS muxer when using RTP_MPEGTS) updated by thovo
Analysis: At the moment, format options do not get forwarded from …
2:09 PM Changeset in ffmpeg [c5cc3b08] by Michael Niedermayer <michael@niedermayer.cc>
avformat/oggdec: Fix integer overflow with invalid pts If negative …
2:09 PM Changeset in ffmpeg [6cd9a8b6] by Michael Niedermayer <michael@niedermayer.cc>
ffplay: Fix invalid array index Found-by: Thomas Guilbert …
2:06 PM Ticket #5239 (support options for MPEGTS muxer when using RTP_MPEGTS) updated by thovo
Reproduced by developer, Cc, Summary, Version, Analyzed by developer, Type changed
1:21 PM Ticket #5751 (chroma_radius, cr & chroma_strength, cs setting range is wrong.) closed by Carl Eugen Hoyos
fixed: Fixed in 8916ad956a1e9093a935be133b38d0e367c0aee5
1:20 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by xzerth
Replying to cehoyos: > Replying to xzerth: > …
1:20 PM Changeset in ffmpeg [8916ad95] by Carl Eugen Hoyos <cehoyos@ag.or.at>
doc/filters: Fix option ranges for the sab filter. Fixes ticket #5751.
1:16 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by Carl Eugen Hoyos
Replying to xzerth: > Are you still can't reproduce the …
1:06 PM Ticket #5751 (chroma_radius, cr & chroma_strength, cs setting range is wrong.) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
12:51 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by xzerth
Replying to cehoyos: > Is the issue also reproducible if …
12:48 PM Ticket #5751 (chroma_radius, cr & chroma_strength, cs setting range is wrong.) created by nicol
Summary of the bug: chroma_radius, cr & chroma_strength, cs setting …
12:28 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by Carl Eugen Hoyos
Is the issue also reproducible if you reencode (to x264 or …
9:37 AM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by xzerth
Ok, now I understand :) To see the problem I'm using also my scripts. …
9:28 AM pcr_diff.py attached to Ticket #5750 by xzerth
pcr_diff.py
9:09 AM Ticket #5681 (12bit DNxHR 444 and HQX disabled by default) closed by Carl Eugen Hoyos
fixed: Fixed by Steven Robertson in e1be80aa11cca765881d04f21119487db53c4ffa
9:07 AM Changeset in ffmpeg [0df48011] by Anton Khirnov <anton@khirnov.net>
vp9: make mv bounds 32bit. The frame dimensions are 16bit, so the mv …
9:07 AM Changeset in ffmpeg [24a36256] by Anton Khirnov <anton@khirnov.net>
buffer: fix av_buffer_realloc() when the data is offset wrt buffer …
9:07 AM Changeset in ffmpeg [e99ecda] by Anton Khirnov <anton@khirnov.net>
checkasm: add vp9 MC tests. Signed-off-by: Anton Khirnov …
9:04 AM Changeset in ffmpeg [9790b44a] by Anton Khirnov <anton@khirnov.net>
vp9mc/x86: sse2 MC assembly. Also a slight change to the ssse3 code, …
9:02 AM Ticket #3455 (aresample=matrix_encoding=dplii doesn't downmix backleft and center ...) updated by Carl Eugen Hoyos
See also #4175.
9:00 AM Changeset in ffmpeg [67922b4e] by Anton Khirnov <anton@khirnov.net>
vp9mc/x86: add AVX and AVX2 MC Roughly 25% faster MC than ssse3 for …
8:57 AM Changeset in ffmpeg [3cda179] by Anton Khirnov <anton@khirnov.net>
vp9mc/x86: rename ff_* to ff_vp9_* Signed-off-by: Anton Khirnov …
8:57 AM Changeset in ffmpeg [8be8444d] by Anton Khirnov <anton@khirnov.net>
vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext pavgb is an sse …
8:57 AM Changeset in ffmpeg [6ab642d6] by Anton Khirnov <anton@khirnov.net>
vp9mc/x86: simplify a few inits. Signed-off-by: Anton Khirnov …
8:57 AM Changeset in ffmpeg [3a094949] by Anton Khirnov <anton@khirnov.net>
vp9mc/x86: add 16px functions (64bit only). Signed-off-by: Anton …
8:57 AM Changeset in ffmpeg [89466de4] by Anton Khirnov <anton@khirnov.net>
vp9/x86: rename vp9dsp to vp9mc It only contains the MC SIMD, other …
8:56 AM Changeset in ffmpeg [89aebc5b] by Anton Khirnov <anton@khirnov.net>
lavc: align the linesize to 32 when AVX is enabled
8:56 AM Changeset in ffmpeg [63ac8e2d] by Anton Khirnov <anton@khirnov.net>
lavu: add LOCAL_ALIGNED_32 Signed-off-by: James Almer …
8:56 AM Changeset in ffmpeg [3c504bc3] by Anton Khirnov <anton@khirnov.net>
x86: deduplicate some constants Signed-off-by: Anton Khirnov …
8:56 AM Changeset in ffmpeg [d3e4d406] by Anton Khirnov <anton@khirnov.net>
h264dec: reset nb_slice_ctx_queued for hwaccel decoding Fixes hwaccel …
8:56 AM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by Carl Eugen Hoyos
What do I have to do with tstools to get the output you provided?
7:33 AM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by xzerth
You can reproduce the problem with my command. Or what are you asking …
6:27 AM Changeset in ffmpeg [e5b01972] by Diego Biurrun <diego@biurrun.de>
m4vdec: Check for non-startcode 00 00 00 sequences in probe This …
6:26 AM Changeset in ffmpeg [3ccec334] by Diego Biurrun <diego@biurrun.de>
sbrdsp: Move a misplaced #endif directive to the right spot
6:26 AM Changeset in ffmpeg [e723dce6] by Diego Biurrun <diego@biurrun.de>
dvbsubdec: Use NULL instead of 0 as pointer value
5:46 AM Changeset in ffmpeg [e9659d1a] by Timothy Gu <timothygu99@gmail.com>
decklink: Remove unneeded spaces in initializers
5:40 AM Changeset in ffmpeg [e0b8cba0] by Timothy Gu <timothygu99@gmail.com>
af_hdcd: add flags to AVOption defs Signed-off-by: Burt P …
5:33 AM Changeset in ffmpeg [327033d9] by Timothy Gu <timothygu99@gmail.com>
jni: Return ENOSYS on unsupported platforms
5:32 AM Changeset in ffmpeg [fd242479] by Timothy Gu <timothygu99@gmail.com>
mediacodec: Return ENOSYS on unsupported platforms
5:32 AM Changeset in ffmpeg [4e2a8c4] by Timothy Gu <timothygu99@gmail.com>
jni: Return ENOSYS on unsupported platforms
5:15 AM Changeset in ffmpeg [58c7bf78] by Timothy Gu <timothygu99@gmail.com>
doxygen: Standardize root-level modules
4:53 AM Changeset in ffmpeg [a4d7a6d1] by Timothy Gu <timothygu99@gmail.com>
mathematics: Extend and edit Doxygen
4:52 AM Changeset in ffmpeg [952c4cf7] by Timothy Gu <timothygu99@gmail.com>
rational: Extend Doxygen
4:49 AM Changeset in ffmpeg [f29ffbc8] by Timothy Gu <timothygu99@gmail.com>
avutil/hash: Add more detailed Doxygen documentation
3:36 AM Changeset in ffmpeg [613c8629] by James Almer <jamrial@gmail.com>
avcodec/h264dec: move ff_h264_ps_uninit prototype to h264_ps.h It's …
1:17 AM Changeset in ffmpeg [e1be80aa] by Michael Niedermayer <michael@niedermayer.cc>
libavcodec/dnxhd: Enable 12-bit DNxHR support. 10- and 12-bit DNxHR …

Aug 2, 2016:

10:59 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by Carl Eugen Hoyos
Keywords changed
How can I reproduce the PCR frequency? (And why are you using pipe …
10:53 PM Changeset in ffmpeg [708d9e9f] by Timothy Gu <timothygu99@gmail.com>
Doxyfile: Set STRIP_FROM_INC_PATH to project root Show proper …
10:39 PM Ticket #5746 (LucasArts SANM/SMUSH video fails to decode) updated by ami_stuff
Cc changed
there seems to be an incomplete support for this here (didn't test it …
10:28 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by xzerth
Ok, here is output from the git master for file I've uploaded to …
10:17 PM Changeset in ffmpeg [ec234cce] by Timothy Gu <timothygu99@gmail.com>
mem: Order function prototypes semantically
9:25 PM Changeset in ffmpeg [9a345b23] by Carl Eugen Hoyos <cehoyos@ag.or.at>
lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not …
9:17 PM Ticket #5747 (Dirac decoder compilation fails on x64 when yasm is available) updated by Carl Eugen Hoyos
Resolution, Component changed
This was fixed today, thank you for the report! …
8:10 PM vid00003_cut.mpg attached to Ticket #5749 by Carl Eugen Hoyos
8:01 PM Changeset in ffmpeg [54692937] by Timothy Gu <timothygu99@gmail.com>
cosmetics: Correct comments in decklink_dec Signed-off-by: Timothy Gu …
7:41 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by Carl Eugen Hoyos
Component changed
7:41 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by Carl Eugen Hoyos
Please test current FFmpeg git head and please provide command line …
7:11 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) updated by xzerth
The upload file size is very small and the problem reproduces with …
7:08 PM input_generate_bad_pcr.ts attached to Ticket #5750 by xzerth
source mpegts file with multiple video tracks transcoded with ffmpeg
6:59 PM Ticket #5750 (ffmpeg generates rarerly PCR for mpegts with multiple video streams ...) created by xzerth
Summary of the bug: I'm trying to copy multiple video streams from one …
6:48 PM Changeset in ffmpeg [efc9d5c4] by James Almer <jamrial@gmail.com>
x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4} Signed-off-by: …
6:47 PM Changeset in ffmpeg [7a9a8afc] by James Almer <jamrial@gmail.com>
avcodec/ttaenc: split off hybrid filter processing as ttaencdsp …
6:22 PM Changeset in ffmpeg [35e7fc60] by Michael Niedermayer <michael@niedermayer.cc>
avformat/tee: Factor parse_slave_options() out Reviewed-by: Nicolas …
6:18 PM Changeset in ffmpeg [fc94a1ac] by Martin Storsjö <martin@martin.st>
Revert "libavutil: Use an intermediate variable in AV_COPY*U" This …
6:18 PM Changeset in ffmpeg [9806b9ab] by Martin Storsjö <martin@martin.st>
Revert "Don't use expressions with side effects in macro parameters" …
6:00 PM Changeset in ffmpeg [8ab200fb] by Paul B Mahol <onemda@gmail.com>
avfilter/af_dynaudnorm: improve pre-filling code In order to avoid …
5:11 PM LibavMerge edited by Timothy Gu
fix trac stupidity (diff)
5:01 PM Ticket #5738 (alac encoding regression) closed by Carl Eugen Hoyos
fixed: Fixed by Paul in 82b84c71b009884c8d041361027718b19922c76d
4:41 PM Changeset in ffmpeg [82b84c7] by Paul B Mahol <onemda@gmail.com>
avcodec/alacenc: allocate bigger packets
4:22 PM LibavMerge created by Timothy Gu
Copy from Clément Bœsch's email …
4:16 PM WikiStart edited by Timothy Gu
Add LibavMerge (diff)
4:01 PM Changeset in ffmpeg [1fcf243] by Timothy Gu <timothygu99@gmail.com>
mathematics: Make function prototypes identical to definitions …
3:22 PM Ticket #5484 (build from git fails in libavutil) closed by Carl Eugen Hoyos
fixed: Fixed in 5aede051202150a1904c0f07a5c7901f402395a5
3:07 PM Changeset in ffmpeg [5aede051] by Carl Eugen Hoyos <cehoyos@ag.or.at>
lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not …
2:50 PM Changeset in ffmpeg [39211cb9] by Timothy Gu <timothygu99@gmail.com>
murmur3: Add Doxygen documentation The interface has been stable for …
2:48 PM Changeset in ffmpeg [0a7a4e33] by Timothy Gu <timothygu99@gmail.com>
avutil: Add detailed Doxygen description to a few hashes
2:48 PM Changeset in ffmpeg [19d7098c] by Timothy Gu <timothygu99@gmail.com>
avutil: Group hash functions separately in Doxygen
2:45 PM Changeset in ffmpeg [fbe22355] by Timothy Gu <timothygu99@gmail.com>
build: Make API documentation depend on config.mak The Doxygen …
2:31 PM Ticket #5749 (File produced ffmpeg by stream copy reports audio (AAC) for the stream ...) updated by Carl Eugen Hoyos
Keywords, Status, Version, Reproduced by developer changed
For future tickets, please remember to always provide both the command …
2:16 PM Changeset in ffmpeg [8ee113af] by Carl Eugen Hoyos <cehoyos@ag.or.at>
lavf/rmdec: Do not return EIO on EOF. Reported-by: applemax82
1:52 PM Ticket #5749 (File produced ffmpeg by stream copy reports audio (AAC) for the stream ...) created by gyhrvy
Summary of the bug: I'm attempting a partial stream copy of the file …
10:50 AM Changeset in ffmpeg [3d7ea1d3] by Michael Niedermayer <michael@niedermayer.cc>
doc/filters: Add stats_version documentation to PSNR filter …
10:50 AM Changeset in ffmpeg [7be021d9] by Michael Niedermayer <michael@niedermayer.cc>
fate: add test for tremolo filter Signed-off-by: Michael Niedermayer …
8:33 AM Changeset in ffmpeg [f79d8474] by Martin Storsjö <martin@martin.st>
intreadwrite: Use the unaligned keyword on MSVC for ARM and x86_64 …
8:32 AM Changeset in ffmpeg [230b1c07] by Martin Storsjö <martin@martin.st>
intreadwrite: Add intermediate variables in the byteswise AV_W*() …
2:41 AM Ticket #5727 (HDCD should not apply gain unless the values match in both channels) closed by bp0
fixed
2:40 AM Ticket #5727 (HDCD should not apply gain unless the values match in both channels) updated by bp0
Fixed in d574e22659bd51cdf16723a204fef65a9e783f1d.

Aug 1, 2016:

10:11 PM Changeset in ffmpeg [01f0598b] by James Almer <jamrial@gmail.com>
Merge commit '996f13413b0415097e2a184d161462ffb3ceb647' * commit …
9:57 PM Changeset in ffmpeg [bea17a3d] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: Warn if there is any resampling or format conversion in the …
9:57 PM Changeset in ffmpeg [d574e22] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: Process stereo channels together, fix #5727 Issue #5727: …
9:15 PM Changeset in ffmpeg [517dd04f] by James Almer <jamrial@gmail.com>
Merge commit 'bc7f4268514624e1286ea76d27a89a56b4ee18e1' * commit …
7:46 PM Changeset in ffmpeg [fd4eb565] by James Almer <jamrial@gmail.com>
Merge commit '8281cd5cb80582d668ce0848e0e035b383f161f6' * commit …
6:11 PM Changeset in ffmpeg [f41048f6] by James Almer <jamrial@gmail.com>
Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c' * commit …
5:48 PM Changeset in ffmpeg [12759cc0] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: Move code detect/check into own function Signed-off-by: Burt …
5:48 PM Changeset in ffmpeg [b90d0ab4] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: add force_pe filter option Used to attempt replication of …
5:48 PM Changeset in ffmpeg [6517177] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: Improve error detection logging * Moves the filter context …
5:47 PM Changeset in ffmpeg [bbf0b4fa] by Michael Niedermayer <michael@niedermayer.cc>
MAINTAINERS: Add myself for af_hdcd Signed-off-by: Burt P …
4:04 PM Changeset in ffmpeg [4c121ad5] by James Almer <jamrial@gmail.com>
Merge commit '1cf2f3d334f52849aae2be868bad1e5fa5f59aa0' * commit …
4:03 PM Changeset in ffmpeg [7c8bf2dc] by James Almer <jamrial@gmail.com>
Merge commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29' * commit …
4:02 PM Changeset in ffmpeg [9ee1f033] by James Almer <jamrial@gmail.com>
Merge commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4' * commit …
3:58 PM Changeset in ffmpeg [8c793288] by James Almer <jamrial@gmail.com>
Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216' * commit …
3:33 PM build.fd2cde0.log attached to Ticket #5748 by Bryan Murphy
3:32 PM Ticket #5748 (M3U8 playback broken after seek in Safari OSX/iOS) updated by Bryan Murphy
Yes, I can reproduce this with current origin/master fd2cde0. Here is …
3:29 PM Changeset in ffmpeg [8f6a95a1] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vp9_parser: Check the input frame sizes for being consistent …
3:29 PM Changeset in ffmpeg [b4922dae] by Michael Niedermayer <michael@niedermayer.cc>
avformat/flvdec: parse keyframe before a\v stream was created …
3:29 PM Changeset in ffmpeg [88e3e6b9] by Michael Niedermayer <michael@niedermayer.cc>
avformat/flvdec: splitting add_keyframes_index() out from …
3:29 PM Changeset in ffmpeg [87d5146f] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/rtpdec_asf: zero initialize the AVIOContext struct This …
3:29 PM Changeset in ffmpeg [caf32880] by Michael Niedermayer <michael@niedermayer.cc>
libavutil/opt: Small bugfix in example. Fix const corectness and zero …
3:29 PM Changeset in ffmpeg [7c01fa96] by Michael Niedermayer <michael@niedermayer.cc>
libx264: Increase x264 opts character limit to 4096 Signed-off-by: …
3:29 PM Changeset in ffmpeg [e4eab67a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264_parser: Set sps/pps_ref Fixes use of freed memory Should …
3:05 PM Changeset in ffmpeg [77b0f3f2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/vp9_parser: Check the input frame sizes for being consistent …
2:45 PM Ticket #5748 (M3U8 playback broken after seek in Safari OSX/iOS) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
Is the issue reproducible with current FFmpeg git head? If yes, please …
2:31 PM Ticket #5748 (M3U8 playback broken after seek in Safari OSX/iOS) created by Bryan Murphy
I recently tried upgrading to ffmpeg 3.1 and a number of videos that …
1:31 PM Ticket #5747 (Dirac decoder compilation fails on x64 when yasm is available) closed by Carl Eugen Hoyos
worksforme: I can neither reproduce with new nor old yasm on osx. Please test …
1:03 PM Ticket #5746 (LucasArts SANM/SMUSH video fails to decode) updated by Carl Eugen Hoyos
Keywords, Status, Version, Reproduced by developer changed
10:43 AM SponsoringPrograms/Outreachy/2016-12 created by compn
3:56 AM Changeset in ffmpeg [fd2cde02] by Timothy Gu <timothygu99@gmail.com>
Doxygen: Re-enable JAVADOC_AUTOBRIEF

Jul 31, 2016:

7:50 PM Changeset in ffmpeg [014773b6] by Martin Storsjö <martin@martin.st>
libavutil: Use an intermediate variable in AV_COPY*U If AV_RN and …
7:50 PM Changeset in ffmpeg [25bacd0a] by Martin Storsjö <martin@martin.st>
Don't use expressions with side effects in macro parameters AV_WB32 …
7:50 PM Changeset in ffmpeg [7ebdffc3] by Martin Storsjö <martin@martin.st>
dxv: Check to make sure we don't overrun buffers on corrupt inputs …
5:19 PM Changeset in ffmpeg [04da20e5] by Timothy Gu <timothygu99@gmail.com>
dynarray: Change AV_ to FF_ for AV_DYNARRAY_ADD The header is not …
2:59 PM Changeset in ffmpeg [c9ae8be] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskaenc: fix Voids with size < 10 Signed-off-by: Michael …
2:36 PM Changeset in ffmpeg [390eea61] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: give cdt expired counter a value for never set The counter …
2:36 PM Changeset in ffmpeg [999c6b1d] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: fix a minor cosmetic annoyance Signed-off-by: Michael …
7:26 AM makefile.output attached to Ticket #5747 by Nicholas
Output of make command
7:26 AM Ticket #5747 (Dirac decoder compilation fails on x64 when yasm is available) created by Nicholas
Summary of the bug: When compiling ffmpeg on MacOSX x64 and using …
6:19 AM Changeset in ffmpeg [e328178d] by Anton Khirnov <anton@khirnov.net>
qsvdec: only access hwaccel_context is the pixel format is QSV We do …
6:19 AM Changeset in ffmpeg [ed1cd810] by Anton Khirnov <anton@khirnov.net>
flac demuxer: improve probing Extend the probe function to validate …
6:19 AM Changeset in ffmpeg [5ebef79a] by Anton Khirnov <anton@khirnov.net>
Fix instances of broken indentation found by gcc 6
2:52 AM Changeset in ffmpeg [cebad64d] by Timothy Gu <timothygu99@gmail.com>
Doxyfile: Reset unused options back to default Silences a few warnings.
2:52 AM Changeset in ffmpeg [5522da9e] by Timothy Gu <timothygu99@gmail.com>
doxygen: Remove outdated EXPAND_AS_DEFINED
1:36 AM Ticket #5746 (LucasArts SANM/SMUSH video fails to decode) updated by Dan Loewenherz
Just checked, yep, reproducible with latest git head (906ee41). Link …
12:32 AM Ticket #5746 (LucasArts SANM/SMUSH video fails to decode) updated by Carl Eugen Hoyos
If the issue is reproducible with current FFmpeg git head please …

Jul 30, 2016:

10:45 PM Ticket #5746 (LucasArts SANM/SMUSH video fails to decode) updated by Dan Loewenherz
Summary changed
10:44 PM Ticket #5746 (LucasArts SANM/SMUSH video fails to decode) updated by Dan Loewenherz
I tried to access the anonymous FTP server to upload input.SAN but I …
10:37 PM output.txt attached to Ticket #5746 by Dan Loewenherz
output.txt
10:35 PM Ticket #5746 (LucasArts SANM/SMUSH video fails to decode) created by Dan Loewenherz
Summary of the bug: Decoding a LucasArts SANM file fails with …
7:53 PM Changeset in ffmpeg [906ee411] by Paul B Mahol <onemda@gmail.com>
avfilter/af_stereowiden: fix read/write past the end of buffer The …
1:17 PM Changeset in ffmpeg [61d302dd] by Paul B Mahol <onemda@gmail.com>
doc/filters: mention HDMI output format for stereo3d filter
10:45 AM Ticket #5738 (alac encoding regression) updated by Carl Eugen Hoyos
Description changed
2:01 AM Changeset in ffmpeg [7204a629] by Timothy Gu <timothygu99@gmail.com>
doxygen: Set tab size to 4
2:01 AM Changeset in ffmpeg [6253e567] by Timothy Gu <timothygu99@gmail.com>
doxygen: Update Doxyfile for Doxygen 1.8.8
2:01 AM Changeset in ffmpeg [f198b8af] by Timothy Gu <timothygu99@gmail.com>
doxygen: Fix PREDEFINED syntax
2:01 AM Changeset in ffmpeg [22df70e9] by Timothy Gu <timothygu99@gmail.com>
doxygen: Add a note on libavutil's modular nature

Jul 29, 2016:

11:02 PM Changeset in ffmpeg [52ec4cc0] by Michael Niedermayer <michael@niedermayer.cc>
libavformat/matroskadec: Add test for seeking with codec delay. Also …
6:49 PM Changeset in ffmpeg [bc9ce5f6] by Michael Niedermayer <michael@niedermayer.cc>
avfilter: Add new format for PSNR stats log Add an AVOption …
5:03 PM Changeset in ffmpeg [5ed4644] by Diego Biurrun <diego@biurrun.de>
x11grab: Rename internal component to "xcbgrab"
5:03 PM Changeset in ffmpeg [4fef648d] by Diego Biurrun <diego@biurrun.de>
Remove the legacy X11 screen grabber The XCB screen grabber is a …
4:46 PM Changeset in ffmpeg [8495d84f] by Diego Biurrun <diego@biurrun.de>
ac3dec: Add some inline hints Signed-off-by: Diego Biurrun …
4:46 PM Changeset in ffmpeg [3db51bf6] by Diego Biurrun <diego@biurrun.de>
ac3dec: Simplify skipping skip_bits_long() can skip up to 32-bit …
4:46 PM Changeset in ffmpeg [f0ccc65b] by Diego Biurrun <diego@biurrun.de>
ac3dec: Split coupling-specific code from decode_audio_block() …
4:46 PM Changeset in ffmpeg [a5ebe5d1] by Diego Biurrun <diego@biurrun.de>
ac3dec: Split spx-specific code from decode_audio_block() …
4:46 PM Changeset in ffmpeg [2ac00d2] by Diego Biurrun <diego@biurrun.de>
mov: Validate the ID number IDs in MOV start from 1. Signed-off-by: …
1:59 PM Changeset in ffmpeg [a115eb9e] by Anton Khirnov <anton@khirnov.net>
mimic: do not release the newly obsolete reference at the end of …
1:28 PM Ticket #5745 (The ‘fieldmatch’ filter sometimes fails to mark combed frames as ...) updated by Alexander Behringer
After I came across this issue, I experimented a bit and read the …
12:22 PM Ticket #5738 (alac encoding regression) updated by Carl Eugen Hoyos
I am currently away, will upload next week, sorry. …
12:17 PM Ticket #5745 (The ‘fieldmatch’ filter sometimes fails to mark combed frames as ...) updated by Carl Eugen Hoyos
But if you have a fix for the issue you see, please do not hesitate to …
12:16 PM Ticket #5745 (The ‘fieldmatch’ filter sometimes fails to mark combed frames as ...) updated by Carl Eugen Hoyos
Please provide a real-world input video: Afaict fieldmatch uses …
11:58 AM Ticket #5738 (alac encoding regression) updated by Elon Musk
Could you upload to more friendly location?, this site tries to give …
10:12 AM Changeset in ffmpeg [0219dc6c] by Michael Niedermayer <michael@niedermayer.cc>
avformat/rmdec: Clear extradata when extradata_size is cleared …
9:33 AM Ticket #5745 (The ‘fieldmatch’ filter sometimes fails to mark combed frames as ...) created by Alexander Behringer
== Description == If the fieldmatch filter produces a combed frame, …
9:20 AM Changeset in ffmpeg [a170365a] by Clément Bœsch <u@pkh.me>
Merge commit '4e2f6212483ae1b2a4043cddf0a1cb001b476abc' * commit …
9:13 AM Changeset in ffmpeg [ecf65c30] by Clément Bœsch <u@pkh.me>
Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646' * commit …
9:01 AM Changeset in ffmpeg [15b26e88] by Clément Bœsch <u@pkh.me>
Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa' * commit …
8:39 AM Changeset in ffmpeg [7dda97fb] by Clément Bœsch <u@pkh.me>
Merge commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3' * commit …
8:24 AM Changeset in ffmpeg [cc0852be] by Clément Bœsch <u@pkh.me>
Merge commit '19446dc5fff6a2f5ccd1a73db66e266255a5d768' * commit …
8:24 AM Changeset in ffmpeg [13872d2a] by Clément Bœsch <u@pkh.me>
Merge commit 'bcd91f1644b46dd142c5355c8b742b27d9028903' * commit …
8:13 AM Changeset in ffmpeg [238733f7] by Josh de Kock <josh@itanimul.li>
hapdec: remove unused memory.h include Most systems have this, so it …
7:59 AM Changeset in ffmpeg [a63c7312] by Clément Bœsch <u@pkh.me>
Merge commit '17e7c03e12d1e4490921e7bffaeaa6b46a7ada4e' * commit …
6:47 AM Changeset in ffmpeg [156b5bb9] by Stefano Sabatini <stefasab@gmail.com>
lavf/mpegtsenc: add special case for handling timed ID3 packets Set …
5:31 AM Ticket #5694 (ffmpeg git master compile error on libopenjpeg) updated by Julian Sikorski
It works with 2.1.1 and 1.5.1. For 2.1.0 I would need more time to …

Jul 28, 2016:

10:30 PM Changeset in ffmpeg [28636809] by Michael Niedermayer <michael@niedermayer.cc>
fate: add test for stereotools filter Signed-off-by: Michael …
10:30 PM Changeset in ffmpeg [08c1b6bb] by Michael Niedermayer <michael@niedermayer.cc>
fate: add test for silenceremove filter Signed-off-by: Michael …
9:01 PM Downstreams edited by James
Move Ubuntu 15.10 to the EOL list (diff)
8:38 PM Ticket #5744 (Error when converting mov to mp4 "ratecontrol_init: can't open stats ...) updated by Carl Eugen Hoyos
Priority, Keywords changed
Can you reproduce with a binary linked from our download page?
4:38 PM Ticket #3508 (Cannot open stats file on second pass when attempting to generate ...) updated by Office
IM having this very same issue. I'm very new to FFMPEG so i have no …
2:50 PM Ticket #5744 (Error when converting mov to mp4 "ratecontrol_init: can't open stats ...) created by Office
Summary of the bug: IM trying to convert MOV into MP4 and i get an …
2:11 PM Changeset in ffmpeg [83b99093] by Matthieu Bouron <matthieu.bouron@stupeflix.com>
Changelog: add entry for MediaCodec hwaccel
10:09 AM Changeset in ffmpeg [65b2feb8] by Michael Niedermayer <michael@niedermayer.cc>
avutil/mem: fix memleak The original code assumes av_realloc() will …
9:45 AM Ticket #2886 (HLS source with multiple variants is not optimally handled) updated by Danny Zhao
has anyone implemented the HLS adaptive streaming ?
9:25 AM Ticket #5743 (SAR changes when stream copying y4m video to Matroska when SAR is ...) updated by kieranjol
It is. I tried to reproduce the attributes of my y4m file with …
9:21 AM Ticket #5694 (ffmpeg git master compile error on libopenjpeg) updated by Carl Eugen Hoyos
Does the patch allow compilation with libopenjpeg 2.1.0 and older versions?
9:20 AM Ticket #5739 (Invalid RTCP SR package sent by ffmpeg) closed by Carl Eugen Hoyos
needs_more_info: If you want this fixed in old release series, please tell us which …
9:17 AM Ticket #5743 (SAR changes when stream copying y4m video to Matroska when SAR is ...) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
Iirc the issue is also reproducible with -vcodec rawvideo.
8:56 AM Ticket #5739 (Invalid RTCP SR package sent by ffmpeg) updated by sancane
Just tried it. It seems that the problem is solved in git head. Sorry …
8:52 AM Ticket #5743 (SAR changes when stream copying y4m video to Matroska when SAR is ...) created by kieranjol
Summary of the bug: Y4m videos that are stream copied to Matroska can …
8:30 AM Changeset in ffmpeg [d7ae4f79] by Paul B Mahol <onemda@gmail.com>
avfilter/f_drawgraph: add another slide mode
7:30 AM Changeset in ffmpeg [37abc8cc] by Clément Bœsch <clement@stupeflix.com>
lavfi/hdcd: fix style
7:29 AM Changeset in ffmpeg [4791716c] by Clément Bœsch <clement@stupeflix.com>
lavfi/hdcd: mark pe_str as static and const
5:44 AM Ticket #5694 (ffmpeg git master compile error on libopenjpeg) updated by Julian Sikorski
The attached patch is courtesy of Sandro Mani.
5:43 AM ffmpeg_opj2.patch attached to Ticket #5694 by Julian Sikorski
patch fixing build failure
4:59 AM Ticket #5729 (FLV key frame index at start may be skipped) closed by snorlaxzxz
fixed: Fixed #ad14aab
12:57 AM Ticket #5741 (Wrong probing of an mp3 file) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
For future tickets: Please remember to test current FFmpeg git head …
12:26 AM Changeset in ffmpeg [fb91143e] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: Report PE as being intermittent or permanent The Peak Extend …
12:06 AM Changeset in ffmpeg [70c1647a] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskaenc: Write duration early during mkv_write_header …

Jul 27, 2016:

11:59 PM Ticket #5742 (h264_vaapi encoding with distorted images in result) updated by lvml
Summary changed
11:51 PM Ticket #5742 (h264_vaapi encoding with distorted images in result) created by lvml
Summary of the bug: When encoding high quality 4k video files (from …
10:45 PM Ticket #4930 (FFmpeg fails to detect video stream on Encrypted HLS) closed by Anssi Hannula
fixed: Fixed in 4d85069e5dff37e4a9904767242b47e14cf62a9c, …
10:24 PM Changeset in ffmpeg [04964ac3] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: Fix missing streams in some cases with MPEG TS HLS …
10:24 PM Changeset in ffmpeg [83db3c84] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: Move stream propagation to a separate function Creation …
10:24 PM Changeset in ffmpeg [9884f17e] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: Use an array instead of stream offset for stream mapping …
10:24 PM Changeset in ffmpeg [4d85069e] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: Sync starting segment across variants on live streams …
10:24 PM Changeset in ffmpeg [9cb30f7a] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/hls: Fix regression with ranged media segments Commit …
10:24 PM Changeset in ffmpeg [60873bf9] by Anssi Hannula <anssi.hannula@iki.fi>
avformat/utils: Fix find_stream_info not considering the extradata it …
9:47 PM Ticket #5417 (Cannot build ffmpeg with --enable-libopenh264) closed by Carl Eugen Hoyos
fixed
9:39 PM Ticket #5694 (ffmpeg git master compile error on libopenjpeg) updated by Julian Sikorski
https://github.com/uclouvain/openjpeg/commit/3ed5858902055d3500a6ab183f
9:09 PM Changeset in ffmpeg [c26305f6] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: Add counter for cdt expirations Adds a counter for when the …
9:09 PM Changeset in ffmpeg [c7ba34b6] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: more comments in state struct Add some comments describing …
8:21 PM Changeset in ffmpeg [91854b8e] by Michael Niedermayer <michael@niedermayer.cc>
af_hdcd: Improve HDCD detection HDCD is now only considered detected …
8:21 PM Changeset in ffmpeg [bfe9155a] by Michael Niedermayer <michael@niedermayer.cc>
fate: Add HDCD filter tests for false positive and error detection …
6:19 PM Ticket #5741 (Wrong probing of an mp3 file) created by Polochon_street
Summary of the bug: Probing a specific mp3 file gives strange and …
5:59 PM Ticket #5417 (Cannot build ffmpeg with --enable-libopenh264) updated by bermond
I can confirm that this issue is fixed by git commit …
5:29 PM Changeset in ffmpeg [8385e171] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264_slice: Make setup_finished check cover more cases
5:29 PM Changeset in ffmpeg [ad14aab3] by Michael Niedermayer <michael@niedermayer.cc>
avformat/flvdec: parse keyframe before a\v stream was created …
5:29 PM Changeset in ffmpeg [cd141e71] by Michael Niedermayer <michael@niedermayer.cc>
avformat/flvdec: splitting add_keyframes_index() out from …
4:07 PM Changeset in ffmpeg [6c41eda1] by Clément Bœsch <u@pkh.me>
Merge commit 'debca90863e4ee53447efd02483c500f89766384' * commit …
3:31 PM Changeset in ffmpeg [87d1f82] by Clément Bœsch <u@pkh.me>
Merge commit 'f966498e433fead2f5e6b5b66fad2ac062146d22' * commit …
3:24 PM Changeset in ffmpeg [f8ce1e8] by Clément Bœsch <u@pkh.me>
lavc/h264_slice: adjust a few line breaks to reduce diff with Libav
3:12 PM Ticket #5740 (Memory leak on Windows, when unloading FFmpeg dlls) updated by Carl Eugen Hoyos
Then please provide the output of a memory debugger as required for …
3:09 PM Ticket #5740 (Memory leak on Windows, when unloading FFmpeg dlls) reopened by seveneleven
I don't think this is a duplicate (at least not of #3194): This leak …
3:00 PM Changeset in ffmpeg [78c7197e] by Clément Bœsch <u@pkh.me>
Merge commit '54dd9b1cdd9e54f1ee39ae25af0324f8aba2831b' * commit …
2:10 PM Ticket #5740 (Memory leak on Windows, when unloading FFmpeg dlls) closed by Carl Eugen Hoyos
needs_more_info: A leak report would need valgrind output (or an equivalent report like …
2:00 PM Ticket #5740 (Memory leak on Windows, when unloading FFmpeg dlls) created by seveneleven
I built a dll (VC++, Win32), that uses FFmpeg for video processing and …
1:52 PM Ticket #5739 (Invalid RTCP SR package sent by ffmpeg) updated by Carl Eugen Hoyos
Priority, Keywords changed
Is this issue reproducible with current FFmpeg git head?
1:47 PM Ticket #5739 (Invalid RTCP SR package sent by ffmpeg) created by sancane
Summary of the bug: ffmpeg is sending an invalid RTCP SR packet, we …
1:43 PM Changeset in ffmpeg [376d8fb2] by Matthieu Bouron <matthieu.bouron@stupeflix.com>
lavc/ffjni: replace ff_jni_{attach,detach} with ff_jni_get_env If a …
8:59 AM Changeset in ffmpeg [ae90119c] by Diego Biurrun <diego@biurrun.de>
configure: Simplify license incompatibility check
8:59 AM Changeset in ffmpeg [e46a6fb7] by Diego Biurrun <diego@biurrun.de>
avconv: Check that muxing_queue exists before reading from it This …
7:19 AM Changeset in ffmpeg [293676c4] by Martin Storsjö <martin@martin.st>
libopenh264: Support building with the 1.6 release This fixes trac …
7:19 AM Changeset in ffmpeg [c5d326f5] by Martin Storsjö <martin@martin.st>
Add an OpenH264 decoder wrapper This is cherrypicked from libav, from …
6:46 AM HWAccelIntro edited by Timothy Gu
Update table (diff)
6:28 AM Downstreams edited by Timothy Gu
Add Ubuntu 16.10; fix Ubuntu reference; Fedora 22 is EOL'd; ROSA … (diff)
3:15 AM Downstreams edited by James
Update Debian Testing (diff)
1:16 AM Changeset in ffmpeg [54a0a52b] by James Almer <jamrial@gmail.com>
checkasm/vp9dsp: use declare_func_emms in check_loopfilter Fixes …
Note: See TracTimeline for information about the timeline view.