Timeline



Dec 10, 2013:

11:37 PM Ticket #2999 (FFmpeg crashes on decoding H.264 MP4 file) updated by Carl Eugen Hoyos
Keywords changed
11:27 PM Changeset in ffmpeg [11679e1b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/pthread_frame: Fix memleak of AVCodecContext on error Fixes …
11:05 PM Changeset in ffmpeg [81ed7efb] by Michael Niedermayer <michaelni@gmx.at>
avcodec/indeo3: check the return code of ff_set_dimensions() This is …
10:50 PM Changeset in ffmpeg [d9339ab] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: fix code that blindly dereferences NULL DPB Fixes mixed …
10:50 PM Changeset in ffmpeg [e23b183] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hnm4video: change width/height to int Fixes hypothetical …
7:52 PM Ticket #1872 (aac bitstream not in adts format and extradata missing) closed by Stefano Sabatini
invalid: The issue is not directly related to ffserver. The native AAC encoder …
7:27 PM Ticket #1872 (aac bitstream not in adts format and extradata missing) updated by Stefano Sabatini
Status, Reproduced by developer changed
Reproducible with configuration: […] […] If I change the AAC …
5:34 PM Changeset in ffmpeg [3af9d826] by Michael Niedermayer <michaelni@gmx.at>
avcodec/g2meet: check the return code of ff_set_dimensions() This is …
5:30 PM Changeset in ffmpeg [7fa9f7ef] by Michael Niedermayer <michaelni@gmx.at>
dvdsub_parse_extradata: fix memleak Fixes CID1135765 Signed-off-by: …
3:20 PM Changeset in ffmpeg [f90281ca] by Michael Niedermayer <michaelni@gmx.at>
hevc: Correctly set time_base - Try reading the time_base information …
3:20 PM Changeset in ffmpeg [679a6377] by Michael Niedermayer <michaelni@gmx.at>
hevc: avoid some unnecessary differences with libav Signed-off-by: …
3:18 PM Changeset in ffmpeg [6026a5ad] by Michael Niedermayer <michaelni@gmx.at>
sonic: Switch to rangecoder significantly improves compression rate …
2:56 PM Changeset in ffmpeg [c61daa68] by Michael Niedermayer <michaelni@gmx.at>
avcodec/sonic: add larger version and minor_version fields with …
2:50 PM Changeset in ffmpeg [4c32629b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/sonic: move version to the context Signed-off-by: Michael …
2:25 PM Ticket #43 (JACK input device doesn't link on OS X) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
The patch can still be used but the resulting executable does not work …
2:06 PM Ticket #314 (OpenAL device does not work on OS X) updated by Carl Eugen Hoyos
Priority, Status, Reproduced by developer changed
I can reproduce the crash if I force OpenAL enabled and fix the …
1:42 PM Changeset in ffmpeg [ec4d761c] by Michael Niedermayer <michaelni@gmx.at>
avcodec/sonic: fix memleaks Signed-off-by: Michael Niedermayer …
1:38 PM Changeset in ffmpeg [8477e63d] by Michael Niedermayer <michaelni@gmx.at>
sonic: use M_SQRT2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
1:00 PM Ticket #3037 (installation errors) closed by Carl Eugen Hoyos
fixed: Fixed by Vittorio Giovara since 71b95f2a
12:21 PM Changeset in ffmpeg [2a0fb728] by Reinhard Tartler <siretart@tauware.de>
alsdec: check block length Fix writing over the end Found-by: …
12:19 PM Ticket #2784 (MacOS: building minimal, audio-only version fails with linker error) updated by Carl Eugen Hoyos
Still reproducible: […]
12:16 PM Ticket #2659 (Compiling for i386 on 64bit OSX is hard) closed by Carl Eugen Hoyos
worksforme: I tested the following configure lines successfully: […] The used …
11:46 AM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Andrey
ok now the output: ==15887== 24 bytes in 1 blocks are still reachable …
11:09 AM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Carl Eugen Hoyos
Please build with --disable-optimizations this should make the …
10:52 AM Changeset in ffmpeg [f8d8d2e2] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
10:51 AM Ticket #3142 (FFserver ignores encoding params in stream context) closed by Stefano Sabatini
needs_more_info: Please reopen the ticket if you are able to provide evidence of the …
10:48 AM Ticket #228 (FFserver: reordering of "<Stream>"s in config file makes difference) closed by Stefano Sabatini
needs_more_info: Please reopen the ticket if you are able to reproduce the issue with a …
10:39 AM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Andrey
I've tested with suggested arguments. However , it doesn't help to fix …
10:17 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
You mean the clipping of the output PCM? LAME solve it by reducing the …
9:25 AM Changeset in ffmpeg [1a5fdf95] by Diego Biurrun <diego@biurrun.de>
configure: Move log2 dependency declaration to a place it takes effect …
7:36 AM Ticket #1578 (variable FPS incorrect frame length) updated by er.anshul.maheshwari@gmail.com
git have same calculation but adding break in below code does not have …
7:28 AM Ticket #3216 (ffprobe and ffmpeg functions return different last frame for same file) created by hxuanyu
I met an issue that the output of ffprobe -show_frames seems different …
6:04 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
Sadly, no. I thought so, but further tests (at various bitrates) show …
6:00 AM Ticket #1578 (variable FPS incorrect frame length) updated by er.anshul.maheshwari@gmail.com
NOT FROM GIT Now When I am looking how delta is calculated, then I …
5:21 AM Ticket #1578 (variable FPS incorrect frame length) updated by er.anshul.maheshwari@gmail.com
NOT FROM GIT I was looking in code […] and found delta as -2.0 …
3:02 AM Changeset in ffmpeg [8e5a2989] by Michael Niedermayer <michaelni@gmx.at>
avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of …
2:16 AM Changeset in ffmpeg [0e575c24] by Michael Niedermayer <michaelni@gmx.at>
ffv1.4: use 2 coefficients for calculating the Y plane in the RCT …
2:15 AM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) updated by DonMoir
Don't ever call anybody rude Carl. It makes you a hypocrite as well. …
2:06 AM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) closed by Carl Eugen Hoyos
duplicate
2:04 AM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) reopened by DonMoir
1:53 AM Changeset in ffmpeg [2bdda9a1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ffv1enc: fix use of uninitalized variable in …
1:29 AM Ticket #3215 (remuxed cvid gray8 have wrong colors) updated by ami_stuff
Description changed
1:25 AM Ticket #3213 (h264 flv segfaults on seek beyond the end of the file) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
Only reproducible with -threads > 1
1:19 AM QT-QDesign2.mov attached to Ticket #3215 by ami_stuff
1:19 AM Ticket #3215 (remuxed cvid gray8 have wrong colors) created by ami_stuff
bits_per_coded_sample should be set to 0x28 instead of 0x8 (problem …
1:18 AM Ticket #3208 (Very long CPU-bound loop with -fflags +genpts and -vsync cfr) updated by Carl Eugen Hoyos
Reproducible with the following commands: […]
12:59 AM Ticket #3208 (Very long CPU-bound loop with -fflags +genpts and -vsync cfr) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Summary, Priority, Version, Keywords changed
Reproducible with the following command: […] Regression since …
12:56 AM Changeset in ffmpeg [2836ef68] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
12:45 AM Changeset in ffmpeg [1311ae8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c869fcdeac3b7cd71a852b928902daadeca55685' * commit …
12:35 AM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) updated by DonMoir
Ticket #296 has nothing to do at all with this ticket for gods sake. …
12:28 AM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) updated by Carl Eugen Hoyos
I suggest you reopen this ticket once ticket #296 is fixed.
12:14 AM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) updated by DonMoir
I suspect you only searched for filename and assumed it was dup of …
12:11 AM Changeset in ffmpeg [985c5f22] by Michael Niedermayer <michaelni@gmx.at>
avcodec/utils: check that extended data has been set correctly instead …
12:11 AM Changeset in ffmpeg [7102083] by Michael Niedermayer <michaelni@gmx.at>
avcodec/libutvideodec: free coded_frame with av_frame_free() instead …
12:11 AM Changeset in ffmpeg [4c1b4ae] by Michael Niedermayer <michaelni@gmx.at>
avcodec/libutvideodec: use av_frame_move_ref() AVFrames cannot be …
12:11 AM Changeset in ffmpeg [999ee281] by Michael Niedermayer <michaelni@gmx.at>
avcodec/utils: dont depend on the channel layout in unrefcount_frame() …
12:01 AM Ticket #3145 (Header inconsistencies for a certain range of video bit rate) closed by Carl Eugen Hoyos
duplicate: Should be tested again once ticket #2145 is fixed.

Dec 9, 2013:

11:58 PM Ticket #3214 (ffmpeg can no longer open mega weird audio test mkv) updated by Carl Eugen Hoyos
Regression since 2c8d876d / 569d18aa
11:56 PM Ticket #3214 (ffmpeg can no longer open mega weird audio test mkv) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
11:54 PM Ticket #3145 (Header inconsistencies for a certain range of video bit rate) updated by Toshiro
Thanks for taking a look. I'm not sure I can build and test the …
11:54 PM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) updated by DonMoir
What ticket do you think it is a duplicate of ?
11:52 PM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) updated by Carl Eugen Hoyos
Why do you think this is a duplicate of ticket #1273? And - much more …
11:45 PM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) updated by DonMoir
If this is dup of 1273 why is 1273 closed and set to fixed ?
11:44 PM Ticket #3214 (ffmpeg can no longer open mega weird audio test mkv) created by Marton Balint
Summary of the bug: avformat_open_input fails with ERROR_INVALID_DATA …
11:43 PM Ticket #3213 (h264 flv segfaults on seek beyond the end of the file) updated by Carl Eugen Hoyos
Keywords changed
11:42 PM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) closed by Carl Eugen Hoyos
duplicate
11:36 PM Ticket #3213 (h264 flv segfaults on seek beyond the end of the file) created by Marton Balint
Summary of the bug: h264 flv segfaults on seek after the end of the …
11:13 PM Ticket #3212 (initial seek in MSVIDEO1 causes failure to display on some avi files) created by DonMoir
Same as ticket #1273 but different codec ID. If you do a seek prior …
10:59 PM Ticket #1603 (fix remuxing of ima_adpcm_qt in mov) closed by Carl Eugen Hoyos
fixed: Should be fixed in 362383b7
10:58 PM Ticket #3211 (Wrong example on ffmpeg-filters 6.2 adelay) closed by Carl Eugen Hoyos
fixed: Should be fixed.
10:56 PM Changeset in ffmpeg [aae5c4d4] by Carl Eugen Hoyos <cehoyos@ag.or.at>
doc: Fix adelay example. Fixes ticket #3211.
9:25 PM Changeset in ffmpeg [31a52a60] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: hevc: …
9:16 PM Changeset in ffmpeg [33dfddf6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '3d1d175367f1f22e0c4952299a258272e2e2acf1' * commit …
9:10 PM Changeset in ffmpeg [1dab49c3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bacc2869f37b17b2a89e1083289fdaf7f95f27bc' * commit …
9:04 PM Changeset in ffmpeg [2c9fc694] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '09cb75cdeba420d680bcb165a1ef668d8f381fed' * commit …
8:53 PM Changeset in ffmpeg [be6e8146] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5b10ef729f610fcbc9c485e7b643ce53268144cb' * commit …
8:33 PM Changeset in ffmpeg [7a603480] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7e244c68600f479270e979258e389ed5240885fb' * commit …
8:21 PM Changeset in ffmpeg [64f73acd] by Michael Niedermayer <michaelni@gmx.at>
cmdutils & opencl: add -opencl_bench option to test and show available …
7:52 PM Changeset in ffmpeg [8e702bd3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd64341e498fa46c6cf4c23d408177d7489559654' * commit …
7:45 PM Changeset in ffmpeg [c9afeda5] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
7:45 PM Changeset in ffmpeg [3a5cbc91] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '61b203ffe6c71789acb14f51483d63fe9e516842' * commit …
7:31 PM Changeset in ffmpeg [8c677a9f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c' * commit …
7:26 PM Ticket #3211 (Wrong example on ffmpeg-filters 6.2 adelay) updated by Katie Holly
Summary changed
7:26 PM Ticket #3211 (Wrong example on ffmpeg-filters 6.2 adelay) created by Katie Holly
Hi, i studied the [http://ffmpeg.org/ffmpeg-filters.html
7:10 PM Changeset in ffmpeg [94a849b8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd4f1188d1a662fed5347e70016da49e01563e8a8' * commit …
6:58 PM Changeset in ffmpeg [785066ae] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c9ca220ef26e36abd22085e6fa156c0dbc43bbf0' * commit …
6:55 PM Ticket #3208 (Very long CPU-bound loop with -fflags +genpts and -vsync cfr) updated by Thierry Lelegard
Reproduceable with the following version: […] The input file can …
6:37 PM Changeset in ffmpeg [7a901eb3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '37a749012aaacc801fe860428417a6d7b81c103f' * commit …
5:41 PM Changeset in ffmpeg [27565164] by Diego Biurrun <diego@biurrun.de>
configure: Split host and target libc detection
5:41 PM Changeset in ffmpeg [c869fcde] by Diego Biurrun <diego@biurrun.de>
configure: Move toolchain dependency declarations to a more …
5:16 PM Changeset in ffmpeg [58f70f17] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'df7aba52b51007db50410abe15fe28391abd8757' * commit …
4:59 PM Changeset in ffmpeg [3f5f955] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c342132fa8a29692e28c98238e3a31da5c407e42' * commit …
4:48 PM Changeset in ffmpeg [f3acdd44] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a1ee1648690726b34e98eaf8db04fd7b3303cfc8' * commit …
3:45 PM Ticket #998 (Must convert mms://... streams to mmsh://... for FFmpeg to work) updated by marillat
But in some case this doesn't work. mms://live.rfn.ru/vesti_fm
3:13 PM Changeset in ffmpeg [04dac5d1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '85f947aefb3dae81f65f518acdffa8e31c679654' * commit …
3:07 PM Changeset in ffmpeg [f4332e95] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd4f0f2d1e80b76260eb6b9cdde472ac069dfda56' * commit …
3:02 PM Changeset in ffmpeg [acb77dff] by Vittorio Giovara <vittorio.giovara@gmail.com>
hevc: parse frame packing arrangement SEI messages and save relevant …
3:02 PM Changeset in ffmpeg [3d1d1753] by Vittorio Giovara <vittorio.giovara@gmail.com>
mpeg12enc: set frame packing information when relevant metadata is found
3:02 PM Changeset in ffmpeg [bacc2869] by Vittorio Giovara <vittorio.giovara@gmail.com>
mpeg12dec: parse frame packing arrangement user_data and save relevant …
3:02 PM Changeset in ffmpeg [09cb75cd] by Vittorio Giovara <vittorio.giovara@gmail.com>
libx264: set frame packing information when relevant information is found
3:02 PM Changeset in ffmpeg [5b10ef72] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264: parse frame packing arrangement SEI messages and save relevant …
3:02 PM Changeset in ffmpeg [7e244c68] by Vittorio Giovara <vittorio.giovara@gmail.com>
avframe: add codec-independent stereoscopic metadata
2:15 PM Encode/HighQualityAudio edited by Kamedo2
mp2 is a very bad encoder even at 256k. (diff)
1:32 PM Changeset in ffmpeg [cefabaad] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e5419709f50593769037ab77d7102f82d9260784' * commit …
1:24 PM Changeset in ffmpeg [362383b7] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix remuxing of IMA_QT in mov. Fixes ticket #1603.
12:51 PM Changeset in ffmpeg [c5a83765] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Do not detect "00000000..." (and other non-changing values) as adp.
12:47 PM Ticket #998 (Must convert mms://... streams to mmsh://... for FFmpeg to work) updated by compn
imo mms is dead and all windows media servers have switched to rtsp. …
12:27 PM Ticket #1578 (variable FPS incorrect frame length) updated by er.anshul.maheshwari@gmail.com
12:25 PM Changeset in ffmpeg [45fd4ec9] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd351ef47d0e0ccb7de96b37f137c16b2885580ac' * commit …
12:22 PM Ticket #1578 (variable FPS incorrect frame length) updated by er.anshul.maheshwari@gmail.com
NOT FROM GIT It does not work even with -vf fps Below was my command …
12:18 PM Changeset in ffmpeg [b8667bcc] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Revert: flvenc: Don't pretend to support muxing "plain" VP6 Muxing …
12:02 PM Changeset in ffmpeg [8947f47f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b605b123ef1d3bac0e7c221d8d7fa74cd8c7253c' * commit …
11:54 AM Changeset in ffmpeg [37945584] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'afa21a12bf084f905187615706b0a8d92bc98661' * commit …
11:46 AM Ticket #3105 (hevc: crash with threads 1 and max_alloc (fuzzed file)) updated by Carl Eugen Hoyos
Crashes here without max_alloc but my backtrace looks different. Not …
11:42 AM Changeset in ffmpeg [6393038] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5' * commit …
11:24 AM Changeset in ffmpeg [2fade10c] by Michael Niedermayer <michaelni@gmx.at>
Add support for picture_ptr field in MJpegDecodeContext …
11:07 AM Ticket #3209 (Build error with MSVC 2012) closed by Carl Eugen Hoyos
invalid
11:03 AM Changeset in ffmpeg [9eac7c4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b' * commit …
10:53 AM Ticket #3209 (Build error with MSVC 2012) updated by persanker
Solved, Thanks to you all. I upgraded my msinttypes to r29, and the …
10:47 AM Ticket #3209 (Build error with MSVC 2012) updated by persanker
Replying to heleppkes: > You seem to have stdint.h twice. …
10:47 AM Changeset in ffmpeg [d64341e4] by Diego Biurrun <diego@biurrun.de>
configure: Prefix libc-related variables with "libc_" Simplifies …
10:46 AM Changeset in ffmpeg [61b203ff] by Diego Biurrun <diego@biurrun.de>
configure: detect Solaris libc Add preprocessor flags for API …
10:40 AM Ticket #3209 (Build error with MSVC 2012) updated by persanker
My configure line is: […] The second run of make V=1 is:(a …
10:27 AM Changeset in ffmpeg [9b8d11a7] by Martin Storsjö <martin@martin.st>
avcodec: Use av_reallocp where suitable Signed-off-by: Martin Storsjö …
10:05 AM Ticket #3161 (libvpx crf does nothing) closed by Carl Eugen Hoyos
worksforme: For future tickets: Please always test current FFmpeg as explained on …
9:41 AM Ticket #998 (Must convert mms://... streams to mmsh://... for FFmpeg to work) updated by marillat
Would be nice to know why this bug isn't fixed.
9:40 AM Changeset in ffmpeg [929100ae] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/cabac: force get_cabac to be not inlined works around bug in …
9:39 AM Changeset in ffmpeg [e28d9602] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/cabac: force get_cabac to be not inlined works around bug in …
9:37 AM Changeset in ffmpeg [b8eaf479] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/cabac: force get_cabac to be not inlined works around bug in …
9:36 AM Changeset in ffmpeg [86d4d4b0] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/cabac: force get_cabac to be not inlined works around bug in …
9:36 AM Changeset in ffmpeg [7e737609] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/cabac: force get_cabac to be not inlined works around bug in …
9:34 AM Changeset in ffmpeg [69a283e0] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/cabac: force get_cabac to be not inlined works around bug in …
9:29 AM Ticket #3081 (Blackberry10 crash on avformat_find_stream_info) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can add the missing information. …
9:20 AM Ticket #3210 (Empty format filter argument leads to crash) updated by Carl Eugen Hoyos
Priority, Keywords, Status changed
Decoding fails since 2a2a643c / 0af7fe1f - the crash is a regression …
9:07 AM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) updated by boean
I used the awkward , copy the new library file overwrites the old …
8:59 AM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) closed by Carl Eugen Hoyos
invalid: Thank you for the clarification, do I understand correctly that you …
8:43 AM Ticket #3209 (Build error with MSVC 2012) updated by Hendrik
You seem to have stdint.h twice. The original from Microsoft, and one …
8:42 AM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) updated by boean
I know the cause of the problem. My libmp3lame version is 3.98.2 to …
8:32 AM Ticket #3209 (Build error with MSVC 2012) updated by Carl Eugen Hoyos
Priority changed
Please add your configure line, run make V=1 twice, post the …
8:31 AM Ticket #3210 (Empty format filter argument leads to crash) created by Clément Bœsch
[…] […] Found by wm4: […]
8:10 AM Changeset in ffmpeg [d4f1188] by Anton Khirnov <anton@khirnov.net>
dv: use AVFrame API properly
7:54 AM Changeset in ffmpeg [c9ca220e] by Anton Khirnov <anton@khirnov.net>
ac3dec: make drc_scale exponentially The a52 spec suggests that …
7:54 AM Changeset in ffmpeg [37a7490] by Anton Khirnov <anton@khirnov.net>
lavc: rework handling of refcounted_frames=0 Use only proper AVFrame …
7:45 AM Changeset in ffmpeg [df7aba5] by Anton Khirnov <anton@khirnov.net>
frame: cosmetics, reindent
7:45 AM Changeset in ffmpeg [c342132f] by Anton Khirnov <anton@khirnov.net>
frame: copy flags in av_frame_copy_props() Flags can be considered …
7:44 AM Changeset in ffmpeg [a1ee1648] by Anton Khirnov <anton@khirnov.net>
lavc/decode_video(): always unref the frame if there is no output in …
7:44 AM Changeset in ffmpeg [85f947ae] by Anton Khirnov <anton@khirnov.net>
lavc: remove a pointless check in decode_audio4() av_frame_unref() …
7:44 AM Changeset in ffmpeg [d4f0f2d1] by Anton Khirnov <anton@khirnov.net>
lavc: use buf[0] instead of data[0] as the indicator of an allocated …
7:42 AM Changeset in ffmpeg [e5419709] by Anton Khirnov <anton@khirnov.net>
lavc: remove the extended_data workarounds. All decoders should now …
7:42 AM Changeset in ffmpeg [d351ef47] by Anton Khirnov <anton@khirnov.net>
pthread_frame: use the AVFrame API properly. Remove the extended_data …
7:41 AM Changeset in ffmpeg [b605b123] by Anton Khirnov <anton@khirnov.net>
mxpegdec: use the AVFrame API properly.
7:41 AM Changeset in ffmpeg [afa21a12] by Anton Khirnov <anton@khirnov.net>
p*menc: use the AVFrame API properly.
7:40 AM Changeset in ffmpeg [e2274aa5] by Anton Khirnov <anton@khirnov.net>
mjpegdec: use the AVFrame API properly.
3:47 AM Changeset in ffmpeg [2d4ef7c9] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
3:14 AM Ticket #3209 (Build error with MSVC 2012) created by persanker
Summary of the bug: How to reproduce: […] Error output: […]
3:12 AM Changeset in ffmpeg [8e70fdab] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3' * commit …
1:47 AM Changeset in ffmpeg [a12f679] by Michael Niedermayer <michaelni@gmx.at>
common.mak: Less ugly version of the previous windres fix Using subst …
1:23 AM Ticket #3203 (Windows MSVC configure failed.) updated by persanker
Fixed, thanks. I think the config tool made the link parameters by the …
1:06 AM Changeset in ffmpeg [0cde2ae3] by Michael Niedermayer <michaelni@gmx.at>
configure: Move MinGW64 specific check to the correct place It was …
1:02 AM Changeset in ffmpeg [5f302b1f] by Michael Niedermayer <michaelni@gmx.at>
common.mak: fix the current fate failures with windres Tested-by: …

Dec 8, 2013:

11:39 PM Changeset in ffmpeg [b07da13a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ffv1enc: support forcing experimental 1.4 version …
11:37 PM Changeset in ffmpeg [7854d2d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCT …
11:24 PM Ticket #2152 (RM file type is not supported) updated by Carl Eugen Hoyos
Keywords changed
Additional sample from videolan ticket 10084 uploaded to …
9:20 PM Ticket #3208 (Very long CPU-bound loop with -fflags +genpts and -vsync cfr) updated by Carl Eugen Hoyos
Component changed
Is this reproducible with current FFmpeg git head? Please provide the …
8:54 PM Changeset in ffmpeg [f0b234ab] by Anton Khirnov <anton@khirnov.net>
avformat: AviSynth demuxer rewrite Directly loads AviSynth through …
8:09 PM Changeset in ffmpeg [19c20a0a] by Diego Biurrun <diego@biurrun.de>
configure: Move adding of compat objects out of libc detection
7:58 PM Ticket #3168 (keys for spam filters in trac) closed by llogan
fixed: Closing as fixed. I've only noticed one spam since these were …
6:44 PM Ticket #3207 (FFmpeg outputs invalid ASS files) updated by plorkyeran
The headers assumed by VSFilter for SSA are: `Format: Name, Fontname, …
6:18 PM Ticket #3208 (Very long CPU-bound loop with -fflags +genpts and -vsync cfr) created by Thierry Lelegard
This report describes a problem with memory usage and processing time …
6:01 PM Changeset in ffmpeg [1b264607] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
5:38 PM Changeset in ffmpeg [c1b9d718] by Michael Niedermayer <michaelni@gmx.at>
avformat/rtpdec: Enable GSM RTP depacketization Signed-off-by: …
5:21 PM Changeset in ffmpeg [cea5812f] by Alexander Strasser <eclipse7@gmx.net>
configure: Special case libfreetype test Include the freetype header, …
5:07 PM Ticket #2384 (ffmpeg detects avi/divx with xsub as broken) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
[…] […]
4:57 PM Ticket #3207 (FFmpeg outputs invalid ASS files) updated by gjdfgh
>Is the Style header also affected? Yes. Note that it might accept …
4:57 PM Changeset in ffmpeg [4958f35a] by Diego Biurrun <diego@biurrun.de>
dsputil: Move apply_window_int16 to ac3dsp The (optimized) functions …
4:55 PM Ticket #3207 (FFmpeg outputs invalid ASS files) updated by Clément Bœsch
So does vsfilter only accept the events in the following form …
4:51 PM Ticket #3207 (FFmpeg outputs invalid ASS files) created by gjdfgh
ffmpeg -i test.sub out.ass produces an ASS file with this header: …
3:58 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
The listening test of v4 abr, v7 abr, v7 vbr, libfaac vbr, fdk-aac …
3:07 PM Changeset in ffmpeg [bc9cee98] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_mergeplanes: specify pixel format min/max Reviewed-by: …
3:06 PM Changeset in ffmpeg [6faf4264] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpeg4video: fix 2 more incorrectly associated comments …
12:49 PM Changeset in ffmpeg [eb87d1f6] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: libvpx: …
10:45 AM Encode/HighQualityAudio edited by Leon
Updated comment about ac3 (diff)
9:48 AM Ticket #3177 (asm error on i686) updated by Carl Eugen Hoyos
Allow me to repeat that make check does not actually run the …
9:35 AM Ticket #3206 (Subtitles are NOT burned into single frames of videos when you use the ...) closed by Carl Eugen Hoyos
duplicate: Duplicate of ticket #2067
7:51 AM frame_with_ss_before_input.jpg attached to Ticket #3206 by DeadSix27
But when using -ss before the input, theres no subtitle burned in.
7:51 AM frame_with_ss_after_input.jpg attached to Ticket #3206 by DeadSix27
As you can see, the subtitle works here, by using -ss after the input.
7:48 AM Ticket #3206 (Subtitles are NOT burned into single frames of videos when you use the ...) updated by DeadSix27
I added the subtitle file, as video file i used the big bunny 720p …
7:48 AM big_buck_bunny_720p_h264.ass attached to Ticket #3206 by DeadSix27
This is the subtitle file to test the bug on the big bunny video, …
7:35 AM Ticket #3206 (Subtitles are NOT burned into single frames of videos when you use the ...) updated by DeadSix27
Replying to cehoyos: > Please provide the input samples. …
6:27 AM Ticket #3204 (VC1 Intensity Compensation is always used once encountered) updated by mcarter
Here is a (probably suboptimal) naive patch that might solve the …
5:22 AM Ticket #3206 (Subtitles are NOT burned into single frames of videos when you use the ...) updated by Carl Eugen Hoyos
Keywords, Component changed
Please provide the input samples.
12:00 AM Changeset in ffmpeg [120797e2] by Diego Biurrun <diego@biurrun.de>
configure: Separate MinGW32 and MinGW64 libc handling

Dec 7, 2013:

11:38 PM Changeset in ffmpeg [ae330070] by Michael Niedermayer <michaelni@gmx.at>
libvpxenc: token_parts is VP8 specific Signed-off-by: James Almer …
11:28 PM Changeset in ffmpeg [9aa053ce] by Diego Biurrun <diego@biurrun.de>
libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0 …
9:22 PM Ticket #3107 (Problem using muxing example) updated by a
Hi easonic, I am still having the issues where output frame rate, bit …
8:57 PM Ticket #3205 (ffmpeg detects pcm audio as aac with score 1) updated by Carl Eugen Hoyos
Status, Summary changed
I deleted the attachments that are imo not ideal to reproduce the …
8:56 PM patchaacdec.diff attached to Ticket #3205 by Carl Eugen Hoyos
8:54 PM test attached to Ticket #3205 by Carl Eugen Hoyos
8:30 PM Ticket #2381 (ffplay: resize of the sdl window when -showmode 1/2 is used) closed by Carl Eugen Hoyos
fixed: Fixed by Marton Balint in ad01fae8
8:19 PM Ticket #3206 (Subtitles are NOT burned into single frames of videos when you use the ...) updated by DeadSix27
Summary changed
8:18 PM Ticket #3206 (Subtitles are NOT burned into single frames of videos when you use the ...) created by DeadSix27
No subtitles are burned into single frame JPEG's(Thumbnails) of videos …
6:10 PM Changeset in ffmpeg [e2f800f8] by Michael Niedermayer <michaelni@gmx.at>
windres: Track dependencies Signed-off-by: James Almer …
6:00 PM Changeset in ffmpeg [d042c825] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'rbultje/vp9-simd' * rbultje/vp9-simd: …
5:39 PM Changeset in ffmpeg [92436e8a] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: implement top/left half (4x4) sub-8x8-IDCT. For that specific …
5:39 PM Changeset in ffmpeg [b2045c44] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: split pre-load of 11585x2 out of 1d idct macro. This allows us …
5:39 PM Changeset in ffmpeg [f9a0d4c6] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: minor refactorings in idct ssse3 assembly. Make register usage …
5:39 PM Changeset in ffmpeg [8729964b] by Ronald S. Bultje <rsbultje@gmail.com>
vp9: split x86 assembly in two files. (And in future, loopfilter or …
4:45 PM Ticket #2384 (ffmpeg detects avi/divx with xsub as broken) updated by someuser
Keywords, Component changed
4:43 PM Ticket #2385 (ffmpeg does not mark xsub language properly) updated by someuser
Thanks, I'm happy to confirm the patch fixed the issue!
3:11 PM Changeset in ffmpeg [c6959918] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: set …
1:55 PM Ticket #3205 (ffmpeg detects pcm audio as aac with score 1) updated by Katie Holly
Sorry for the double attachment, i thought the sample file isn't going …
1:10 PM Ticket #3205 (ffmpeg detects pcm audio as aac with score 1) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
I am not convinced that there is a bug but please provide a sample.
1:09 PM Changeset in ffmpeg [e8ac905d] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) …
1:08 PM Changeset in ffmpeg [0aedf90e] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: factor set_string_color() out Signed-off-by: Michael …
1:08 PM Changeset in ffmpeg [758d4e4] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: factor set_string_video_rate() out Signed-off-by: Michael …
1:07 PM Changeset in ffmpeg [9648c4fe] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: factor set_string_image_size() out Signed-off-by: Michael …
12:58 PM Ticket #3205 (ffmpeg detects pcm audio as aac with score 1) updated by Katie Holly
Ah, and expected output of both commands: {{{pipe:0: Invalid data …
12:52 PM Ticket #3205 (ffmpeg detects pcm audio as aac with score 1) created by Katie Holly
While trying to test some raw audio formats for under-the-hood …
10:59 AM Changeset in ffmpeg [7f763775] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: remove unused variable Signed-off-by: Michael …
10:52 AM Changeset in ffmpeg [4dfc8f6] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: dcadec: …
10:44 AM Changeset in ffmpeg [624b83b] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/error_resilience: check that er is supported before attempting …
10:44 AM Changeset in ffmpeg [e8304f4e] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/error_resilience: factor er_supported() check out …
10:34 AM Changeset in ffmpeg [0639e403] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/error_resilience: check that er is supported before attempting …
10:34 AM Changeset in ffmpeg [5c7d6be5] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avcodec/error_resilience: factor er_supported() check out …
10:32 AM Ticket #3204 (VC1 Intensity Compensation is always used once encountered) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer changed
782ebd61 is the cause for a >5% speed regression in vc1 decoding.
8:02 AM Encode/HighQualityAudio edited by Leon
Added comment about encoder rankings (diff)
5:30 AM intcomp.patch.txt attached to Ticket #3204 by mcarter
vc1dec.c instrumentation patch
5:30 AM Ticket #3204 (VC1 Intensity Compensation is always used once encountered) created by mcarter
I noticed that VC1 decoding performance dropped after upgrading to the …
3:20 AM Changeset in ffmpeg [1770da18] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: reject poorly fitting rfps values earlier This avoids …
2:24 AM Ticket #3203 (Windows MSVC configure failed.) closed by dbuitenh
invalid: You did not read the documentation …
2:23 AM Changeset in ffmpeg [ba189b1d] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: use rfps_add_frame() only for video it makes no sense …
1:55 AM Ticket #3203 (Windows MSVC configure failed.) created by persanker
Summary of the bug: How to reproduce: […] Result: […] Lines in …
1:04 AM Changeset in ffmpeg [4d18060e] by Michael Niedermayer <michaelni@gmx.at>
swscale/utils: fill xyz tables only when they will be used makes the …

Dec 6, 2013:

10:56 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by Carl Eugen Hoyos
Keywords, Status, Reproduced by developer changed
10:51 PM Changeset in ffmpeg [f5285209] by Michael Niedermayer <michaelni@gmx.at>
avutil/utils: run ff_check_pixfmt_descriptors() only when ASSERT_LEVEL …
10:37 PM Changeset in ffmpeg [b6a97199] by Luca Barbato <lu_zero@gentoo.org>
dcadec: Decode LFE to avoid adding random data when downmixing with …
10:30 PM Changeset in ffmpeg [a044a183] by Michael Niedermayer <michaelni@gmx.at>
avutil/log: skip IO calls on empty strings These occur when no …
10:28 PM Changeset in ffmpeg [d6838309] by Michael Niedermayer <michaelni@gmx.at>
avutil/log: skip setting color for default (AV_LOG_INFO) level …
10:27 PM Changeset in ffmpeg [2c21e2ee] by Michael Niedermayer <michaelni@gmx.at>
avutil/log: merge calls that set ansi color and print the string …
10:14 PM new_bad.vob attached to Ticket #3197 by ob
10:13 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by ob
{{{~/git/ffmpeg/ffmpeg -i new_bad.vob -map 0:1 -map 0:13 -codec copy …
9:37 PM Ticket #3105 (hevc: crash with threads 1 and max_alloc (fuzzed file)) updated by ami_stuff
git head […]
9:13 PM Changeset in ffmpeg [22ef9cb4] by Michael Niedermayer <michaelni@gmx.at>
avresample: Include libavutil/avutil.h in version.h Should fix issues …
7:26 PM Changeset in ffmpeg [59398c13] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'lukaszmluki/master' * …
6:57 PM Changeset in ffmpeg [ad01fae8] by Marton Balint <cus@passwd.hu>
ffplay: set default window size before starting audio Fixes ticket …
6:57 PM Changeset in ffmpeg [2b377fb4] by Marton Balint <cus@passwd.hu>
ffplay: factor out function setting default window size …
6:57 PM Changeset in ffmpeg [eff4820e] by Marton Balint <cus@passwd.hu>
ffplay: remove no longer necessary codec flush It was introduced in …
6:57 PM Changeset in ffmpeg [318bf57c] by Marton Balint <cus@passwd.hu>
ffplay: do not wait for flushing the picture queue on flush packet It …
6:33 PM Changeset in ffmpeg [618bdb7f] by Michael Niedermayer <michaelni@gmx.at>
lavf/mux: Don't write "encoder" metadata tag when bitexact is …
6:15 PM Changeset in ffmpeg [fa3bfeb1] by Lukasz Marek <lukasz.m.luki@gmail.com>
lavd/fbdev_enc: add default device Use device specified by …
4:14 PM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) updated by Carl Eugen Hoyos
Replying to boean: > 2.1.1 version convert mp3 by …
3:49 PM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) updated by boean
2.1.1 version convert mp3 by libmp3lame the OUT.mp3 duration …
3:49 PM Changeset in ffmpeg [90539cea] by Michael Niedermayer <michaelni@gmx.at>
avcodec/error_resilience: check that er is supported before attempting …
3:49 PM Changeset in ffmpeg [afb18c5] by Michael Niedermayer <michaelni@gmx.at>
avcodec/error_resilience: factor er_supported() check out …
2:40 PM Changeset in ffmpeg [976fc591] by Michael Niedermayer <michaelni@gmx.at>
avcodec/qdm2: move static init to normal init to avoid initializing …
2:27 PM Changeset in ffmpeg [133fbfc] by Michael Niedermayer <michaelni@gmx.at>
do O(1) instead of O(n) atomic operations in register functions about …
1:50 PM Ticket #3202 (Coverting Audio to AAC using ffmpeg) updated by Sam
Ah right ok apologies
1:37 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by ob
Yes, this bug drifted a little bit from the original report. I'll try …
1:31 PM Changeset in ffmpeg [2b215f39] by Michael Niedermayer <michaelni@gmx.at>
mjpeg/ljpegenc: factor ff_mjpeg_init_hvsample() out This reduces the …
1:28 PM Ticket #3202 (Coverting Audio to AAC using ffmpeg) closed by Carl Eugen Hoyos
invalid: This is a bug tracker, not a support forum. Please post all usage …
1:20 PM Ticket #3202 (Coverting Audio to AAC using ffmpeg) created by Sam
Hi All I am relatively new to ffmpeg so i trying to get my head …
1:19 PM Changeset in ffmpeg [535af2c2] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_enc/frame_end(): remove unused variable …
1:19 PM Changeset in ffmpeg [9a0d719b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegenc/ff_mjpeg_escape_FF: remove unused variable …
1:13 PM Changeset in ffmpeg [82c7d704] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: webp: …
1:07 PM Changeset in ffmpeg [db44eff1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f51e3a1971045c7ed0c3d9d29d3254a4d940198e' * commit …
1:01 PM Changeset in ffmpeg [711c664a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b73a8922d818c7f909855557718d4c3bfacbd92d' * commit …
12:55 PM Changeset in ffmpeg [1fd323f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'fa4476815d0d27996eb199452f2cdbfccdd244a5' * commit …
12:48 PM Changeset in ffmpeg [fb98ca57] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'daffed3b173c59d64907747bf3309e98a8974f4e' * commit …
12:44 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by Carl Eugen Hoyos
But your original report was about an assertion failure (which is an …
12:40 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by ob
I guess the error you got before you edited your post was because the …
12:38 PM Changeset in ffmpeg [6f7dbb9c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0cdbc4d39394965bd8712395b19160da8f3fe144' * commit …
12:37 PM Changeset in ffmpeg [6deaab36] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '72c0b8f724a71d2784aecad0e5221e7ab6206371' * commit …
12:35 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by Carl Eugen Hoyos
I am unable to reproduce the assertion failure with the sample and …
12:31 PM Changeset in ffmpeg [0ebdf8d9] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegenc: fix and use lossless flag in …
12:30 PM Changeset in ffmpeg [93947d88] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '24abd806ea0cfb0d988d2f0044eac79cff12918c' * commit …
11:01 AM Changeset in ffmpeg [d756b2b5] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ljpegenc: Dont use ff_mjpeg_encode_stuffing() This avoids a …
11:01 AM Changeset in ffmpeg [978ae13f] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegenc: move end padding/alignment to ff_mjpeg_escape_FF() …
10:59 AM Ticket #3172 (Closed captions in mov_text in f4v) updated by compn
from someone that knows more about it than me: "They're essentially …
10:57 AM closedcaptions.png attached to Ticket #3172 by compn
10:49 AM Changeset in ffmpeg [9fcd58ab] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegenc: make escape_FF() non static This will be used by …
10:49 AM Changeset in ffmpeg [f2d8e3c0] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ljpegenc: fix mem allocation failure return code …
10:40 AM Changeset in ffmpeg [0f057ea3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '86eb2eaac629909d6ee4067c6f1e485a4e70473d' * commit …
10:33 AM Changeset in ffmpeg [b342ea60] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '3360ad995530ea6967b1e83981b4aa8240fbb0ed' * commit …
10:16 AM Changeset in ffmpeg [d8fb209a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '058d5f2feb730846f22c1812e433f92f670ad751' * commit …
9:58 AM Ticket #3195 (Can't detect AAC audio in MPEG-PS format) closed by Carl Eugen Hoyos
fixed: Fixed in af7562a0 - thank you for the report! I opened ticket #3201
9:57 AM Changeset in ffmpeg [8f1edc73] by Stefano Sabatini <stefasab@gmail.com>
lavfi: rename asrc_aevalsrc.c to aeval.c The file now contains both …
9:57 AM Changeset in ffmpeg [e424abc3] by Stefano Sabatini <stefasab@gmail.com>
lavfi: add aeval filter
9:57 AM Ticket #3201 (A/V desync without -async 1) updated by Carl Eugen Hoyos
Sample uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket3201/
9:56 AM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) updated by Carl Eugen Hoyos
Version changed
9:55 AM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) updated by Carl Eugen Hoyos
Please provide the input sample.
9:51 AM Changeset in ffmpeg [405b3eb5] by Stefano Sabatini <stefasab@gmail.com>
lavfi/aevalsrc: duplicate last expression for the missing channels …
9:42 AM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) updated by boean
[…] I stop it's execute by Ctrl+c .Otherwise, It's note "Last …
9:40 AM Changeset in ffmpeg [5b073da] by Stefano Sabatini <stefasab@gmail.com>
doc: add script to compute texi files dependencies Replace the inline …
9:35 AM Ticket #3201 (A/V desync without -async 1) created by Carl Eugen Hoyos
I "fixed" the sample from ticket #3195 with a hex editor to allow …
9:30 AM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) updated by Carl Eugen Hoyos
Component changed
To make this a valid ticket, please provide your command line together …
9:28 AM Changeset in ffmpeg [5cda499d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6d70639c7d5fe762c5f18de574eafa817fb53ef7' * commit …
9:15 AM Ticket #3200 (Trying to remove 1152 samples, but the queue is empty) created by boean
It's run no stop Last message repeated XXXX times. Stop it by Ctrl+c …
9:15 AM Ticket #2832 (ffmpeg produces broken audio with -async 1) updated by Carl Eugen Hoyos
Summary changed
9:14 AM Ticket #2832 (ffmpeg produces broken audio with -async 1) updated by Carl Eugen Hoyos
Keywords, Status, Version changed
9:14 AM Ticket #2832 (ffmpeg produces broken audio with -async 1) updated by Carl Eugen Hoyos
Not a regression. The output file sounds completely broken, works fine …
9:06 AM Changeset in ffmpeg [5ac55811] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e1eaaec765d2e726618633fcbd2e06fded7647a8' * commit …
9:04 AM Ticket #2832 (ffmpeg produces broken audio with -async 1) updated by boean
/usr/local/bin/ffmpeg -i …
4:38 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by klaussfreire
I'm close to posting a v8. Main improvement in v8 is, besides various …
4:01 AM Changeset in ffmpeg [4a0d8277] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ff506c75b71d7aaa1062b49043e0b881b1e263e9' * commit …
3:26 AM Ticket #3195 (Can't detect AAC audio in MPEG-PS format) updated by zoominla
Replying to cehoyos: MediaInfo parses the a/v info …
3:25 AM Changeset in ffmpeg [b22c16da] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a1ba1f20b350cb89e645f17bdb237d027170db33' * commit …
3:19 AM Changeset in ffmpeg [fb06b8ba] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0812f5a40a0a190172b6de6e91755b882472ddc5' * commit …
3:09 AM Changeset in ffmpeg [0d9f2f5c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '66499f34b56fc6a9fdef25543bd9d576fc787895' * commit …
3:03 AM Changeset in ffmpeg [28eacd13] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '58a868968df445068a143f327ced03b6a02baf0d' * commit …
2:55 AM Changeset in ffmpeg [dfd11eb2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ac1fc92ea410c396594fcd79f5d4491fe6a8cc90' * commit …
2:46 AM Changeset in ffmpeg [52b69fa1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '282c6a1a0ef3e8c8e180c15b39cfe5b89704d848' * commit …
2:29 AM Changeset in ffmpeg [f1db3f5f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c99307caee01441cfde24f3b7b0db3037b7022dc' * commit …
2:12 AM Changeset in ffmpeg [08667c26] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0b0a7a751de02464a33717e70352f696372ba1c4' * commit …
1:54 AM Changeset in ffmpeg [e3b7f0e1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd0d111d0592bfd6b2b8bcd2321986c0fc493455d' * commit …
1:53 AM Changeset in ffmpeg [b6e7834a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_enc: fix linesizes in frame_end() Signed-off-by: …
1:48 AM Changeset in ffmpeg [26c2e3bf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '381a722562bcc0b623acf6a00a583fe989bcb72a' * commit …
1:37 AM Changeset in ffmpeg [d085f80f] by Justin Ruggles <justin.ruggles@gmail.com>
webp: add a special case for a huffman table with only 1 symbol The …
1:36 AM Changeset in ffmpeg [f51e3a19] by Justin Ruggles <justin.ruggles@gmail.com>
webp: do not call av_frame_free() on the user-provided frame Fixes …
1:18 AM Changeset in ffmpeg [d5050ba] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b7254288d222013e20539c530b1ec5d324ed5352' * commit …
1:12 AM Changeset in ffmpeg [20b28fc] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1f8eb69079880ef1f394c498dfdf471f91222a06' * commit …
12:58 AM Changeset in ffmpeg [2951b7f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bedf952bb80ae26427854dcde56c139ecb87d4a0' * commit …
12:52 AM Changeset in ffmpeg [16338b4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2cab011f0f02fcff8a0629a611bcac2f0459f04a' * commit …
12:46 AM Changeset in ffmpeg [cf948200] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ff7ffe48097f32417781fe8b2b417eff05a52c55' * commit …
12:38 AM Changeset in ffmpeg [36e2ec40] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f7d228676cb7669059889c4225c8a8dc56708c24' * commit …
12:33 AM Changeset in ffmpeg [db7580b4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a097f0049b28dc3ed13625e4a42619292c92492f' * commit …
12:21 AM Changeset in ffmpeg [85d3bc33] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ff300e435e5337b03dc7a8f1c0be6c9937059c1e' * commit …
12:16 AM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by ob
bad_chunk.vob attached.
12:15 AM bad_chunk.vob attached to Ticket #3197 by ob
Bad Chunk
12:14 AM Changeset in ffmpeg [92e10e34] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e41ff4210ac1192c62de3052b33a38c7bcf772f2' * commit …

Dec 5, 2013:

11:45 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by Carl Eugen Hoyos
dd is the recommended method but any other method that produces an …
10:42 PM Changeset in ffmpeg [56572787] by Michael Niedermayer <michaelni@gmx.at>
Add Windows resource file support for shared libraries Originally …
10:39 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by ob
What method do you prefer for me to cut it? dd with a block size of 2048?
10:38 PM Ticket #3199 (duration incorrect for mpeg file) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
[…]
10:34 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by Carl Eugen Hoyos
Version changed
Replying to ob: > Actually, interestingly enough, it fails …
9:43 PM Ticket #3177 (asm error on i686) updated by andreas
Thanks for the explanations and the fix! We backported it into our …
9:20 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by ob
Actually, interestingly enough, it fails if I specify only the first …
9:16 PM Ticket #3199 (duration incorrect for mpeg file) created by DonMoir
The file dolbycity.vob has an audio, video, and data stream. The audio …
9:06 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by ob
Apparently it all works fine if I try without concat. -an and …
8:17 PM Changeset in ffmpeg [af7562a0] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Ignore es_map_length when parsing mpeg program stream map. Fixes …
8:07 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by Carl Eugen Hoyos
Is the concat filter required to reproduce the problem? Does it also …
7:00 PM ffmpeg-20131205-185637.log attached to Ticket #3197 by ob
Full Report (with binary compiled from head)
6:59 PM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by ob
I just tested, and yes. I'll attach this report too.
5:05 PM Ticket #3187 (SFD muxing) updated by Soukyuu
Yes, FFMPEG is already capable of playing and demuxing SFD. SFD is …
4:46 PM Changeset in ffmpeg [e2bf00ce] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: calculate rfps from the first 100 frames of the index …
4:30 PM Changeset in ffmpeg [1565a9a9] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: factor rfps calculation out Signed-off-by: Michael …
3:54 PM Ticket #2953 (FFmpeg hangs while conversion video using libx264) updated by Carl Eugen Hoyos
Replying to gerrysingh7: > if i use -f lavfi -i testsrc …
3:26 PM Ticket #2953 (FFmpeg hangs while conversion video using libx264) updated by Gerry
HI, if we remove the scale filter it does not stalled. it converts …
3:14 PM Encode/HighQualityAudio edited by Kamedo2
Removed recommendation on the libfdk_aac VBR. ac3 128kbps is bad. (diff)
3:09 PM Changeset in ffmpeg [dc1b0a54] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: provide more IO statistics in debug output at start …
2:34 PM Encode/AAC edited by Kamedo2
Stress that VBR encoding is experimantal. (diff)
1:15 PM Changeset in ffmpeg [6005ab3e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegenc: use av_log2_16bit() in encode_block() This reduces …
12:38 PM Changeset in ffmpeg [b73a8922] by Anton Khirnov <anton@khirnov.net>
ljpegenc: split yuv encoding into a separate function
12:37 PM Changeset in ffmpeg [fa44768] by Anton Khirnov <anton@khirnov.net>
ljpegenc: split bgr encoding into a separate function
12:37 PM Changeset in ffmpeg [daffed3b] by Anton Khirnov <anton@khirnov.net>
ljpegenc: accept bgr24 instead of bgra The alpha plane is not encoded.
12:37 PM Changeset in ffmpeg [0cdbc4d3] by Anton Khirnov <anton@khirnov.net>
ljpegenc: rename the encoding function. The new name is more …
12:37 PM Changeset in ffmpeg [72c0b8f] by Anton Khirnov <anton@khirnov.net>
ljpeg: remove a commented-out line
12:35 PM Changeset in ffmpeg [24abd806] by Anton Khirnov <anton@khirnov.net>
ljpegenc: deMpegEncContextize The encoder uses almost none of the …
12:35 PM Changeset in ffmpeg [86eb2eaa] by Anton Khirnov <anton@khirnov.net>
mjpegenc: do not pass MpegEncContext to ff_mjpeg_encode_dc() This …
12:35 PM Changeset in ffmpeg [3360ad99] by Anton Khirnov <anton@khirnov.net>
mjpegenc: do not pass MpegEncContext to …
12:34 PM Changeset in ffmpeg [058d5f2f] by Anton Khirnov <anton@khirnov.net>
mjpegenc: do not pass MpegEncContext to …
12:34 PM Changeset in ffmpeg [6d70639c] by Anton Khirnov <anton@khirnov.net>
mjpegenc: do not pass MpegEncContext to jpeg_table_header() Pass the …
12:34 PM Changeset in ffmpeg [e1eaaec7] by Anton Khirnov <anton@khirnov.net>
mjpegenc: remove commented out never-to-be-finished WIP cruft
12:33 PM Changeset in ffmpeg [ff506c75] by Anton Khirnov <anton@khirnov.net>
mjpegenc: do not pass MpegEncContext to put_huffman_table() It only …
12:33 PM Changeset in ffmpeg [a1ba1f20] by Anton Khirnov <anton@khirnov.net>
mjpegenc: cosmetics, reformat jpeg_put_comments()
12:28 PM Changeset in ffmpeg [0812f5a4] by Anton Khirnov <anton@khirnov.net>
mjpegenc: write the JFIF header if the sample aspect ratio is set …
12:28 PM Changeset in ffmpeg [66499f3] by Anton Khirnov <anton@khirnov.net>
mpegvideo: do not set current_picture_ptr in decoders This code was …
12:27 PM Changeset in ffmpeg [58a86896] by Anton Khirnov <anton@khirnov.net>
FATE: drop the last partial frame in the wmv8-drm test This has …
12:27 PM Changeset in ffmpeg [ac1fc92] by Anton Khirnov <anton@khirnov.net>
vc1dec: move setting repeat_pict after frame_start() has been called. …
12:26 PM Changeset in ffmpeg [282c6a1a] by Anton Khirnov <anton@khirnov.net>
mpegvideo: make ff_release_unused_pictures() static It is only called …
12:25 PM Changeset in ffmpeg [c99307ca] by Anton Khirnov <anton@khirnov.net>
mpegvideo: make frame_size_alloc() static. It is not called from …
12:25 PM Changeset in ffmpeg [0b0a7a75] by Anton Khirnov <anton@khirnov.net>
mpegvideo: move encode-only parts of common_end() to encode_end()
12:25 PM Changeset in ffmpeg [d0d111d] by Anton Khirnov <anton@khirnov.net>
mpegvideo: remove commented out cruft from ff_MPV_frame_end()
12:23 PM Changeset in ffmpeg [381a7225] by Anton Khirnov <anton@khirnov.net>
mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a …
12:23 PM Changeset in ffmpeg [b7254288] by Anton Khirnov <anton@khirnov.net>
mpegvideo: do not update last_non_b_pict_type in …
12:23 PM Changeset in ffmpeg [1f8eb690] by Anton Khirnov <anton@khirnov.net>
mpegvideo: move encoding-only initialization from common_init() to …
12:22 PM Changeset in ffmpeg [bedf952b] by Anton Khirnov <anton@khirnov.net>
mpegvideo: move setting encoding-only vars from common_defaults() to …
12:22 PM Changeset in ffmpeg [2cab011f] by Anton Khirnov <anton@khirnov.net>
mpegvideo: don't copy input_picture_number in update_thread_context() …
12:22 PM Changeset in ffmpeg [ff7ffe48] by Anton Khirnov <anton@khirnov.net>
mpeg4videodec: move showed_packed_warning from MpegEncContext to …
12:22 PM Changeset in ffmpeg [f7d22867] by Anton Khirnov <anton@khirnov.net>
mpeg4videodec: move intra_dc_threshold from MpegEncContext to …
12:22 PM Changeset in ffmpeg [a097f004] by Anton Khirnov <anton@khirnov.net>
mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context
12:21 PM Changeset in ffmpeg [ff300e43] by Anton Khirnov <anton@khirnov.net>
mpegvideo: remove an unused variable
12:19 PM Changeset in ffmpeg [e41ff42] by Anton Khirnov <anton@khirnov.net>
mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext
10:55 AM Changeset in ffmpeg [5b4d5745] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
10:26 AM Ticket #3187 (SFD muxing) updated by Carl Eugen Hoyos
http://samples.ffmpeg.org/game-formats/sfd/
10:19 AM Ticket #2993 (swr ssse3: invalid read with forced mp3adu) updated by Carl Eugen Hoyos
Or rather #3193 was a duplicate of this ticket which both Ubitux and I …
10:18 AM Ticket #2953 (FFmpeg hangs while conversion video using libx264) updated by Carl Eugen Hoyos
Replying to gerrysingh7: > This is command which u …
10:14 AM Ticket #3195 (Can't detect AAC audio in MPEG-PS format) updated by Carl Eugen Hoyos
Does any other application except vlc play the file? Patch sent: …
10:13 AM Ticket #3198 (Documentation missing for several bitstream filters) updated by Carl Eugen Hoyos
Priority, Status changed
10:05 AM Ticket #3187 (SFD muxing) updated by Elon Musk
Summary changed
10:03 AM Ticket #3187 (SFD muxing) updated by Elon Musk
What is SFD, can ffmpeg even demux/play sfd files?
8:53 AM Ticket #2616 (support matrox mpeg-2 I-frame with alpha codec (m704 fourcc)) updated by Carl Eugen Hoyos
http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2616/
6:43 AM Ticket #2953 (FFmpeg hangs while conversion video using libx264) updated by Gerry
HI This when we run on machine for which i sent the configuration …
6:41 AM Ticket #2953 (FFmpeg hangs while conversion video using libx264) updated by Gerry
HI This is command which u suggested try with disable audio while …
2:53 AM Changeset in ffmpeg [be99054e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/cavsdec: print error messages in case of errors …
2:51 AM Changeset in ffmpeg [bc1b8285] by Michael Niedermayer <michaelni@gmx.at>
avcodec/cavsdec: use more specific error codes Signed-off-by: Michael …
2:40 AM Ticket #2659 (Compiling for i386 on 64bit OSX is hard) updated by Michael Niedermayer
Is this still reproduceable ? (there was a change in the cabac asm …
2:27 AM Ticket #2616 (support matrox mpeg-2 I-frame with alpha codec (m704 fourcc)) updated by Michael Niedermayer
Replying to ami_stuff: > Finally I was able to encode …
2:22 AM Ticket #2604 (flm files cannot be written without explicitly setting the pixel ...) updated by Michael Niedermayer
Summary changed
2:17 AM Ticket #2993 (swr ssse3: invalid read with forced mp3adu) closed by Michael Niedermayer
duplicate: Seems fixed and i suspect this was a duplicate of Ticket #3193
2:05 AM Ticket #3198 (Documentation missing for several bitstream filters) created by llogan
The following bitstream filters are undocumented in …
2:03 AM Ticket #2935 (.nsv at the end of the URL hangs ffmpeg.) closed by Michael Niedermayer
worksforme: it takes a while before it errors out but it does not hang
2:02 AM Ticket #3195 (Can't detect AAC audio in MPEG-PS format) updated by zoominla
Replying to cehoyos: I don't know, I get it from internet.
1:32 AM Ticket #3128 (cavs silently ignores garbage data) closed by Michael Niedermayer
fixed: Fixed in 9ca32b2060ecaf625fb5679bd69c3f579ef03b95
1:17 AM Changeset in ffmpeg [9ca32b20] by Michael Niedermayer <michaelni@gmx.at>
avcodec/cavsdec: print warning if no frame has been decoded Fixes …
1:16 AM Changeset in ffmpeg [63f74ced] by Michael Niedermayer <michaelni@gmx.at>
avcodec/cavsdec: reset stc Signed-off-by: Michael Niedermayer …
1:14 AM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
Is the problem also reproducible with current FFmpeg git head?
12:53 AM Ticket #3177 (asm error on i686) closed by Michael Niedermayer
fixed: Fixed in 0538b29ae8002c44f27bae8a1a6fc6e646998be5
12:52 AM ffmpeg-20131205-003008.log attached to Ticket #3197 by ob
Full Report
12:51 AM Ticket #3197 (Assertion nus->keyframe_pts[k] > last_pts failed when using "-f segment") created by ob
Summary of the bug: Hi, I'm trying to split VOB files cleanly with …
12:49 AM Changeset in ffmpeg [0538b29a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/cabac: force get_cabac to be not inlined works around bug in …
12:08 AM Ticket #512 (libavutil\common.h conversion warnings) updated by DonMoir
fixed

Dec 4, 2013:

9:07 PM Changeset in ffmpeg [8dd4f5ec] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
7:50 PM Changeset in ffmpeg [517ec808] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5ec467328122b80fac94c2d5e3e7540d50381868' * commit …
7:50 PM Ticket #3193 (swr/aresample: invalid read with MP3) closed by Michael Niedermayer
fixed: Fixed in a6af5da7a2f817d52ea00e2aa93ccf5804afa3e0
7:40 PM Changeset in ffmpeg [a6af5da7] by Michael Niedermayer <michaelni@gmx.at>
swresample: use the internal buffer for resampling the last few …
5:52 PM Changeset in ffmpeg [3d7c8474] by Diego Biurrun <diego@biurrun.de>
x86: Initialize mmxext after amd3dnow optimizations The mmxext …
5:26 PM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Andrey
Actually I passed my win32 project in Dr. memory and the leak exist …
5:07 PM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Andrey
It is no av_malloc there. It should be called from avcodec_open2. At …
5:01 PM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Carl Eugen Hoyos
Version changed
5:01 PM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Carl Eugen Hoyos
Why do you use --enable-memalign-hack ? Please also remove …
4:53 PM Ticket #3195 (Can't detect AAC audio in MPEG-PS format) updated by Carl Eugen Hoyos
Workaround would be to use -acodec aac but the output file is …
4:50 PM Changeset in ffmpeg [bd8b6185] by Diego Biurrun <diego@biurrun.de>
configure: Detect msvcrt libc with a CPP check instead of a link check …
4:36 PM Ticket #2999 (FFmpeg crashes on decoding H.264 MP4 file) closed by Michael Niedermayer
fixed: noone in 6 weeks could reproduce the ticket thus assume its fixed
4:03 PM valgrind_output.txt attached to Ticket #3194 by Andrey
valgrind output
4:02 PM decoding_encoding.c attached to Ticket #3194 by Andrey
file for test, only decoder initialization
4:01 PM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Andrey
Hi I've done the same on latest git The configuration this time is …
3:37 PM Ticket #3195 (Can't detect AAC audio in MPEG-PS format) updated by Carl Eugen Hoyos
Keywords changed
Plays fine with vlc.
3:19 PM Ticket #3195 (Can't detect AAC audio in MPEG-PS format) updated by Carl Eugen Hoyos
Keywords, Status, Version, Reproduced by developer changed
2:58 PM Ticket #3179 (Transcoding a transport stream with a timestamp wrap does not work ...) updated by Aurélien Nephtali
I don't have any A/V desync with your sample. The beginning of the …
2:53 PM Changeset in ffmpeg [5ec4673] by Diego Biurrun <diego@biurrun.de>
configure: Add detected C library and host compiler to informative output
2:02 PM Ticket #3196 (Facing issues by giving raw input video file in ffmpeg code) closed by Carl Eugen Hoyos
invalid: Sorry but this is not a support forum and your report does not look …
1:36 PM Changeset in ffmpeg [f3008f30] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: move update_wrap_reference() up simplifies code also …
1:36 PM Changeset in ffmpeg [34b16e2d] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: reorder operations in update_wrap_reference() …
12:46 PM f.png attached to Ticket #3196 by swathi
output window in linux
12:46 PM Ticket #3196 (Facing issues by giving raw input video file in ffmpeg code) created by swathi
hi, I configured ffmpeg and also x264... While giving the following …
10:46 AM Changeset in ffmpeg [f1783c0] by Michael Niedermayer <michaelni@gmx.at>
Revert "avcodec/hevc: calculate checksum only if AV_EF_EXPLODE is set" …
8:44 AM Ticket #3195 (Can't detect AAC audio in MPEG-PS format) updated by zoominla
The file is big, so I upload it and this is the download link: …
8:26 AM Ticket #3195 (Can't detect AAC audio in MPEG-PS format) created by zoominla
How to reproduce: …
8:04 AM Ticket #3193 (swr/aresample: invalid read with MP3) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
3:30 AM Changeset in ffmpeg [c3028116] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
1:18 AM Changeset in ffmpeg [f65afef1] by Michael Niedermayer <michaelni@gmx.at>
mpegts: do not set pts for missing dts in video streams …
1:18 AM Changeset in ffmpeg [394b0c83] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: correct for timestamp wrap earlier This uses dts & …
1:18 AM Changeset in ffmpeg [d7ead9ad] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: also fix wrapping of start_time in …
1:18 AM Changeset in ffmpeg [dd5f9259] by Michael Niedermayer <michaelni@gmx.at>
avformat/utils: Fix pts_wrap_behavior calculation with negative …

Dec 3, 2013:

8:27 PM Changeset in ffmpeg [704cc5e7] by Stefano Sabatini <stefasab@gmail.com>
ffprobe: free shared writer context on exit Fix leak. Spotted-by: …
8:12 PM Changeset in ffmpeg [babb611d] by Michael Niedermayer <michaelni@gmx.at>
libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOAT The CONFIG_ …
8:12 PM Changeset in ffmpeg [04e06cdf] by Michael Niedermayer <michaelni@gmx.at>
avcodec: split mp2 encoder into float and fixed This makes the …
5:30 PM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Carl Eugen Hoyos
Keywords changed
Is the leak reproducible with current FFmpeg git head?
5:11 PM Changeset in ffmpeg [c255f0b0] by Anton Khirnov <anton@khirnov.net>
avconv: initialize hwaccel_pix_fmt Fixes an assertion failure in …
4:07 PM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) created by Andrey
Hi I've found valgrind leak when making and running valgrind on …
2:30 PM Ticket #2367 (input_format / -pixel_format => libv4l2: error dequeuing buf: Resource ...) closed by Carl Eugen Hoyos
invalid: The original issue was fixed at the time the ticket was opened, the …
1:06 PM Changeset in ffmpeg [9695fb26] by Michael Niedermayer <michaelni@gmx.at>
vp9_parser: handle zero-sized packets. Signed-off-by: Michael …
12:29 PM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) updated by Ian Milligan
Lowering the framerate does not seem to help. It seems that in the …
12:10 PM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) updated by Carl Eugen Hoyos
> frame= 551 fps= 22 q=-1.0 Lsize= 3615kB time=00:00:24.63 …
11:20 AM Changeset in ffmpeg [0e15a344] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
11:15 AM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) updated by Ian Milligan
No, if I use the testsrc instead of x11grab it seems to work.
11:04 AM Changeset in ffmpeg [089fac7] by Anton Khirnov <anton@khirnov.net>
alsa-audio-dec: explicitly cast the delay to a signed int64 Otherwise …
11:01 AM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) updated by Carl Eugen Hoyos
Is the problem also reproducible if you replace {{{-f x11grab …
10:20 AM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) updated by Ian Milligan
I wrote the attached patch to make x11grab respect …
10:19 AM x11grab-nonblock.diff attached to Ticket #3192 by Ian Milligan
9:44 AM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) updated by Clément Bœsch
Wouldn't that be related to the nanosleep hack used to sync with the …
9:41 AM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) updated by Ian Milligan
I get the same behavior, even at 400x200.
9:33 AM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) updated by Carl Eugen Hoyos
What happens if you significantly decrease the x11grab resolution …
8:52 AM Ticket #3190 (vf_pad/ff_fill_rectangle corrupts memory and crashes) updated by Carl Eugen Hoyos
Keywords changed
8:52 AM Changeset in ffmpeg [cbcc18bd] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avfilter/vf_pad: fix req_end Fixes out of array accesses Fixes …
8:51 AM Ticket #3190 (vf_pad/ff_fill_rectangle corrupts memory and crashes) closed by Carl Eugen Hoyos
fixed: Fixed by Michael in 0cc5011f
7:08 AM Ticket #3193 (swr/aresample: invalid read with MP3) updated by Clément Bœsch
Also present in mmx2, no problem found with -ssse3 -mmx2.
7:04 AM Ticket #3193 (swr/aresample: invalid read with MP3) created by Clément Bœsch
[…] […]
5:33 AM ffmpeg-nooverlay.log attached to Ticket #3192 by Ian Milligan
5:32 AM ffmpeg-overlay.log attached to Ticket #3192 by Ian Milligan
5:32 AM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) created by Ian Milligan
Using the overlay filter to overlay video from a webcam onto x11grab …
3:09 AM Changeset in ffmpeg [0cc5011f] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_pad: fix req_end Fixes out of array accesses Fixes …
12:30 AM Changeset in ffmpeg [4d0ac9ae] by Michael Niedermayer <michaelni@gmx.at>
Makefile: add dependancies for ffversion.h It has to be build before …
Note: See TracTimeline for information about the timeline view.