Timeline



Apr 24, 2013:

11:25 PM Ticket #2501 (FFMPEG subtitles filter segfaults with matroska files) updated by Carl Eugen Hoyos
Keywords, Component changed
11:17 PM Changeset in ffmpeg [aa96439f] by Paul B Mahol <onemda@gmail.com>
lavc: remove unused put_bits.h headers Signed-off-by: Paul B Mahol …
10:59 PM Ticket #2501 (FFMPEG subtitles filter segfaults with matroska files) closed by Clément Bœsch
fixed: Should be fixed in 035a3792c223d3b2bba79f38049bd6363b2d470d. Thanks …
10:56 PM Changeset in ffmpeg [035a3792] by Clément Bœsch <ubitux@gmail.com>
lavfi/subtitles: zero-init AVSubtitle. This avoids invalid free when …
10:50 PM hataraku.valgrind.log attached to Ticket #2501 by Stephan Holljes
valgrind log
10:50 PM hataraku.gdb.log attached to Ticket #2501 by Stephan Holljes
gdb log with ffmpeg -v 9 -loglevel 99
10:49 PM hataraku.log attached to Ticket #2501 by Stephan Holljes
log with ffmpeg -v 9 -loglevel 99
10:48 PM Ticket #2501 (FFMPEG subtitles filter segfaults with matroska files) created by Stephan Holljes
Summary of the bug: FFMPEG crashes when trying to use the videofilter …
10:05 PM Ticket #2431 (Detect if subtitle streams do not contain valid utf-8) closed by Carl Eugen Hoyos
fixed: Fixed by Nicolas George.
10:02 PM Ticket #2498 (Concat two files.) updated by Carl Eugen Hoyos
Could you elaborate what "broken" means in this context? Is the …
9:58 PM Ticket #2498 (Concat two files.) updated by Mista_D
No error reported by FFmpeg, but generated file is broken.
9:56 PM Changeset in ffmpeg [d382170c] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cigaes/master' * cigaes/master: lavc: …
9:51 PM Ticket #2499 (gif -> mp4: wrong timestamps / duration) updated by Carl Eugen Hoyos
But if you encode to mov, you have to choose a constant frame rate …
9:40 PM Ticket #2499 (gif -> mp4: wrong timestamps / duration) updated by sgehlich
Please remove this comment, I was wrong. Sorry! Thanks for the workaround.
9:31 PM image.gif attached to Ticket #2499 by Carl Eugen Hoyos
9:30 PM Ticket #2499 (gif -> mp4: wrong timestamps / duration) closed by Carl Eugen Hoyos
duplicate: Duplicate of ticket #1578 and the tickets related to the mov muxer …
9:28 PM Ticket #2500 (Static libfdk-aac) updated by svnpenn
Carl, thanks for this. I was sleep deprived and forgot about this fun fact!
9:20 PM Ticket #2500 (Static libfdk-aac) closed by Carl Eugen Hoyos
invalid: (Duplicate of ticket #1968) Replying to svnpenn: > From …
7:56 PM Changeset in ffmpeg [12e3c1be] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: drop old use_ic code from vc1_b_mc Signed-off-by: Michael …
7:08 PM Changeset in ffmpeg [100184cc] by Michael Niedermayer <michaelni@gmx.at>
vc1: use use_ic instead of shuffling mv_mode around Signed-off-by: …
7:08 PM Changeset in ffmpeg [84c0ec92] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: Implement intensity compensation for vc1_interp_mc() …
7:07 PM Changeset in ffmpeg [782ebd61] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: redesign the intensity compensation The existing …
7:05 PM Ticket #2495 (Better filter help) updated by Bernardo
Replying to saste: > An expression is just a string, so in …
7:02 PM Changeset in ffmpeg [7bf6a86] by Reinhard Tartler <siretart@tauware.de>
update Changelog
7:01 PM Changeset in ffmpeg [d2d2ddf9] by Reinhard Tartler <siretart@tauware.de>
oggdec: fix faulty cleanup prototype (cherry picked from commit …
7:01 PM Changeset in ffmpeg [43c0a872] by Reinhard Tartler <siretart@tauware.de>
qdm2: check that the FFT size is a power of 2 Reported-by: Mateusz …
7:01 PM Changeset in ffmpeg [c579d428] by Reinhard Tartler <siretart@tauware.de>
indeo3: switch parsing the header to bytestream2 Also add an …
7:01 PM Changeset in ffmpeg [9b2af4d0] by Reinhard Tartler <siretart@tauware.de>
indeo3: check motion vectors. Reported-by: Mateusz "j00ru" Jurczyk …
7:01 PM Changeset in ffmpeg [c5084a17] by Reinhard Tartler <siretart@tauware.de>
rv10: check that extradata is large enough Reported-by: Mateusz …
7:01 PM Changeset in ffmpeg [74753cf1] by Reinhard Tartler <siretart@tauware.de>
indeo3: fix data size check The data offsets are relative to the …
7:01 PM Changeset in ffmpeg [88152674] by Reinhard Tartler <siretart@tauware.de>
lavf: make sure stream probe data gets freed. Reported-by: Mateusz …
7:01 PM Changeset in ffmpeg [4c7f40c6] by Reinhard Tartler <siretart@tauware.de>
dfa: check for invalid access in decode_wdlt(). This can happen when …
7:01 PM Changeset in ffmpeg [9aa2eee3] by Reinhard Tartler <siretart@tauware.de>
xmv: check audio track parameters validity. Reported-by: Mateusz …
7:01 PM Changeset in ffmpeg [0f6364b6] by Reinhard Tartler <siretart@tauware.de>
bmv: check for len being valid in bmv_decode_frame(). It can be 0 or …
7:01 PM Changeset in ffmpeg [c65fb5b4] by Reinhard Tartler <siretart@tauware.de>
xmv: do not leak memory in the error paths in xmv_read_header() CC: …
7:01 PM Changeset in ffmpeg [2eaf8698] by Reinhard Tartler <siretart@tauware.de>
avfiltergraph: check for sws opts being non-NULL before using them. …
7:01 PM Changeset in ffmpeg [a563e4af] by Reinhard Tartler <siretart@tauware.de>
oma: Validate sample rates The sample rate index is 3 bits even if …
7:01 PM Changeset in ffmpeg [73746237] by Reinhard Tartler <siretart@tauware.de>
Prepare for 0.8.7 Release
6:15 PM Ticket #1062 (filter on/off support, to enable/disable filters at different times.) closed by Clément Bœsch
fixed: Fixed in fdd93eabfb2644f541f7aac9943abce26776ea73 (general timeline …
6:13 PM Changeset in ffmpeg [73050df2] by Clément Bœsch <ubitux@gmail.com>
lavfi: add timeline support in {de,remove}logo. Both don't change …
5:56 PM Ticket #2495 (Better filter help) updated by Stefano Sabatini
Analyzed by developer, Keywords, Status, Component, Reproduced by developer changed
Replying to jbvsmo: > Is it possible to add default …
5:54 PM Ticket #2500 (Static libfdk-aac) created by svnpenn
Normally I can build fdk-aac like this ./configure \ --host …
5:52 PM Ticket #2499 (gif -> mp4: wrong timestamps / duration) created by sgehlich
Summary of the bug: When converting .GIFs with different frame …
5:41 PM Changeset in ffmpeg [70feca92] by Nicolas George <nicolas.george@normalesup.org>
lavc: check decoded subtitles encoding. Address trac ticket #2431.
5:41 PM Changeset in ffmpeg [29ebb7ba] by Nicolas George <nicolas.george@normalesup.org>
lavu: fix GET_UTF8 macro. Prevent 0xFE and 0xFF from being considered …
5:38 PM Changeset in ffmpeg [1f6aa7de] by Clément Bœsch <ubitux@gmail.com>
lavfi: add vidstabutils.h to SKIPHEADERS. Fix checkheaders when …
4:30 PM Changeset in ffmpeg [c7d2a3ab] by Clément Bœsch <ubitux@gmail.com>
lavfi/vidstabdetect: fix direct path. The frame must be writable if …
4:30 PM Changeset in ffmpeg [c82f6e58] by Clément Bœsch <ubitux@gmail.com>
lavfi/vidstab: remove mention of defaults for consistency with other …
4:30 PM Changeset in ffmpeg [111ac10] by Clément Bœsch <ubitux@gmail.com>
lavfi/vidstab: make use of direct variable.
4:30 PM Changeset in ffmpeg [9273cc8e] by Clément Bœsch <ubitux@gmail.com>
lavfi/vidstab: add missing flags for 2 options.
4:30 PM Changeset in ffmpeg [c857c21a] by Clément Bœsch <ubitux@gmail.com>
doc/filters: reword vidstab options intro.
4:30 PM Changeset in ffmpeg [cdc48775] by Clément Bœsch <ubitux@gmail.com>
lavfi/vidstab: consistent descriptions.
4:30 PM Changeset in ffmpeg [01705126] by Clément Bœsch <ubitux@gmail.com>
lavfi/vidstab: miscelenaous cosmetics and typo fixes.
4:30 PM Changeset in ffmpeg [4364e1f1] by Clément Bœsch <ubitux@gmail.com>
lavfi: add video stabilization plugins using vid.stab library …
3:47 PM Changeset in ffmpeg [6f1716c4] by Stefano Sabatini <stefasab@gmail.com>
doc/filters: amend documentation for the hue filter Make clear that …
3:47 PM Changeset in ffmpeg [18144950] by Stefano Sabatini <stefasab@gmail.com>
doc/filters: introduce example in vflip filter
3:46 PM Changeset in ffmpeg [892af3eb] by Stefano Sabatini <stefasab@gmail.com>
doc/filters: split luma/chroma descriptions for unsharp option Honour …
3:44 PM Changeset in ffmpeg [fc18cc4] by Anton Khirnov <anton@khirnov.net>
fate: add CVFC1_Sony_C to h264 conformance tests The sample is …
2:42 PM Changeset in ffmpeg [69c02b52] by Michael Niedermayer <michaelni@gmx.at>
MAINTAINERS: add jpeg2000 maintainer Signed-off-by: Michael …
1:33 PM Changeset in ffmpeg [c560437e] by Michael Niedermayer <michaelni@gmx.at>
vc1: make INIT_LUT() self contained factorize variable declarations …
1:05 PM Changeset in ffmpeg [c5669f3c] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: fix current ptr selection in vc1_mc_4mv_chroma() No sample …
12:59 PM Changeset in ffmpeg [236b0c40] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: factorize picture pointer selection in vc1_mc_4mv_chroma() …
12:50 PM Changeset in ffmpeg [72e5d919] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: factorize picture pointer selection code Signed-off-by: …
12:06 PM Changeset in ffmpeg [3fdd0979] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: Fix mv_f shuffling Avoid a (confusing) memcpy() Simpler code …
11:16 AM Changeset in ffmpeg [1d0f817b] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: Fix mv_f shuffling Signed-off-by: Michael Niedermayer …
11:06 AM Ticket #2497 (ALAC encoder produces invalid output / is not lossless) updated by Carl Eugen Hoyos
encode_scalar() calls put_bits with parameters 17 (for n) and 164356 …
10:52 AM Changeset in ffmpeg [62d94453] by Michael Niedermayer <michaelni@gmx.at>
vc1: simplify code use INIT_LUT() Signed-off-by: Michael Niedermayer …
10:45 AM Ticket #2497 (ALAC encoder produces invalid output / is not lossless) updated by Cigaes
You should run with asserts enabled: […] […]
10:42 AM Ticket #2497 (ALAC encoder produces invalid output / is not lossless) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
[…] […]
10:39 AM alac_encoding_error_white_noise_burst.raw attached to Ticket #2497 by Carl Eugen Hoyos
10:05 AM Ticket #2496 (seek swf file failed) updated by Carl Eugen Hoyos
Status, Version, Component, Reproduced by developer changed
The input sample plays for 60 seconds and contains more than 100 …
8:53 AM Ticket #2498 (Concat two files.) updated by Cigaes
In the future, please try to make your console output more readable: …
8:36 AM Ticket #2498 (Concat two files.) updated by Mista_D
+ ffmpeg27 -y -threads 4 -i 10.mp4 -vcodec libx264 -s 800x448 -b:v …
8:25 AM Ticket #2498 (Concat two files.) updated by Carl Eugen Hoyos
Please post your failing command line together with the complete, …
8:17 AM Changeset in ffmpeg [2e789d16] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
8:11 AM Changeset in ffmpeg [8d86cf4c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'feec9349d35b3a46d0c6a05e3b23626050b76a77' * commit …
8:01 AM Changeset in ffmpeg [c2a0833c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6a8561dbd7c078eb75985f7011ad1ad3fda9e223' * commit …
7:55 AM Changeset in ffmpeg [03b81df9] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2e2d24667a2c5cc7af94cfa7b63bb9ec1c04224b' * commit …
7:48 AM Changeset in ffmpeg [35386fbf] by Anton Khirnov <anton@khirnov.net>
doc/APIchanges: add missing hashes and dates
6:57 AM Ticket #2498 (Concat two files.) updated by Mista_D
MP4Box behaves similarly, it freezes the first part of the …
6:54 AM 1.PNG attached to Ticket #2498 by Mista_D
6:54 AM 10.mp4 attached to Ticket #2498 by Mista_D
source video material.
6:54 AM Ticket #2498 (Concat two files.) created by Mista_D
Convert image to h.264 mp4 file, attempting to concat it to the same …
5:55 AM Ticket #2497 (ALAC encoder produces invalid output / is not lossless) updated by Leigh Dyer
Thanks, I've just uploaded the WAV file and a matching text file to …
5:33 AM Ticket #2497 (ALAC encoder produces invalid output / is not lossless) updated by Carl Eugen Hoyos
You can use http://streams.videolan.org/upload/ Please add a txt file …
5:27 AM Ticket #2497 (ALAC encoder produces invalid output / is not lossless) created by Leigh Dyer
Hi, I have a particular WAV file that, when converted to ALAC, …
4:54 AM big_buck_bunny.swf attached to Ticket #2496 by hxuanyu
4:52 AM Ticket #2496 (seek swf file failed) created by hxuanyu
When I used ffmpeg lib in my application I met an error (av_seek_frame …
12:40 AM Ticket #2495 (Better filter help) created by Bernardo
Is it possible to add default values of filters in the help option? …
12:02 AM Changeset in ffmpeg [fc690333] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/sbrdsp_init: disable using the noise code in x86_64 MSVC, …

Apr 23, 2013:

10:26 PM CompilationGuide/CrossCompilingForWindows edited by Roger Pack
more links (diff)
9:46 PM Ticket #1743 (SDL out doesn't respond to clicking the window "x" close) updated by Roger Pack
on windows it also doesn't allow resizing or dragging of the window. …
9:44 PM Ticket #1744 (SDL out freezes) updated by Roger Pack
perhaps it should call SDL_PumpEvents or SDL_PollEvent somehow? See …
8:48 PM Changeset in ffmpeg [dfdee6ca] by Stefano Sabatini <stefasab@gmail.com>
doc/filters: sort multimedia filters by name Also favor the video …
8:33 PM Changeset in ffmpeg [638ffb24] by Stefano Sabatini <stefasab@gmail.com>
lavfi/hue: rework logic for setting commands In particular, fix h/H …
8:30 PM Changeset in ffmpeg [486f76f0] by Martin Storsjö <martin@martin.st>
x86: Get rid of duplication between *_rnd_template.c Signed-off-by: …
6:21 PM Ticket #2489 ('segmentation fault' / 'double free pointer' when concatenating ...) updated by Cigaes
Analyzed by developer, Component changed
It is a bug in avcodec_copy_context(): it does not copy …
5:39 PM Ticket #2478 (PTS: DTS: invalid, clipping when recording alsa) updated by Jean-Pierre
I did other tests ffmpeg-opt -debug 1 -vn -f alsa -ac 2 …
5:11 PM Changeset in ffmpeg [feec934] by Anton Khirnov <anton@khirnov.net>
mpegvideo: unref cur/next/prev frames when flushing Signed-off-by: …
4:10 PM Ticket #2478 (PTS: DTS: invalid, clipping when recording alsa) updated by Jean-Pierre
I did other try to confirm the PTS/DST invalid, clipping error. $ …
3:27 PM Ticket #1287 (broken demuxing of qcelp/PureVoice in aiff) closed by Carl Eugen Hoyos
fixed: Should be fixed, thank you for the samples!
2:58 PM Changeset in ffmpeg [b21b2ca9] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
2:19 PM Changeset in ffmpeg [9526c9cc] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Read block_align from extradata when decoding qclp in aiff. Fixes …
2:13 PM Changeset in ffmpeg [488c7600] by Michael Niedermayer <michaelni@gmx.at>
doc/filters: document geq rgb mode Signed-off-by: Michael Niedermayer …
2:06 PM Changeset in ffmpeg [8f04220d] by Michael Niedermayer <michaelni@gmx.at>
avfilter/geq: rgb support Signed-off-by: Michael Niedermayer …
2:01 PM Ticket #2494 (Encoding large raw gbrp to jpegs fails with "Invalid timestamp") closed by Carl Eugen Hoyos
fixed: Fixed by Paul B Mahol in ad56535
1:56 PM Changeset in ffmpeg [ad56535d] by Paul B Mahol <onemda@gmail.com>
avformat: fix orig_pos type to match pkt->pos Signed-off-by: Paul B …
1:41 PM Ticket #2494 (Encoding large raw gbrp to jpegs fails with "Invalid timestamp") updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Regression since e066fb5 / aa3c779 […]
1:18 PM Ticket #2494 (Encoding large raw gbrp to jpegs fails with "Invalid timestamp") created by Zsbán Ambrus
Summary of the bug: I am trying to encode a large file containing raw …
1:07 PM Changeset in ffmpeg [6a8561db] by Diego Biurrun <diego@biurrun.de>
x86: Factorize duplicated inline assembly snippets Signed-off-by: …
10:46 AM Changeset in ffmpeg [7a617d6c] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/sbrdsp_init: disable using the noise code in x86_64 MSVC …
9:53 AM Changeset in ffmpeg [2e2d2466] by Diego Biurrun <diego@biurrun.de>
jpeg2000: Add mutlti-threading support to decoder Signed-off-by: …
9:01 AM Changeset in ffmpeg [0a73803c] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
8:30 AM Ticket #1287 (broken demuxing of qcelp/PureVoice in aiff) updated by Carl Eugen Hoyos
Analyzed by developer changed
Patch on mailing list. Do I understand correctly that it is not …
8:24 AM Changeset in ffmpeg [5056cff1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '10f1a4d9bd8239ac64f364e0d3b6423c28230d6d' * commit …
8:12 AM Changeset in ffmpeg [7c49c8b0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '94660c35249e11c53b9a9f0c2f85c4335b21eda7' * commit …
3:12 AM Ticket #1582 (Suboptimal RGB <-> YUV conversion accuracy in default configuration) updated by Ridley Combs
Cc changed
Found this issue while working on some screenshot comparisons; figured …
1:38 AM Ticket #2470 (add pict_type print to -drawtext) closed by Michael Niedermayer
fixed: Fixed in a9a537b154aaa48bc8154b2c4472f01eb9750784
1:35 AM Changeset in ffmpeg [a9a537b1] by Michael Niedermayer <michaelni@gmx.at>
avfilter/drawtext: add pict_type support Fixes Ticket2470 …
1:17 AM 13000.aif attached to Ticket #1287 by ami_stuff
1:17 AM 7000.aif attached to Ticket #1287 by ami_stuff
1:16 AM Ticket #1287 (broken demuxing of qcelp/PureVoice in aiff) updated by ami_stuff
Actually QT itself creates such files - there is a possibility to …
12:04 AM Ticket #275 (VC1 Interlaced libavcodec) closed by Michael Niedermayer
fixed: Interlaced VC1 is supported now, There are some bugs remaining though …

Apr 22, 2013:

11:59 PM HowToConvertSubtitleToASS edited by Hunter Morris
"ffmpeg" was missing an "f" (diff)
11:51 PM Ticket #2254 (Unsupported h264 file) updated by Michael Niedermayer
Also if you want to see "better" decoding you can use this: but its …
11:43 PM Ticket #2254 (Unsupported h264 file) updated by Michael Niedermayer
Replying to cehoyos: > I only have the information …
11:32 PM Ticket #2280 (establish versioning with framemd5 and framecrc outputs) updated by dave rice
I have to do some research to see how versioning frame[crc|md5] would …
11:02 PM Changeset in ffmpeg [15d2f26] by Clément Bœsch <ubitux@gmail.com>
lavfi/overlay: support timeline through the new system.
11:02 PM Changeset in ffmpeg [38853169] by Clément Bœsch <ubitux@gmail.com>
lavfi: add 'enable' command injection to filters supporting timeline.
11:02 PM Changeset in ffmpeg [fdd93eab] by Clément Bœsch <ubitux@gmail.com>
lavfi: add timeline support. Flag added in a few simple filters. A …
11:02 PM Changeset in ffmpeg [b8a5c761] by Clément Bœsch <ubitux@gmail.com>
lavfi: add frame counter into AVFilterLink and use it in filters.
10:30 PM Ticket #2301 (Allow granular control for wiki page editing permissions) updated by Michael Niedermayer
This is fixing a problem we did not have yet. Also about the gsoc …
10:23 PM Ticket #2280 (establish versioning with framemd5 and framecrc outputs) updated by Michael Niedermayer
idea looks good, do you want to implement & maintain such feature ?
9:51 PM Ticket #1463 (ffmpeg.exe on Windows does not respond properly to Ctrl+Break) updated by Carl Eugen Hoyos
Cc changed
Replying to rogerdpack: > appears this wasn't "quite" …
9:24 PM Ticket #1463 (ffmpeg.exe on Windows does not respond properly to Ctrl+Break) updated by Roger Pack
appears this wasn't "quite" committed yet...as of today …
8:03 PM Changeset in ffmpeg [f4596e8b] by Michael Niedermayer <michaelni@gmx.at>
mjpegdec: Add support for 4:1:1 YUV Fixes part of ticket 2004 …
7:55 PM Ticket #1996 (why avcodec_get_context_defaults3 does NOT set codec_id field ...) closed by Michael Niedermayer
fixed: Fixed in 2ae91c86f3869b656b58ee3ee1f5fd2922d7b659
7:44 PM Changeset in ffmpeg [2ae91c8] by Michael Niedermayer <michaelni@gmx.at>
avcodec_get_context_defaults3: set codec_id Fixes Ticket1996 …
6:00 PM Changeset in ffmpeg [e2e9bee2] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
5:30 PM Ticket #2220 (FFMPEG unable to stream copy some wtv H264 into mpegts) updated by Harry Tipper
But -ss 1 only fixes certain examples, not all examples. For instance …
5:28 PM Changeset in ffmpeg [c1c2b0b3] by Michael Niedermayer <michaelni@gmx.at>
avcodec: rename jpeg2000 decoder to j2k Signed-off-by: Michael …
4:59 PM Changeset in ffmpeg [7a556ebc] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0c15a9aa7e1654a19144eb594f9639a57fd47482' * commit …
4:37 PM Changeset in ffmpeg [430d69c9] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b4ad7c54c878dead7dfa4838b912a530c1debe85' * commit …
4:33 PM Changeset in ffmpeg [74e1aa17] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a0d5ca4f0a8e2c34d784d503a12af6303424ac6a' * commit …
4:29 PM Changeset in ffmpeg [f84e3737] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '78fa0bd0f7067868943c0899907e313414492426' * commit …
4:10 PM Ticket #2417 (ffprobe/ffmpeg: cannot read wavfile (no 'data' tag found)) updated by Cobra_Fast
Cc changed
Whoops, I just discovered that newer FFmpeg is using WAVEFORMATEX …
4:07 PM Ticket #2220 (FFMPEG unable to stream copy some wtv H264 into mpegts) updated by Carl Eugen Hoyos
Apart from the same timestamp problem that (all?) h264 wtv sample have …
3:50 PM Changeset in ffmpeg [c1ad70c3] by Diego Biurrun <diego@biurrun.de>
x86: Move some conditional code around to avoid unused variable warnings
3:48 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by Carl Eugen Hoyos
I always use "patch -p1", I believe the recommended way is "git am" …
3:46 PM Ticket #2417 (ffprobe/ffmpeg: cannot read wavfile (no 'data' tag found)) closed by Carl Eugen Hoyos
fixed: Works fine here with the sample you provided, if you have another …
3:11 PM Changeset in ffmpeg [10f1a4d9] by Janne Grunau <janne-libav@jannau.net>
jpeg2kdec: output is native endian AV_PIX_FMT_XYZ12
3:11 PM Changeset in ffmpeg [94660c35] by Janne Grunau <janne-libav@jannau.net>
threads: always call thread_finish_setup for intra codecs Intra …
3:07 PM Ticket #2386 (ffmpeg creates non-PS3 compatible DivX) updated by Carl Eugen Hoyos
Status changed
3:03 PM Ticket #2386 (ffmpeg creates non-PS3 compatible DivX) updated by someuser
Replying to cehoyos: > Could you confirm that 32e7439.avi …
2:03 PM Ticket #2493 (support filter options within ffprobe) created by dave rice
Summary of the bug: This ticket is inspired by comments by Nicolas …
1:52 PM Changeset in ffmpeg [f13888af] by Diego Biurrun <diego@biurrun.de>
avcodec: Bump minor for JPEG 2000 decoder
1:38 PM Changeset in ffmpeg [c81a7063] by Diego Biurrun <diego@biurrun.de>
JPEG 2000 decoder for DCinema Based on the 2007 GSoC project from …
1:29 PM Ticket #2417 (ffprobe/ffmpeg: cannot read wavfile (no 'data' tag found)) reopened by Cobra_Fast
Problem seems to be still present in a fresh clone made today. […]
1:27 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by Harry Tipper
Could do with some information on how to apply the patch, because that …
1:16 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by Carl Eugen Hoyos
Please test if Michael's patch fixes the problem for you, so this …
1:07 PM Changeset in ffmpeg [6d7ec4fc] by Michael Niedermayer <michaelni@gmx.at>
lavu/opencl:optimize compile kernel operation Reviewed-by: Stefano …
12:58 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by Harry Tipper
Any news on this? Still awaiting a solution or explanation. Would be …
12:55 PM Ticket #2398 (Bad timestamps when remuxing h264 wtv to ts) updated by Harry Tipper
Any info on this problem? What happens next?
12:55 PM Ticket #2220 (FFMPEG unable to stream copy some wtv H264 into mpegts) updated by Harry Tipper
Any info on this problem?
12:54 PM Changeset in ffmpeg [80d4d3a4] by Michael Niedermayer <michaelni@gmx.at>
fate: re-enable af_join test Signed-off-by: Michael Niedermayer …
11:49 AM Changeset in ffmpeg [2f11aa1] by Paul B Mahol <onemda@gmail.com>
lavfi: remove mp=down3dright Same funcionality is provided by …
11:49 AM Changeset in ffmpeg [0327400e] by Paul B Mahol <onemda@gmail.com>
doc/filters: add examples for stereo3d Signed-off-by: Paul B Mahol …
11:07 AM Changeset in ffmpeg [2288c776] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
11:02 AM Changeset in ffmpeg [e4c0f258] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9bfc6e02bae9de354fb9ba09a8a140e83eeadf7d' * commit …
10:53 AM Changeset in ffmpeg [645d0384] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b845f5e97b655de0a191f736594777fec9754cf5' * commit …
10:41 AM Changeset in ffmpeg [51286aaf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '516089d5d86b6809a9458f9cf171f2bc9a8e2a25' * commit …
10:36 AM Changeset in ffmpeg [05deb05f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a3bf80a5aea577663354bd538e345b283bcb73de' * commit …
10:20 AM Changeset in ffmpeg [52e40155] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e544782623caf1eb4b2429e9c4f35d6b627accba' * commit …
10:12 AM Changeset in ffmpeg [0c15a9aa] by Diego Biurrun <diego@biurrun.de>
sh4: Remove dubious aligned dsputil code The code represents a …
10:05 AM Changeset in ffmpeg [b4ad7c54] by Diego Biurrun <diego@biurrun.de>
x86: cavs: Refactor duplicate dspfunc macro
10:05 AM Changeset in ffmpeg [a0d5ca4f] by Diego Biurrun <diego@biurrun.de>
mxfenc: Use correct printf format specifier for int64_t …
10:05 AM Changeset in ffmpeg [fce99322] by Diego Biurrun <diego@biurrun.de>
h264: Drop unused variable
9:46 AM Changeset in ffmpeg [369e5dcf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8e329dba378cef0ff6400c7df9c51da167d5a1f0' * commit …
8:56 AM Ticket #2447 (AAC encoder segfault on PPC/OS X 10.5.8) updated by mt
Yes, I tried --disable-pthreads. It crashed too (ffmpeg emulated the …
8:50 AM Changeset in ffmpeg [e381cc3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1c88617b9421c9af8ae961c05d2381b19c585026' * commit …
8:42 AM Changeset in ffmpeg [78fa0bd0] by Diego Biurrun <diego@biurrun.de>
x86: cavs: Put mmx-specific code into its own init function Before, …
7:29 AM Ticket #2492 (Intel indeo 3 decoder error.) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer changed
Regression since 7f22530 / a0a872d
7:25 AM OPENINGH_cut.AVI attached to Ticket #2492 by Carl Eugen Hoyos
7:06 AM Ticket #2447 (AAC encoder segfault on PPC/OS X 10.5.8) updated by Carl Eugen Hoyos
Were you able to test with --disable-pthreads ?
6:58 AM Ticket #2492 (Intel indeo 3 decoder error.) created by K.Y.H
About 4 second after... Maybe key frame only decoding. So not smooth. …
1:19 AM Ticket #2491 (audio stream start_time & duration overspan when encoding & split a ...) updated by ronny1982
Additional Notes: * the timing difference depends on audio codec …
1:07 AM Ticket #2491 (audio stream start_time & duration overspan when encoding & split a ...) created by ronny1982
I'm trying to extract and encode a segment of a video with a given …
12:35 AM Ticket #1984 (Unimplemented indeo4 transform) closed by Michael Niedermayer
fixed: Fixed in de9fbf3dc41abb8eb7a70b8a6bbfce64cee21bc5
12:29 AM Changeset in ffmpeg [311a592d] by Diego Biurrun <diego@biurrun.de>
x86: Remove some duplicate function declarations
12:29 AM Changeset in ffmpeg [9bfc6e0] by Diego Biurrun <diego@biurrun.de>
afifo: fix request_samples on the last frame in certain cases The …
12:29 AM Changeset in ffmpeg [de9fbf3d] by Michael Niedermayer <michaelni@gmx.at>
indeo4: implement haar 8x1 and 1x8 transforms Fixes Ticket1984 …

Apr 21, 2013:

11:32 PM Ticket #2490 (mjpeg-avi regression) updated by Carl Eugen Hoyos
Sample uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2490/
11:31 PM Ticket #2490 (mjpeg-avi regression) created by Carl Eugen Hoyos
(videolan ticket 8413) A vlc user uploaded a mjpeg-in-avi sample that …
10:48 PM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) updated by Carl Eugen Hoyos
[…]
10:18 PM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) updated by ramitb
FYI it works fine with the following version: ffmpeg version 1.2 …
9:07 PM Ticket #2489 ('segmentation fault' / 'double free pointer' when concatenating ...) updated by Carl Eugen Hoyos
Priority, Status, Component, Reproduced by developer changed
[…]
8:47 PM numbers.concat attached to Ticket #2489 by ronny1982
A ffmpeg concatenation script containing 2x the 'numbers-050.mkv' …
8:46 PM Changeset in ffmpeg [6cad9409] by Reinhard Tartler <siretart@tauware.de>
update Changelog
8:46 PM Changeset in ffmpeg [c0468901] by Reinhard Tartler <siretart@tauware.de>
riff: check for eof if chunk size and code are 0 Prevent an infinite …
8:45 PM numbers-050.mkv attached to Ticket #2489 by ronny1982
A clip containing numbered frames and a simple .srt subtitle
8:39 PM Ticket #2489 ('segmentation fault' / 'double free pointer' when concatenating ...) created by ronny1982
I'm trying to concatenate video segments with subtitles using the …
7:59 PM Ticket #2482 (updatefirst documentation outdated?) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can either point to the outdated …
7:57 PM Ticket #2386 (ffmpeg creates non-PS3 compatible DivX) updated by Carl Eugen Hoyos
Priority, Keywords, Component changed
Could you confirm that 32e7439.avi plays fine while e2cc39b.avi fails? …
7:55 PM e2cc39b.avi attached to Ticket #2386 by Carl Eugen Hoyos
7:55 PM 32e7439.avi attached to Ticket #2386 by Carl Eugen Hoyos
6:57 PM Changeset in ffmpeg [4ac2da3] by Clément Bœsch <ubitux@gmail.com>
lavfi/fade: Added ability to do video fade based on timestamp
5:53 PM Changeset in ffmpeg [ebea370d] by Michael Niedermayer <michaelni@gmx.at>
ismindex: check mkdir()s return code Fixes CID733724 Signed-off-by: …
5:49 PM Changeset in ffmpeg [bc7330a8] by Michael Niedermayer <michaelni@gmx.at>
tools/ismindex: dont ignore return code of write_fragments() …
4:56 PM Changeset in ffmpeg [047716bb] by Michael Niedermayer <michaelni@gmx.at>
ffplay: check av_samples_get_buffer_size() return Fixes CID1005310 …
4:51 PM Changeset in ffmpeg [d70bad04] by Reinhard Tartler <siretart@tauware.de>
oggdec: fix faulty cleanup prototype (cherry picked from commit …
4:24 PM Changeset in ffmpeg [3e40b856] by Stefano Sabatini <stefasab@gmail.com>
lavfi: add interleave filters
4:20 PM Changeset in ffmpeg [b845f5e9] by Diego Biurrun <diego@biurrun.de>
riff: Factor out WAVEFORMATEX parsing Makes the code simpler to …
4:20 PM Changeset in ffmpeg [516089d5] by Diego Biurrun <diego@biurrun.de>
riff: Add ACTRAC3+ guid Signed-off-by: Luca Barbato …
4:20 PM Changeset in ffmpeg [a3bf80a5] by Diego Biurrun <diego@biurrun.de>
riff: Perform full lookup on WAVEFORMATEXTENSIBLE subformat guid …
4:20 PM Changeset in ffmpeg [e544782] by Diego Biurrun <diego@biurrun.de>
riff: Move guid structs and helper functions into riff Signed-off-by: …
4:20 PM Changeset in ffmpeg [8e329dba] by Diego Biurrun <diego@biurrun.de>
riff: check for eof if chunk size and code are 0 Prevent an infinite …
4:20 PM Changeset in ffmpeg [1c88617b] by Diego Biurrun <diego@biurrun.de>
riff: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
3:27 PM Changeset in ffmpeg [df766673] by Stefano Sabatini <stefasab@gmail.com>
lavfi/sendcmd: drop now pointless sendcmd/asendcmd_init() wrappers
3:27 PM Changeset in ffmpeg [5e893df7] by Stefano Sabatini <stefasab@gmail.com>
lavfi/sendcmd: fix various "in in" rerepepetitions in messages
2:11 PM Changeset in ffmpeg [fd7a7e11] by Nicolas George <nicolas.george@normalesup.org>
lavfi/buffersink: fix possible leaks after allocation failures. …
1:20 PM Changeset in ffmpeg [b57c23f8] by Nicolas George <nicolas.george@normalesup.org>
lavfi: add asetrate filter.
11:36 AM Ticket #2363 (Default mingw32 compilation is broken by atomic) updated by Carl Eugen Hoyos
The alternative trivial workaround that - afaik - cannot fail on any …
11:30 AM Ticket #2487 (c99-to-c89 binaries are missing) updated by Carl Eugen Hoyos
Keywords changed
11:26 AM Ticket #2484 (atempo - low accuracy) closed by Carl Eugen Hoyos
fixed: Fixed by Pavel Koshevoy, thank you for the report!
9:59 AM Changeset in ffmpeg [14369f59] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg_filter: fix leak on error Fixes: CID1005311 Signed-off-by: …
9:55 AM Changeset in ffmpeg [83330cf5] by Michael Niedermayer <michaelni@gmx.at>
init_vlc_sparse: fix leak on error Fixes CID1005312 Signed-off-by: …
8:54 AM Ticket #2386 (ffmpeg creates non-PS3 compatible DivX) updated by someuser
Replying to cehoyos: > If you can provide the input video, …
8:46 AM Changeset in ffmpeg [0c77cdb4] by Michael Niedermayer <michaelni@gmx.at>
libavfilter/af_atempo: Avoid round-off error build-up, ticket #2484
8:45 AM Changeset in ffmpeg [5a2a0603] by Michael Niedermayer <michaelni@gmx.at>
libavfilter/af_atempo: Fix uninitialized memory access valgrind …
8:22 AM Ticket #2484 (atempo - low accuracy) updated by Carl Eugen Hoyos
Analyzed by developer changed
Use "Analyzed by developer" if you added the analysis here to the bug …
8:15 AM Ticket #1868 (qdm2: 8bps mode decodes with audiable distortions) closed by Carl Eugen Hoyos
fixed: Fixed by Roberto Togni, thank you for the samples!
7:54 AM Changeset in ffmpeg [2d234930] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: ppc: …
3:39 AM Ticket #2484 (atempo - low accuracy) updated by Pavel Koshevoy
Analyzed by developer, Cc changed
[https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2013-April/142777.html
12:00 AM Changeset in ffmpeg [80176836] by Michael Niedermayer <michaelni@gmx.at>
qdm2: initialize coeff_per_sb_select from bit_rate The value of …

Apr 20, 2013:

10:40 PM Ticket #2484 (atempo - low accuracy) updated by Pavel Koshevoy
Owner changed
The error is much worse at lower sample rates (8000Hz) -- off by more …
10:26 PM Changeset in ffmpeg [578d9cf7] by Michael Niedermayer <michaelni@gmx.at>
mxf_timestamp_to_str: dont leave uninitilaized fields in time. Fixes …
10:26 PM Changeset in ffmpeg [63090842] by Michael Niedermayer <michaelni@gmx.at>
av_samples_alloc_array_and_samples: Fix sizeof type. Fixes CID1005317 …
9:11 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Nick
for additional comments and example files see also: …
9:08 PM Ticket #2446 (ffplay frame drop playback broken (regression)) closed by Clément Bœsch
fixed
9:07 PM Ticket #2446 (ffplay frame drop playback broken (regression)) updated by Clément Bœsch
Fix in b8facbee confirmed, thank you!
8:58 PM Ticket #2488 (ffmpeg seems not creating standard compliance subtitle streams in MOV files) closed by Carl Eugen Hoyos
duplicate: Duplicate of ticket #1845.
8:54 PM VLC_2.0.6_mov_subtitle_bug.png attached to Ticket #2488 by Nick
8:52 PM subtitle_test.srt attached to Ticket #2488 by Nick
8:52 PM output_imported_subtitle.mp4 attached to Ticket #2488 by Nick
8:52 PM output_imported_subtitle.mov attached to Ticket #2488 by Nick
8:51 PM Ticket #2488 (ffmpeg seems not creating standard compliance subtitle streams in MOV files) created by Nick
During some tests for [https://ffmpeg.org/trac/ffmpeg/ticket/2431
8:01 PM Changeset in ffmpeg [eda61abc] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
7:31 PM Changeset in ffmpeg [4824aea7] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo: change asserts to av_asserts Signed-off-by: …
7:25 PM Ticket #2484 (atempo - low accuracy) updated by Pavel Koshevoy
I'll take a look at this as well
7:21 PM Ticket #2487 (c99-to-c89 binaries are missing) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Priority, Keywords, Version changed
7:00 PM Ticket #2487 (c99-to-c89 binaries are missing) created by Pavel Koshevoy
Summary of the bug: c99-to-c89 link is dead How to reproduce: * Go to …
5:55 PM Changeset in ffmpeg [fdad04e] by Michael Niedermayer <michaelni@gmx.at>
avfilter/deshake_kernel: fix reset value bug of deshake kernel …
5:45 PM Changeset in ffmpeg [a56fd051] by Paul B Mahol <onemda@gmail.com>
lavfi/stereo3d: support more formats for non-anaglyph outputs …
4:32 PM Changeset in ffmpeg [b8facbee] by Marton Balint <cus@passwd.hu>
ffplay: only do early frame drop if video queue is not empty Fixes …
4:32 PM Changeset in ffmpeg [d148339d] by Marton Balint <cus@passwd.hu>
ffplay: use AV_NOPTS_VALUE video frame pts instead of using 0 …
4:32 PM Changeset in ffmpeg [40693ba3] by Marton Balint <cus@passwd.hu>
ffplay: simplify aspect ratio calculation Signed-off-by: Marton …
2:24 PM Changeset in ffmpeg [0dd25e46] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
2:19 PM Changeset in ffmpeg [0e3d2b2c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '287c8db39e71af7047e551bbfd1264d771cccbc9' * commit …
2:07 PM Changeset in ffmpeg [9ae56b85] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd4d186d185df98492d8935a87c5b5cf369db9748' * commit …
2:03 PM Changeset in ffmpeg [bf66016e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c9f5fcd08c3a33bfb1b473705c792ab051e7428d' * commit …
1:55 PM Changeset in ffmpeg [f6dcd844] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '619e0da19119bcd683f135fe9a164f37c0ca70d1' * commit …
1:43 PM Changeset in ffmpeg [c3624cfe] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c443117f25e034c1e3ef35334b61b937e1e208ff' * commit …
1:43 PM Changeset in ffmpeg [6d0fbeb] by Martin Storsjö <martin@martin.st>
ppc: hpeldsp: Include attributes.h This fixes building in …
1:36 PM Changeset in ffmpeg [d2d2c309] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '54cd5e4f92de6bd0fb8e24069153b0156c8136bc' * commit …
1:24 PM Changeset in ffmpeg [6ec26157] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2957d29f0531ccd8a6f4378293424dfd92db3044' * commit …
1:11 PM Changeset in ffmpeg [fdb1f7eb] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '78ce568e43a7f3993c33100aa8f5d56c4c4bd493' * commit …
1:04 PM Changeset in ffmpeg [4bdec0e7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '278bd2054ca61ab70dfe38f1774409cda2da5359' * commit …
12:31 PM Changeset in ffmpeg [c5a11ab6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bfb41b5039e36b7f873d6ea7d24b31bf3e1a8075' * commit …
12:19 PM Changeset in ffmpeg [c4010972] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7384b7a71338d960e421d6dc3d77da09b0a442cb' * commit …
11:52 AM Changeset in ffmpeg [055e5c8e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '47e5a98174eb9c07ad17be71df129719d60ec8b7' * commit …
11:42 AM Changeset in ffmpeg [d0aa60da] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8db00081a37d5b7e23918ee500bb16bc59b57197' * commit …
11:21 AM Changeset in ffmpeg [3fee9fa] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '28bc406c84b04a5f1458b90ff52ddbec73e46202' * commit …
8:12 AM Changeset in ffmpeg [ab4ba6b7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2f6bc5f7c193477c2ebc0acce8f2d5551445e129' * commit …
8:01 AM Changeset in ffmpeg [3c662170] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8071264f2196d71ff49c3944c33f8d3d83f548f1' * commit …
7:42 AM Changeset in ffmpeg [23de9e91] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '68d8238cca52e50e8cc81bf2edcaf8088c52d4c0' * commit …
12:22 AM Changeset in ffmpeg [6c9d28a2] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: Fix tff == 0 handling in init_block_index() This fixes …
12:22 AM Changeset in ffmpeg [a0fbc28c] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: Fix non pullup tff Signed-off-by: Michael Niedermayer …
12:22 AM Changeset in ffmpeg [8ebfd7c4] by Michael Niedermayer <michaelni@gmx.at>
h264: remove unused variable Signed-off-by: Michael Niedermayer …

Apr 19, 2013:

10:57 PM Ticket #411 (Support left and top cropping in H264) closed by Carl Eugen Hoyos
fixed: This was fixed by Vittorio Giovara, and works fine now with ffmpeg and …
10:11 PM Changeset in ffmpeg [67cc31d6] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: add final_delay option.
10:05 PM Changeset in ffmpeg [a16c2056] by Clément Bœsch <ubitux@gmail.com>
lavf/gifdec: add loop support. Loop is ignored by default.
9:59 PM Changeset in ffmpeg [f5ede48f] by Clément Bœsch <ubitux@gmail.com>
lavc/gif: miscellaneous cosmetics.
9:59 PM Changeset in ffmpeg [7004cad3] by Clément Bœsch <ubitux@gmail.com>
Changelog: notify GIF improvements.
9:59 PM Changeset in ffmpeg [5927ebab] by Clément Bœsch <ubitux@gmail.com>
doc/general: animated GIF are now compressed.
9:59 PM Changeset in ffmpeg [e1b35bdd] by Clément Bœsch <ubitux@gmail.com>
lavc/gif: add flag to enable transparency detection between frames. …
9:59 PM Changeset in ffmpeg [0f1250b7] by Clément Bœsch <ubitux@gmail.com>
lavc/gif: make possible to disable offsetting.
9:44 PM Changeset in ffmpeg [b71a0507] by Martin Storsjö <martin@martin.st>
x86: Remove unused inline asm instruction defines Signed-off-by: …
9:44 PM Changeset in ffmpeg [a60136ee] by Martin Storsjö <martin@martin.st>
vc1: Remove now unused variables Signed-off-by: Martin Storsjö …
9:34 PM Changeset in ffmpeg [8f116bf7] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
9:26 PM Changeset in ffmpeg [e07e8882] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a77aed142cade3beb0cd43f879d4f47daae23b8a' * commit …
9:13 PM Changeset in ffmpeg [6c5989cc] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b357f1d1d3dd1d6672df6a397a31be425d31b6d1' * commit …
8:55 PM Changeset in ffmpeg [4cb59ad] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '3eec1d41b4a947ba497f528e68da14a8befb85b9' * commit …
8:46 PM Changeset in ffmpeg [f4b05cd8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c' * commit …
8:29 PM Changeset in ffmpeg [287c8db] by Martin Storsjö <martin@martin.st>
cosmetics: bfin: Fix indentation in the dsputil init function …
8:29 PM Changeset in ffmpeg [d4d186d1] by Martin Storsjö <martin@martin.st>
dsputil: Remove non-8bpp draw_edge It is never used. Signed-off-by: …
8:29 PM Changeset in ffmpeg [c9f5fcd0] by Martin Storsjö <martin@martin.st>
dsputil: Merge 9-10 bpp functions for get_pixels and draw_edge These …
8:29 PM Changeset in ffmpeg [619e0da] by Martin Storsjö <martin@martin.st>
dsputil: Remove unused 32-bit functions Previously, if dct_bits was …
8:29 PM Changeset in ffmpeg [c443117f] by Martin Storsjö <martin@martin.st>
dsputil: Remove dct_bits dct_bits is never set except in h264, where …
8:29 PM Changeset in ffmpeg [54cd5e4f] by Martin Storsjö <martin@martin.st>
dsputil: Remove hpel functions (moved to hpeldsp) Signed-off-by: …
8:29 PM Changeset in ffmpeg [2957d29] by Martin Storsjö <martin@martin.st>
alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
8:29 PM Changeset in ffmpeg [78ce568e] by Martin Storsjö <martin@martin.st>
sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldsp …
8:29 PM Changeset in ffmpeg [278bd205] by Martin Storsjö <martin@martin.st>
sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
8:19 PM Changeset in ffmpeg [bfb41b50] by Martin Storsjö <martin@martin.st>
bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
8:19 PM Changeset in ffmpeg [7384b7a7] by Martin Storsjö <martin@martin.st>
arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
8:18 PM Changeset in ffmpeg [47e5a981] by Martin Storsjö <martin@martin.st>
ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
8:18 PM Changeset in ffmpeg [8db00081] by Martin Storsjö <martin@martin.st>
x86: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
8:18 PM Changeset in ffmpeg [28bc406c] by Martin Storsjö <martin@martin.st>
mjpeg: Use hpeldsp instead of dsputil for half-pel functions …
8:18 PM Changeset in ffmpeg [1277dc07] by Martin Storsjö <martin@martin.st>
svq1enc: Use hpeldsp instead of dsputil for half-pel functions …
8:18 PM Changeset in ffmpeg [2f6bc5f7] by Martin Storsjö <martin@martin.st>
svq3: Use hpeldsp instead of dsputil for half-pel functions …
8:18 PM Changeset in ffmpeg [f4fed5a2] by Martin Storsjö <martin@martin.st>
mpegvideo: Use hpeldsp instead of dsputil for half-pel functions This …
8:18 PM Changeset in ffmpeg [6caa44aa] by Martin Storsjö <martin@martin.st>
svq1: Use hpeldsp instead of dsputil for half-pel functions This …
8:18 PM Changeset in ffmpeg [c1047003] by Martin Storsjö <martin@martin.st>
mimic: Use hpeldsp instead of dsputil for half-pel functions …
8:18 PM Changeset in ffmpeg [8071264f] by Martin Storsjö <martin@martin.st>
interplayvideo: Use hpeldsp instead of dsputil for half-pel functions …
8:17 PM Changeset in ffmpeg [0f0a11d5] by Martin Storsjö <martin@martin.st>
bink: Use hpeldsp instead of dsputil for half-pel functions …
8:17 PM Changeset in ffmpeg [8f992dc8] by Martin Storsjö <martin@martin.st>
indeo3: Use hpeldsp instead of dsputil for half-pel functions This …
8:17 PM Changeset in ffmpeg [cb7ecb75] by Martin Storsjö <martin@martin.st>
vp56: Use hpeldsp instead of dsputil for half-pel functions This …
8:17 PM Changeset in ffmpeg [3bd062bf] by Martin Storsjö <martin@martin.st>
vp3: Use hpeldsp instead of dsputil for half-pel functions This makes …
8:17 PM Changeset in ffmpeg [68d8238c] by Martin Storsjö <martin@martin.st>
hpeldsp: Add half-pel functions (currently copies of dsputil) …
7:49 PM Changeset in ffmpeg [05b2c99] by Michael Niedermayer <michaelni@gmx.at>
avcodec: Fix lowres handling in buffer allocation Signed-off-by: …
7:49 PM Changeset in ffmpeg [a8b05dde] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a7f46586bf47174b5fa00a905b767b1781ec8b72' * commit …
7:36 PM Changeset in ffmpeg [194d0399] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '505642f18276aed03278ac91b1f334ea888eac6a' * commit …
6:35 PM Ticket #2484 (atempo - low accuracy) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
6:26 PM Changeset in ffmpeg [c8462bd1] by Reinhard Tartler <siretart@tauware.de>
mp3dec: fallback to generic seeking when a TOC is not present Fixes …
6:21 PM Ticket #2363 (Default mingw32 compilation is broken by atomic) updated by Hendrik
Instead of looking for workarounds, i would suggest to grab a …
6:14 PM Ticket #2363 (Default mingw32 compilation is broken by atomic) updated by lars.hammarstrand@gmail.com
This issue also broke current xbmc master with ffmpeg master head for …
6:06 PM Ticket #2484 (atempo - low accuracy) updated by bars
Replying to cehoyos: > I tested the following - could you …
5:25 PM Ticket #2486 (writing MP4 with FLAC5.1 audio fails) updated by julian
ok sounds alright the error messages could be somewhat more …
5:03 PM Ticket #2486 (writing MP4 with FLAC5.1 audio fails) closed by Carl Eugen Hoyos
invalid: isom (mp4) does not support flac, this is not a limitation of FFmpeg. …
4:40 PM Ticket #2486 (writing MP4 with FLAC5.1 audio fails) created by julian
download the file: …
4:16 PM Ticket #2485 (Can't use "-chunked_post 0" with HTTP HLS POST) created by Jeremy GARROUSTE
Summary of the bug: can't disable the chunked transfert encoding POST …
4:07 PM Changeset in ffmpeg [bc7fbd36] by Diego Biurrun <diego@biurrun.de>
fate: cosmetics: More sensible order for entries in video filter file
4:07 PM Changeset in ffmpeg [a77aed14] by Diego Biurrun <diego@biurrun.de>
fate: Rename video filters file and add separate video filters target
4:07 PM Changeset in ffmpeg [b357f1d1] by Diego Biurrun <diego@biurrun.de>
fate: Split audio filters into their own separate file
4:07 PM Changeset in ffmpeg [3eec1d41] by Diego Biurrun <diego@biurrun.de>
fate: Reuse VREF and AREF variables where appropriate
3:49 PM Ticket #2484 (atempo - low accuracy) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
I tested the following - could you confirm if this is the problem you …
3:44 PM Changeset in ffmpeg [833bc66] by Michael Niedermayer <michaelni@gmx.at>
avformat: change seeking index consistency asserts to av_asserts …
12:48 PM Changeset in ffmpeg [42bcc408] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_motion: Use a field from the current frame if the …
12:44 PM Changeset in ffmpeg [30e6a02c] by Clément Bœsch <ubitux@gmail.com>
lavf/http: remove duplicated dec flag.
11:19 AM Changeset in ffmpeg [76c72773] by Michael Niedermayer <michaelni@gmx.at>
x86: sbrdsp: implement SSE2 hf_apply_noise 233 to 105 cycles on …
11:15 AM Changeset in ffmpeg [380cfce2] by Clément Bœsch <ubitux@gmail.com>
lavc: add AV_CODEC_PROP_TEXT_SUB. CC are not marked. Also allow …
10:11 AM Changeset in ffmpeg [6189ff36] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: avoid forward declaration.
10:02 AM Changeset in ffmpeg [a7c5b7a6] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: correct the delay after the first frame. To define …
9:25 AM Ticket #1430 (More efficient deshake filter) updated by Georg Martius
Why is an external library no solution? ffmpeg relies on many external …
9:04 AM Ticket #2483 (Cropping video with height=1 fails) updated by Christian
The option -filter format=rgb24,crop=848:1:0:240 works …
8:54 AM Ticket #2484 (atempo - low accuracy) created by bars
Summary of the bug: I can't reach an exact length (microseconds). The …
8:46 AM Ticket #1430 (More efficient deshake filter) updated by Carl Eugen Hoyos
An external library is simply no solution and I don't understand how …
8:29 AM Ticket #1430 (More efficient deshake filter) updated by Georg Martius
Well its architecture is too simple. A single pass cannot work without …
8:24 AM Ticket #1430 (More efficient deshake filter) updated by Georg Martius
Cc changed
8:16 AM Ticket #1430 (More efficient deshake filter) updated by Carl Eugen Hoyos
What's wrong with improving the existing filter?
8:14 AM Ticket #1430 (More efficient deshake filter) updated by Georg Martius
We are working on adding video stabilization using vid.stab library …
8:11 AM Ticket #1430 (More efficient deshake filter) updated by Georg Martius
Status, Owner changed
7:33 AM Ticket #2483 (Cropping video with height=1 fails) updated by Carl Eugen Hoyos
Keywords changed
7:28 AM Changeset in ffmpeg [5e83d9ac] by Anton Khirnov <anton@khirnov.net>
h264: fully support cropping. Based on a patch by Vittorio Giovara …
7:26 AM Changeset in ffmpeg [a7f46586] by Anton Khirnov <anton@khirnov.net>
ff_get_buffer(): allocate the frame for max(coded,display) dimensions …
7:26 AM Changeset in ffmpeg [505642f1] by Anton Khirnov <anton@khirnov.net>
mp3dec: fallback to generic seeking when a TOC is not present Fixes …
7:08 AM Ticket #2483 (Cropping video with height=1 fails) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
Please test "-filter format=rgb24,crop=848:1:0:240"
12:56 AM Changeset in ffmpeg [b63f7b3a] by Paul B Mahol <onemda@gmail.com>
lavfi/afade: use AV_OPT_TYPE_DURATION Signed-off-by: Paul B Mahol …
12:50 AM Ticket #2483 (Cropping video with height=1 fails) updated by Christian
Ok, I found out which version was working with this command. […]
12:15 AM Changeset in ffmpeg [7e57adb4] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: fix timing. pkt->duration can not be used since the values …
12:10 AM Changeset in ffmpeg [13478b2] by Clément Bœsch <ubitux@gmail.com>
gif: use only one graphic control extension block per image. The …
12:10 AM Changeset in ffmpeg [7b80b3ce] by Clément Bœsch <ubitux@gmail.com>
lavc/utils: merge side data after video encode. This allows encoders …
12:07 AM Ticket #2483 (Cropping video with height=1 fails) created by Christian
Summary of the bug: Cropping a video with height 1px fails: "-filter …
12:05 AM Changeset in ffmpeg [3d786591] by Clément Bœsch <ubitux@gmail.com>
fate/gif: create meaningful gif encoding tests.

Apr 18, 2013:

11:29 PM Changeset in ffmpeg [007989c7] by Michael Niedermayer <michaelni@gmx.at>
mxfdec: fix return variable type for avio_seek Signed-off-by: Marton …
11:26 PM Changeset in ffmpeg [a39cd876] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix multithreaded MPEG-4 decoding. Regression since …
11:02 PM Changeset in ffmpeg [7254afdf] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
10:17 PM Ticket #2354 (ffmpeg windows crash) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can provide the input file zi.flv …
9:48 PM Changeset in ffmpeg [020c287] by Michael Niedermayer <michaelni@gmx.at>
avformat: Dont stop probing before the whole id3 tag is read When a …
9:47 PM Changeset in ffmpeg [c6a43a72] by Stefano Sabatini <stefasab@gmail.com>
lavfi/mptestsrc: fix invalid access in case of negative linesize In …
9:23 PM Changeset in ffmpeg [7c1a002c] by Clément Bœsch <ubitux@gmail.com>
subtitles: introduce ASS codec id and use it. Currently, we have a …
8:59 PM Changeset in ffmpeg [b1cc12d0] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: make -aspect work with -vcodec copy.
8:28 PM Ticket #1444 (Incorrect duration displayed in webm file) closed by Carl Eugen Hoyos
fixed: Fixed by Thierry Foucu in 98cbbab - not reproducible with 1.1 and 1.2.
8:06 PM Changeset in ffmpeg [a3410b5a] by Reinhard Tartler <siretart@tauware.de>
svq1dec: clip motion vectors to the frame size. Fixes invalid reads …
8:05 PM Changeset in ffmpeg [43039f93] by Reinhard Tartler <siretart@tauware.de>
svq1dec: check that the reference frame has the same dimensions as the …
8:05 PM Changeset in ffmpeg [d0c4d61c] by Reinhard Tartler <siretart@tauware.de>
qdm2: check that the FFT size is a power of 2 Reported-by: Mateusz …
8:05 PM Changeset in ffmpeg [95db1624] by Reinhard Tartler <siretart@tauware.de>
indeo3: switch parsing the header to bytestream2 Also add an …
8:04 PM Changeset in ffmpeg [b0b33ce1] by Reinhard Tartler <siretart@tauware.de>
indeo3: check motion vectors. Reported-by: Mateusz "j00ru" Jurczyk …
8:03 PM Changeset in ffmpeg [fa4192e3] by Reinhard Tartler <siretart@tauware.de>
rv10: check that extradata is large enough Reported-by: Mateusz …
8:01 PM Changeset in ffmpeg [4c412580] by Reinhard Tartler <siretart@tauware.de>
indeo3: fix data size check The data offsets are relative to the …
7:59 PM Changeset in ffmpeg [8f558c3e] by Reinhard Tartler <siretart@tauware.de>
af_channelmap: sanity check input channel indices in all cases. Fixes …
6:51 PM Changeset in ffmpeg [b42827ff] by Nicolas George <nicolas.george@normalesup.org>
lavfi/vf_aspect: improve compatibility of parsing. Try to accept both …
6:15 PM Changeset in ffmpeg [5b9675b5] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
6:13 PM Changeset in ffmpeg [23daee0d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_motion: Check P field references If a reference is …
5:25 PM Ticket #2482 (updatefirst documentation outdated?) updated by Carl Eugen Hoyos
Please provide a failing command line that worked before but does not …
4:28 PM Ticket #2478 (PTS: DTS: invalid, clipping when recording alsa) updated by Jean-Pierre
You are right, audio and video are perfectly sync when the command is …
3:56 PM Changeset in ffmpeg [4c8ce750] by Michael Niedermayer <michaelni@gmx.at>
svq3: use memmove to avoid overlap in memcpy. Found-by: Mateusz …
3:33 PM Ticket #2482 (updatefirst documentation outdated?) created by Roger Pack
this page: http://ffmpeg.org/ffmpeg-formats.html#image2-1 mentions …
3:31 PM Changeset in ffmpeg [212960ee] by Paul B Mahol <onemda@gmail.com>
colorchannelmixer filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
3:30 PM Changeset in ffmpeg [449cdd54] by Paul B Mahol <onemda@gmail.com>
colorbalance filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
3:08 PM Ticket #2478 (PTS: DTS: invalid, clipping when recording alsa) updated by Carl Eugen Hoyos
Replying to MrNice: > May be I didn't understand what you …
3:06 PM Ticket #2481 (libavformat doesn't update file duration when file size changes during ...) updated by gjdfgh
>Is this reproducible with mplayer -demuxer lavf ? Yes.
3:03 PM Changeset in ffmpeg [300ca076] by Nicolas George <nicolas.george@normalesup.org>
examples/filtering_audio: fix frame leak. The frame is not used after …
2:54 PM Ticket #2478 (PTS: DTS: invalid, clipping when recording alsa) updated by Jean-Pierre
May be I didn't understand what you asked me. Another try: ffmpeg -f …
2:42 PM Ticket #2478 (PTS: DTS: invalid, clipping when recording alsa) updated by Jean-Pierre
Please go directly to comment 3 $ ffmpeg -f v4l2 -debug 1 -f alsa -ac …
2:39 PM Ticket #2481 (libavformat doesn't update file duration when file size changes during ...) updated by Carl Eugen Hoyos
Keywords changed
Is this reproducible with mplayer -demuxer lavf ?
2:38 PM Changeset in ffmpeg [3e9c0217] by Paul B Mahol <onemda@gmail.com>
lavu: add av_clipd_c Signed-off-by: Paul B Mahol <onemda@gmail.com>
2:38 PM Ticket #2480 (libavformat can't handle mms streaming from http URLs) closed by Carl Eugen Hoyos
duplicate: Duplicate of ticket #2001
2:35 PM Ticket #2481 (libavformat doesn't update file duration when file size changes during ...) created by gjdfgh
I would expect that libavformat updates AVFormatContext.duration when …
2:20 PM Changeset in ffmpeg [5ae484e3] by Michael Niedermayer <michaelni@gmx.at>
evrcdec: use memmove() instead of memcpy() when regions can overlap. …
2:16 PM Ticket #2480 (libavformat can't handle mms streaming from http URLs) updated by gjdfgh
>This is bad, because you can't just tell users they should try "mmsh" …
2:15 PM Ticket #2480 (libavformat can't handle mms streaming from http URLs) created by gjdfgh
The following URL works fine with mplayer and VLC, but not ffplay: …
1:30 PM Changeset in ffmpeg [90a56ebb] by Clément Bœsch <ubitux@gmail.com>
lavc/gif: avoid encoding 0x0 images. It seems browsers don't like it …
12:52 PM Ticket #2479 (mov file with two edit list entries) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Summary, Priority, Keywords, Type changed
[…] […]
12:36 PM Ticket #2479 (mov file with two edit list entries) updated by Alexey Kasyanchuk
https://dl.dropboxusercontent.com/u/66826430/Video/M_error.mp4 (5.4 mb)
12:35 PM Ticket #2479 (mov file with two edit list entries) created by Alexey Kasyanchuk
I checked it on 0.12 and current git versions. (with ffplay) …
11:53 AM Changeset in ffmpeg [9db1c64] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: support only GIF codec.
11:42 AM Changeset in ffmpeg [01367b0] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: merge gif_write_{packet,video}. Avoid a pointless split.
11:42 AM Changeset in ffmpeg [b7a3f143] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: trim unnecessarily long netscape ext code. Extension …
11:40 AM Changeset in ffmpeg [0a0e6877] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: remove unused fields.
11:40 AM Changeset in ffmpeg [28f9858c] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: simplify streams type checking.
11:23 AM Ticket #2478 (PTS: DTS: invalid, clipping when recording alsa) updated by Carl Eugen Hoyos
Description changed
Does it help if you move the alsa input behind the v4l2 input? (ffmpeg …
11:03 AM Changeset in ffmpeg [978e3734] by Michael Niedermayer <michaelni@gmx.at>
cmdutils: make the "-help filter=" output less confusing Example: …
10:55 AM Ticket #2478 (PTS: DTS: invalid, clipping when recording alsa) created by Jean-Pierre
Summary of the bug: I am trying to capture S-VHS with a Dazzle DVC100 …
10:51 AM Ticket #2477 (libswscale make error (--disable-optimization)) closed by Carl Eugen Hoyos
fixed: Fixed in git head, thank you for the report.
10:47 AM Changeset in ffmpeg [99818ac4] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix libswscale compilation with --disable-optimizations on x86-32. …
10:33 AM Ticket #2170 (problem using av_packet_merge_side_data) updated by trynitron
I don't use any kind of containers for now, just h264 packets, written …
10:15 AM Ticket #2476 (Unexpected output when using -v and -report) updated by Carl Eugen Hoyos
Keywords changed
9:49 AM Ticket #1932 (Error in <dering_MMX2> when configured with --disable-optimizations ...) updated by Carl Eugen Hoyos
Keywords, Resolution, Version, Component, Reproduced by developer changed
Fixed in 7a259a5 (Feb 9).
9:38 AM Ticket #2477 (libswscale make error (--disable-optimization)) updated by Carl Eugen Hoyos
Keywords, Status, Reproduced by developer changed
Regression since 3950236, patch sent but see ticket #1932 for a reason …
9:17 AM Ticket #2170 (problem using av_packet_merge_side_data) updated by Carl Eugen Hoyos
Could you explain what you are trying to do / what kind of container …
8:29 AM Ticket #2170 (problem using av_packet_merge_side_data) reopened by trynitron
Hi, I spent some time to solve the problem, and I found it. So The …
6:24 AM config.asm attached to Ticket #2477 by Andrew
6:23 AM config.log attached to Ticket #2477 by Andrew
6:23 AM config.h attached to Ticket #2477 by Andrew
6:22 AM Ticket #2477 (libswscale make error (--disable-optimization)) created by Andrew
[…] config.h - included.
4:25 AM Ticket #2476 (Unexpected output when using -v and -report) created by dave rice
Summary of the bug: I would like to run ffmpeg with verbosity set to …
1:00 AM Changeset in ffmpeg [ee94362c] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
12:57 AM Changeset in ffmpeg [6998af4a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/bitstream: check codes in ff_init_vlc_sparse() Signed-off-by: …
12:47 AM Changeset in ffmpeg [fb3e3808] by Michael Niedermayer <michaelni@gmx.at>
avcodec/bitstream: Check bits in ff_init_vlc_sparse() Fixes out of …
12:35 AM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) updated by Carl Eugen Hoyos
[…]
12:20 AM Changeset in ffmpeg [2ade23a7] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix pgc compilation with --disable-optimizations. -O1 disables dead …

Apr 17, 2013:

11:55 PM Changeset in ffmpeg [bdfe60c7] by Michael Niedermayer <michaelni@gmx.at>
xan: Check for overlapping copies No valid samples i found use such …
11:41 PM Changeset in ffmpeg [32cc7ba8] by Clément Bœsch <ubitux@gmail.com>
fate: hot fix for gif failure.
11:13 PM Changeset in ffmpeg [b6408ffc] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: fix assert in avio API after dfb3231.
10:43 PM Changeset in ffmpeg [91a5b4d4] by Clément Bœsch <ubitux@gmail.com>
gif: remove outdated comments.
10:29 PM Ticket #2262 (gif muxer should not be gif encoder) closed by Clément Bœsch
fixed: Fixed in 635389c.
10:24 PM Changeset in ffmpeg [8694e871] by Clément Bœsch <ubitux@gmail.com>
lavc/gif: return more meaningful error code.
10:24 PM Changeset in ffmpeg [71411b69] by Clément Bœsch <ubitux@gmail.com>
lavc/gif: merge two allocation checks.
10:24 PM Changeset in ffmpeg [dfb32310] by Clément Bœsch <ubitux@gmail.com>
lavf/gif: simplify palette writing.
10:24 PM Changeset in ffmpeg [7b972d82] by Clément Bœsch <ubitux@gmail.com>
gif: reindent after previous commits.
10:24 PM Changeset in ffmpeg [e065e8a4] by Clément Bœsch <ubitux@gmail.com>
lavc/gif: crop image when possible. Increase compression when …
10:24 PM Changeset in ffmpeg [635389cc] by Clément Bœsch <ubitux@gmail.com>
Cleanse GIF muxer and encoder. This commit removes the badly …
9:37 PM Ticket #2467 (-itsoffset with overlay filter buffer queue overflow) closed by Carl Eugen Hoyos
fixed: Fixed by Nicolas.
9:37 PM Changeset in ffmpeg [1efcab02] by Stefano Sabatini <stefasab@gmail.com>
lavfi/aspect: apply hot fix for NUM:DEN syntax
9:37 PM Changeset in ffmpeg [f04ec05f] by Stefano Sabatini <stefasab@gmail.com>
lavfi/setdar: fix num/den swapping in log message
9:37 PM Changeset in ffmpeg [f212c23] by Stefano Sabatini <stefasab@gmail.com>
lavfi/setsar: remove spurious #if FF_API_OLD_FILTER_OPTS around init field
9:22 PM Changeset in ffmpeg [c2522473] by Michael Niedermayer <michaelni@gmx.at>
avutil/intfloat_readwrite: include common.h for isinf() Solution …
8:40 PM Changeset in ffmpeg [e252460c] by Stefano Sabatini <stefasab@gmail.com>
lavfi/mptestsrc: remove unused size field
8:40 PM Changeset in ffmpeg [db84088e] by Stefano Sabatini <stefasab@gmail.com>
lavfi/mptestsrc: use AV_OPT_TYPE_DURATION Simplify.
8:39 PM Changeset in ffmpeg [bbf003e9] by Stefano Sabatini <stefasab@gmail.com>
lavfi/mptestsrc: reindent option constants
8:39 PM Changeset in ffmpeg [3933963d] by Stefano Sabatini <stefasab@gmail.com>
lavfi/testsrc: fix style
8:39 PM Changeset in ffmpeg [7ab63126] by Stefano Sabatini <stefasab@gmail.com>
lavfi/testsrc: use int in place of unsigned Avoid implicit …
8:39 PM Changeset in ffmpeg [5229b783] by Stefano Sabatini <stefasab@gmail.com>
lavfi/aspect: extend verbose feedback, show old SAR and DAR values
8:39 PM Changeset in ffmpeg [fe5ca6b9] by Stefano Sabatini <stefasab@gmail.com>
lavfi/aspect: restore ratio parsing Allow to set a ratio as "a:b" …
8:39 PM Changeset in ffmpeg [8bfd8781] by Stefano Sabatini <stefasab@gmail.com>
lavfi/select: factorize options definition between select and aselect
8:34 PM Changeset in ffmpeg [dcc1b323] by Stefano Sabatini <stefasab@gmail.com>
lavfi/select: add support for dynamic number of outputs
8:28 PM Changeset in ffmpeg [565c50ac] by Stefano Sabatini <stefasab@gmail.com>
lavfi/select: make select_frame() return void Set select->select …
8:08 PM Ticket #2469 (ffmpeg overlay issue) updated by Cigaes
Can you try current Git head? I suspect this is the same problem as …
7:32 PM Changeset in ffmpeg [0b3bd787] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
7:31 PM Changeset in ffmpeg [3220083c] by Michael Niedermayer <michaelni@gmx.at>
ra144: Try to fix int16/uint16 warnings from pgc Signed-off-by: …
7:25 PM Changeset in ffmpeg [cc6f848d] by Michael Niedermayer <michaelni@gmx.at>
avutil/intfloat_readwrite: avoid comparission with INFINITY, use …
7:25 PM Changeset in ffmpeg [45741dd8] by Michael Niedermayer <michaelni@gmx.at>
vf_lut: fix simplification / off by 1 error Signed-off-by: Michael …
5:34 PM Changeset in ffmpeg [1de7dcb4] by Paul B Mahol <onemda@gmail.com>
lavfi/stereo3d: fix interleave row output modes Linesizes that did …
5:27 PM Changeset in ffmpeg [7ee2dae] by Clément Bœsch <ubitux@gmail.com>
lavfi/interlace: remove exec permissions.
5:18 PM Changeset in ffmpeg [4c6fa4ef] by Clément Bœsch <ubitux@gmail.com>
lavfi/lut: simplify nested component stepping.
5:18 PM Changeset in ffmpeg [45f5bf91] by Clément Bœsch <ubitux@gmail.com>
lavfi/lut: reindent after previous commit.
5:18 PM Changeset in ffmpeg [3db3b278] by Clément Bœsch <ubitux@gmail.com>
lavfi/lut: add direct path.
3:30 PM Changeset in ffmpeg [7f225307] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: indeo3: …
3:20 PM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) updated by ramitb
Okay here you go - just ask: FTP site: ramit.no-ip.biz login: …
3:16 PM Changeset in ffmpeg [7165881] by Paul B Mahol <onemda@gmail.com>
lavfi/stereo3d: check input width & height Signed-off-by: Paul B …
2:57 PM Changeset in ffmpeg [2787f7b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '34e6af9e204ca6bb18d8cf8ec68fe19b0e083e95' * commit …
2:50 PM Changeset in ffmpeg [4029a5eb] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '66531d634e75b834e89e4a6a0f7470ca018712a1' * commit …
2:37 PM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) updated by Carl Eugen Hoyos
I forgot: If you can run a ftp upload site for us, this would of …
2:35 PM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) updated by Carl Eugen Hoyos
I really wonder how you believe that this ticket can be fixed without …
2:20 PM Changeset in ffmpeg [e5dc5095] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '01d376f598fe95478036f5d1e3e5e14ffe32d4bf' * commit …
2:10 PM Changeset in ffmpeg [4916e220] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bac8d38c0a716c8bdfdecf0ae545015c68f5df36' * commit …
2:08 PM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) reopened by ramitb
BTW this ticket NOT CLOSED and the problem exists, if you bunch of …
2:04 PM Changeset in ffmpeg [8cff853b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '69f6f03cd16a09e4e848b4e82bae4993bc361cd0' * commit …
2:02 PM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) updated by ramitb
??? I put so much effort trying to pin point the various scenarios …
1:59 PM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) closed by Carl Eugen Hoyos
needs_more_info: Please reopen if you can provide a sample OR if you can point us to …
1:56 PM Ticket #2433 (FFMPEG reporting wrong video duration after encoding WTV to TS MPEG2) updated by ramitb
any update on this? (BTW the incoming directory still doesn't exist). …
1:52 PM Changeset in ffmpeg [0a946599] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ecff5acb5a738fcb4f9e206a12070dac4bf259b3' * commit …
1:40 PM Changeset in ffmpeg [251f283b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b1bb8fb860b47e90dd67f0c5740698128fc82dcc' * commit …
1:13 PM Changeset in ffmpeg [f60ba6c5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347' * commit …
1:04 PM Changeset in ffmpeg [74e86d31] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'aafed1175df76603e94c99a7748968780d6548d2' * commit …
12:21 PM Changeset in ffmpeg [b7252025] by Paul B Mahol <onemda@gmail.com>
lavfi/stereo3d: fix output width for sbsl/sbs2l Signed-off-by: Paul B …
12:00 PM Ticket #2422 (Compilation with OpenCL fails when w32threads or os2threads are enabled) updated by Roger Pack
with pthreads it works?
11:51 AM Changeset in ffmpeg [f0a149e5] by Paul B Mahol <onemda@gmail.com>
lavfi: remove bad inverse telecine filters Signed-off-by: Paul B …
10:10 AM Changeset in ffmpeg [a0a872d0] by Anton Khirnov <anton@khirnov.net>
indeo3: check motion vectors. Reported-by: Mateusz "j00ru" Jurczyk …
10:09 AM Changeset in ffmpeg [34e6af9e] by Anton Khirnov <anton@khirnov.net>
indeo3: fix data size check The data offsets are relative to the …
10:08 AM Changeset in ffmpeg [66531d63] by Anton Khirnov <anton@khirnov.net>
indeo3: switch parsing the header to bytestream2 Also add an …
9:57 AM Changeset in ffmpeg [a5ebd2d9] by Clément Bœsch <ubitux@gmail.com>
cmdutils: slightly better -filters output.
9:53 AM Ticket #2262 (gif muxer should not be gif encoder) updated by Clément Bœsch
Owner changed
Patch on the mailing list.
9:32 AM Changeset in ffmpeg [e3e6aa7a] by Nicolas George <nicolas.george@normalesup.org>
lavfi/buffersrc: fix failed requests count. The line was lost during …
9:11 AM Changeset in ffmpeg [e5644313] by Michael Niedermayer <michaelni@gmx.at>
examples/filtering_audio: get rid of AVABufferSinkParams …
9:11 AM Changeset in ffmpeg [f2619cbd] by Michael Niedermayer <michaelni@gmx.at>
examples/filtering_audio: enable ref counted frames Fixes accessing …
9:08 AM Changeset in ffmpeg [9db6aaeb] by Clément Bœsch <ubitux@gmail.com>
ffplay: use format title metadata to set window caption.
9:01 AM Changeset in ffmpeg [01d376f5] by Anton Khirnov <anton@khirnov.net>
rv10: check that extradata is large enough Reported-by: Mateusz …
9:01 AM Changeset in ffmpeg [bac8d38c] by Anton Khirnov <anton@khirnov.net>
rv10: return meaningful error codes. Also improve some error messages.
8:58 AM Changeset in ffmpeg [69f6f03c] by Anton Khirnov <anton@khirnov.net>
rv10: cosmetics, reformat
8:56 AM Changeset in ffmpeg [34f87a58] by Anton Khirnov <anton@khirnov.net>
qdm2: check that the FFT size is a power of 2 Reported-by: Mateusz …
8:55 AM Changeset in ffmpeg [ecff5acb] by Anton Khirnov <anton@khirnov.net>
svq1dec: clip motion vectors to the frame size. Fixes invalid reads …
8:55 AM Changeset in ffmpeg [b1bb8fb8] by Anton Khirnov <anton@khirnov.net>
svq1dec: check that the reference frame has the same dimensions as the …
7:24 AM Ticket #2471 (FFMpeg unable to determine video length with streams outside of programs) updated by Carl Eugen Hoyos
Version changed
I wonder if there is a bug: FFmpeg reports "max_analyze_duration …
6:46 AM Ticket #2475 (support yuv422p10le in lut filter) updated by Carl Eugen Hoyos
Priority, Status changed
6:37 AM Changeset in ffmpeg [c0771a1a] by Anton Khirnov <anton@khirnov.net>
af_channelmap: cosmetics, use an extra local variable to shorten the code
6:37 AM Changeset in ffmpeg [aafed117] by Anton Khirnov <anton@khirnov.net>
af_channelmap: sanity check input channel indices in all cases. Fixes …
4:13 AM Ticket #2475 (support yuv422p10le in lut filter) created by dave rice
Summary of the bug: I would like to use the lut filter with 10 bit …
12:24 AM Changeset in ffmpeg [b8edf916] by Paul B Mahol <onemda@gmail.com>
lavfi/histeq: fix out of array write Signed-off-by: Paul B Mahol …
12:16 AM Changeset in ffmpeg [161dee43] by Michael Niedermayer <michaelni@gmx.at>
rmdec: dont return uninitialized data Found-by: Mateusz "j00ru" …
Note: See TracTimeline for information about the timeline view.