Timeline



Sep 2, 2014:

11:28 PM BadContent edited by llogan
(diff)
11:14 PM Changeset in ffmpeg [eda7571e] by Diego Biurrun <diego@biurrun.de>
wmv2: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
10:13 PM Ticket #3919 (FFprobe reports incorrect bit depth for some WavPack files) updated by Carl Eugen Hoyos
Iirc, bits_per_sample is codec-specific and mostly meaningful …
9:56 PM Ticket #3919 (FFprobe reports incorrect bit depth for some WavPack files) updated by ahthovaikied
Thanks. Why differenciate bits_per_sample and …
9:53 PM Ticket #3919 (FFprobe reports incorrect bit depth for some WavPack files) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Keywords, Type changed
Patch sent.
9:49 PM Ticket #3918 (Bitrate incorrectly detected when decoding mp2) updated by abc123
This is reproducible on HEAD N-66060-g971e0ec. It affects ALL input …
9:41 PM Changeset in ffmpeg [7a1d6dd] by Diego Biurrun <diego@biurrun.de>
xvid: Add C IDCT Thanks to Pascal Massimino and Michael Militzer for …
9:41 PM Changeset in ffmpeg [95c0cec0] by Diego Biurrun <diego@biurrun.de>
idctdsp: Add global function pointers for {add|put}_pixels_clamped …
9:39 PM Ticket #3918 (Bitrate incorrectly detected when decoding mp2) updated by Carl Eugen Hoyos
Is this issue reproducible with current FFmepg git head? Please …
9:02 PM Ticket #3919 (FFprobe reports incorrect bit depth for some WavPack files) created by ahthovaikied
Generate a 24bit wave file (or use any existing one): […] Encode …
8:18 PM Changeset in ffmpeg [9e59a7be] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '91d305790ea0f6fe0f54b48236da42181c39c18b' * commit …
8:07 PM Changeset in ffmpeg [c8be5258] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ff4d1aa8bc3f4fe9d1f684f760b29c51adb569ef' * commit …
7:57 PM Changeset in ffmpeg [4c731233] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67' * commit …
7:45 PM Changeset in ffmpeg [50c6bffb] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '74512f7e369da40e1148c92b58cd8e59f7737b8f' * commit …
6:56 PM Ticket #3918 (Bitrate incorrectly detected when decoding mp2) created by abc123
Summary of the bug: When using the "mp2" audio encoder, the output …
5:20 PM Changeset in ffmpeg [098af260] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
vf_deshake: Avoid doing a malloc+free for every single frame. …
5:20 PM Changeset in ffmpeg [4ea8406e] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
vf_deshake: reduce stack usage. Signed-off-by: Reimar Döffinger …
5:20 PM Changeset in ffmpeg [3980ab12] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
rangecoder-test: Allow running with small stack size. Signed-off-by: …
5:20 PM Changeset in ffmpeg [e48cd2de] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
rl.h: Use on-stack temporary VLC tables instead of having them static. …
5:20 PM Changeset in ffmpeg [2ca78936] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
rl.h: remove deprecated and now unused vlc member. Signed-off-by: …
4:44 PM Changeset in ffmpeg [2c43cfe] by Michael Niedermayer <michaelni@gmx.at>
cmdutils: Add some whitespace when printing layouts Adds some more …
2:05 PM Ticket #3849 (ffvp9 fails to decode file libpvpx decodes just fine) closed by Clément Bœsch
fixed: Fixed by Ronald in 14e3025518124f99cb0f5885feb603a9f217d25d. Thank …
11:51 AM Ticket #3917 (SRTP not encrypting video) updated by Carl Eugen Hoyos
Description changed
Please add the complete, uncut console output to make this a valid ticket.
11:49 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to ubitux: > Assuming the change was introduced …
11:37 AM Changeset in ffmpeg [1c55d0ff] by Michael Niedermayer <michaelni@gmx.at>
avformat/swfdec: Use side data to communicate w/h changes to the …
11:35 AM Changeset in ffmpeg [15879895] by Michael Niedermayer <michaelni@gmx.at>
avcodec/rawdec: Support CODEC_CAP_PARAM_CHANGE Reviewed-by: Paul B …
11:20 AM Ticket #3917 (SRTP not encrypting video) updated by bone2006
if you use ffplay -f mpegts "udp://127.0.0.1:7777". The video stream …
11:18 AM Ticket #3917 (SRTP not encrypting video) created by bone2006
Summary of the bug: SRTP does not seem to be working How to reproduce: …
11:14 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Clément Bœsch
Replying to ahthovaikied: > Do I understand correctly …
11:10 AM Changeset in ffmpeg [91d30579] by Diego Biurrun <diego@biurrun.de>
get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLE The HAVE_ …
11:03 AM Changeset in ffmpeg [ff4d1aa8] by Diego Biurrun <diego@biurrun.de>
flv: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
10:45 AM Changeset in ffmpeg [f61e47dd] by Diego Biurrun <diego@biurrun.de>
asv: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
10:42 AM Changeset in ffmpeg [74512f7] by Diego Biurrun <diego@biurrun.de>
8svx: Return proper error codes Signed-off-by: Diego Biurrun …
10:31 AM Changeset in ffmpeg [502fc3b3] by Michael Niedermayer <michaelni@gmx.at>
segment: fix copying stream metadata To get mpegts metadata copied …
10:31 AM Changeset in ffmpeg [413fa76f] by Michael Niedermayer <michaelni@gmx.at>
segment: use mpegts_flags instead of the deprecated resend_headers …
10:31 AM Changeset in ffmpeg [0ffe32cf] by Michael Niedermayer <michaelni@gmx.at>
avformat/segment: Use avformat_alloc_output_context2() This avoids …
10:29 AM Ticket #3916 (Unable to decode ImageJ AVI with PNG compression) updated by Chris Allan
Thanks for the quick fix! Confirmed working in 3668168a: […]
10:05 AM Ticket #3916 (Unable to decode ImageJ AVI with PNG compression) closed by Carl Eugen Hoyos
fixed: Should be fixed in 3668168a - thank you for the sample!
10:02 AM Changeset in ffmpeg [3668168a] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support decoding of ImageJ png in avi. Fixes ticket #3916.
9:38 AM Changeset in ffmpeg [58e0402e] by Michael Niedermayer <michaelni@gmx.at>
segment: don't access outside seg->frames array Fixes wrong number of …
9:20 AM Changeset in ffmpeg [35469835] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e48d1ea541be4592ebac89875557407ca958b7a9' * commit …
9:17 AM avi_with_png_compression.avi attached to Ticket #3916 by Chris Allan
AVI with PNG compression created with ImageJ
9:17 AM Ticket #3916 (Unable to decode ImageJ AVI with PNG compression) created by Chris Allan
Summary of the bug: FFmpeg (via ffprobe) is unable to display stream …
6:59 AM Ticket #3768 (dvbsub to overlay get corrupt output) closed by Carl Eugen Hoyos
fixed: Fixed / worked around by Michael in b01d2a55
6:48 AM Changeset in ffmpeg [e48d1ea5] by Martin Storsjö <martin@martin.st>
ismindex: improve diagnostics This improves error messages for …
5:31 AM Changeset in ffmpeg [4cabee50] by Clément Bœsch <u@pkh.me>
tools/normalize.py: both input and output file names are required
5:29 AM Changeset in ffmpeg [e6b125e3] by Clément Bœsch <u@pkh.me>
avutil/pixelutils: add small buffers tests
2:19 AM Changeset in ffmpeg [6abeaf27] by Michael Niedermayer <michaelni@gmx.at>
build sys: enable the decoding_encoding example under the …
12:18 AM Ticket #3913 (mjpeg: green line at the bottom) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Looked much better before bb29ee62

Sep 1, 2014:

11:28 PM Ticket #3915 (qt tiff 2/4bpp grayscale regression) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Regression since 61b9ce00
10:31 PM Ticket #3915 (qt tiff 2/4bpp grayscale regression) created by ami_stuff
https://trac.ffmpeg.org/raw-attachment/ticket/417/TIFF_2bpp_grayscale.m
9:59 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Do I understand correctly that ac293b6 was a merge of 194be1f4 that is …
9:46 PM Ticket #3914 (snow: green lines with odd resolution and yuv410p) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
Probably not really a regression, but decoding output looked much …
9:30 PM Changeset in ffmpeg [7cf1f0f4] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix standalone compilation of the snow decoder.
9:14 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Replying to ahthovaikied: > Replying to [comment:39
8:58 PM indeo32.avi attached to Ticket #3914 by ami_stuff
8:58 PM Ticket #3914 (snow: green lines with odd resolution and yuv410p) created by ami_stuff
[…] […]
8:00 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > As explained in ticket #3871, the …
7:50 PM Changeset in ffmpeg [1b3a98f1] by Michael Niedermayer <michaelni@gmx.at>
doc/filters.texi: fix filter name in examples Signed-off-by: Michael …
7:40 PM Changeset in ffmpeg [f8164f67] by Michael Niedermayer <michaelni@gmx.at>
Add missing changelog entry Signed-off-by: Michael Niedermayer …
7:01 PM Changeset in ffmpeg [f9aadf1f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e205fe6831fe1b5445f7827b5c916425620b4ab5' * commit …
6:51 PM Changeset in ffmpeg [f626eaa5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '63f800ca5f4f6b38f3789a7edb03bfabe8bacdd2' * commit …
6:45 PM Changeset in ffmpeg [38c4316f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b8962d64cc71af241601bcab5c3fcdc5735ef4ae' * commit …
6:31 PM Changeset in ffmpeg [052cd1ce] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4600a85eaa6182e5a27464f6b9cae5a9ddbf3098' * commit …
5:51 PM Changeset in ffmpeg [b01d2a55] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: Enable compute_edt only when the subtitles are used for a …
5:51 PM Changeset in ffmpeg [a2dbf379] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dvbsubdec: make compute_edt user settable Signed-off-by: …
5:41 PM Changeset in ffmpeg [e8d0b84e] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
h261dec, ituh263dec: Move condition. Stops compiler from doing …
5:41 PM Changeset in ffmpeg [36c00433] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too. …
5:41 PM Changeset in ffmpeg [2a00812d] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop. 3646 -> …
5:39 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by ramitb
Thanks @pross, tested and working.
5:35 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by ramitb
Cc changed
5:12 PM line3.jpg attached to Ticket #3913 by ami_stuff
5:12 PM Ticket #3913 (mjpeg: green line at the bottom) created by ami_stuff
[…]
3:52 PM Ticket #3855 (Some short MPG files give "Invalid data found when processing input") updated by Carl Eugen Hoyos
Priority changed
3:52 PM Ticket #3855 (Some short MPG files give "Invalid data found when processing input") updated by Carl Eugen Hoyos
Keywords changed
Regression since c4674a47 Related to 5afdb3e6 / 64bde805
2:21 PM Changeset in ffmpeg [8d6ec611] by Michael Niedermayer <michaelni@gmx.at>
general: Fix usage of @float makeinfo chokes on that. Signed-off-by: …
12:49 PM Ticket #3912 (asf: file doesn't decode correctly anymore) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Regression since 595c6335 / b869eea7
12:37 PM Changeset in ffmpeg [e205fe68] by Diego Biurrun <diego@biurrun.de>
mpeg4videodec: Fix low_delay error message Signed-off-by: Diego …
12:37 PM Changeset in ffmpeg [63f800ca] by Diego Biurrun <diego@biurrun.de>
aac_adtstoasc_bsf: Return proper error code Signed-off-by: Diego …
11:21 AM Ticket #3912 (asf: file doesn't decode correctly anymore) created by ami_stuff
IMAG0002.ASF decoded correctly with git-gd0f56ca Aug 3 2014. …
10:39 AM Ticket #3855 (Some short MPG files give "Invalid data found when processing input") updated by Carl Eugen Hoyos
Summary changed
10:23 AM Changeset in ffmpeg [b8962d64] by Diego Biurrun <diego@biurrun.de>
dxva2: Clean up definition of _WIN32_WINNT Only set a value if …
10:23 AM Changeset in ffmpeg [4600a85e] by Diego Biurrun <diego@biurrun.de>
dxva2: Pass variable of correct type to …
9:44 AM Ticket #3911 (using avstream.codec.time_base as a timebase hint to the muxer is ...) updated by Carl Eugen Hoyos
Keywords changed
Isn't this a duplicate of ticket #3797? If not: Is this issue …
9:41 AM Ticket #3911 (using avstream.codec.time_base as a timebase hint to the muxer is ...) created by Kane
source video : http://needkane.qiniudn.com/a.wmv ffmpeg version …
9:36 AM Changeset in ffmpeg [343f07e1] by Clément Bœsch <clement@stupeflix.com>
RELEASE_NOTES: mention libmodplug detection change
8:57 AM Ticket #1163 (ffprobe can produce invalid XML) updated by Stefano Sabatini
Component changed
8:56 AM Ticket #1163 (ffprobe can produce invalid XML) closed by Stefano Sabatini
fixed: Replying to saste: […] > C0A1 is an overlong …
8:47 AM Changeset in ffmpeg [d4ec07d] by Stefano Sabatini <stefasab@gmail.com>
lavu/avstring: check for overlong encodings in av_utf8_decode() Fix …
7:03 AM Changeset in ffmpeg [3695278] by Clément Bœsch <clement@stupeflix.com>
build: use pkg-config to detect libmodplug Fix static build, at least …
2:20 AM Changeset in ffmpeg [97b88096] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '37c46743ee42df1d6986ba3c996e3af5b95511f7' * commit …
1:28 AM Ticket #3766 (dvb_teletext detected as mpeg audio) closed by Michael Niedermayer
fixed: 42507534977e2108e397a381357ee2db209475f6
1:22 AM Changeset in ffmpeg [42507534] by Michael Niedermayer <michaelni@gmx.at>
avformat/mpegts: favor DESC_types over probed codecs Fixes Ticket3766 …
12:28 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) closed by Carl Eugen Hoyos
duplicate: […] The expected output for this command line is …

Aug 31, 2014:

11:52 PM Changeset in ffmpeg [37c4674] by Vittorio Giovara <vittorio.giovara@gmail.com>
avcodec: fix missing doxygen comment marker
11:48 PM Changeset in ffmpeg [480633c6] by Vittorio Giovara <vittorio.giovara@gmail.com>
avcodec: fix missing doxygen comment marker
11:07 PM Ticket #3910 (uspp filter using a lot memory) updated by Carl Eugen Hoyos
Keywords, Description changed
One third of the memory allocations happen in ff_snow_common_init(), …
10:18 PM Changeset in ffmpeg [b627385b] by Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
ffserver: tests, use image2 instead of pgmyuv Signed-off-by: Reynaldo …
6:13 PM Changeset in ffmpeg [93545310] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
ituh263dec: Optimize new RL_VLC based decoding. Together with the …
6:13 PM Changeset in ffmpeg [c0d32686] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
h261dec: Optimize new RL_VLC based decoding. Together with the switch …
6:09 PM Changeset in ffmpeg [da0a670b] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
h261, h263 decoders: convert to RL_VLC. Some additional optimizations …
4:38 PM Ticket #3895 (Multiple issues around the new function of -max_error_rate) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can provide a test case.
4:33 PM Changeset in ffmpeg [3efc174] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
aacps_tablegen: replace TABLE_CONST by const. Doesn't change …
4:33 PM Changeset in ffmpeg [1a558cec] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
intmath.h: Remove duplicated ARM include. Signed-off-by: Reimar …
1:33 PM Changeset in ffmpeg [f0d4f00f] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: fix green line at the bottom with upscale v …
1:27 PM Ticket #3891 (mjpeg: green vertical line) closed by Michael Niedermayer
fixed: Fixed in 63a52ca134dc4ee648a547c7c410d547f371b481
1:16 PM Changeset in ffmpeg [63a52ca1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: fix green vertical line at the right with upscale h …
1:08 PM test.png attached to Ticket #3910 by mike
test file
1:07 PM Ticket #3910 (uspp filter using a lot memory) created by mike
Hello, Trying to filter video by uspp and fixed qp, it taking almost …
12:44 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to michael: > instead of -f md5 try to store the …
12:28 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > Which old version did not show a …
12:27 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > I believe you are searching for …
12:11 PM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Michael Niedermayer
not reproducable with another rtsp source it seems
11:48 AM Ticket #3797 (AVStream.time_base is causing audio/video sync issues and growing videos) updated by Michael Niedermayer
{{{Connection to tcp://86.146.232.61:554?timeout=0 failed: Connection …
11:37 AM Ticket #3895 (Multiple issues around the new function of -max_error_rate) updated by Michael Niedermayer
I dont think this can be fixed without a sample / testcase to …
11:28 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Michael Niedermayer
instead of -f md5 try to store the output in a file and find out with …
10:22 AM Ticket #3427 (Negative time format contains too many minuses: -577014:-32:-22.-77) closed by Carl Eugen Hoyos
fixed: I will open a new ticket if I find another example.
9:52 AM Ticket #3427 (Negative time format contains too many minuses: -577014:-32:-22.-77) updated by Michael Niedermayer
i get a {{{frame= 5 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.16 …
8:41 AM Changeset in ffmpeg [6d7aa437] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
vf_drawtext: move "static const" before "struct". This is consistent …
8:33 AM Changeset in ffmpeg [2ca7edda] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
lavu/hash.c: Add missing "static const". Signed-off-by: Reimar …
8:33 AM Changeset in ffmpeg [03bf4572] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Add av_cold to table generation functions. Signed-off-by: Reimar …
8:31 AM Changeset in ffmpeg [4fe44873] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
WMA: add "const" to avoid warnings with hardcoded tables. …
8:25 AM Changeset in ffmpeg [3bc5d2a0] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
ac3dec_fixed: add missing "static const". Signed-off-by: Reimar …
8:25 AM Changeset in ffmpeg [c9a4ec7] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
lavfi: add const/static const to pix_fmts arrays. Signed-off-by: …
8:25 AM Changeset in ffmpeg [18464d72] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
sipr16kdata.h: add forgotten const. Signed-off-by: Reimar Döffinger …
8:25 AM Changeset in ffmpeg [2bb66cc8] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
fft_template: Move variables to where they are used. Signed-off-by: …
8:25 AM Changeset in ffmpeg [1654514a] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
fft: add ff_ prefix to some global arrays. Signed-off-by: Reimar …
8:06 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Replying to cehoyos: > I believe you are searching for …
7:59 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Replying to ahthovaikied: > {{{ > --enable-gpl …
7:52 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
I believe you are searching for 0dd4eff5 Please test 0dd4eff5 and …
7:43 AM Ticket #3909 (Regression encoding libxvid to mov) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer, Summary changed
Regression since 862120f9 / 38313626 The output file is broken: […]
7:25 AM Ticket #3909 (Regression encoding libxvid to mov) updated by Carl Eugen Hoyos
Replying to cehoyos: > It works fine here, did you compile …
7:24 AM Ticket #3909 (Regression encoding libxvid to mov) updated by Carl Eugen Hoyos
It works fine here, did you compile ffmpeg yourself? […]
2:09 AM Changeset in ffmpeg [e0237208] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: Do not get stuck on IDR inter frames Signed-off-by: …
12:17 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
I don't know why, but when doing a bisect a very large proportion of …

Aug 30, 2014:

8:17 PM Ticket #844 (Include content of the news article in the website RSS) closed by Alexander Strasser
fixed: Should be fixed by […] Also see …
7:56 PM Changeset in ffmpeg [f3c8a8b0]n1.1.14 by Michael Niedermayer <michaelni@gmx.at>
avcodec/lcldec: fix decoding of YUV444 sample Signed-off-by: Michael …
7:53 PM Changeset in ffmpeg [60f94f70] by Michael Niedermayer <michaelni@gmx.at>
alacenc: fix extra bits extraction The raw coded bits are extracted …
7:53 PM Changeset in ffmpeg [7f7cf051] by Michael Niedermayer <michaelni@gmx.at>
alacenc: increase predictor buffer This change is almost cosmetical …
7:52 PM Changeset in ffmpeg [3231e7a] by Michael Niedermayer <michaelni@gmx.at>
wavpack: report if there is no bits left Reviewed-by: Paul B Mahol …
7:51 PM Changeset in ffmpeg [552fe9b0] by Michael Niedermayer <michaelni@gmx.at>
avcodec/adpcm: Fix incorrect AVSampleFormat for sample_fmts_s16p The …
7:44 PM Changeset in ffmpeg [3ed4dc92] by Michael Niedermayer <michaelni@gmx.at>
version.sh: Print versions based on the last git tag for release …
7:44 PM Changeset in ffmpeg [4ede955d] by Michael Niedermayer <michaelni@gmx.at>
remove VERSION file it overrides what version.sh prints and thus …
7:44 PM Changeset in ffmpeg [195fcbff] by Michael Niedermayer <michaelni@gmx.at>
Update for 1.1.14 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
7:37 PM Changeset in ffmpeg [96d1a8f0] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snow: check coeffs for validity Fixes deadlock Fixes integer …
7:33 PM Changeset in ffmpeg [0bf0de71] by Michael Niedermayer <michaelni@gmx.at>
avcodec/utils: add GBRP16 to avcodec_align_dimensions2() Fixes …
7:33 PM Changeset in ffmpeg [c58d7f9e] by Michael Niedermayer <michaelni@gmx.at>
avcodec: fix aac/ac3 parser bitstream buffer size Buffers containing …
7:13 PM Changeset in ffmpeg [11a61dd0] by Michael Niedermayer <michaelni@gmx.at>
proresenc_kostya: report buffer overflow If the allocated size, …
7:13 PM Changeset in ffmpeg [5865d59] by Michael Niedermayer <michaelni@gmx.at>
avcodec/iff: check pixfmt for rgb8 / rgbn Fixes out of array access …
7:07 PM Changeset in ffmpeg [d03fd2c8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '124ec8b1303d4f29b833099ce9008e31ac6d7c86' into …
6:58 PM Changeset in ffmpeg [946a1069] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e1f0c41e1aa37a9c166c43abf1b526c796ed7649' into …
6:58 PM Changeset in ffmpeg [fed28fe] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8d7839fc7c52574dfc22db0181b1cef9cb929910' into …
6:50 PM Changeset in ffmpeg [0a6d3979] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bbd632082b18e6c5ce9c2d6be8bc260c05ae9417' into …
6:47 PM Changeset in ffmpeg [081f4f5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e4fb53c73abece15a7c5df0019df9a0371db2297' into …
6:38 PM Changeset in ffmpeg [f953c3c2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bd41211395fd1f968e9f3a4746daffebea60f41e' into …
6:37 PM Changeset in ffmpeg [dcce698f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '437848e37ae7ef73cd8101031dc570d1f009ffd5' into …
6:31 PM Changeset in ffmpeg [807b7388] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'addbaf134836aea4e14f73add8c6d753a1373257' into …
6:30 PM Ticket #3909 (Regression encoding libxvid to mov) updated by Einguste
[…]
6:20 PM Changeset in ffmpeg [a507fea7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '694b7cd873f8b06af109036eff1ccd741afdd28e' into …
6:01 PM Ticket #3909 (Regression encoding libxvid to mov) updated by Einguste
FFmpeg-2.2.7 ffmpeg.exe -i ../news.flv -vcodec libxvid news2.mp4 […]
5:47 PM Ticket #3909 (Regression encoding libxvid to mov) updated by Einguste
>Does it happen with every input file? Yes. I am sure of multiple …
5:33 PM Ticket #3909 (Regression encoding libxvid to mov) updated by Carl Eugen Hoyos
Keywords changed
To make this a valid ticket, please provide the command line that …
4:57 PM Ticket #3909 (Regression encoding libxvid to mov) updated by Einguste
This problem happens in ffmpeg-2.3.3. This problem does not happen in …
4:50 PM Ticket #3909 (Regression encoding libxvid to mov) created by Einguste
Summary of the bug:When you use the livxvid codec in MP4, illegal file …
4:02 PM Changeset in ffmpeg [8c63a0d1] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
xv.c: Add missing const to lookup table. Signed-off-by: Reimar …
3:51 PM Changeset in ffmpeg [b5d4f49e] by Reinhard Tartler <siretart@tauware.de>
Prepare for 11_beta2 Release
3:50 PM Changeset in ffmpeg [bd6f1458] by Paul B Mahol <onemda@gmail.com>
avformat/dfa: use avio_feof() Signed-off-by: Paul B Mahol …
2:56 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to kurosu: > I don't know how nor why, but your …
2:38 PM Changeset in ffmpeg [b173f5c1] by Michael Niedermayer <michaelni@gmx.at>
oggdec: fix invalid free on error The read_packet callback passes a …
2:33 PM Changeset in ffmpeg [e2cd28c9] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
fft: add missing const. This table was the largest object in FFmpeg's …
2:22 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Christophe
I don't know how nor why, but your bisecting looks suspicious to me. …
2:20 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to Cigaes: > Good. Now you must try and spot …
1:59 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Cigaes
Good. Now you must try and spot differences in the …
1:57 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > What if you only map one video and …
1:57 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to Cigaes: > Well, of course: you forgot to tell …
1:39 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Cigaes
Well, of course: you forgot to tell ffprobe what data you …
1:37 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to Cigaes: > I would suggest to test with …
1:34 PM Ticket #3905 (HTTPS SSL certificate for source.ffmpeg.org is broken) updated by ahthovaikied
Replying to cehoyos: > Do I understand correctly that if …
12:52 PM Ticket #3858 (memleak on broken (encrypted) input file) closed by Carl Eugen Hoyos
fixed: Fixed in 494cbc42
12:38 PM Changeset in ffmpeg [ce36d808] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
12:33 PM Ticket #3905 (HTTPS SSL certificate for source.ffmpeg.org is broken) updated by Carl Eugen Hoyos
Do I understand correctly that if the issue gets fixed (can we fix …
12:27 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Did you already test with valgrind to find out if using uninitialised …
12:26 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
What if you only map one video and one audio stream?
12:21 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > Then please repeat your findings …
12:20 PM Ticket #3905 (HTTPS SSL certificate for source.ffmpeg.org is broken) updated by ahthovaikied
Replying to cehoyos: > Which binary? The one users obtain …
12:16 PM Changeset in ffmpeg [a8087336] by Michael Niedermayer <michaelni@gmx.at>
proresenc_ks: allow auto-selecting profile The user may not know how …
12:11 PM Ticket #3905 (HTTPS SSL certificate for source.ffmpeg.org is broken) updated by Carl Eugen Hoyos
Which binary?
12:08 PM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by Stefano Sabatini
Replying to compn: > if not, why not? > > carl. …
11:45 AM Changeset in ffmpeg [14028736] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vp3data: use more compact data types Reviewed-by: Paul B …
11:43 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by compn
Replying to ubitux: > > some complaints have been made …
11:36 AM Ticket #3905 (HTTPS SSL certificate for source.ffmpeg.org is broken) updated by ahthovaikied
Replying to cehoyos: > Isn't the advantage of using https …
11:29 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Cigaes
I would suggest to test with ffprobe -show_data (or …
11:28 AM Ticket #3906 (--disable-hwaccels does not imply --disable-vdpau) updated by Carl Eugen Hoyos
Replying to heleppkes: > Those options there are kinda …
11:24 AM Ticket #3906 (--disable-hwaccels does not imply --disable-vdpau) updated by Hendrik
Those options there are kinda pointless to enable if you dont enable …
11:21 AM Ticket #3906 (--disable-hwaccels does not imply --disable-vdpau) updated by Carl Eugen Hoyos
Replying to ahthovaikied: > Replying to [comment:1
11:17 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Next step will be to test with -f framecrc but I would like to …
11:17 AM Ticket #3906 (--disable-hwaccels does not imply --disable-vdpau) updated by Hendrik
I agree, it seems quite weird that it wouldn't disable hwaccels when …
11:16 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Then please repeat your findings in one sentence, this is a long …
11:15 AM Ticket #3906 (--disable-hwaccels does not imply --disable-vdpau) updated by ahthovaikied
Replying to cehoyos: > --disable-hwaccels does not …
11:12 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > Is the issue reproducible with …
11:01 AM Changeset in ffmpeg [f22c24bd] by Carl Eugen Hoyos <cehoyos@ag.or.at>
lavf/rtpdec_hevc: Fix compilation with -DDEBUG.
11:01 AM Changeset in ffmpeg [494cbc42] by Carl Eugen Hoyos <cehoyos@ag.or.at>
ffmpeg: Clean up if filter initialisation failed to avoid a memleak. …
10:48 AM Changeset in ffmpeg [e16b7338] by Michael Niedermayer <michaelni@gmx.at>
avcodec/aarch64/h264qpel_init_aarch64: mark src as const …
10:43 AM Changeset in ffmpeg [97cebf31] by Michael Niedermayer <michaelni@gmx.at>
avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under …
10:21 AM Changeset in ffmpeg [19bf1ed1] by Michael Niedermayer <michaelni@gmx.at>
avformat/id3v2: Fix "warning: unused variable …
10:16 AM Changeset in ffmpeg [0daff3ce] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_mp: remove incorrect usage of AVFrame.type Signed-off-by: …
9:36 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by Carl Eugen Hoyos
Replying to gjdfgh: > Well, we're not native speakers …
9:36 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by Cigaes
Replying to cehoyos: > I am not a native speaker but I …
9:34 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by gjdfgh
Well, we're not native speakers either. In any case, please stop …
9:33 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by Carl Eugen Hoyos
Replying to gjdfgh: > The infrastructure they grabbed was …
9:32 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by Carl Eugen Hoyos
Replying to Cigaes: > Replying to cehoyos: > > …
9:28 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by gjdfgh
>There is apparently some misunderstanding regarding the word thieve …
9:27 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by Clément Bœsch
Replying to cehoyos: > There is apparently some …
9:27 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by Cigaes
Replying to cehoyos: > that copyright violators are …
9:26 AM Ticket #3876 (configure ERROR: libx264 not found) updated by Clément Bœsch
There is a patch pending on the ffmpeg-devel mailing-list to make the …
9:20 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by Carl Eugen Hoyos
I missed the comment from J-B, sorry! I saw some remarks from the …
9:20 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by gjdfgh
>or in other words: who are thieves Please stop this. It doesn't make …
9:12 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) closed by Clément Bœsch
needs_more_info: The hue filter in MPlayer is 200 lines of code. The port basically …
7:10 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Is the issue reproducible with -an or -vn?
7:06 AM Ticket #3906 (--disable-hwaccels does not imply --disable-vdpau) closed by Carl Eugen Hoyos
invalid: --disable-hwaccels does not disable dxva2, vaapi and vda, and it …
6:57 AM Ticket #3905 (HTTPS SSL certificate for source.ffmpeg.org is broken) updated by Carl Eugen Hoyos
I meant something else: Isn't the advantage of using https over http …
6:53 AM Ticket #3907 (Conversion of .mov files to .mp4 fails with moov error) closed by Carl Eugen Hoyos
needs_more_info: Please feel free to reopen this ticket if you can provide inputFile.mov.
6:51 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by Carl Eugen Hoyos
The complaints are made by people who intentionally break copyright …
3:18 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) updated by compn
if not copyright, do they get contribution credit? like 'these people …
3:13 AM Ticket #3908 (vf_hue copyright, do mplayer authors get copyright in the ported filter?) created by compn
if not, why not? carl. clement, reimar, diego are not listed in the …
12:28 AM Ticket #3892 (snow: deadlock (fuzzed file)) closed by Michael Niedermayer
fixed: Fixed in 596636a474ab201badaae269f3a2cef4824b8c1f
12:12 AM Changeset in ffmpeg [596636a4] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snow: check coeffs for validity Fixes deadlock Fixes integer …
12:11 AM Ticket #3907 (Conversion of .mov files to .mp4 fails with moov error) created by Racingyacht
Summary of the bug: How to reproduce: […] Patches should be …
12:10 AM Ticket #3906 (--disable-hwaccels does not imply --disable-vdpau) created by ahthovaikied
From ./configure --help: […] However: […] I'm on Ubuntu …

Aug 29, 2014:

11:49 PM Ticket #3905 (HTTPS SSL certificate for source.ffmpeg.org is broken) updated by ahthovaikied
Replying to cehoyos: > Isn't git inherently secure without …
11:47 PM Ticket #3905 (HTTPS SSL certificate for source.ffmpeg.org is broken) updated by Carl Eugen Hoyos
Isn't git inherently secure without https?
11:43 PM Ticket #3905 (HTTPS SSL certificate for source.ffmpeg.org is broken) created by ahthovaikied
The SSL certificate for source.ffmpeg.org as a invalid domain: […] …
11:22 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > Did you already test …
11:20 PM Ticket #3858 (memleak on broken (encrypted) input file) updated by Carl Eugen Hoyos
Priority, Component changed
11:16 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Did you already test --disable-pthreads?
11:10 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > Replying to [comment:10
10:46 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Replying to ahthovaikied: > and the regression comes from …
8:01 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
RL has been throwing obstacles at me lately, so I couldn't make any …
7:54 PM Ticket #2294 (timeout option does not work for rtsp streaming) updated by Bernardo
Use any url that exists (doesn't need to be a real rtsp server) …
7:54 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > Did you already test …
7:46 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Did you already test --disable-pthreads?
7:45 PM Ticket #2294 (timeout option does not work for rtsp streaming) updated by Carl Eugen Hoyos
Cc changed
How can I reproduce this problem?
7:44 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Carl Eugen Hoyos
Ticket #3816 describes an apparently problematic sample that improves …
7:43 PM Ticket #3816 (Native AAC encoder, problematic sample.) closed by Carl Eugen Hoyos
duplicate: FFmpeg has (nearly) no hard dependencies, and no dependencies for the …
7:12 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
I did some more testing and it seems the MD5 start to differ when …
6:49 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > Please test running the same …
6:18 PM Ticket #3816 (Native AAC encoder, problematic sample.) updated by YellowOnion
They do indeed sound a lot better, seems that patch is coming a long …
6:08 PM Ticket #2294 (timeout option does not work for rtsp streaming) reopened by Bernardo
The problem persists as reported! Using the -timeout option will …
4:57 PM Changeset in ffmpeg [d9e2aceb] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Add missing "const" all over the place. Only "./configure …
4:57 PM Changeset in ffmpeg [be4aac30] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
patcheck: check for pointer arrays that are not const. Signed-off-by: …
4:28 PM Ticket #3876 (configure ERROR: libx264 not found) updated by Carl Eugen Hoyos
Workaround is to use --disable-opencl when compiling libx264.
4:14 PM Ticket #1178 (tiff enc: odd-sized yuv410p tiff image decodes in other apps with ...) reopened by Carl Eugen Hoyos
If I knew on which computer I originally tested…
2:58 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) closed by Carl Eugen Hoyos
fixed: Fixed by Peter Ross in 9b8eedd7 - thank you for the sample!
12:00 PM Changeset in ffmpeg [9b8eedd7] by Michael Niedermayer <michaelni@gmx.at>
avformat/wtvdec: seek over broken chunks Fixes ticket #3898
11:02 AM Changeset in ffmpeg [72732f2d] by Michael Niedermayer <michaelni@gmx.at>
avformat/webmdashenc: use av_strlcpy() and allocate enough space …
10:39 AM Changeset in ffmpeg [5ce98e7] by Michael Niedermayer <michaelni@gmx.at>
fate/vpx: make webm dash manifest tests depend on the …
10:37 AM Changeset in ffmpeg [be3d807] by Paul B Mahol <onemda@gmail.com>
avcodec/wavpack: increase WV_MAX_SAMPLES This is maximal number of …
9:14 AM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Please test running the same ffmpeg binary on both systems.
7:01 AM Ticket #3904 (ffmpeg is wrong to convert id3v2's attributes to utf8) updated by Carl Eugen Hoyos
Keywords, Analyzed by developer, Type, Reproduced by developer changed
Please test current FFmpeg git head and please provide a command line …
2:29 AM Ticket #2830 (stronger ff_index_search_timestamp) closed by 张广文
invalid
2:28 AM Ticket #2830 (stronger ff_index_search_timestamp) updated by 张广文
Status changed
2:25 AM Changeset in ffmpeg [4c920478] by Michael Niedermayer <michaelni@gmx.at>
fate: Add basic tests for WebM Dash Manifest Add fate tests that test …
2:19 AM Ticket #3904 (ffmpeg is wrong to convert id3v2's attributes to utf8) created by 张广文
Summary of the bug: When ffmpeg produce mp3 music and parse its id3v2 …

Aug 28, 2014:

11:31 PM Changeset in ffmpeg [22652dc2] by Michael Niedermayer <michaelni@gmx.at>
avcodec/avcodec: fix missing doxygen comment marker Signed-off-by: …
11:26 PM Changeset in ffmpeg [37520a9] by Michael Niedermayer <michaelni@gmx.at>
avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier …
11:08 PM Changeset in ffmpeg [7771daae] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9e8bbe7d4d1dcd5fec491dbfbb98ed2038a7bed5' * commit …
10:44 PM Changeset in ffmpeg [39cd9fdb] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4d686fb721b485ebbc4c7779d927d876c1e630f7' * commit …
9:48 PM Changeset in ffmpeg [fcc39099] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd4ae8ac92f619507aadd021bb67b517d39d3a36f' * commit …
9:34 PM Changeset in ffmpeg [31f9c228] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: Fix missing {} in Stream to Packet side data code …
8:23 PM Changeset in ffmpeg [f30a8154] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5' * commit …
8:12 PM Changeset in ffmpeg [56cc754c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f2583bc86eb5d7decc639fc9a36edc93e6003eef' * commit …
8:06 PM Changeset in ffmpeg [c6a3b009] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '58396e806c65fe0eb00e6ccf1980f810cdceed05' * commit …
7:51 PM Changeset in ffmpeg [1fc39631] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7bb505a33ca131906b2ceb2f298e104c862740ea' * commit …
7:39 PM Changeset in ffmpeg [65c9e2d0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '20e82b41fcad23ebbb18d89948aebfcc53921198' * commit …
7:21 PM Changeset in ffmpeg [5393c9da] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f07a4290a0e8f31796e348edd3ed06b8d15132d8' * commit …
5:52 PM Changeset in ffmpeg [1a7d1793] by Diego Biurrun <diego@biurrun.de>
license: Mention that vf_interlace is GPL, not LGPL (cherry picked …
5:50 PM Changeset in ffmpeg [4cde8bae] by Diego Biurrun <diego@biurrun.de>
license: Mention that vf_interlace is GPL, not LGPL (cherry picked …
5:47 PM Changeset in ffmpeg [9e8bbe7d] by Diego Biurrun <diego@biurrun.de>
license: Mention that vf_interlace is GPL, not LGPL
5:39 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > Did you test with -threads 1
5:07 PM Changeset in ffmpeg [5b740d1e] by Vittorio Giovara <vittorio.giovara@gmail.com>
matroskaenc: convert avstream stereo3d side data during encoding …
5:07 PM Changeset in ffmpeg [152e09fd] by Vittorio Giovara <vittorio.giovara@gmail.com>
matroskadec: parse stereo mode on decoding Convert the Matroska …
5:05 PM Changeset in ffmpeg [110841c3] by Vittorio Giovara <vittorio.giovara@gmail.com>
avcodec: add stream-level stereo3d side data
5:05 PM Changeset in ffmpeg [5694831e] by Vittorio Giovara <vittorio.giovara@gmail.com>
matroska: list supported extensions
5:02 PM Changeset in ffmpeg [1f52f82] by Vittorio Giovara <vittorio.giovara@gmail.com>
doc/APIchanges: fill in missing hashes and dates
4:35 PM Changeset in ffmpeg [4d686fb7] by Vittorio Giovara <vittorio.giovara@gmail.com>
matroskaenc: convert avstream stereo3d side data during encoding …
4:33 PM Changeset in ffmpeg [d4ae8ac9] by Vittorio Giovara <vittorio.giovara@gmail.com>
matroskadec: parse stereo mode on decoding Convert the Matroska …
4:33 PM Changeset in ffmpeg [93014864] by Vittorio Giovara <vittorio.giovara@gmail.com>
avcodec: add stream-level stereo3d side data
4:33 PM Changeset in ffmpeg [f2583bc8] by Vittorio Giovara <vittorio.giovara@gmail.com>
matroska: list supported extensions
3:58 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by cncb
Unfortunately, still the same problem with the Aug 27 ffmpeg git …
3:52 PM Changeset in ffmpeg [0ddb0516] by Paul B Mahol <onemda@gmail.com>
avformat/soxenc: return more meaningful error code Signed-off-by: …
2:03 PM Changeset in ffmpeg [ef768ab9] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused …
1:54 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by Carl Eugen Hoyos
Summary changed
1:50 PM Changeset in ffmpeg [87961a8a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/flashsv2enc: fix "unused variable" warnings Signed-off-by: …
1:49 PM Changeset in ffmpeg [58396e8] by Diego Biurrun <diego@biurrun.de>
x11grab: Use a typedef for the context, as most other code does …
1:46 PM Changeset in ffmpeg [7bb505a3] by Diego Biurrun <diego@biurrun.de>
x11grab: Drop a spurious space in the extension reporting message …
1:21 PM Changeset in ffmpeg [b543a290] by Michael Niedermayer <michaelni@gmx.at>
avcodec/libvpxenc: Adds support for constant quality mode in VP9. …
1:21 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by ramitb
BTW you're right about 8:48. I was referring to the ability to skip …
1:20 PM Changeset in ffmpeg [20e82b41] by Diego Biurrun <diego@biurrun.de>
x11grab: Small near-cosmetic refactorings Signed-off-by: Diego …
1:19 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by ramitb
I don't see why it would which is why I asked for the 2 outputs to compare.
1:13 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by Carl Eugen Hoyos
Replying to ramitbhalla: > Windows 7, WMP v12 Fails here …
12:58 PM Changeset in ffmpeg [f07a4290] by Diego Biurrun <diego@biurrun.de>
x11grab: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
12:55 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by ramitb
Windows 7, WMP v12 need some time to look into the 2252 to test it. I …
12:34 PM Changeset in ffmpeg [d6bd2949] by Michael Niedermayer <michaelni@gmx.at>
avformat/icoenc: Remove deprecated use of codec_name Reviewed-by: …
12:23 PM Ticket #2089 (negative bitrates reported when transcoding a 4k v210 file) updated by Carl Eugen Hoyos
This was unfortunately forgotten at the time of the version bump=-(
12:20 PM Ticket #3900 (ff_check_h264_startcode does not support 3-byte startcodes) updated by Lastique
Replying to cehoyos: > To which container are you writing …
11:49 AM Ticket #3900 (ff_check_h264_startcode does not support 3-byte startcodes) updated by Carl Eugen Hoyos
Replying to Lastique: > I don't use ffmpeg application in …
11:47 AM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by Carl Eugen Hoyos
Replying to ramitbhalla: > The file plays back just fine …
11:44 AM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by ramitb
The file plays back just fine in WMP and MCE, it doesn't stop half way …
11:29 AM Ticket #3900 (ff_check_h264_startcode does not support 3-byte startcodes) updated by Lastique
Replying to cehoyos: > Replying to Lastique: …
11:23 AM mpegtswithaudioonly.ts attached to Ticket #3853 by Carl Eugen Hoyos
11:23 AM audio.ts attached to Ticket #3853 by Carl Eugen Hoyos
11:20 AM Ticket #1163 (ffprobe can produce invalid XML) updated by Stefano Sabatini
Replying to eelco: > Uploaded 1163-utf8bug.rm to …
11:13 AM Ticket #3851 (Problem With Memory On Larger M4b to mp3 conversions) updated by Michael
Replying to cehoyos: > Fixed by James Almer in d3e9bee6 …
11:13 AM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by Carl Eugen Hoyos
Priority changed
Replying to ramitbhalla: > The original file plays fine. …
10:27 AM Ticket #3893 (tiff decoder fails to decode yuv images with odd dimensions) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
10:22 AM Ticket #3891 (mjpeg: green vertical line) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Status, Reproduced by developer changed
Looks like a regression since bb29ee62
10:20 AM Changeset in ffmpeg [fa39f8c0] by Stefano Sabatini <stefasab@gmail.com>
doc/ffprobe: fix -show_entries example
10:10 AM Changeset in ffmpeg [124ec8b1] by Luca Barbato <lu_zero@gentoo.org>
pulse: Add a wallclock option to be compatible with other other …
10:09 AM Changeset in ffmpeg [9fcc6322] by Luca Barbato <lu_zero@gentoo.org>
pulse: Add a wallclock option to be compatible with other other …
10:07 AM Ticket #3892 (snow: deadlock (fuzzed file)) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
9:48 AM Ticket #3900 (ff_check_h264_startcode does not support 3-byte startcodes) updated by Carl Eugen Hoyos
Replying to Lastique: > The 3-byte startcode is produced …
9:13 AM Changeset in ffmpeg [e62f08ca] by Luca Barbato <lu_zero@gentoo.org>
pulse: Add a wallclock option to be compatible with other other …
7:13 AM Ticket #3900 (ff_check_h264_startcode does not support 3-byte startcodes) updated by Lastique
You can try the following command: […] It produces the follwoing …
7:11 AM ticket3900.avi attached to Ticket #3900 by Lastique
Sample media to reproduce the problem.
3:00 AM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by ramitb
Use the static versions: http://ffmpeg.zeranoe.com/builds/
2:12 AM Changeset in ffmpeg [b6a0b8bc] by James Almer <jamrial@gmail.com>
Adds support for setting aq_mode in libvpx encoder Reviewed-by: James …
1:12 AM Ticket #2690 (Red Cinema r3d files not supported) updated by compn
bayer colorspace support was added a few months ago. …
12:45 AM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by cncb
If there is a Windows build available for the current FFmpeg git head …
12:16 AM Ticket #3851 (Problem With Memory On Larger M4b to mp3 conversions) closed by Carl Eugen Hoyos
fixed: Fixed by James Almer in d3e9bee6
12:00 AM Changeset in ffmpeg [8c1b942a] by Lou Logan <lou@lrcd.com>
Replace incorrect use of "multiply" with "multiple" Also replace the …

Aug 27, 2014:

11:20 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Did you test with -threads 1 or --disable-pthreads?
11:19 PM Ticket #3901 (failure to detect gif with jpg extension) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
10:28 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by Carl Eugen Hoyos
Could somebody confirm that this is an issue with current FFmpeg git …
10:14 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by cncb
Do either of you know someone at MCEBuddy that can share the fix in …
9:53 PM Changeset in ffmpeg [e6516944] by Michael Niedermayer <michaelni@gmx.at>
avformat/rtpdec_asf: fix compiler warning about const qualifier being …
9:52 PM Changeset in ffmpeg [35debfc3] by Michael Niedermayer <michaelni@gmx.at>
avformat/rdt: fix compiler warning about const qualifier being …
8:40 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
Replying to cehoyos: > Did you test with identical …
8:30 PM Changeset in ffmpeg [7a2c380] by Michael Niedermayer <michaelni@gmx.at>
avformat/aviobuf: remove uses of deprecated url_feof() Signed-off-by: …
8:23 PM Ticket #3903 (Cutting video file with invalid start time does not warn and produces ...) updated by ahthovaikied
[…] Just for information, FFprobe output: […]
8:14 PM Ticket #3903 (Cutting video file with invalid start time does not warn and produces ...) updated by Carl Eugen Hoyos
To make this a valid ticket, please provide the complete, uncut …
8:11 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by Carl Eugen Hoyos
Did you test with identical configure options?
7:58 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) updated by ahthovaikied
I have uploaded a 10s file (track_ticket_3902.mkv) on …
7:45 PM Ticket #3903 (Cutting video file with invalid start time does not warn and produces ...) created by ahthovaikied
Take a video file of length for example 10s. Run: […] FFmpeg does …
7:40 PM Ticket #3902 (FFmpeg MD5 output different with same data #3) created by ahthovaikied
Computing the MD5 of media streams produce different results between …
7:20 PM Changeset in ffmpeg [5403a288] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8d27bf1cff35be406b0fd89d832e1852d4c573bc' * commit …
7:09 PM Changeset in ffmpeg [b3b05a11] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5' * commit …
7:01 PM Changeset in ffmpeg [3ff5ca8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1f156af4274dc72d588620f6bedb4e9e66023c92' * commit …
6:54 PM Ticket #3871 (FFmpeg MD5 output different with same data #2) updated by ahthovaikied
I am having a similar problem with some files, but this time …
6:51 PM Changeset in ffmpeg [42196083] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '404731bd20e1df5880e6fe381e975ba48afc75b2' * commit …
6:45 PM Slideshow edited by llogan
use -framerate instead of -r for image2 demuxer, update H.264 link (diff)
6:44 PM Changeset in ffmpeg [a59d922d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ff771f79b55a346b4163d814b58ee4c98114745e' * commit …
6:42 PM Changeset in ffmpeg [7997d786] by James Almer <jamrial@gmail.com>
lavc/libwebpenc: use WebPMemoryWriterClear() WebPMemoryWriterClear() …
6:06 PM Changeset in ffmpeg [7c51f5bd] by Michael Niedermayer <michaelni@gmx.at>
swr: aarch64 audio_convert and neon clobber test Ported from …
5:58 PM Ticket #3901 (failure to detect gif with jpg extension) updated by DonMoir
The file is a gif given to me by end user
5:56 PM Icarus_Records_7a9f.jpg attached to Ticket #3901 by DonMoir
5:54 PM Ticket #3901 (failure to detect gif with jpg extension) created by DonMoir
ffmpeg -i Icarus_Records_7a9f.jpg temp.gif ffmpeg version …
5:17 PM Changeset in ffmpeg [25cb697d] by Michael Niedermayer <michaelni@gmx.at>
bktr: Fix Fabrice's name Signed-off-by: Timothy Gu …
4:51 PM Changeset in ffmpeg [d3e9bee6] by James Almer <jamrial@gmail.com>
lavf/mp3enc: don't abort if audio packets can't be buffered Instead …
2:38 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by Carl Eugen Hoyos
Since the following is not necessarily clear; * A file that plays fine …
2:34 PM Ticket #3882 (ffvhuff: problem with -pix_fmt yuv420p9) closed by Carl Eugen Hoyos
fixed: Fixed by Christophe Gisquet since f75baa6c Thank you for the report …
2:29 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by ramitb
Since I saw handbrake display the same symptoms, wasn't sure if it …
2:19 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by Carl Eugen Hoyos
Status changed
Replying to ramitbhalla: > I'm closing this ticket Why?
2:18 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) reopened by Carl Eugen Hoyos
Seeking allows to play nearly 17 minutes, both ffmpeg and …
2:15 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) closed by ramitb
invalid: I'm closing this ticket however if you're interested in looking into …
12:58 PM Changeset in ffmpeg [8d27bf1c] by Diego Biurrun <diego@biurrun.de>
x86: xvid: K&R formatting cosmetics
12:31 PM Changeset in ffmpeg [12df9b9a] by Michael Niedermayer <michaelni@gmx.at>
Improved AC3 decoder level support (heavy drc, dialnorm) Added …
12:27 PM Changeset in ffmpeg [7a67ab5c] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg_opt: reduce diff to libav in opt_target() by 16 lines …
11:54 AM Changeset in ffmpeg [dcb7c868] by Diego Biurrun <diego@biurrun.de>
cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs
11:44 AM Ticket #2405 (FFmpeg does not error out in case of empty output) updated by Carl Eugen Hoyos
Keywords changed
11:43 AM Ticket #3871 (FFmpeg MD5 output different with same data #2) closed by Carl Eugen Hoyos
wontfix: Feel free to send a patch for 2.2 to the developer mailing list if you …
11:36 AM Changeset in ffmpeg [1f156af4] by Diego Biurrun <diego@biurrun.de>
x86: xvid_idct: Drop unused definitions
10:58 AM Ticket #3895 (Multiple issues around the new function of -max_error_rate) updated by Clément Bœsch
Priority, Keywords, Status, Component changed
Replying to JayBlanc: > Repeating myself again: Please do …
10:55 AM Changeset in ffmpeg [2082c00e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f5245a9c6206878b892adf3ccbccc9311c202af5' * commit …
10:41 AM Ticket #3900 (ff_check_h264_startcode does not support 3-byte startcodes) updated by Carl Eugen Hoyos
Please either: * Send your patch (made with git format-patch) to …
10:38 AM Changeset in ffmpeg [ad207f11] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1688eef25385089026aba55da1885f70a57815ab' * commit …
10:38 AM Changeset in ffmpeg [ee099059] by Luca Barbato <lu_zero@gentoo.org>
vc1: Initialize start_code_found to 0
10:36 AM Changeset in ffmpeg [404731bd] by Luca Barbato <lu_zero@gentoo.org>
pulse: Set the wallclock option as default
10:36 AM Changeset in ffmpeg [ff771f79] by Luca Barbato <lu_zero@gentoo.org>
vc1: Initialize start_code_found to 0 Leftover of …
10:00 AM Changeset in ffmpeg [127aee4c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '75bbaf2493a71ee66eaabe3c21fadd84d07888de' * commit …
8:25 AM 07_fix_avformat_h264_startcode_check.patch attached to Ticket #3900 by Lastique
The patch adds support for 3-byte h264 startcodes.
8:23 AM Ticket #3900 (ff_check_h264_startcode does not support 3-byte startcodes) created by Lastique
This is a regression from ffmpeg 2.2 series. The problem was …
6:37 AM Changeset in ffmpeg [e1f0c41e] by Anton Khirnov <anton@khirnov.net>
avconv: fix parsing the AVOptions for -target CC: …
6:36 AM Changeset in ffmpeg [8d7839fc] by Anton Khirnov <anton@khirnov.net>
avconv: fix the muxrate values for -target The mpegenc private option …
6:36 AM Changeset in ffmpeg [bbd63208] by Anton Khirnov <anton@khirnov.net>
mpegenc: limit the maximum muxrate It is written to the file as a …
6:31 AM Changeset in ffmpeg [f7395926] by Anton Khirnov <anton@khirnov.net>
avconv: fix parsing the AVOptions for -target CC: …
6:31 AM Changeset in ffmpeg [7bc37641] by Anton Khirnov <anton@khirnov.net>
avconv: fix the muxrate values for -target The mpegenc private option …
6:30 AM Changeset in ffmpeg [3ac0638] by Anton Khirnov <anton@khirnov.net>
mpegenc: limit the maximum muxrate It is written to the file as a …
6:25 AM Changeset in ffmpeg [e2a89f7f] by Anton Khirnov <anton@khirnov.net>
avconv: fix parsing the AVOptions for -target CC: …
6:25 AM Changeset in ffmpeg [7c468550] by Anton Khirnov <anton@khirnov.net>
avconv: fix the muxrate values for -target The mpegenc private option …
6:25 AM Changeset in ffmpeg [c2d6cc2] by Anton Khirnov <anton@khirnov.net>
mpegenc: limit the maximum muxrate It is written to the file as a …
6:21 AM Changeset in ffmpeg [f5245a9c] by Anton Khirnov <anton@khirnov.net>
avconv: fix parsing the AVOptions for -target CC: libav-stable@libav.org
6:21 AM Changeset in ffmpeg [1688eef] by Anton Khirnov <anton@khirnov.net>
avconv: fix the muxrate values for -target The mpegenc private option …
6:21 AM Changeset in ffmpeg [75bbaf24] by Anton Khirnov <anton@khirnov.net>
mpegenc: limit the maximum muxrate It is written to the file as a …
12:13 AM Changeset in ffmpeg [9e8ab36f] by Michael Niedermayer <michaelni@gmx.at>
avformat/mxfenc: dont warn about d10_channelcount being ignored if its …
12:08 AM Ticket #3878 (HWND_MESSAGE undeclared on mingw32) closed by Michael Niedermayer
fixed: Should have been fixed by d5ee74e57d44ccbf644ea76d635628ed4e5fabfb / …
12:03 AM Ticket #3656 (Can not set timeout AVOptions) closed by Michael Niedermayer
worksforme: Tried, works fine with ffplay

Aug 26, 2014:

11:18 PM Ticket #3899 (FFMPEG uses incorrect MACs when) updated by Carl Eugen Hoyos
Keywords changed
11:16 PM Ticket #964 (No h263 Mode B support?) updated by Carl Eugen Hoyos
Analyzed by developer changed
10:46 PM Ticket #3899 (FFMPEG uses incorrect MACs when) updated by Igor Skobkarev
workaround: use route via the device not the gateway. I guess the …
10:27 PM Ticket #3899 (FFMPEG uses incorrect MACs when) updated by Igor Skobkarev
Correction: FMMPEG uses the gateway MAC instead of the Multicast MAC …
10:06 PM Ticket #3899 (FFMPEG uses incorrect MACs when) created by Igor Skobkarev
Summary of the bug: FFMPEG uses incorrect MAC when the destination …
8:01 PM Changeset in ffmpeg [570397c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e87f5e4e5f2e2e36b0b7826d708cda7049877af0' * commit …
7:45 PM Changeset in ffmpeg [9c41b594] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464' * commit …
6:48 PM Changeset in ffmpeg [ffa90d99] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '56a721f020273d69daa8dcb0d99e42a43a0a0d4d' * commit …
6:40 PM Changeset in ffmpeg [7206221d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4c8bd8ddb049950347a5018fecbca7ee25d48c44' * commit …
6:37 PM Changeset in ffmpeg [e15824e7] by Michael Niedermayer <michaelni@gmx.at>
avformat/rtpdec_h261: Fix sanity checks Fixes mbap and quant …
6:03 PM Changeset in ffmpeg [604c4eab] by Michael Niedermayer <michaelni@gmx.at>
libx264: fix -b_qfactor and -chromaoffset Signed-off-by: Michael …
5:39 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) updated by ramitb
Just to let you know the same issue is faced with all encoders, …
5:31 PM Changeset in ffmpeg [e87f5e4e] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264: fully check cropping amount from sps Even if sps.crop is true, …
5:22 PM Changeset in ffmpeg [0a024268] by Diego Biurrun <diego@biurrun.de>
libxvid: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
5:19 PM Ticket #964 (No h263 Mode B support?) updated by thovo
Analyzed by developer, Cc, Component, Reproduced by developer changed
4:59 PM Ticket #3898 (wtv demuxer returns EOF in the middle of a broken file) created by ramitb
Summary of the bug: This only happens with some recorded files. The …
3:27 PM Changeset in ffmpeg [56a721f0] by Diego Biurrun <diego@biurrun.de>
doc: fix a typo Signed-off-by: Diego Biurrun <diego@biurrun.de>
2:11 PM Ticket #3897 (Output frame rate is not same as input frame rate and option -r does ...) closed by Cigaes
invalid: ffmpeg always outputs as fast as it can by default. The …
2:08 PM Ticket #3897 (Output frame rate is not same as input frame rate and option -r does ...) created by saialluru
ffmpeg -r 25 -i 20140806_172538.avi -b:v 12288k -f mpegts …
1:34 PM Changeset in ffmpeg [4c8bd8dd] by Diego Biurrun <diego@biurrun.de>
os_support: Adjust an outdated #endif comment
1:23 PM Changeset in ffmpeg [46ad2c4a] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: remove assert that tests the same condition as the …
1:21 PM Changeset in ffmpeg [bf16872] by Michael Niedermayer <michaelni@gmx.at>
avformat/nsvdec: fix out-commented asserts so the function names exist …
1:20 PM Changeset in ffmpeg [85f0bde4] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowenc: remove out-commented assert Signed-off-by: Michael …
12:47 PM Changeset in ffmpeg [8c914148] by Luca Barbato <lu_zero@gentoo.org>
vc1: Fix the skip condition As written in the comment above, skip …
12:05 PM Changeset in ffmpeg [cf0e8e7a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4e9e6fa99f3ff83cedbf6c378d62065ae419a3b9' * commit …
11:01 AM Changeset in ffmpeg [ba650ea1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a4d3c20035946cbc1509aec2dc28d51c2a2f9a8e' * commit …
10:28 AM Ticket #3895 (Multiple issues around the new function of -max_error_rate) updated by JayBlanc
Repeating myself again: Please do not ask me to saturate my uplink for …
10:22 AM Changeset in ffmpeg [d5ee74e5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ab56fabe6294524e99815451ad01e4ff50c6d734' * commit …
10:15 AM Ticket #3896 (null muxer lacks AVFMT_TS_NONSTRICT; prints often-unnecessary error) closed by Carl Eugen Hoyos
wontfix: I strongly suggest to discuss this on the mailing list where more …
10:13 AM Ticket #3895 (Multiple issues around the new function of -max_error_rate) updated by Carl Eugen Hoyos
I don't think that any sample ever uploaded was not licensed (and …
7:07 AM Ticket #3895 (Multiple issues around the new function of -max_error_rate) updated by JayBlanc
This patch should fix the issue, and prevent compatibility problems …
7:05 AM ffmpeg-max_error_rate-default-1.patch attached to Ticket #3895 by JayBlanc
Patch to restore default behaviour to only having positive return …
6:50 AM Ticket #3896 (null muxer lacks AVFMT_TS_NONSTRICT; prints often-unnecessary error) updated by Ridley Combs
Apparently it was, but no conclusion was reached: …
6:47 AM Ticket #3895 (Multiple issues around the new function of -max_error_rate) updated by JayBlanc
Repeating myself: Unfortunately, the sample media I have that shows …
6:44 AM Ticket #3895 (Multiple issues around the new function of -max_error_rate) updated by Carl Eugen Hoyos
Please upload such a sample, there is no file size limit.
6:42 AM Ticket #3896 (null muxer lacks AVFMT_TS_NONSTRICT; prints often-unnecessary error) updated by Carl Eugen Hoyos
Wasn't this already discussed on the developer mailing list?
6:33 AM test - Copy (mp3cut.net).mp3 attached to Ticket #3125 by ginjaninja
mp3 file showing \ not working
6:33 AM Changeset in ffmpeg [051ac5c0] by Anton Khirnov <anton@khirnov.net>
mpegvideo: Use the current_picture pts The picture slot can be …
6:21 AM Ticket #3125 (\\ 'separator' in id3tag causes unwanted truncation of ffprobe output) reopened by ginjaninja
6:13 AM Ticket #3125 (\\ 'separator' in id3tag causes unwanted truncation of ffprobe output) updated by ginjaninja
multiple value appreciation is not working in ffprobe/ffmpeg version …
5:07 AM Ticket #3895 (Multiple issues around the new function of -max_error_rate) updated by JayBlanc
Unfortunately, the sample media I have that shows this are all …
3:53 AM Changeset in ffmpeg [c2c56d54] by James Almer <jamrial@gmail.com>
configure: update libvpx_vp9_encoder check Required to add support …
2:23 AM Ticket #3896 (null muxer lacks AVFMT_TS_NONSTRICT; prints often-unnecessary error) updated by Ridley Combs
Cc, Summary changed
2:21 AM Ticket #3896 (null muxer lacks AVFMT_TS_NONSTRICT; prints often-unnecessary error) created by Ridley Combs
The libavformat null muxer doesn't have the flag AVFMT_TS_NONSTRICT. …
1:43 AM Changeset in ffmpeg [4e9e6fa9] by Luca Barbato <lu_zero@gentoo.org>
mpeg: Write H264 streams at offset 2 It hints that the content is …
1:43 AM Changeset in ffmpeg [a4d3c200] by Luca Barbato <lu_zero@gentoo.org>
vc1: Fix the skip condition As written in the comment above, skip …
12:18 AM Changeset in ffmpeg [96b2ba68] by Michael Niedermayer <michaelni@gmx.at>
avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) …
12:17 AM Changeset in ffmpeg [0263750a] by Diego Biurrun <diego@biurrun.de>
vfwcap: Add fallback define for HWND_MESSAGE Some obsolete versions …
Note: See TracTimeline for information about the timeline view.