Timeline



Jul 20, 2013:

11:17 PM Changeset in ffmpeg [b8b73739] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'jamrial/release/1.0' into release/1.0 * …
11:13 PM Changeset in ffmpeg [d46713cc] by Michael Niedermayer <michaelni@gmx.at>
swfdec: do better validation of tag length Avoids trying to read a …
11:13 PM Changeset in ffmpeg [9c7c2ab] by Michael Niedermayer <michaelni@gmx.at>
swfdec: check lens validity Signed-off-by: Michael Niedermayer …
11:13 PM Changeset in ffmpeg [b896c1c9] by Michael Niedermayer <michaelni@gmx.at>
update all trac links to use the trac subdomain Signed-off-by: …
11:13 PM Changeset in ffmpeg [858e06aa] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: Keep internal and external av_read_frame() packets in …
10:25 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
I think I finally got VBR to talk to psy. It's looking good. I'll …
9:24 PM Changeset in ffmpeg [0c480bcf] by Michael Niedermayer <michaelni@gmx.at>
doc/filters: document vf_scales color range Signed-off-by: Michael …
8:20 PM Changeset in ffmpeg [3242747d] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_scale; fix indent Signed-off-by: Michael Niedermayer …
8:13 PM Changeset in ffmpeg [835eee88] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_scale: add in/out color range option Signed-off-by: …
8:11 PM Changeset in ffmpeg [bbf6cb75] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_scale: Add in/out yuv color matrix option Signed-off-by: …
8:08 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Replying to Kamedo2: > Is s->global_quality different …
8:08 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Replying to Kamedo2: > Aren't you trying to access …
7:31 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Is s->global_quality different from VBR number -q:a x? ||=LAME …
7:20 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Aren't you trying to access s->bit_rate when it's VBR? Or am I missing …
7:17 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
LOL, sorry, the VBR condition is backwards. An old idiocy of mine, I …
7:02 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Replying to klaussfreire: > Try this cutoff: > > {{{ > …
6:21 PM ffmpeg_aacvbr_pulse1.flac attached to Ticket #2686 by Kamedo2
Sound disappears for about 20ms in VBR mode -q:a 5, -q:a 10. Sounds …
6:15 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Replying to Kamedo2: > psymodel.h line 32: > {{{ > …
5:41 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
How about the subjective quality on the various VBR modes, as compared …
5:29 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
[[Image(...)]] songs: 5 min snippets of …
5:16 PM Ticket #2800 (ffplay doesn't honour -autoexit with -af atrim) created by Stefano Sabatini
Summary of the bug: This command works: […] But will not work …
3:53 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Recommended cutoff frequency for FFmpeg AAC. …
2:38 PM Ticket #2712 (remuxing h264 from avi to ts leads to stuttering with WMP) updated by Badminton Gott
sample_avi_to_mpegts_with_reencoding_mp3_audio_to_ac3.avi is uploaded …
10:13 AM Ticket #2526 (ffmpeg on windows crashes when using Avisynth 2.5.8) updated by Trigunflame
Replying to qyot27: > I found out something new during …
9:06 AM Changeset in ffmpeg [c25d1ba5] by Nicolas George <nicolas.george@normalesup.org>
lavu/log: print prefix after \r. Should fix trac ticket #2797 because …
9:03 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Should I use ffmpeg_g to spot the bug? Thousands of diverse sound …
9:03 AM Ticket #2799 (No support for cmyk jpeg) created by cyril
Summary of the bug: FFmpeg doesn't support jpg using the CMYK …
8:50 AM Changeset in ffmpeg [b6740179] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: lavfi: …
8:39 AM Changeset in ffmpeg [48353325] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '36fb0d02a1faa11eaee51de01fb4061ad6092af9' * commit …
6:29 AM Ticket #2363 (Default mingw32 compilation is broken by atomic) updated by Dave Yeo
Note that OS/2 is broken exactly the same way when configured with …
5:37 AM Ticket #2798 (Write cover art to mov files) updated by jamal
mov/mp4/m4a muxer currently doesn't support cover art. A patch that …
3:54 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
[[Image(...)]] All are stereo. I …
12:32 AM Changeset in ffmpeg [73b2043d] by Marton Balint <cus@passwd.hu>
ffplay: use start_time as next audio pts on flush when seeking is not …
12:32 AM Changeset in ffmpeg [b383498] by Marton Balint <cus@passwd.hu>
ffplay: estimate audio frame pts from the previous frame pts values …
12:32 AM Changeset in ffmpeg [782e06e2] by Marton Balint <cus@passwd.hu>
ffplay: simplify audio decoding Also use negative stream_index for …

Jul 19, 2013:

11:03 PM framemd5 Intro and HowTo edited by llogan
fix link (diff)
10:44 PM Changeset in ffmpeg [74561680] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_separatefields: fix ;; Found-by: llogan Signed-off-by: …
9:32 PM Changeset in ffmpeg [07704c61] by Michael Niedermayer <michaelni@gmx.at>
avformat/matroskaenc: Only change chapter ids if needed. This also …
8:14 PM Changeset in ffmpeg [fd818993] by Luca Barbato <lu_zero@gentoo.org>
dsicinav: Clip the source size to the expected maximum A packet …
8:14 PM Changeset in ffmpeg [dd0bfc3] by Luca Barbato <lu_zero@gentoo.org>
dsicinav: Bound-check the source buffer when needed Reported-by: …
8:14 PM Changeset in ffmpeg [fcae3ff1] by Luca Barbato <lu_zero@gentoo.org>
dsicinav: K&R formatting cosmetics
8:10 PM Changeset in ffmpeg [122536e0] by Michael Niedermayer <michaelni@gmx.at>
avfilter: fix preprocessor condition Signed-off-by: Michael …
7:36 PM Changeset in ffmpeg [a289f418] by Paul B Mahol <onemda@gmail.com>
doc/filters: add sepia example for colorchannelmixer Signed-off-by: …
5:57 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
In 4 hours of hearing more than 100 musical, vocal, ambient and …
4:56 PM Changeset in ffmpeg [56123fc7] by Michael Niedermayer <michaelni@gmx.at>
avutil/softfloat: remove unneeded include assert.h Signed-off-by: …
4:55 PM Changeset in ffmpeg [ca857c86] by Michael Niedermayer <michaelni@gmx.at>
tests/tiny_psnr: remove unneeded include assert.h This is the only …
4:53 PM Changeset in ffmpeg [8589d7a] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_yadif:remove unneeded include assert.h Signed-off-by: …
4:52 PM Changeset in ffmpeg [6d323ff5] by Michael Niedermayer <michaelni@gmx.at>
swscale: remove unneeded include assert.h Signed-off-by: Michael …
3:54 PM Changeset in ffmpeg [db330104] by Michael Niedermayer <michaelni@gmx.at>
jpeg2000dec: silence unused variable warning Signed-off-by: Michael …
3:42 PM Changeset in ffmpeg [5f39992e] by Michael Niedermayer <michaelni@gmx.at>
bmp: fix decoding of flipped rle4 Fixes ticket #2794 Signed-off-by: …
3:12 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
[[Image(...)]] I used tx->frame_bits = …
2:15 PM framemd5 Intro and HowTo created by dave rice
initial commit
2:15 PM WikiStart edited by dave rice
add article on framemd5 (diff)
1:16 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
It's not a regression, but surround bitrate seems to be capped and do …
12:59 PM Changeset in ffmpeg [d83ab337] by Carl Eugen Hoyos <cehoyos@ag.or.at>
swscale/input: fix 16bit gbrp input Fixes Ticket2793 Signed-off-by: …
12:50 PM Changeset in ffmpeg [8f9bc6f2] by Carl Eugen Hoyos <cehoyos@ag.or.at>
swscale/input: fix 16bit gbrp input Fixes Ticket2793 Signed-off-by: …
12:49 PM Ticket #2793 (gbrp16 -> yuv conversion broken) closed by Michael Niedermayer
fixed: Fixed in a4b55bbb6f8ba055bba1493f6872792503e47563
10:49 AM Changeset in ffmpeg [a4b55bbb] by Michael Niedermayer <michaelni@gmx.at>
swscale/input: fix 16bit gbrp input Fixes Ticket2793 Signed-off-by: …
10:14 AM Changeset in ffmpeg [72f5a6d] by Stefano Sabatini <stefasab@gmail.com>
examples: demuxing: print ffplay command even if sample format is …
10:14 AM Changeset in ffmpeg [9f31c160] by Stefano Sabatini <stefasab@gmail.com>
examples: demuxing: simplify audio output There is no reason why this …
10:14 AM Changeset in ffmpeg [06b269d] by Stefano Sabatini <stefasab@gmail.com>
examples: demuxing: do partial audio packet decoding This assumes one …
9:24 AM Ticket #2795 (Too Large Number of Skipped frames 1374156452>60000) updated by Carl Eugen Hoyos
Is a feed from usb camera necessary to reproduce the problem or is it …
9:22 AM Changeset in ffmpeg [6756d98c] by Martin Storsjö <martin@martin.st>
lavfi: filtfmts: use newer avfilter APIs Signed-off-by: Martin …
9:08 AM Changeset in ffmpeg [25ffaf52] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: compat: …
9:02 AM Changeset in ffmpeg [36fb0d02] by Martin Storsjö <martin@martin.st>
rtsp: Support multicast source filters (RFC 4570) This supports …
9:02 AM Changeset in ffmpeg [4d97ca04] by Martin Storsjö <martin@martin.st>
rtpproto: Check the source IP if one single source has been specified …
9:00 AM Changeset in ffmpeg [336353de] by Martin Storsjö <martin@martin.st>
rtpproto: Support IGMPv3 source specific multicast inclusion …
9:00 AM Ticket #2795 (Too Large Number of Skipped frames 1374156452>60000) updated by ankit
I have attached the configuration file. Following are the steps which …
8:56 AM Changeset in ffmpeg [c88503e3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '439902e0d68a0f0d800c21b5e6b598d5fa0c51da' * commit …
8:48 AM ffserver.conf attached to Ticket #2795 by ankit
ffserver configuration file
8:26 AM Changeset in ffmpeg [8740762c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd010e95f86089abe9a3d4d4a66ac8102312d28a4' * commit …
8:24 AM Ticket #2797 (Context information missing on the console) updated by Carl Eugen Hoyos
[…]
7:40 AM Ticket #2797 (Context information missing on the console) updated by Carl Eugen Hoyos
Summary, Status, Version, Component, Reproduced by developer changed
I can reproduce the problem concerning the console output with the …
7:27 AM Ticket #2171 (Joining a SSM multicast group using an SDP) closed by Carl Eugen Hoyos
fixed: The patch was applied in 7203dbd.
6:43 AM Ticket #2798 (Write cover art to mov files) updated by svnpenn
If it helps, I tested it again with […] same result. If need be I …
6:26 AM Ticket #2797 (Context information missing on the console) updated by Carl Eugen Hoyos
Could you test after compiling with {{{--disable-w32threads …
6:22 AM Ticket #2798 (Write cover art to mov files) updated by Carl Eugen Hoyos
Keywords, Component changed
Is this problem reproducible with current git head?
5:20 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
The LPF could be accomplished by zeroing the coefficients in the FFT. …
5:14 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
2560 (the number you found) works better for us though. That's …
5:04 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Great! I'm goint to have time to test that improvement 5 hours later, …
4:56 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
There. Line 308: […] Must be […] That is indeed said on the …
4:03 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Reading the specs right now. I had a hunch that the spec might say …
3:50 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
How is the development going?
12:45 AM Ticket #2798 (Write cover art to mov files) created by svnpenn
.m4a files support album art .mp4 files support cover art currently …

Jul 18, 2013:

11:45 PM Changeset in ffmpeg [454c89dd] by Michael Niedermayer <michaelni@gmx.at>
img2enc: add option to use strftime() for filename Signed-off-by: …
10:17 PM Ticket #2796 (Problems dumping H264 stream from an Axis M1014 camera) updated by Andy
Here is the debug log with -fdebug ts option and disable-optimizations …
10:02 PM Ticket #2683 (Jpeg2000 decoder broken) closed by Carl Eugen Hoyos
fixed: The colour-space detection was fixed in b39a6bb, subsampling is not …
9:49 PM Ticket #2456 (can't concatenate two video files because of different SARs) updated by Carl Eugen Hoyos
Resolution changed
Fixed in 36b21e1, thank you for the report!
9:49 PM Ticket #2787 (lut 3d Filter result to green) closed by Carl Eugen Hoyos
fixed: The original issue should be fixed in 42272e8, thank you for the report!
9:42 PM Ticket #2797 (Context information missing on the console) updated by Kyle
Replying to cehoyos: > Please explain what is missing in …
9:39 PM Ticket #2797 (Context information missing on the console) updated by Carl Eugen Hoyos
Please explain what is missing in FFmpeg's output.
9:39 PM Ticket #2712 (remuxing h264 from avi to ts leads to stuttering with WMP) updated by Carl Eugen Hoyos
I originally missed your comment about non-smooth video, sorry! Please …
9:36 PM Ticket #2795 (Too Large Number of Skipped frames 1374156452>60000) updated by Carl Eugen Hoyos
Analyzed by developer changed
Please add your failing command line (including FFserver configuration …
9:35 PM Ticket #2796 (Problems dumping H264 stream from an Axis M1014 camera) updated by Carl Eugen Hoyos
Keywords, Description changed
Please consider to either read my email or the ticket you mentioned …
9:20 PM Ticket #2797 (Context information missing on the console) updated by Kyle
ffmpeg -loglevel debug xxx.mp4 -vcodec libx264 -pass 1 -passlogfile …
9:16 PM consoleOutput.txt attached to Ticket #2797 by Kyle
console output
9:04 PM Ticket #2797 (Context information missing on the console) created by Kyle
Summary of the bug: How to reproduce: […] Patches should be …
8:27 PM jpeg_orientaton.zip attached to Ticket #1926 by DonMoir
8:26 PM Ticket #1926 (EXIF metadata is not extracted) updated by DonMoir
I attached 8 sample jpegs in jpeg_orientaton.zip that represent …
7:50 PM Changeset in ffmpeg [fc6de70] by Michael Niedermayer <michaelni@gmx.at>
jpeg2000dec: Support non subsampled 8bit planar pixel formats Fixes …
7:43 PM Changeset in ffmpeg [99de97ca] by Michael Niedermayer <michaelni@gmx.at>
jpeg2000dec: parse CDEF Signed-off-by: Michael Niedermayer …
5:02 PM Ticket #2712 (remuxing h264 from avi to ts leads to stuttering with WMP) updated by Badminton Gott
OK, here is what you request. […]
4:27 PM Ticket #2796 (Problems dumping H264 stream from an Axis M1014 camera) created by Andy
I have a similar ffmpeg problem that described in ticket 1734 …
4:12 PM Changeset in ffmpeg [91004207] by Diego Biurrun <diego@biurrun.de>
compat: Add missing license boilerplates
4:12 PM Changeset in ffmpeg [439902e0] by Diego Biurrun <diego@biurrun.de>
Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ …
4:10 PM Changeset in ffmpeg [ed8c34a7] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
4:01 PM Changeset in ffmpeg [7203dbde] by Michael Niedermayer <michaelni@gmx.at>
avformat/rt*p: Joining a SSM multicast group using an SDP (Issue …
2:25 PM Changeset in ffmpeg [d010e95f] by Martin Storsjö <martin@martin.st>
avserver: Remove unused loadable module support There is no record of …
1:59 PM Ticket #2795 (Too Large Number of Skipped frames 1374156452>60000) created by ankit
Hi I have configured the ffserver. While doing live feeding and …
11:51 AM Changeset in ffmpeg [b39a6bbe] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix pix_fmt detection in the native jpeg2000 decoder. Based on …
11:51 AM Changeset in ffmpeg [36b21e17] by Carl Eugen Hoyos <cehoyos@ag.or.at>
lavf/concat: Never fail for sample aspect ratio 0:1. Fixes ticket …
11:51 AM Changeset in ffmpeg [42272e86] by Carl Eugen Hoyos <cehoyos@ag.or.at>
lut3d: Fix reading 3dl files with leading comments. Fixes ticket #2787.
10:08 AM Changeset in ffmpeg [ebaf20e9] by Nicolas George <nicolas.george@normalesup.org>
lavfi/scale: allocate interlaced scalers only if needed. Fix "Value …
10:03 AM Changeset in ffmpeg [630fc7dc] by Michael Niedermayer <michaelni@gmx.at>
vorbiscomment: Add DESCRIPTION to ff_vorbiscomment_metadata_conv It's …
8:55 AM Changeset in ffmpeg [562fb9c5] by Michael Niedermayer <michaelni@gmx.at>
lavf/riff: Add ITRK tag Some players, like foobar2000 or modern …
8:50 AM Ticket #2793 (gbrp16 -> yuv conversion broken) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Summary, Priority, Version, Keywords changed
Regression since 02001a3. […]
8:47 AM 320x240gbrp16le.raw attached to Ticket #2793 by Carl Eugen Hoyos
7:53 AM Changeset in ffmpeg [9d01bf7d] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
7:45 AM Ticket #2794 (bmp rle: fix decoding of 4bpp with flipped row order) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords, Type changed
FFmpeg 0.5 showed a flipped image.
7:35 AM Ticket #2790 (FFmpeg moves content of first chapter from a mkv file into global) closed by Carl Eugen Hoyos
fixed: Apparently fixed in 353f302.
7:18 AM Ticket #2785 (Matroska muxer produces non spec conformant files when adding chapters) closed by jamal
fixed: Fixed in …
6:55 AM Ticket #2793 (gbrp16 -> yuv conversion broken) updated by ami_stuff
Summary changed
5:52 AM Ticket #2791 (ffmpeg-master fails @ "non-existing PPS referenced"; ...) updated by Carl Eugen Hoyos
Priority, Keywords changed
5:41 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
They go up because twoloop will push all scalefactors down uniformly …
2:13 AM AudioChannelManipulation edited by llogan
add layouts (diff)
2:06 AM ArticlesForCreation edited by llogan
remove audio mixing request due to addition of AudioChannelManipulation (diff)
2:04 AM WikiStart edited by llogan
add AudioChannelManipulation (diff)
2:02 AM AudioChannelManipulation created by llogan
make initial page
1:25 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Replying to klaussfreire: > Yeah, but because you're …

Jul 17, 2013:

11:54 PM Changeset in ffmpeg [fcab45f3] by Michael Niedermayer <michaelni@gmx.at>
ftp: fix interrupt callback misuse FTP protocol used interrupt …
11:40 PM Changeset in ffmpeg [1816f550] by Michael Niedermayer <michaelni@gmx.at>
Merge https://github.com/lukaszmluki/ffmpeg * …
11:21 PM Changeset in ffmpeg [37ded530] by Michael Niedermayer <michaelni@gmx.at>
vf_scale: use sws_init_context() Signed-off-by: Michael Niedermayer …
11:02 PM Changeset in ffmpeg [353f3022] by Michael Niedermayer <michaelni@gmx.at>
lavf/matroskaenc: using valid chapter ids Fixes ticket 2790, by …
10:31 PM Changeset in ffmpeg [3ac7fa81] by Diego Biurrun <diego@biurrun.de>
Consistently use "cpu_flags" as variable/parameter name for CPU flags
10:03 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Yeah, but because you're capping psy's bitrate target to …
9:18 PM 4bpp_rle_flip_order.bmp attached to Ticket #2794 by ami_stuff
9:18 PM 4bpp_rle.bmp attached to Ticket #2794 by ami_stuff
9:17 PM Ticket #2794 (bmp rle: fix decoding of 4bpp with flipped row order) created by ami_stuff
[…]
9:06 PM 1.tif attached to Ticket #2793 by ami_stuff
9:06 PM Ticket #2793 (gbrp16 -> yuv conversion broken) created by ami_stuff
the output file have green tint […]
9:05 PM Ticket #2792 (jpeg2000: support progression order RPCL) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords, Type changed
9:02 PM Ticket #2791 (ffmpeg-master fails @ "non-existing PPS referenced"; ...) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can provide a failing command line …
8:50 PM 1.jp2 attached to Ticket #2792 by ami_stuff
8:50 PM Ticket #2792 (jpeg2000: support progression order RPCL) created by ami_stuff
[…]
8:42 PM Ticket #2791 (ffmpeg-master fails @ "non-existing PPS referenced"; ...) updated by kml2
no. i'm using: gcc version 4.8.1 20130711 [gcc-4_8-branch revision 200903]
8:41 PM Ticket #2791 (ffmpeg-master fails @ "non-existing PPS referenced"; ...) updated by MarkZV
Are you using gcc 4.2.x? If so then this may be a duplicate of #1464; …
8:21 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
I've listened to over 100 samples of diverse music and speech records. …
8:12 PM CompilationGuide/Centos edited by MarkZV
add export, update opus to 1.0.3 (diff)
8:00 PM CompilationGuide/Ubuntu edited by MarkZV
add export, update opus to 1.0.3 (diff)
7:57 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
from line 300: […] to: […] significantly improves the quality. …
7:22 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Replying to klaussfreire: > The reason I mention this is …
6:52 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Replying to Kamedo2: > Yes, I'm testing with good …
6:50 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Yes, I'm testing with good headphones.
6:13 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
I hope you're testing with good headphones. HF quality is hard to …
6:04 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
-cutoff 18000 seems to work, but the lowpass filter is too dull, …
2:59 PM Changeset in ffmpeg [a0b7e73f] by Michael Niedermayer <michaelni@gmx.at>
swscale/options: fix copy and paste typo Signed-off-by: Michael …
1:20 PM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by Carl Eugen Hoyos
Does aacgain work with the original file Alice.aac?
1:14 PM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by feelart
To summarize, you can't copy the aac stream without forcing to specify …
12:53 PM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by feelart
Indeed, adding "-acodec aac -strict -2" to the command line makes it …
12:42 PM Changeset in ffmpeg [816c579c] by Lukasz Marek <lukasz.m.luki@gmail.com>
ftp: warning about pure-ftp server used as and output
12:42 PM Changeset in ffmpeg [2217243e] by Lukasz Marek <lukasz.m.luki@gmail.com>
ftp: comments
12:42 PM Changeset in ffmpeg [db72b774] by Lukasz Marek <lukasz.m.luki@gmail.com>
ftp: remove unused headers
12:42 PM Changeset in ffmpeg [247e6587] by Lukasz Marek <lukasz.m.luki@gmail.com>
ftp: fix interrupt callback misuse FTP protocol used interrupt …
11:38 AM Changeset in ffmpeg [33968c20] by Michael Niedermayer <michaelni@gmx.at>
Fixing a stride issue in VP8 Alpha encode When encoding alpha channel …
11:30 AM Changeset in ffmpeg [066111bf] by Michael Niedermayer <michaelni@gmx.at>
matroskaenc: simplify mkv_check_tag() Signed-off-by: Michael …
10:18 AM Changeset in ffmpeg [088ed531] by Michael Niedermayer <michaelni@gmx.at>
lavf/matroskaenc: Check for valid metadata before creating tags Tags …
9:25 AM Ticket #2790 (FFmpeg moves content of first chapter from a mkv file into global) updated by Fabian
So avformat “simply” needs to start the ChapterUID with 1 instead of …
9:06 AM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by Carl Eugen Hoyos
I used the following command line: {{{$ ffmpeg -i Alice.aac -vol 312 …
8:48 AM Changeset in ffmpeg [b4fe41c9] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
8:40 AM Changeset in ffmpeg [10336ca6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '50612484e058e8b241f0528584d64d9d2ccebf12' * commit …
8:20 AM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by feelart
>ffmpeg -i alice.aac -vol 312 test.aac >The command succeeds here. …
8:02 AM Changeset in ffmpeg [b6293e27] by Martin Storsjö <martin@martin.st>
fmtconvert: Explicitly use int32_t instead of int Signed-off-by: …
7:34 AM Changeset in ffmpeg [9836f47] by Stefano Sabatini <stefasab@gmail.com>
doc/filters: update/correct mp documentation
7:31 AM Changeset in ffmpeg [34322ab2] by Stefano Sabatini <stefasab@gmail.com>
doc/bitstream_filters: document dump_extra
7:24 AM Ticket #2790 (FFmpeg moves content of first chapter from a mkv file into global) updated by jamal
Replying to cehoyos: > Replying to jamal: > > …
7:22 AM Ticket #2790 (FFmpeg moves content of first chapter from a mkv file into global) updated by Carl Eugen Hoyos
Cc changed
Replying to jamal: > 0 is a valid value for ChapterUID. I …
7:11 AM Ticket #2790 (FFmpeg moves content of first chapter from a mkv file into global) updated by jamal
Priority, Keywords, Component changed
7:10 AM Ticket #2790 (FFmpeg moves content of first chapter from a mkv file into global) updated by jamal
"ChapterUID: 0" That seems to the problem. The Matroska demuxer is …
7:02 AM Ticket #2787 (lut 3d Filter result to green) updated by Carl Eugen Hoyos
Analyzed by developer changed
Patch sent, the problem is that comments within the file are …
6:58 AM Ticket #2787 (lut 3d Filter result to green) updated by cscope
compared source file with encoded file without lut3d filter & gamma …
6:43 AM Ticket #2787 (lut 3d Filter result to green) updated by cscope
Waveform indicates that there is a slight difference, i guess a slight …
6:31 AM Ticket #2787 (lut 3d Filter result to green) updated by Carl Eugen Hoyos
Does the waveform you attached indicates that the output is ok or that …
6:30 AM 3rdlineremoved.3dl attached to Ticket #2787 by Carl Eugen Hoyos
6:22 AM waveform.zip attached to Ticket #2787 by cscope
waveform comparison ffmpeg lut3d deleted comments & davinci resolve
6:15 AM Ticket #2787 (lut 3d Filter result to green) updated by cscope
When deleting line 3 this error occurs [Parsed_lut3d_0 @ …
6:08 AM Ticket #2785 (Matroska muxer produces non spec conformant files when adding chapters) updated by jamal
Ok, "title" and "stereo_mode" metadata entries are correctly being …
5:57 AM Ticket #2787 (lut 3d Filter result to green) updated by Carl Eugen Hoyos
The filter does not expect this line in the 3dl file: […] Could you …
4:55 AM Ticket #2791 (ffmpeg-master fails @ "non-existing PPS referenced"; ...) updated by Carl Eugen Hoyos
Please provide your failing command line together with the complete, …
3:52 AM Ticket #2694 (interrupt_callback not working) updated by sporn
Sorry - it turned out to be my fault (kind of)- i added an int field …

Jul 16, 2013:

11:59 PM Changeset in ffmpeg [b405f4e9] by Michael Niedermayer <michaelni@gmx.at>
swscale: Add support to specify chroma position Signed-off-by: …
11:58 PM MySegment.mkv attached to Ticket #2791 by kml2
a short clip of videao that demonstrates the issue
11:50 PM Ticket #2791 (ffmpeg-master fails @ "non-existing PPS referenced"; ...) created by kml2
I'm working on building ffmpeg from git sources on linux/64. …
11:17 PM Changeset in ffmpeg [53c853e0] by Stefano Sabatini <stefasab@gmail.com>
lavc/h264_mp4toannexb: improve feedback in case of invalid bitstream
11:15 PM Changeset in ffmpeg [a80e622] by Michael Niedermayer <michaelni@gmx.at>
avcodec/avutil: Add AVColorSpace and AVColorRange to AVFrames This …
10:51 PM Changeset in ffmpeg [0092bcdf] by Stefano Sabatini <stefasab@gmail.com>
lavc/avcodec.h: fix various typos in av_bitstream_filter_filter() docs
9:17 PM Ticket #2712 (remuxing h264 from avi to ts leads to stuttering with WMP) updated by Carl Eugen Hoyos
I asked for a failing command line and the complete, uncut console …
9:13 PM Changeset in ffmpeg [50612484] by Martin Storsjö <martin@martin.st>
pthread: Rename thread_init to avoid symbol collision The AIX threads …
9:10 PM Ticket #2789 (2-pass processing of inputs, generating statistics) updated by Carl Eugen Hoyos
Priority changed
8:58 PM tgt_toolnix.txt attached to Ticket #2790 by Fabian
The mkvtoolnix's output of the tgt_video.mkv
8:56 PM tgt_video.mkv attached to Ticket #2790 by Fabian
The result of applying the source metadata to the video on the commons
8:55 PM src_meta.txt attached to Ticket #2790 by Fabian
My source metadata
8:51 PM Ticket #2790 (FFmpeg moves content of first chapter from a mkv file into global) created by Fabian
Summary of the bug: When I create a mkv file with chapters using the …
7:25 PM Changeset in ffmpeg [5ceffb1b] by Paul B Mahol <onemda@gmail.com>
matroskaenc: use ffio_fill() Signed-off-by: Paul B Mahol …
7:15 PM Ticket #1535 (Wrong "profile" FAQ entry) updated by Elon Musk
7 months passed and still not fixed?
7:13 PM Ticket #2624 (Simplifying ffserver to make it more easy to maintain) closed by Elon Musk
invalid
7:10 PM Ticket #2437 (Emphasize "Register" link/button on trac page) closed by Elon Musk
wontfix
7:07 PM Ticket #1424 (Film Strip Logo) closed by Elon Musk
wontfix: Looks like nobody cares.
6:04 PM Ticket #2631 (fade filter offset from the end of stream) updated by burek
I suggested the implementation of a new feature here: …
6:03 PM Ticket #2789 (2-pass processing of inputs, generating statistics) created by burek
I would like to suggest a new feature which would first read an entire …
5:37 PM Ticket #2712 (remuxing h264 from avi to ts leads to stuttering with WMP) updated by Badminton Gott
Replying to cehoyos: > The shorter command line from …
5:26 PM ffmpeg_aac320k_collapse5.flac attached to Ticket #2686 by Kamedo2
A sound that degrades on FFmpeg native aac encoder.
1:39 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Yes, will do this tonight (at work right now).
1:37 PM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by Carl Eugen Hoyos
Replying to feelart: > Also, wrong output with > > {{{ > …
1:35 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Things start to make sense. Could you tweak the back-spreading and …
12:41 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Alright. Good catch. I'd recommend not ignoring, because masking …
12:37 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
I've got it. When the native aac encoder calcs a masking curve, almost …
12:25 PM 18.6_22kHz_noise.flac attached to Ticket #2686 by Kamedo2
Partial white noise, clipped by 256th-order lanczos function, to …
10:58 AM Ticket #2787 (lut 3d Filter result to green) updated by Elon Musk
Status, Component, Reproduced by developer changed
10:58 AM Ticket #2787 (lut 3d Filter result to green) updated by Elon Musk
If I remove comments from 3dl file, I get non-green output that match …
10:24 AM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by feelart
>I will close this ticket since I don't see much indication that there …
9:57 AM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by Carl Eugen Hoyos
Replying to saste: > Replying to cehoyos: > > …
9:53 AM Changeset in ffmpeg [03983c36] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avformat/matroskadec: Detect conflicting sample rate/default_duration …
9:50 AM Changeset in ffmpeg [ae72abf6] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avformat/matroskadec: Detect conflicting sample rate/default_duration …
9:47 AM Changeset in ffmpeg [06190d75] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avformat/matroskadec: Detect conflicting sample rate/default_duration …
9:43 AM Changeset in ffmpeg [bc44d06] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avformat/matroskadec: Detect conflicting sample rate/default_duration …
9:40 AM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by Stefano Sabatini
Replying to cehoyos: > Replying to feelart: > …
9:26 AM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) closed by Carl Eugen Hoyos
worksforme: Replying to feelart: I will close this ticket since I …
8:58 AM Ticket #2787 (lut 3d Filter result to green) updated by Carl Eugen Hoyos
Looking at the 3dl file you uploaded, it contains values from 0 to …
8:48 AM Ticket #2787 (lut 3d Filter result to green) updated by Carl Eugen Hoyos
Version changed
6:33 AM Ticket #2787 (lut 3d Filter result to green) updated by cscope
confirmed with this build ffmpeg version N-54901-g1ef8e69d-tessus …
2:20 AM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by feelart
Regarding MP4Box, I don't know this tool. …
12:53 AM Changeset in ffmpeg [8d9c1b32] by Michael Niedermayer <michaelni@gmx.at>
mastroka audio muxer: Set long_name to Matroska Audio so that it …
12:44 AM Changeset in ffmpeg [37f4aa13] by Michael Niedermayer <michaelni@gmx.at>
swscale: move default colorspace setup to sws_init_filter() …

Jul 15, 2013:

11:26 PM Ticket #2787 (lut 3d Filter result to green) updated by Carl Eugen Hoyos
Priority, Component changed
Is this a regression? Could you confirm that the problem is also …
10:55 PM Changeset in ffmpeg [4f1d3e02] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
10:50 PM Ticket #2788 (wmv3: seek only to keyframes) updated by Carl Eugen Hoyos
Keywords, Status, Version, Reproduced by developer changed
Could be related to ticket #1616.
10:12 PM Changeset in ffmpeg [13eed267] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '31931520df35a6f9606fe8293c8a39e2d1fabedf' * commit …
10:02 PM Changeset in ffmpeg [38b701a3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5b4eb243bce10a3e8345401a353749e0414c54ca' * commit …
9:42 PM Changeset in ffmpeg [0b95f011] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8f24c12be7a3b3ea105e67bba9a867fe210a2333' * commit …
7:45 PM Ticket #2788 (wmv3: seek only to keyframes) created by ami_stuff
http://www1.datafilehost.com/d/7d7ae1ff When I use this command: …
7:28 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by Elon Musk
Ah, it must be because of rounding error when using doubles.
7:18 PM ArticlesForCreation edited by slhck
(diff)
7:09 PM linux_x86_ticket2786.txt attached to Ticket #2786 by jamal
Same tests on Linux x86
7:08 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by jamal
I have no idea. I'm using inside.tta from the FATE suit, ffmpeg …
6:39 PM Changeset in ffmpeg [e740929a] by Martin Storsjö <martin@martin.st>
lavf: Make sure avg_frame_rate can be calculated without integer …
6:38 PM Changeset in ffmpeg [31931520] by Martin Storsjö <martin@martin.st>
mov: Do not allow updating the time scale after it has been set The …
6:37 PM Changeset in ffmpeg [5b4eb243] by Martin Storsjö <martin@martin.st>
mov: Seek back if overreading an individual atom Reported-by: Mateusz …
6:37 PM Changeset in ffmpeg [8f24c12] by Martin Storsjö <martin@martin.st>
ac3dec: Don't consume more data than the actual input packet size …
6:30 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by Elon Musk
Then how i get error whan decoding mka created with ffmpeg?
6:26 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by jamal
I have not cut out any errors in any of the outputs. They are intact, …
6:18 PM Ticket #2352 (LXF VBI data support) updated by Elon Musk
Priority, Status changed
6:07 PM Ticket #2785 (Matroska muxer produces non spec conformant files when adding chapters) updated by Elon Musk
Status changed
6:02 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) reopened by Elon Musk
6:01 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by Elon Musk
You are not testing demuxing at all, you are testing decoding. As I …
6:00 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by Elon Musk
You are not testing demuxing at all, you are testing decoding. As I …
5:59 PM Ticket #2785 (Matroska muxer produces non spec conformant files when adding chapters) updated by jamal
Looking at …
5:51 PM Changeset in ffmpeg [9512672] by Paul B Mahol <onemda@gmail.com>
mxfenc: use ffio_fill() Signed-off-by: Paul B Mahol <onemda@gmail.com>
5:49 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by jamal
Both files converted into WAV using foobar2000: […] […] Same …
4:04 PM Changeset in ffmpeg [69383d05] by Michael Niedermayer <michaelni@gmx.at>
ra144enc: set supported channel layouts. Signed-off-by: Michael …
3:28 PM Ticket #2508 (Heavy stutter with matroska) closed by Michael Niedermayer
fixed: Fixed in 6158a3bcdf52fafc1d9ae9eb358a56c614b23aa3
3:27 PM Changeset in ffmpeg [5999db97] by Paul B Mahol <onemda@gmail.com>
lavfi/scale: remove av_opt_free() Generic code calls it already. …
3:26 PM Ticket #2787 (lut 3d Filter result to green) updated by cscope
a good lut source is …
3:13 PM Changeset in ffmpeg [6158a3bc] by Michael Niedermayer <michaelni@gmx.at>
avformat/matroskadec: Detect conflicting sample rate/default_duration …
3:08 PM lut3d_failure.zip attached to Ticket #2787 by cscope
complete package lut input file sample file
3:07 PM Ticket #2787 (lut 3d Filter result to green) created by cscope
Summary of the bug: How to reproduce: ffmpeg -r 24 -y -i …
3:03 PM Ticket #1883 (ASF/WMV Source Aspect Ratio (X/Y) Reversed) closed by Carl Eugen Hoyos
fixed: Replying to Holger: > 1080HdvNtscWrongAspectRatio.wmv: > …
2:24 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by Elon Musk
Actually ignore that one, from report I see nowhere proof that foobar …
2:15 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by Elon Musk
Easy, by uploading file produced with foobar.
12:55 PM Ticket #1883 (ASF/WMV Source Aspect Ratio (X/Y) Reversed) reopened by Holger
1080HdvNtscWrongAspectRatio.wmv: Is displayed in WMP as 16:9 but in …
12:36 PM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by Hendrik
Then how does foobar manage to reproduce the original stream perfectly?
12:15 PM Changeset in ffmpeg [3ea765b0] by Michael Niedermayer <michaelni@gmx.at>
avfilter/avf_concat: fix AVOption flags typo Signed-off-by: Michael …
12:08 PM Changeset in ffmpeg [fcbf16a7] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: indeo: …
11:58 AM Changeset in ffmpeg [c4b904ca] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f9e5261cab067be7278f73d515bc9b601eb56202' * commit …
11:45 AM Changeset in ffmpeg [8e4ecd87] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '28dda8a691f1c723a4a9365ab85f9625f1330096' * commit …
11:18 AM Changeset in ffmpeg [e3b13c1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b0eeb9d442e4b7e82f6797d74245434ea33110a5' * commit …
11:16 AM Ticket #2758 (DVD-A LPCM in vob cannot be decoded) updated by Carl Eugen Hoyos
Summary changed
http://dvd-audio.sourceforge.net/spec/aob.shtml
11:13 AM Changeset in ffmpeg [1cd74a9] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '25a6666f6c07c6ac8449a63d7fbce0dfd29c54cd' * commit …
10:46 AM Ticket #2785 (Matroska muxer produces non spec conformant files when adding chapters) updated by Elon Musk
That code adds metadata of each chapter? What is correct way to write …
10:42 AM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) closed by Elon Musk
invalid: This is not our bug. Demuxing/muxing works fine. There is no reliable …
10:38 AM Changeset in ffmpeg [2fe5e3e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1dd1b2332ebbac710d8e0214cec7595e118f2105' * commit …
10:24 AM Changeset in ffmpeg [4aa2874] by Stefano Sabatini <stefasab@gmail.com>
lavc/avcodec.h: extend documentation for AVPicture API
10:02 AM Ticket #2772 (strict does not work with invalid stream identifiers) updated by Carl Eugen Hoyos
Keywords, Component changed
Please test the following: {{{$ ffmpeg -i input -vcodec libvpx-vp9 …
9:46 AM Changeset in ffmpeg [5b2a2955] by Luca Barbato <lu_zero@gentoo.org>
indeo: Reject impossible FRAMETYPE_NULL A frame marked FRAMETYPE_NULL …
9:46 AM Changeset in ffmpeg [f9e5261c] by Luca Barbato <lu_zero@gentoo.org>
indeo: Do not reference mismatched tiles Reported-by: Mateusz "j00ru" …
9:39 AM Ticket #2785 (Matroska muxer produces non spec conformant files when adding chapters) updated by Carl Eugen Hoyos
Keywords changed
9:39 AM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) updated by Carl Eugen Hoyos
Keywords changed
9:29 AM Changeset in ffmpeg [28dda8a6] by Luca Barbato <lu_zero@gentoo.org>
indeo: Sanitize ff_ivi_init_planes fail paths Reported-by: Mateusz …
9:29 AM Changeset in ffmpeg [b0eeb9d4] by Luca Barbato <lu_zero@gentoo.org>
indeo5: return proper error codes
9:29 AM Changeset in ffmpeg [25a6666f] by Luca Barbato <lu_zero@gentoo.org>
indeo: Bound-check before applying motion compensation Reported-by: …
8:45 AM Ticket #2785 (Matroska muxer produces non spec conformant files when adding chapters) updated by jamal
Description changed
8:43 AM Ticket #2786 (last packet of TTA stream in Matroska isn't decoded correctly) created by jamal
Using inside.tta from the FATE test suit as an example: Testing MD5 …
6:21 AM Ticket #2785 (Matroska muxer produces non spec conformant files when adding chapters) created by jamal
Take any file with chapters (Like the sample from ticket #1833) and …
1:29 AM Changeset in ffmpeg [ea4e8e6] by Michael Niedermayer <michaelni@gmx.at>
Deprecate oldabi branch by adding a warning to configure In order to …
1:10 AM Changeset in ffmpeg [92607107] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'jamrial/release/1.1' into release/1.1 * …
12:34 AM Changeset in ffmpeg [b0558cd0] by Michael Niedermayer <michaelni@gmx.at>
update all trac links to use the trac subdomain Signed-off-by: …
12:30 AM Changeset in ffmpeg [5fe5f020] by Michael Niedermayer <michaelni@gmx.at>
MAINTAINERS: drop 1.1 from the releases that i maintain There seems …

Jul 14, 2013:

11:20 PM Changeset in ffmpeg [c9ea1f7f] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'jamrial/release/1.2' into release/1.2 * …
9:57 PM Changeset in ffmpeg [85a22099] by Paul B Mahol <onemda@gmail.com>
lavfi/stereo3d: subsampled yuv support for non-anaglyph outputs …
9:51 PM Ticket #1833 (Vorbis Comment Chapter Extension (for Opus, Vorbis, Flac, etc.)) closed by Carl Eugen Hoyos
fixed: Fixed by James Almer in 04b9836. Thank you for the report and the sample!
8:15 PM Changeset in ffmpeg [04b98362] by Michael Niedermayer <michaelni@gmx.at>
oggparsevorbis: Support official chapter extension Fixes ticket #1833
8:13 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Isn't line 334 of libavcodec/aacpsy.c: […] strange? I doubt the …
8:10 PM Changeset in ffmpeg [17b98c1] by Michael Niedermayer <michaelni@gmx.at>
fate: fix stereo3d Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
6:56 PM Ticket #2784 (MacOS: building minimal, audio-only version fails with linker error) updated by jamal
> av_find_input_format is defined in libavformat/format.c which …
6:29 PM Ticket #1143 (Timecode skipped in drawtext filter) closed by Elon Musk
invalid: There is nothing to fix, use setpts filter if you need continuous and …
6:23 PM Ticket #2015 (VF Scale option should include -2 to create square pixels) closed by Elon Musk
fixed: Note that scale filter now accepts expressions for w and h so all this …
5:59 PM Changeset in ffmpeg [d5598c09] by Paul B Mahol <onemda@gmail.com>
lavfi/drawutils: set subsampling for rgb too Otherwise it is …
5:53 PM Changeset in ffmpeg [1dd1b233] by Martin Storsjö <martin@martin.st>
rtsp: Include an User-Agent header field in all requests Some rtsp …
5:45 PM Ticket #2456 (can't concatenate two video files because of different SARs) closed by Elon Musk
wontfix: There is nothing to fix use setsar/setdar filter
5:42 PM Ticket #944 (support PSNR comparison of two inputs) closed by Elon Musk
fixed: Fixed in 6150bec3f873ec3777496ac6a184d4b1190d6f16.
5:41 PM Ticket #2781 (9 and more channels not supported by libswresample) closed by Elon Musk
invalid
4:27 PM Changeset in ffmpeg [ed448efe] by Paul B Mahol <onemda@gmail.com>
lavfi/mp: remove mp=perspective The filter was ported to a native …
4:27 PM Changeset in ffmpeg [80c64459] by Paul B Mahol <onemda@gmail.com>
lavfi: port perspective filter from libmpcodecs Signed-off-by: Paul B …
2:06 PM Changeset in ffmpeg [ab5f5816] by Stefano Sabatini <stefasab@gmail.com>
doc/bitstream_filters: amend name of some bitstream filters
1:18 PM Changeset in ffmpeg [febbddbd] by Michael Niedermayer <michaelni@gmx.at>
indeo4: print an error message if ref_mb is needed but unavailable …
12:20 PM Changeset in ffmpeg [76d0a665] by Michael Niedermayer <michaelni@gmx.at>
indeo: print errors if transform and block size mismatch …
11:37 AM Changeset in ffmpeg [a8e5fac1] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: indeo: …
11:08 AM Changeset in ffmpeg [ccb422a6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'cd78e934c246d1b2510f8fba0abfe40bb75795f6' * commit …
10:54 AM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by Carl Eugen Hoyos
Replying to feelart: > However, one sees that the fix is …
10:53 AM Ticket #2189 (ffmpeg -i http://url doesn't exit with absent server in windows) closed by Carl Eugen Hoyos
fixed: […]
10:43 AM Changeset in ffmpeg [8c0bb195] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6255ccf7d51c82ab79bf0cd47a921f572dda4489' * commit …
10:38 AM Changeset in ffmpeg [54623619] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8435bca087c0e79385763c51de009fd89390b6a5' * commit …
10:33 AM Ticket #2784 (MacOS: building minimal, audio-only version fails with linker error) updated by Carl Eugen Hoyos
Keywords changed
[…] av_find_input_format is defined in libavformat/format.c …
10:10 AM Changeset in ffmpeg [ac20ba35] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '031be5b41b54c3b666f31d83fe3ad41c194af8c5' * commit …
10:08 AM Changeset in ffmpeg [198e10b5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '68e57cde68f3da4c557ca15491fda74d1ea6321e' * commit …
10:01 AM ffmpeg_build_output.txt attached to Ticket #2784 by Marcus Ilgner
Build output
10:00 AM Ticket #2784 (MacOS: building minimal, audio-only version fails with linker error) created by Marcus Ilgner
In order to build a minimal, audio-decoding-only of ffmpeg I created …
9:44 AM Changeset in ffmpeg [b24e8f56] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '886e1b36f5044d3ceccbb01f64619acaf288fb7c' * commit …
8:11 AM Ticket #1430 (More efficient deshake filter) updated by Andrew
In case anyone else stumbles across this like me you can build ffmpeg …
1:36 AM Changeset in ffmpeg [c75dde60] by Michael Niedermayer <michaelni@gmx.at>
swscale: call handle_format() from the functions that need it This …
1:36 AM Changeset in ffmpeg [0fc11e7b] by Michael Niedermayer <michaelni@gmx.at>
swscale: make handle_formats() safe to be called multiple times …
1:36 AM Changeset in ffmpeg [d5f5e516] by Michael Niedermayer <michaelni@gmx.at>
swscale: move format handling to its own function Signed-off-by: …

Jul 13, 2013:

11:45 PM Changeset in ffmpeg [fc6ca373] by Paul B Mahol <onemda@gmail.com>
lavfi/aecho: fix invalid free Signed-off-by: Paul B Mahol …
10:23 PM Changeset in ffmpeg [f486d7e9] by Paul B Mahol <onemda@gmail.com>
lavfi/silencedetect: unbreak for unknown channel layouts …
10:04 PM Changeset in ffmpeg [099dfcaa] by Paul B Mahol <onemda@gmail.com>
lavfi/ashowinfo: unbreak for >8 channels Signed-off-by: Paul B Mahol …
9:59 PM Changeset in ffmpeg [729709b8] by Paul B Mahol <onemda@gmail.com>
lavfi/asetnsamples: unbreak for >8 channels Signed-off-by: Paul B …
9:54 PM Changeset in ffmpeg [e9678631] by Paul B Mahol <onemda@gmail.com>
lavfi/trim: fix sample copy for >8 channels Signed-off-by: Paul B …
9:46 PM Changeset in ffmpeg [6347824d] by Paul B Mahol <onemda@gmail.com>
lavfi/showwaves: fix floating exception with >8 channels …
9:10 PM Changeset in ffmpeg [aac57c7] by Michael Niedermayer <michaelni@gmx.at>
avfilter/asrc_aevalsrc: fix cases of unknown channel layout Fixes >8 …
9:10 PM Changeset in ffmpeg [f3d138ab] by Michael Niedermayer <michaelni@gmx.at>
avdevice/lavfi: fix input with unknown channel layout Fixes handling …
7:09 PM Changeset in ffmpeg [0a06e6e4] by Michael Niedermayer <michaelni@gmx.at>
av_frame_get_buffer: Do not fail when the channel layout is unknown …
5:11 PM Changeset in ffmpeg [dc796851] by Luca Barbato <lu_zero@gentoo.org>
indeo: Bound-check before applying transform Reported-by: Mateusz …
5:11 PM Changeset in ffmpeg [cd78e934] by Luca Barbato <lu_zero@gentoo.org>
indeo4: Validate scantable dimension Reported-by: Mateusz "j00ru" …
5:11 PM Changeset in ffmpeg [6255ccf7] by Luca Barbato <lu_zero@gentoo.org>
indeo4: Check the quantization matrix index Reported-by: Mateusz …
5:11 PM Changeset in ffmpeg [8435bca0] by Luca Barbato <lu_zero@gentoo.org>
indeo4: Do not access missing reference MV Reported-by: Mateusz …
4:11 PM Ticket #2780 (configure does not test for SA_RESTART) closed by Carl Eugen Hoyos
fixed
4:06 PM Changeset in ffmpeg [031be5b4] by Martin Storsjö <martin@martin.st>
ac3dec: Consistently use AC3_BLOCK_SIZE and sizeof Signed-off-by: …
3:55 PM Changeset in ffmpeg [68e57cde] by Martin Storsjö <martin@martin.st>
ac3dec: Increment channel pointers only once per channel If the …
3:16 PM Changeset in ffmpeg [289737c8] by Carl Eugen Hoyos <cehoyos@ag.or.at>
configure: Disable avresample if an old version of yasm is used. The …
3:16 PM Changeset in ffmpeg [aecb9d39] by Carl Eugen Hoyos <cehoyos@ag.or.at>
rmdec: Forward error messages from rm_assemble_video_frame() to the …
3:16 PM Changeset in ffmpeg [8e3c5c7] by Carl Eugen Hoyos <cehoyos@ag.or.at>
g726: Do not try to decode more than one channel. Ask for a sample …
3:16 PM Changeset in ffmpeg [149def77] by Carl Eugen Hoyos <cehoyos@ag.or.at>
configure: Only build ffserver if SA_RESAMPLE is available. QNX does …
3:05 PM Changeset in ffmpeg [9e4bb091] by Michael Niedermayer <michaelni@gmx.at>
lavfi/delogo: Document where parameter show=1 draws its rectangle It …
3:05 PM Changeset in ffmpeg [b6d0bb60] by Michael Niedermayer <michaelni@gmx.at>
lavfi/delogo: Fix sign extension issue Coverity complains about a …
3:03 PM Ticket #2777 (H.264 decoding failure) updated by Snowknight26
Replying to cehoyos: > Replying to [comment:5
2:28 PM Ticket #2189 (ffmpeg -i http://url doesn't exit with absent server in windows) updated by Michael Niedermayer
Is the hang still happening, there have been some changes that might …
2:26 PM Ticket #2126 (012v decodes incorrectly) closed by Michael Niedermayer
fixed: Fixed by 4cdb42b428ef425aceeee548af1ee1a8798a02a2
2:23 PM Changeset in ffmpeg [4cdb42b4] by Michael Niedermayer <michaelni@gmx.at>
avcodec/012v: improve stride selection Fixes decoding some files …
1:01 PM Changeset in ffmpeg [786b0968] by Michael Niedermayer <michaelni@gmx.at>
ffplay: remove explicit idct option this allows named idct options to …
12:28 PM Changeset in ffmpeg [886e1b36] by Luca Barbato <lu_zero@gentoo.org>
jpeg2000: Remove unused passes array in Jpeg200Cblk structure …
10:54 AM Ticket #2783 (ffplay: fix -autoexit for -t < 8 (wavpack)) created by ami_stuff
http://samples.mplayerhq.hu/A-codecs/lossless/wavpack/test_suite/num_ch
10:44 AM Changeset in ffmpeg [f57119b] by Michael Niedermayer <michaelni@gmx.at>
jpeg2000: fix overflow in dequantization Fixes decoding of file …
10:27 AM Ticket #2137 (Artefacts in MPEG-4 ASP elementary stream) updated by Michael Niedermayer
Replying to cehoyos: > Which (kind of) sample will fail to …
10:22 AM Changeset in ffmpeg [dc072c98] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
10:02 AM Ticket #2684 (Black becomes dark gray when converting rgb24 to gray) updated by Carl Eugen Hoyos
> [17:28] <b_jonas> I have verified, and it seems that …
9:15 AM Ticket #2777 (H.264 decoding failure) updated by Carl Eugen Hoyos
Replying to Snowknight26: > …
8:50 AM Ticket #2782 (aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a ...) updated by Carl Eugen Hoyos
Keywords, Status, Component changed
Allowing to remux the file is easy, see attached patch (poc). The …
8:48 AM patchmovaacnofail.diff attached to Ticket #2782 by Carl Eugen Hoyos
8:45 AM Ticket #2137 (Artefacts in MPEG-4 ASP elementary stream) closed by Carl Eugen Hoyos
invalid: The original file was …
5:54 AM Changeset in ffmpeg [f56fe04d] by Luca Barbato <lu_zero@gentoo.org>
jpeg2000: Initialize only once mqc arrays Improves decoding speed. …
5:41 AM Changeset in ffmpeg [673d4e82] by Paul B Mahol <onemda@gmail.com>
fate: add tests for stereo3d filter Signed-off-by: Paul B Mahol …
4:57 AM ffmpeg_aac320k_collapse4.flac attached to Ticket #2686 by Kamedo2
A sound that degrades on FFmpeg native aac encoder.
4:05 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
Isn't the lower spreading function applied too much? The quality of …
3:18 AM Ticket #2777 (H.264 decoding failure) updated by Snowknight26
http://stfcc.org/misc/mkvmerge%20split%20source.mp4 The best I can do …
3:06 AM Ticket #2137 (Artefacts in MPEG-4 ASP elementary stream) updated by Michael Niedermayer
you can use -idct 14 is there any player that can autodetect this ? if …
2:39 AM Ticket #2781 (9 and more channels not supported by libswresample) updated by Michael Niedermayer
swresample supports upto SWR_CH_MAX channels which is 32 by default. …
12:36 AM Ticket #2699 (automate lossless normalisation) updated by Carl Eugen Hoyos
Replying to feelart: > >If setting metadata is all you …
12:32 AM Ticket #2777 (H.264 decoding failure) updated by Carl Eugen Hoyos
Could you provide the original mp4?
12:31 AM Ticket #2777 (H.264 decoding failure) updated by Snowknight26
As it turns out this MKV was made with mkvmerge (6.3.0 I believe). …
12:18 AM Ticket #2699 (automate lossless normalisation) updated by feelart
FYI: https://github.com/elfchief/mp3gain/tree/master/aacgain
12:16 AM _Isnormalized.mp3 attached to Ticket #2699 by feelart
12:16 AM 2normalize.mp3 attached to Ticket #2699 by feelart
12:15 AM Ticket #2699 (automate lossless normalisation) updated by feelart
>If setting metadata is all you need, a patch may not be difficult, …
Note: See TracTimeline for information about the timeline view.