Timeline



Apr 4, 2014:

11:25 PM Ticket #3534 (ffmpeg can not convert pmp media) updated by Carl Eugen Hoyos
Did you upload a sample?
11:15 PM Changeset in ffmpeg [9f4ab4e5] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Show stream number when warning about stream without start time.
11:13 PM Changeset in ffmpeg [87f29996] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Force gif aspect ratio multiplication to 64bit. Avoids a possible …
11:11 PM Ticket #3534 (ffmpeg can not convert pmp media) created by kaienfr
The comment I used is as follows: […] Here is the outputs […] …
10:42 PM Changeset in ffmpeg [b6850e13] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
10:16 PM Changeset in ffmpeg [37af4871] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a49aa440c939e221194f8d95bf98673f8cf38a06' * commit …
10:11 PM Changeset in ffmpeg [490d53e3] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/dcadsp_init: fix compilation failure without FMA3 …
9:40 PM Changeset in ffmpeg [51fd962c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c74b86699c86bdf62e8570f41d8a38be5710baa3' * commit …
9:24 PM Changeset in ffmpeg [b00f6bb9] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b97f2c7c49e35724f3963677f8aeee28089dc64e' * commit …
9:17 PM Changeset in ffmpeg [849a8c4c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0048deb84cb6d22ba7f4fd7c8b4ecc054fcc22d4' * commit …
8:59 PM Changeset in ffmpeg [8e8c8607] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1d55f8d5f6f2cd74fa27170e2be37a72441d9202' * commit …
8:52 PM Changeset in ffmpeg [c1d0536] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8542f9c4f17125d483c40c0c5723842f1c982f81' * commit …
8:44 PM Changeset in ffmpeg [6520613] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '25b6837f7cacd691b19cbc12b9dad1ce84a318a1' * commit …
8:35 PM Changeset in ffmpeg [dfd865e5] by Michael Niedermayer <michaelni@gmx.at>
x86/synth_filter: remove the main loop when it's not needed …
8:09 PM Changeset in ffmpeg [3aac5fcf] by Michael Niedermayer <michaelni@gmx.at>
lavu/opt: validate range before dereference This change make error …
8:03 PM Ticket #3522 (FFMPEG unable to read some WTV files (with only video streams)) closed by Carl Eugen Hoyos
fixed: Fixed by Peter Ross in 8348bd19
7:15 PM Changeset in ffmpeg [506064ed] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: frame droping due to fps should not be a warning This reverts …
6:48 PM Encode/H.264 edited by llogan
fancy notes; mention 8/10 bit pix_fmt, add note about refs (diff)
6:08 PM Ticket #3533 (RTP should have payload type 33 when used with MPEGTS) created by nunojpg
When RTP is sending a MPEGTS payload it should report it properly. …
5:36 PM Ticket #3532 (Muxer SAP can't use unicast address when same_port=1) created by nunojpg
Muxer SAP when used with: -two streams (video and audio) -same_port=1 …
5:08 PM Changeset in ffmpeg [5f922043] by Diego Biurrun <diego@biurrun.de>
dsputil: Move DV-specific ff_zigzag248_direct table to dvdata
5:08 PM Changeset in ffmpeg [57b5b84e] by Diego Biurrun <diego@biurrun.de>
x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they …
5:08 PM Changeset in ffmpeg [c2c5be57] by Diego Biurrun <diego@biurrun.de>
x86: h264_qpel: Simplify an #if conditional The extra conditions are …
5:08 PM Changeset in ffmpeg [01c5779f] by Diego Biurrun <diego@biurrun.de>
x86: Drop some unnecessary YASM ifdefs Dead code elimination is …
5:08 PM Changeset in ffmpeg [b718b24b] by Diego Biurrun <diego@biurrun.de>
ppc: Drop a bunch of unnecessary dsputil_altivec.h #includes
5:08 PM Changeset in ffmpeg [b42f49e4] by Diego Biurrun <diego@biurrun.de>
x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes
5:08 PM Changeset in ffmpeg [3dc6272b] by Diego Biurrun <diego@biurrun.de>
Remove a number of unnecessary dsputil.h #includes
5:01 PM Ticket #3528 (FFmpeg does not store the aspect ratio in asf files) updated by ramitb
Now that you bring it up I did it and yes the same issue with mpeg4 …
4:54 PM Changeset in ffmpeg [9c21c08] by Anton Khirnov <anton@khirnov.net>
af_ashowinfo: print a more descriptive name for AV_MATRIX_ENCODING_DOLBY
4:54 PM Ticket #3085 (Audio in broken transport stream can be decoded with other software) updated by ramitb
CAn't remember how exactly I remuxed this it has been a while. 99% I …
4:53 PM Changeset in ffmpeg [a49aa440] by Anton Khirnov <anton@khirnov.net>
af_volume: implement replaygain pre-amplification This adds a new …
4:36 PM Changeset in ffmpeg [5bb3f882] by Michael Niedermayer <michaelni@gmx.at>
avcodec.h, avpacket.c: use const AVPacket pointers in copy functions …
3:40 PM Changeset in ffmpeg [c74b8669] by Anton Khirnov <anton@khirnov.net>
x86/synth_filter: add synth_filter_fma3 Signed-off-by: James Almer …
3:40 PM Changeset in ffmpeg [81e02fae] by Anton Khirnov <anton@khirnov.net>
x86/synth_filter: add synth_filter_avx Sandy Bridge Win64: 180 cycles …
3:40 PM Changeset in ffmpeg [2025d802] by Anton Khirnov <anton@khirnov.net>
x86/synth_filter: add synth_filter_sse Build only on x86_32 targets. …
3:40 PM Changeset in ffmpeg [b97f2c7c] by Anton Khirnov <anton@khirnov.net>
replaygain: remove unused variable Signed-off-by: Anton Khirnov …
3:40 PM Changeset in ffmpeg [0048deb8] by Anton Khirnov <anton@khirnov.net>
oggparsevorbis: export replaygain tags from Vorbis comments …
3:40 PM Changeset in ffmpeg [1d55f8d5] by Anton Khirnov <anton@khirnov.net>
flacdec: export replaygain tags from Vorbis comments Signed-off-by: …
3:40 PM Changeset in ffmpeg [8542f9c4] by Anton Khirnov <anton@khirnov.net>
replaygain: correctly parse peak values According to the ReplayGain …
3:20 PM Changeset in ffmpeg [0cc685e3] by Michael Niedermayer <michaelni@gmx.at>
avformat/wtvdec: populate codec_tag from BITMAPINFOHEADER …
3:11 PM Changeset in ffmpeg [8348bd1] by Michael Niedermayer <michaelni@gmx.at>
avformat/wtvdec: ignore MPEG2VIDEO extradata when count is invalid …
3:04 PM Changeset in ffmpeg [25b6837f] by Anton Khirnov <anton@khirnov.net>
replaygain: fix gain sign decoding The gain sign was incorrectly …
1:56 PM Changeset in ffmpeg [0f629823] by Michael Niedermayer <michaelni@gmx.at>
oggenc: check return value of av_mallocz() Signed-off-by: James Almer …
1:28 PM Changeset in ffmpeg [35617366] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: arm: …
1:09 PM Changeset in ffmpeg [a20480e6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '287432430c5c9cb8ffe1da1376949de494f24e45' * commit …
12:46 PM Changeset in ffmpeg [fb61ed1e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f' * commit …
9:34 AM Ticket #3500 (vp7: crash with fuzzed file) closed by Carl Eugen Hoyos
fixed: Fixed by the same commit 46f72ea5 that fixed ticket #3501.
8:58 AM Ticket #3524 (FFmpeg MD5 output different with same data) updated by jamal
Missed the link, my bad. Tried gcc 4.7.3 x86_64 Gentoo and 4.8.2 …
8:53 AM Ticket #3494 (scary warning message when using mpeg) updated by Carl Eugen Hoyos
Replying to rogerdpack: > perhaps the error message can be …
8:49 AM Ticket #3504 (Memory allocation error when coding very long files using libx264) updated by Carl Eugen Hoyos
Any news on this issue? You neither provided the input files nor the …
8:39 AM Changeset in ffmpeg [f37815b1] by Janne Grunau <janne-libav@jannau.net>
arm: asm decode_block_coeffs_internal is vp8 specific Unbreaks …
8:20 AM Ticket #3515 (Crashes or artifacts when playing a specific file/stream) updated by Carl Eugen Hoyos
Keywords changed
8:11 AM Ticket #3531 (ffmpeg hangs converting a possibly broken avi file) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Summary, Priority, Version, Keywords changed
(Works fine here with ffplay.) Regression since 574dcb5b - possibly …
6:49 AM Ticket #3524 (FFmpeg MD5 output different with same data) updated by Carl Eugen Hoyos
Replying to jamal: > ahthovaikied, could you upload the …
6:04 AM Ticket #3524 (FFmpeg MD5 output different with same data) updated by jamal
Replying to cehoyos: > Or to say it differently: We both …
5:05 AM Ticket #3531 (ffmpeg hangs converting a possibly broken avi file) created by hxuanyu
Hi, Here is an avi file, for which latest ffplay couldn't play at all …
2:20 AM Changeset in ffmpeg [16509d3a] by Michael Niedermayer <michaelni@gmx.at>
log: allow color highlighting in Cygwin's mintty Configure will …
2:00 AM Changeset in ffmpeg [28743243] by Vittorio Giovara <vittorio.giovara@gmail.com>
fate: add a VP7 test
2:00 AM Changeset in ffmpeg [ac4b32df] by Vittorio Giovara <vittorio.giovara@gmail.com>
On2 VP7 decoder Further performance improvements and security fixes …
12:54 AM Changeset in ffmpeg [634636eb] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: (31 …
12:44 AM Changeset in ffmpeg [1946ad4d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '121b5b7e0476d22408d748b914799b7c00acc3a4' * commit …
12:18 AM Changeset in ffmpeg [069e462b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ad8f736b7404503d8f5164f4879175a2258dd64b' * commit …
12:09 AM Changeset in ffmpeg [a692ff93] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9464b69da6b373d1eeb6b3d269ad029d9647b498' * commit …

Apr 3, 2014:

11:37 PM Changeset in ffmpeg [7307a7fd] by Michael Niedermayer <michaelni@gmx.at>
configure: check and use -Wempty-body Would have shown the trailing …
11:29 PM Changeset in ffmpeg [ce58ead4] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Add an additional AAC TwoCC Mentioned on …
11:29 PM Changeset in ffmpeg [1e8c4fb] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: support 0xa100 TwoCC for G723_1 Sample-Id: …
11:29 PM Changeset in ffmpeg [00ccdcd8] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add 0x594a TwoCC for Xan DPCM Sample-Id: crusader-no-regret.avi
11:29 PM Changeset in ffmpeg [7b600ea0] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add 0x64 to g726 Sample-Id: g726-test1.wav
11:29 PM Changeset in ffmpeg [b7a12ab] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add G723_1 wav tag
11:29 PM Changeset in ffmpeg [10a14bd] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: map 0x0038 to amrnb Sample-Id: 40709.avi
11:29 PM Changeset in ffmpeg [228af18a] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Support FLIC FourCC
11:29 PM Changeset in ffmpeg [fb6c21fa] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add escape130 FourCC
11:29 PM Changeset in ffmpeg [ae584669] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: support 'aas4' FourCC
11:29 PM Changeset in ffmpeg [7100f3c0] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add "YUV8" FourCC Sample-Id: MAILTEST.AVI
11:29 PM Changeset in ffmpeg [c9787f03] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Add "S263" FourCC
11:29 PM Changeset in ffmpeg [9ff6429b] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Support XMPG as mpeg1
11:29 PM Changeset in ffmpeg [771cb3e5] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: support BW10 as mpeg1
11:29 PM Changeset in ffmpeg [eaec09a5] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Add SLDV FourCC for dvvideo
11:29 PM Changeset in ffmpeg [a1c58b3a] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Support NTSC forward dvcpro videos PAL looks incorrect.
11:29 PM Changeset in ffmpeg [6aa7cbd5] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add dvis/pdvc FourCCs
11:29 PM Changeset in ffmpeg [adf0ff00] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add "GXVE" FourCC for WMV2 Sample-Id: vivd.avi
11:29 PM Changeset in ffmpeg [96dd7b23] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add PLV1 fourcc to mpeg4 Sample-Id: york-water-meteor.avi
11:29 PM Changeset in ffmpeg [f5f18aec] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Support decoding ASP variant from QNAP Systems
11:29 PM Changeset in ffmpeg [ade32b4a] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add "SM4V" FourCC
11:29 PM Changeset in ffmpeg [684e43c5] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add DYM4 mpeg4 fourcc
11:29 PM Changeset in ffmpeg [32b0942c] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add DM4V FourCC
11:29 PM Changeset in ffmpeg [fa6a0211] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add G264 to mpeg4, only decodes keyframes
11:29 PM Changeset in ffmpeg [9ab2d5a3] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add "lsvm" FourCC for H263.
11:29 PM Changeset in ffmpeg [915524e5] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Support H.264 fourcc UMSV
11:29 PM Changeset in ffmpeg [dcb6e145] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add FourCC for GeoVision cameras
11:29 PM Changeset in ffmpeg [9d9d319a] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Add V264 for H264 in CCTV recordings
11:29 PM Changeset in ffmpeg [51ace0fb] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add H264 from QNAP Systems
11:29 PM Changeset in ffmpeg [a52a1bc] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add SMV2 FourCC for H264 Sample-Id: smv2.avi
10:51 PM Ticket #3085 (Audio in broken transport stream can be decoded with other software) updated by Carl Eugen Hoyos
Summary changed
Sample is attached to ticket #2220 Remuxing works fine here, even …
10:34 PM Ticket #3529 (optimize cinepak encoder) updated by Carl Eugen Hoyos
Status, Component, Priority, Version, Keywords, Type changed
It is apparently a magnitude faster than some "modern" video encoders;-)
10:31 PM Ticket #3519 (Decoding mpegts h264 i-frame into jpeg occasionally gives gray or ...) closed by Carl Eugen Hoyos
invalid: Replying to werner: > I still think ffmpeg should report …
10:28 PM Changeset in ffmpeg [235bf1da] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: add ISMP/timecode tag
10:28 PM Changeset in ffmpeg [fa570a55] by Vittorio Giovara <vittorio.giovara@gmail.com>
riff: Add ITRK tag Some players, like foobar2000 or modern versions …
10:26 PM Ticket #3524 (FFmpeg MD5 output different with same data) closed by Carl Eugen Hoyos
invalid: Replying to jamal: > Also, as you said ahthovaikied used …
10:20 PM Changeset in ffmpeg [121b5b7e] by Vittorio Giovara <vittorio.giovara@gmail.com>
isom: add some BOXX tags
10:20 PM Changeset in ffmpeg [b0a54516] by Vittorio Giovara <vittorio.giovara@gmail.com>
isom: add 'flic' tag
10:20 PM Changeset in ffmpeg [5a85cf0f] by Vittorio Giovara <vittorio.giovara@gmail.com>
isom: add 'm1v ' tag Signed-off-by: Vittorio Giovara …
10:13 PM Ticket #3530 (AIFF playback/Transcode failure) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Regression since c68a8a13
9:57 PM Changeset in ffmpeg [8710ee11] by Michael Niedermayer <michaelni@gmx.at>
avcodec/h264: clear cur_pic structure instead of duplicating it in …
9:47 PM Ticket #3525 (AAC to PCM produced a lot of noise!) updated by Carl Eugen Hoyos
Resolution changed
9:45 PM Changeset in ffmpeg [ad8f736b] by Vittorio Giovara <vittorio.giovara@gmail.com>
mxf: Remove typo Reported-By: Vittorio Giovara …
9:43 PM Changeset in ffmpeg [9464b69d] by Vittorio Giovara <vittorio.giovara@gmail.com>
log: Unbreak windows support Add the missing define.
9:11 PM Ticket #3524 (FFmpeg MD5 output different with same data) updated by ahthovaikied
Thank you :)
9:04 PM Ticket #3525 (AAC to PCM produced a lot of noise!) closed by kaienfr
fixed: Well I figure it out. comparing to the old ffmpeg, It seems that in …
8:59 PM Changeset in ffmpeg [609ef897] by Michael Niedermayer <michaelni@gmx.at>
avutil/log: remove stray ; regression since …
8:44 PM Changeset in ffmpeg [49e040e8] by Michael Niedermayer <michaelni@gmx.at>
avutil/log: fix negative log levels These where broken by …
8:43 PM Ticket #3524 (FFmpeg MD5 output different with same data) updated by jamal
Replying to ahthovaikied: > Do you know if there is a way …
8:38 PM Changeset in ffmpeg [1f8a6bef] by Michael Niedermayer <michaelni@gmx.at>
avutil/log: add code to test av_log() Signed-off-by: Michael …
8:18 PM Changeset in ffmpeg [5a18b215] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: log: Do …
8:00 PM Ticket #3525 (AAC to PCM produced a lot of noise!) reopened by kaienfr
I've tried your suggestion to use aresample filter, this is the code: …
7:51 PM Ticket #3524 (FFmpeg MD5 output different with same data) updated by ahthovaikied
Now that my segfault problem is gone, here is the other half of the …
7:30 PM Ticket #3526 (Segfault when computing MD5) updated by ahthovaikied
I confirm, without --disable-static --enable-shared, the crash …
7:29 PM Ticket #3530 (AIFF playback/Transcode failure) created by DeShizz
== Summary of the bug: == ffmpeg fails when attempting to transcode …
7:28 PM Ticket #3524 (FFmpeg MD5 output different with same data) updated by jamal
Replying to cehoyos: > What I meant was: I tested several …
7:07 PM Changeset in ffmpeg [d9ac00ca] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '42ba1c51d9e843135772a3b9e5cf036a37b28bdb' * commit …
6:54 PM Ticket #3519 (Decoding mpegts h264 i-frame into jpeg occasionally gives gray or ...) updated by werner
- No, the problem is not reproducible with ffmpeg itself (`ffmpeg …
6:53 PM Changeset in ffmpeg [002feaf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '28b9ac4e48f3405a82e8e87ead336188215cf1e6' * commit …
6:44 PM Changeset in ffmpeg [c16e0061] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b' * commit …
6:04 PM Changeset in ffmpeg [061e340c] by Michael Niedermayer <michaelni@gmx.at>
log: Factorize check_color_terminal() out
5:25 PM Changeset in ffmpeg [4169d8f6] by Michael Niedermayer <michaelni@gmx.at>
doc/ffmpeg: restore ascii arrows in Simple filtergraphs …
5:25 PM Changeset in ffmpeg [0768fee9] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '006c253346d90f4abaf69d78083c8ba031628598' * commit …
5:05 PM Changeset in ffmpeg [8c272923] by Michael Niedermayer <michaelni@gmx.at>
lavu/opt: dont crash on freeing NULL AVOptionRanges Signed-off-by: …
4:46 PM Ticket #3528 (FFmpeg does not store the aspect ratio in asf files) updated by Carl Eugen Hoyos
Since you mention libxvid several times: Is the problem not …
4:43 PM Changeset in ffmpeg [4ede1862] by Vittorio Giovara <vittorio.giovara@gmail.com>
log: Do not assume the TERM variable is always set
4:43 PM Changeset in ffmpeg [42ba1c51] by Vittorio Giovara <vittorio.giovara@gmail.com>
log: Document AV_LOG_C usage And move outside the wrong doxygen group.
4:43 PM Changeset in ffmpeg [28b9ac4e] by Vittorio Giovara <vittorio.giovara@gmail.com>
log: Remove undefined behaviour
4:15 PM Ticket #3525 (AAC to PCM produced a lot of noise!) updated by kaienfr
Nothing changed with swr_alloc() Here is the comparaisons of decoded …
4:04 PM Ticket #3529 (optimize cinepak encoder) created by ami_stuff
it's too slow right now to be usable
3:40 PM Ticket #3525 (AAC to PCM produced a lot of noise!) updated by kaienfr
Thanks a lot for your response. I will try call swr_alloc() for …
3:03 PM Changeset in ffmpeg [09656707] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'lukaszmluki/master' * commit 'lukaszmluki/master': …
2:35 PM Ticket #3085 (Audio in broken transport stream can be decoded with other software) updated by ramitb
Uploading the file, it is called H264 Copy Remux Fail (LATM AAC).wtv
2:21 PM Ticket #3528 (FFmpeg does not store the aspect ratio in asf files) updated by ramitb
Uploaded a file #3528.ts to the incoming folder
2:20 PM Ticket #3528 (FFmpeg does not store the aspect ratio in asf files) created by ramitb
Summary of the bug: When using libxvid or wmv2 ffmpeg does not store …[…]
2:06 PM Ticket #3085 (Audio in broken transport stream can be decoded with other software) updated by Carl Eugen Hoyos
Replying to ramitbhalla: > The source was a WTV file …
1:54 PM Changeset in ffmpeg [7763118c] by Luca Barbato <lu_zero@gentoo.org>
log: Support for 256color terminals And provide extended coloring …
1:12 PM Ticket #3085 (Audio in broken transport stream can be decoded with other software) updated by ramitb
Status changed
This problem still exists so I'm reopening the ticket. The audio …
1:02 PM Ticket #3526 (Segfault when computing MD5) closed by Carl Eugen Hoyos
invalid: Replying to gjdfgh: > In any case, the libraries should …
1:00 PM Ticket #3526 (Segfault when computing MD5) reopened by gjdfgh
In any case, the libraries should check for incompatible …
12:56 PM Ticket #3526 (Segfault when computing MD5) closed by Carl Eugen Hoyos
invalid: Replying to gjdfgh: > >This means that your binary is …
12:44 PM Ticket #3526 (Segfault when computing MD5) reopened by gjdfgh
>This means that your binary is broken and you cannot report a crash. …
12:41 PM Ticket #3527 (jpegls: support cmyk) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
12:38 PM Ticket #3526 (Segfault when computing MD5) closed by Carl Eugen Hoyos
invalid: Replying to ahthovaikied: > WARNING: library …
11:50 AM cmyk.jls attached to Ticket #3527 by ami_stuff
11:49 AM Ticket #3527 (jpegls: support cmyk) created by ami_stuff
[…]
11:49 AM Changeset in ffmpeg [f5d718a] by Michael Niedermayer <michaelni@gmx.at>
avfilter.h, buffer.c: use const src pointer in …
11:31 AM Changeset in ffmpeg [74aeb6b5] by Michael Niedermayer <michaelni@gmx.at>
libavformat/utils.c: av_pkt_dump_log2: use const pointers Use const …
11:30 AM Ticket #3526 (Segfault when computing MD5) created by ahthovaikied
I am getting a segfault when computing MD5, with a build from git …
11:28 AM Changeset in ffmpeg [eaed4da] by Lukasz Marek <lukasz.m.luki@gmail.com>
lavu/opt: extend AVOptionRange by extra values AVOptionRange is not …
11:20 AM Ticket #3524 (FFmpeg MD5 output different with same data) updated by ahthovaikied
I am getting a segfault with a build from git master (commit …
11:13 AM Changeset in ffmpeg [e12a7324] by Michael Niedermayer <michaelni@gmx.at>
dict: const pointers to dictionary where possible This avoids …
9:49 AM Changeset in ffmpeg [006c2533] by Luca Barbato <lu_zero@gentoo.org>
doc: Fit the graph in 80 cols Some man pagers do not reflow the …
8:52 AM Ticket #3524 (FFmpeg MD5 output different with same data) updated by Carl Eugen Hoyos
Replying to jamal: > Replying to cehoyos: > > …
8:20 AM Ticket #3524 (FFmpeg MD5 output different with same data) updated by jamal
Replying to cehoyos: > Do you have a sample for which …
7:53 AM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by Carl Eugen Hoyos
Replying to nikolaynnov: > Thanks for a fix! Sorry if I …
7:41 AM Ticket #3524 (FFmpeg MD5 output different with same data) updated by Carl Eugen Hoyos
Replying to jamal: > The aac and mp3 float decoders use a …
6:59 AM Ticket #3525 (AAC to PCM produced a lot of noise!) closed by Carl Eugen Hoyos
invalid: Replying to kaienfr: > In git-master ffmpeg, converting …
1:54 AM Ticket #3478 (jpegls: support palettized 8bpp) updated by Michael Niedermayer
Replying to ami_stuff: > Replying to cehoyos: …
1:26 AM Changeset in ffmpeg [fd2bcfc4] by Michael Niedermayer <michaelni@gmx.at>
avcodec/jpeglsdec: fix palette parsing code Signed-off-by: Michael …
1:22 AM Ticket #3525 (AAC to PCM produced a lot of noise!) created by kaienfr
In git-master ffmpeg, converting a AAC audio to PCM produced a lot of …
12:33 AM Ticket #3524 (FFmpeg MD5 output different with same data) updated by jamal
Don't rely on checksum to validate decoding of float data. Core i7 …
12:11 AM Ticket #3282 (Read dvdsub palette from mov files) closed by Carl Eugen Hoyos
fixed: Implemented by wm4 and Michael.
12:06 AM Ticket #2798 (Write cover art to mov files) updated by Carl Eugen Hoyos
Summary changed

Apr 2, 2014:

11:59 PM Ticket #2302 (MacOSX and iOs capture) closed by Carl Eugen Hoyos
fixed: I believe this (video capture) was implemented by Vadim Kalinsky and …
11:56 PM Ticket #1781 (Official Debian / Ubuntu deb package) closed by Carl Eugen Hoyos
fixed: This was implemented by Andreas Cadhalpun: …
11:53 PM Ticket #1565 (ffmpeg fails to build on x32 ABI) updated by Carl Eugen Hoyos
Summary changed
11:50 PM Ticket #756 (Support muxing dvdsub into isom) closed by Carl Eugen Hoyos
fixed: Implemented by John Stebbins.
11:41 PM Changeset in ffmpeg [a025815] by Michael Niedermayer <michaelni@gmx.at>
MAINTAINER: Add CC for dshow maintainer Requested-by: Roger Pack …
11:41 PM Changeset in ffmpeg [8a0c1644] by Michael Niedermayer <michaelni@gmx.at>
MAINTAINERS: add gdi maintainer Signed-off-by: Michael Niedermayer …
11:35 PM Ticket #3505 (Apple HLS floating point time in manifest) closed by Carl Eugen Hoyos
fixed: Implemented by Senthilnathan M in 96b8e7a9
11:21 PM BadContent edited by llogan
a pox on your oily hides (diff)
10:59 PM Ticket #3523 (ffprobe bit_rate wrong with -prefix) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Summary, Priority, Version, Keywords changed
Regression since 5e99a23b For future reports: Please always provide a …
10:41 PM Changeset in ffmpeg [08909fb] by Michael Niedermayer <michaelni@gmx.at>
Add Win32 GDI-based screen grabbing Based on original code by …
10:30 PM Ticket #3524 (FFmpeg MD5 output different with same data) updated by Carl Eugen Hoyos
Keywords, Component changed
Please understand that bugreports with -loglevel quiet are …
10:27 PM Changeset in ffmpeg [f359bac2] by Michael Niedermayer <michaelni@gmx.at>
avformat/hlsenc: remove unneeded l prefix from %lf Signed-off-by: …
10:24 PM Ticket #3522 (FFMPEG unable to read some WTV files (with only video streams)) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
Regression since 73a2d16b
9:50 PM Ticket #3524 (FFmpeg MD5 output different with same data) created by ahthovaikied
I have 2 different PC with builds of FFmpeg 2.2, that produce …
9:06 PM Changeset in ffmpeg [96b8e7a9] by Michael Niedermayer <michaelni@gmx.at>
hlsenc: added floating point time support. Necessary for HLS version …
8:46 PM Changeset in ffmpeg [4754d4b3] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
8:40 PM Changeset in ffmpeg [4654774a] by Michael Niedermayer <michaelni@gmx.at>
lavd/qtkit: Support choosing the input device by index or by name. …
7:38 PM Ticket #2078 (FFMPEG created WTV files cannot be fast forwarded or fast rewound in ...) updated by ramitb
Peter any chance you'll be looking into this?
6:36 PM BadContent edited by llogan
add keywords (diff)
6:36 PM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by Andrey
Thanks for a fix!
6:01 PM Changeset in ffmpeg [23d1c75e] by Michael Niedermayer <michaelni@gmx.at>
lavc/kbdwin: add missing stdint.h include Fixes make checkheaders …
5:44 PM Changeset in ffmpeg [37f69cd] by Michael Niedermayer <michaelni@gmx.at>
swscale: add full bgra64 support Signed-off-by: Michael Niedermayer …
5:09 PM Ticket #3523 (ffprobe bit_rate wrong with -prefix) created by sfrenkiel
Run the following: ffprobe -show_format -unit …
5:04 PM Changeset in ffmpeg [cc8b45c0] by Michael Niedermayer <michaelni@gmx.at>
avformat/avidec: remove unused variables Signed-off-by: Michael …
4:25 PM Changeset in ffmpeg [0652ffc6] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
4:03 PM Changeset in ffmpeg [91a0d3a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9d599e3f6e61438772d8cddd6c9b7c495251f51e' * commit …
3:46 PM Changeset in ffmpeg [3428a9b8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68' * commit …
12:04 PM Ticket #3522 (FFMPEG unable to read some WTV files (with only video streams)) updated by ramitb
The file is […]
12:03 PM Ticket #3522 (FFMPEG unable to read some WTV files (with only video streams)) created by ramitb
Summary of the bug: Recently with the newer builds of ffmpeg it is …
10:47 AM Ticket #3521 (asf demuxing problem) created by Carl Eugen Hoyos
http://samples.ffmpeg.org/A-codecs/VoxWare/Lucky.asf The file shows …
10:14 AM Changeset in ffmpeg [b33c64e4] by Diego Biurrun <diego@biurrun.de>
vf_settb: rename to settb An audio version of settb (asettb) will be …
10:11 AM Changeset in ffmpeg [9d599e3] by Diego Biurrun <diego@biurrun.de>
avi: Improve non-interleaved detection Additional fixes by Nigel …
9:39 AM Changeset in ffmpeg [0ca0924c] by Janne Grunau <janne-libav@jannau.net>
swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64
9:37 AM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by Carl Eugen Hoyos
Summary changed
8:26 AM Ticket #3514 (Remuxing a dvb teletext stream fails) updated by Carl Eugen Hoyos
Keywords, Status, Description, Reproduced by developer, Summary changed
Remuxing the second teletext streams fails (remuxing video and audio …
8:00 AM Ticket #3508 (Cannot open stats file on second pass when attempting to generate ...) updated by Carl Eugen Hoyos
Replying to cehoyos: > (I don't remember if you are using …
7:58 AM Ticket #3514 (Remuxing a dvb teletext stream fails) updated by David
Replying to cehoyos: > You write above "-map 0
7:54 AM Ticket #3520 (Remuxing from flv to swf breaks framerate) created by Carl Eugen Hoyos
(As reported on the forum.) Remuxing from flv to swf produces output …
7:49 AM Changeset in ffmpeg [45782a98] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Write aspect ratio when muxing gif.
7:32 AM Ticket #3508 (Cannot open stats file on second pass when attempting to generate ...) updated by Carl Eugen Hoyos
What's wrong with the following? […] (I don't remember if you are …
7:22 AM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by Carl Eugen Hoyos
Updated once more for size_t and correct specifier according to …
7:20 AM patchptrdiff.diff attached to Ticket #3472 by Carl Eugen Hoyos
7:05 AM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by Carl Eugen Hoyos
I had just realized this, patch updated.
6:53 AM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by cyril
I'll test it later but if it works it won't be enough as %ti is also …
6:36 AM Ticket #3513 (non-existing PPS %d referenced in trans code one ts file) updated by Carl Eugen Hoyos
Can you create the damaged file with ffmpeg? If you believe you …
5:45 AM Changeset in ffmpeg [cecb6d6f] by Clément Bœsch <u@pkh.me>
Changelog: remove unecessary "added"
2:38 AM Changeset in ffmpeg [c00f368c] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ac3dec: use av_freep() for saftey Signed-off-by: Michael …
1:40 AM Ticket #3513 (non-existing PPS %d referenced in trans code one ts file) updated by scbb
Replying to cehoyos: > Could you explain what problem do …
1:25 AM Changeset in ffmpeg [27f77a37] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: vc1dec: …
1:15 AM Changeset in ffmpeg [61b3b331] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f1c4a54f6ecbf77a29aaaee09ca70c5468d0c509' * commit …
12:54 AM Changeset in ffmpeg [45ba9d85] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e' * commit …
12:44 AM Changeset in ffmpeg [119cf2a4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '80035db88c1f7cc23110c7472a2b13a4d2d8b73e' * commit …
12:19 AM Ticket #3508 (Cannot open stats file on second pass when attempting to generate ...) updated by ianken
Second pass generates two files. First pass makes LOG only. What I'm …

Apr 1, 2014:

11:33 PM Ticket #3472 (MSVC uses %Id for size_t and ptrdiff_t) updated by Carl Eugen Hoyos
Could you test if attached patch fixes the issue for you?
11:08 PM Ticket #3503 (Need support regarding live encoding) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if you can add the missing information.
10:32 PM Changeset in ffmpeg [e03f0933] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cus/stable' * cus/stable: mpeg12enc: …
10:28 PM Changeset in ffmpeg [c6111483] by Vittorio Giovara <vittorio.giovara@gmail.com>
vc1dec: fix a possible unitialized variable warning
10:27 PM Changeset in ffmpeg [f1c4a54f] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavf: add supported extension to avi and mov demuxers
10:27 PM Changeset in ffmpeg [cba4e606] by Vittorio Giovara <vittorio.giovara@gmail.com>
More correct printf format specifiers This avoids compiler warnings …
10:27 PM Changeset in ffmpeg [80035db8] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavu: add missing formats to av_pix_fmt_swap_endianness
10:25 PM Changeset in ffmpeg [d063bb63] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: VP3: …
9:47 PM Changeset in ffmpeg [d2264740] by Vittorio Giovara <vittorio.giovara@gmail.com>
VP3: K&R formatting cosmetics
9:24 PM Ticket #3513 (non-existing PPS %d referenced in trans code one ts file) updated by Carl Eugen Hoyos
Version, Description changed
Could you explain what problem do you see with your transcoding …
9:19 PM Ticket #3508 (Cannot open stats file on second pass when attempting to generate ...) updated by Carl Eugen Hoyos
I tested the following: $ ffmpeg -f lavfi -i testsrc -pass 1 -vcodec …
9:13 PM Ticket #3519 (Decoding mpegts h264 i-frame into jpeg occasionally gives gray or ...) updated by Carl Eugen Hoyos
Is the problem reproducible with ffmpeg (the application)? …
9:04 PM Ticket #3519 (Decoding mpegts h264 i-frame into jpeg occasionally gives gray or ...) created by werner
Summary of the bug: decoding mpegts h264 i-frame into jpeg …
8:52 PM Ticket #3508 (Cannot open stats file on second pass when attempting to generate ...) updated by ianken
It throws a different error with "-vcodec mpeg4" in that it is looking …
7:31 PM Ticket #3514 (Remuxing a dvb teletext stream fails) updated by Carl Eugen Hoyos
You write above "-map 0 crashes": Please provide gdb output for …
7:00 PM Changeset in ffmpeg [909757fa] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '66d04c068a30751750818dcfbb6555ab74eb3f6d' * commit …
6:52 PM Changeset in ffmpeg [a0cf8778] by Marton Balint <cus@passwd.hu>
mpeg12enc: always set closed gop flag on the first gop Improves …
6:52 PM Changeset in ffmpeg [51c61e64] by Marton Balint <cus@passwd.hu>
mpeg12enc: always write closed gops for intra only outputs …
5:58 PM Changeset in ffmpeg [3b37f228] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ac3dec_fixed: add missingAVprefix to CODEC_ID Signed-off-by: …
5:58 PM Changeset in ffmpeg [91b105ce] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ac3dec: avoid #if, use if() instead, its cleaner and shorter …
5:58 PM Changeset in ffmpeg [b2191429] by Michael Niedermayer <michaelni@gmx.at>
avcodec/ac3: rename identifier used to select the fixed point variant …
5:01 PM Changeset in ffmpeg [696e34a6] by Michael Niedermayer <michaelni@gmx.at>
libavcodec: Implementation of AC3 fixedpoint decoder Signed-off-by: …
4:21 PM Ticket #3478 (jpegls: support palettized 8bpp) updated by ami_stuff
Replying to cehoyos: > Fixed by Michael in 254f653b …
3:57 PM Changeset in ffmpeg [d506deae] by Michael Niedermayer <michaelni@gmx.at>
avutil/fixed_dsp: remove redundant cast Signed-off-by: Michael …
3:36 PM Changeset in ffmpeg [284cfc7] by Michael Niedermayer <michaelni@gmx.at>
libavutil: Add fixed_dsp Signed-off-by: Nedeljko Babic …
1:30 PM Ticket #3515 (Crashes or artifacts when playing a specific file/stream) updated by Rafał Hirsz
I made a new one. […]
1:08 PM Ticket #3478 (jpegls: support palettized 8bpp) closed by Carl Eugen Hoyos
fixed: Fixed by Michael in 254f653b
12:32 PM Ticket #3512 (avdevice/qtkit.o is not built, but libavdevice.dylib still tries to ...) updated by Carl Eugen Hoyos
Priority, Keywords, Version changed
12:18 PM Ticket #3512 (avdevice/qtkit.o is not built, but libavdevice.dylib still tries to ...) closed by Hanspeter Niederstrasser
fixed: Fixed by 9595f36700a90fc3e32627964fa2106341aa306c
12:10 PM Ticket #3515 (Crashes or artifacts when playing a specific file/stream) updated by Carl Eugen Hoyos
Priority, Keywords changed
Could you provide register content for the backtrace you made?
11:43 AM Changeset in ffmpeg [254f653b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/jpeglsdec: add PAL8 support Fixes Ticket3478 Signed-off-by: …
11:39 AM Ticket #3514 (Remuxing a dvb teletext stream fails) updated by David
You are right: This is a different issue not reported at first. That's …
11:31 AM Ticket #3514 (Remuxing a dvb teletext stream fails) updated by Carl Eugen Hoyos
Replying to dalongra: > But I don't manage to get subtitle …
11:26 AM Ticket #3514 (Remuxing a dvb teletext stream fails) updated by David
Thanks for your reply. I was not sure if this is a duplicate of ticket …
9:36 AM Ticket #679 (DVB subtitles are badly placed (and scaled) on the screen) updated by Carl Eugen Hoyos
Replying to cehoyos: > Another sample (with the opposite …
9:27 AM Ticket #3517 (can't set Video4Linux2 framerate) updated by Carl Eugen Hoyos
Replying to cehoyos: > Does attached untested patch …
9:24 AM Ticket #3517 (can't set Video4Linux2 framerate) updated by Carl Eugen Hoyos
Does attached untested patch improve the situation?
9:19 AM Ticket #3518 (ffmpeg lacks Raspberry Pi hardware encoding support) updated by Carl Eugen Hoyos
Priority, Version changed
9:10 AM Ticket #3517 (can't set Video4Linux2 framerate) updated by nunojpg
[…] […] In regard to the framerate being set before the …
9:05 AM Changeset in ffmpeg [66d04c06] by Martin Storsjö <martin@martin.st>
fate: Explicitly use gray16le in fate-sgi-gray16 This fixes the test …
8:27 AM Ticket #3518 (ffmpeg lacks Raspberry Pi hardware encoding support) created by Ben
Summary of the bug: While gstreamer has a omxh264enc sinc which does …
8:14 AM Ticket #3514 (Remuxing a dvb teletext stream fails) updated by Carl Eugen Hoyos
Keywords, Version changed
8:12 AM Ticket #3514 (Remuxing a dvb teletext stream fails) updated by Carl Eugen Hoyos
Replying to dalongra: > {{{ > ffmpeg -v 9 -loglevel 99 …
6:48 AM Ticket #3516 (mjpeg: wrong colors (CMYK with subsampling)) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
5:37 AM Ticket #3517 (can't set Video4Linux2 framerate) updated by Carl Eugen Hoyos
Keywords changed
To make this a valid ticket, please provide a failing command line …
3:18 AM Changeset in ffmpeg [87907201] by Michael Niedermayer <michaelni@gmx.at>
avcodec/exr: use av_freep() for saftey Signed-off-by: Michael …
3:12 AM Changeset in ffmpeg [9595f367] by Michael Niedermayer <michaelni@gmx.at>
Makefile: fix out of tree builds of .m files should fix fate failures …
2:52 AM Changeset in ffmpeg [6537b898] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
2:19 AM Changeset in ffmpeg [767b1daf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd613091f8858d87789916e2bd7a84ea3144077d4' * commit …
2:13 AM Changeset in ffmpeg [4ebfcd62] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6c1df1f2287401b6022773e382ebc3a3bfed0b38' * commit …
2:03 AM Changeset in ffmpeg [23290c86] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f8dea10d3f09376894613d0266c34d1a16ac735f' * commit …
1:55 AM Changeset in ffmpeg [5628b9f5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ab7c64624a1254d509b71c2a4945336567e93845' * commit …
1:51 AM Changeset in ffmpeg [5b03caf9] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6d9ccee4519f41155c88655c77bfb1ef085797fd' * commit …
1:42 AM Changeset in ffmpeg [013aa222] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '0279d1d0946a854aa08919abd05b7f2da433823e' * commit …
1:37 AM Changeset in ffmpeg [b3fa78ce] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e7cd53bf662a93330810981f1d057bdf2ead669e' * commit …
1:29 AM Changeset in ffmpeg [be4ae3f5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a7dbfcf6cb6ab8a8981d74332fd02fb90360d22f' * commit …
1:27 AM Changeset in ffmpeg [0054bbd6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ca36aa9e6b8f2fed15478245ad533fc594a35c37' * commit …
1:24 AM Changeset in ffmpeg [42138f63] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '06688e96fb9577bc7466a380bf7a14fa745208db' * commit …
1:16 AM Changeset in ffmpeg [95582b5c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '38389058c3308758c6365abd0f6b45c5e62bb90b' * commit …
12:08 AM Changeset in ffmpeg [9e3c8f61] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '678e455f1dc09265464b13d936d9fda62bc2bf43' * commit …

Mar 31, 2014:

11:58 PM Ticket #3517 (can't set Video4Linux2 framerate) created by nunojpg
ffmpeg version N-61985-gd5c0036 built on Mar 31 2014 22:09:58 with gcc …
11:28 PM Ticket #3516 (mjpeg: wrong colors (CMYK with subsampling)) closed by Michael Niedermayer
fixed: Fixed in d56c373391d334d3dc29c752955fd17f0cef7ff9
11:19 PM Changeset in ffmpeg [55c6e599] by Vittorio Giovara <vittorio.giovara@gmail.com>
fate: add SGI tests
11:19 PM Changeset in ffmpeg [d613091f] by Vittorio Giovara <vittorio.giovara@gmail.com>
sgi: decode 16bit RLE images
11:19 PM Changeset in ffmpeg [6c1df1f] by Vittorio Giovara <vittorio.giovara@gmail.com>
sgi: encode images with 4 channels at 8 and 16 bits
11:19 PM Changeset in ffmpeg [f8dea10d] by Vittorio Giovara <vittorio.giovara@gmail.com>
sgi: decode images with 4 channels at 8 and 16 bits
11:19 PM Changeset in ffmpeg [ab7c6462] by Vittorio Giovara <vittorio.giovara@gmail.com>
sgi: remove redundant argument from read_uncompressed_sgi()
11:18 PM Changeset in ffmpeg [6d9ccee4] by Vittorio Giovara <vittorio.giovara@gmail.com>
sgi: set the row boundary to the correct value
11:14 PM Changeset in ffmpeg [d56c3733] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: fix cmyk 420 with adobe_transform == 2 Fixes …
11:13 PM Changeset in ffmpeg [0279d1d0] by Vittorio Giovara <vittorio.giovara@gmail.com>
sgi: fix end of line boundary detection
11:13 PM Changeset in ffmpeg [e7cd53bf] by Vittorio Giovara <vittorio.giovara@gmail.com>
sgi: check maximum supported resolution Signed-off-by: Vittorio …
11:13 PM Changeset in ffmpeg [a7dbfcf6] by Vittorio Giovara <vittorio.giovara@gmail.com>
sgi: K&R formatting cosmetics
11:13 PM Changeset in ffmpeg [ca36aa9e] by Vittorio Giovara <vittorio.giovara@gmail.com>
codec_desc: set lossless attribute for SGI and DPX
11:13 PM Changeset in ffmpeg [06688e96] by Vittorio Giovara <vittorio.giovara@gmail.com>
fate: add exr tests Signed-off-by: Vittorio Giovara …
11:13 PM Changeset in ffmpeg [38389058] by Vittorio Giovara <vittorio.giovara@gmail.com>
OpenEXR decoder Additional fixes and enhancements by Vittorio …
11:06 PM Ticket #3510 (Many errors, glitchy audio output with -filter_complex ...) updated by ianken
The build is from Zeranoe, whatever was latest at the time I ran it. …
10:59 PM Ticket #3434 (Cannot remux PRORES 422 10bit MOV to MKV: results unplayable.) updated by gjdfgh
Would it be possible to provide the sample files in a way you don't …
10:53 PM Ticket #3434 (Cannot remux PRORES 422 10bit MOV to MKV: results unplayable.) updated by ianken
I tend to agree. I will file a bug with LAV as well, since the LAV …
10:45 PM Ticket #3434 (Cannot remux PRORES 422 10bit MOV to MKV: results unplayable.) updated by gjdfgh
Cc changed
10:45 PM Ticket #3434 (Cannot remux PRORES 422 10bit MOV to MKV: results unplayable.) updated by gjdfgh
Looks like ffmpeg might produce correct output using the proper codec …
10:37 PM Ticket #3434 (Cannot remux PRORES 422 10bit MOV to MKV: results unplayable.) updated by ianken
It does look a bit off. Here's the dump from MKVInfo for the Haali …
10:10 PM Changeset in ffmpeg [678e455] by Vittorio Giovara <vittorio.giovara@gmail.com>
dxva2: Directly use AVFrames The assumption of (MPEG) Picture and …
9:47 PM Changeset in ffmpeg [1f361124] by Michael Niedermayer <michaelni@gmx.at>
avformat/img2dec: zero probe buffer Fixes use of uninitialized memory …
9:31 PM Ticket #3487 (hevc: corrupted last frame in the output video) updated by ami_stuff
I think that I can spot at last one artefact at the end of the video …
9:11 PM Changeset in ffmpeg [0cc8a62a] by Michael Niedermayer <michaelni@gmx.at>
dshow: fixup some COM objects, based on patches from Don Moir …
9:05 PM YCbCrK.jpg attached to Ticket #3516 by ami_stuff
9:05 PM Ticket #3516 (mjpeg: wrong colors (CMYK with subsampling)) created by ami_stuff
attached file decodes with wrong colors […]
8:31 PM BadContent edited by llogan
add more keywords and common usernames (diff)
8:21 PM Changeset in ffmpeg [d5c0036d] by Michael Niedermayer <michaelni@gmx.at>
lavd/qtkit: Fix non-constant initializer element for some clang …
8:08 PM Changeset in ffmpeg [9d013fe8] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: mov: …
8:04 PM Changeset in ffmpeg [0f714abb] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '654c7446a806c5dc8ec7800874c49a4c1ba2ce80' * commit …
7:56 PM BadIP edited by llogan
adding worst offenders (diff)
7:50 PM Changeset in ffmpeg [c43ebd94] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '33259118155764ce27a3433894659dda1d148b5f' * commit …
7:49 PM Ticket #3515 (Crashes or artifacts when playing a specific file/stream) created by Rafał Hirsz
Trying to stream http://s3.amazonaws.com/ffmpeg-testing/badaccess.mp4
7:49 PM Changeset in ffmpeg [4ea333d7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c042cbc3a68d09a20cfd75fb4a4eff0534253081' * commit …
6:26 PM Changeset in ffmpeg [4a6dce9f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'cd60631752cafe106b406f00966ac0323ad2ce1f' * commit …
5:31 PM Changeset in ffmpeg [f94371b1] by Luca Barbato <lu_zero@gentoo.org>
mov: Unbreak sbtl writing
3:52 PM Changeset in ffmpeg [654c744] by Vittorio Giovara <vittorio.giovara@gmail.com>
vc1dec: improve hwaccel #ifdefs
3:52 PM Changeset in ffmpeg [33259118] by Vittorio Giovara <vittorio.giovara@gmail.com>
h263: improve hwaccel #ifdefs
3:47 PM Changeset in ffmpeg [559c8b9e] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: support subsampled 420 CMYK Signed-off-by: Michael …
3:47 PM Changeset in ffmpeg [79849081] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: upgrade upscale_v to support multiple planes …
3:47 PM Changeset in ffmpeg [f9059ce] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: upgrade upscale_h to support multiple planes …
3:29 PM Ticket #3514 (Remuxing a dvb teletext stream fails) created by David
See comment:8 for the description. --- Summary of the bug: Image …
3:24 PM Changeset in ffmpeg [c042cbc3] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Use the repeat headers flag when not using global headers …
3:24 PM Changeset in ffmpeg [cd606317] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Bump version requirement Build 13 has a crucial fix which …
1:02 PM 96.ts attached to Ticket #3513 by scbb
input file
1:02 PM Ticket #3513 (non-existing PPS %d referenced in trans code one ts file) created by scbb
[…]
12:50 PM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Michael Niedermayer
Priority, Summary changed
this leak is just a single mutex for the whole program execution and …
12:39 PM Ticket #3221 (best effort time stamp is wrong after av_seek_frame is called.) closed by Michael Niedermayer
invalid: you need to call avcodec_flush_buffers() after seeking
12:13 PM Changeset in ffmpeg [1b28d9b3] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Use the repeat headers flag when not using global headers …
12:13 PM Changeset in ffmpeg [32998ee9] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libx265: Bump version requirement Build 13 has a crucial fix which …
12:12 PM Ticket #3483 (live stream with a gopro (hero 3)) updated by SEYDOUX
I just made a test. There is no problem when streaming to a file. …
12:11 PM console.txt attached to Ticket #3483 by SEYDOUX
12:11 PM test.mp4 attached to Ticket #3483 by SEYDOUX
12:05 PM Ticket #3512 (avdevice/qtkit.o is not built, but libavdevice.dylib still tries to ...) created by Hanspeter Niederstrasser
OS X 10.7, with Xcode 4.6.3, git HEAD This configure: […] leads …
11:18 AM Changeset in ffmpeg [bf7d93e1] by Michael Niedermayer <michaelni@gmx.at>
avcodec/adpcm: also squelch 'mismatch in coded sample count' warning …
11:14 AM Changeset in ffmpeg [a9ccec52] by Michael Niedermayer <michaelni@gmx.at>
configure: Remove invalid option --disable-qtkit. QTKit can/should be …
9:37 AM Ticket #3483 (live stream with a gopro (hero 3)) updated by Carl Eugen Hoyos
Can you reproduce the problem if you output to a file instead of a hls …
9:16 AM Ticket #3483 (live stream with a gopro (hero 3)) updated by SEYDOUX
With a gopro 3 you can reproduce the bug. I can store the output in a …
8:56 AM Ticket #3483 (live stream with a gopro (hero 3)) updated by Carl Eugen Hoyos
Keywords changed
8:55 AM Ticket #3483 (live stream with a gopro (hero 3)) updated by Carl Eugen Hoyos
Keywords, Version changed
Replying to sdx: > It seems that ffmpeg does not like …
8:28 AM Ticket #3487 (hevc: corrupted last frame in the output video) updated by Carl Eugen Hoyos
Keywords, Version changed
The stream contains 303 frames, the first 299 are decoded …
8:16 AM Ticket #3509 (ffplay unable to play 352800 Hz wav file (pulse audio has a hard limit ...) updated by Carl Eugen Hoyos
After further tests - with export SDL_AUDIODRIVER=pulse instead …
8:08 AM Ticket #3510 (Many errors, glitchy audio output with -filter_complex ...) updated by Cigaes
This sample seems badly interleaved: it starts with 47 audio packets, …
8:00 AM Ticket #3473 (wtv muxer does not check H.264 streams for startcode) closed by Carl Eugen Hoyos
fixed: Fixed by Peter Ross in 92d657b5
1:46 AM Ticket #3469 (pullup crashes with gray8) closed by Michael Niedermayer
fixed: Fixed in e818ee090ac53d1b333a7d6a45274f75cf1a71a1
1:22 AM Changeset in ffmpeg [e818ee09] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_pullup: fix gray8 Fixes segfault Fixes Ticket3469 …
12:29 AM Ticket #3048 (ICL and HAVE_INLINE_ASM) closed by Timothy Gu
fixed: Should be fixed with …
12:23 AM Changeset in ffmpeg [75621cdf] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
12:18 AM Changeset in ffmpeg [e4fc7e3d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '292dbe5e8a95d38c1324b0432fbaca67f8fe4b73' * commit …
12:16 AM Changeset in ffmpeg [801b94a7] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '729d821fd864a0568f4068e64d3a70faa23b9309' * commit …
12:10 AM Changeset in ffmpeg [46ff8108] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '12789d96361ed8e9804bfbb9db31ea4110e75c58' * commit …

Mar 30, 2014:

11:58 PM Changeset in ffmpeg [1ffbaa88] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'fce28c3c6d603b7f42a5dbe36bf240d0470469c8' * commit …
11:55 PM Changeset in ffmpeg [20bc5924] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '96138e8c8da4b9397e627c934a33c22988d1192b' * commit …
11:54 PM Ticket #3499 (Error transcoding AVID H264 mxf file with seek (-ss) option) updated by Carl Eugen Hoyos
Summary changed
11:52 PM Ticket #3509 (ffplay unable to play 352800 Hz wav file (pulse audio has a hard limit ...) updated by Carl Eugen Hoyos
This works fine here so I would assume a problem with SDL. […]
11:44 PM Changeset in ffmpeg [36d37edf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9bd4a9f4eec8c8843b54126253bb9d77af95bbb3' * commit …
11:32 PM Changeset in ffmpeg [8e8276e0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '3e4e2142d246699a1a3a0045ba7124b18bc34d7a' * commit …
11:21 PM Ticket #3434 (Cannot remux PRORES 422 10bit MOV to MKV: results unplayable.) updated by Carl Eugen Hoyos
Component changed
The file ProRes_FromHaali.mkv does not look correct to me, see …
11:11 PM Changeset in ffmpeg [09fda6bb] by Vittorio Giovara <vittorio.giovara@gmail.com>
libmp3lame: add ABR support
11:11 PM Changeset in ffmpeg [292dbe5e] by Vittorio Giovara <vittorio.giovara@gmail.com>
libmp3lame: add comments about CBR/VBR modes
11:11 PM Changeset in ffmpeg [729d821f] by Vittorio Giovara <vittorio.giovara@gmail.com>
libmp3lame: allow joint stereo to be disabled
11:08 PM Changeset in ffmpeg [12789d96] by Vittorio Giovara <vittorio.giovara@gmail.com>
mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions …
11:08 PM Changeset in ffmpeg [fce28c3c] by Vittorio Giovara <vittorio.giovara@gmail.com>
mov: fill in subtitle dimensions after parsing tkhd Sample-Id: …
11:08 PM Changeset in ffmpeg [96138e8c] by Vittorio Giovara <vittorio.giovara@gmail.com>
isom: only write the size if its non zero in …
11:05 PM Changeset in ffmpeg [9bd4a9f4] by Vittorio Giovara <vittorio.giovara@gmail.com>
isom: Simplify mov_rewrite_dvd_sub_extradata() This avoids the 2nd …
11:04 PM Changeset in ffmpeg [3e4e2142] by Vittorio Giovara <vittorio.giovara@gmail.com>
fate: Convert the paletted output in the brenderpix tests to rgb24 …
10:38 PM Ticket #3510 (Many errors, glitchy audio output with -filter_complex ...) updated by Carl Eugen Hoyos
Status, Version, Reproduced by developer, Description changed
9:14 PM Changeset in ffmpeg [0f2588d7] by Michael Niedermayer <michaelni@gmx.at>
Use intel compliant CDQ instead of CLTD in inline asm. Signed-off-by: …
9:06 PM Ticket #3511 (support FrameRate in dpx files) created by dave rice
Summary of the enhancement: A request for frame rate support in the …
7:29 PM Changeset in ffmpeg [6d9bdd9d] by Michael Niedermayer <michaelni@gmx.at>
doc/indevs: Fix example for QTKit usage. Signed-off-by: Michael …
7:20 PM Changeset in ffmpeg [9c77e573] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
7:11 PM Changeset in ffmpeg [f22d9b1e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '68e95ab81be1aa3f47ab148dceb8711ef5f4212d' * commit …
7:00 PM Changeset in ffmpeg [ce0ec108] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9e4e35b4d7c43a908944183a58aa389a23116fd6' * commit …
6:45 PM Changeset in ffmpeg [234f0bcb] by Michael Niedermayer <michaelni@gmx.at>
lavd: Add QTKit input device. Signed-off-by: Thilo Borgmann …
4:02 PM Changeset in ffmpeg [3a5a9654] by Vittorio Giovara <vittorio.giovara@gmail.com>
avconv: make the ASCII flow charts narrower to fit onto TTY These …
2:36 PM Changeset in ffmpeg [92d657b5] by Michael Niedermayer <michaelni@gmx.at>
avformat/wtvenc: advise user when H264 startcode is not present Fixes …
2:36 PM Changeset in ffmpeg [e61973db] by Michael Niedermayer <michaelni@gmx.at>
avformat/mpegtsenc: move startcode validity check to …
1:00 PM Changeset in ffmpeg [7aa3979] by Michael Niedermayer <michaelni@gmx.at>
avformat/avio: also set generic URL context options This should have …
1:00 PM Changeset in ffmpeg [d9a3501c] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: dont crash on av_opt_set_dict() with NULL This allows …
12:55 PM Changeset in ffmpeg [68e95ab8] by Vittorio Giovara <vittorio.giovara@gmail.com>
dnxhdenc: return meaningful return codes
12:55 PM Changeset in ffmpeg [9e4e35b4] by Vittorio Giovara <vittorio.giovara@gmail.com>
avconv_opt: fix avio_open2() return code check avio_open2() only …
9:45 AM Changeset in ffmpeg [e0aa76d3] by Martin Storsjö <martin@martin.st>
golomb: Fix the implementation of get_se_golomb_long This was only …
7:47 AM Ticket #3508 (Cannot open stats file on second pass when attempting to generate ...) updated by Carl Eugen Hoyos
Is this only reproducible using an external library or also with …
6:06 AM Ticket #3510 (Many errors, glitchy audio output with -filter_complex ...) created by ianken
Many errors, glitchy audio output with -filter_complex …
4:22 AM Changeset in ffmpeg [31ac3f30] by Michael Niedermayer <michaelni@gmx.at>
avformat/wtvenc: pad judiciously when writing mpeg2 extradata Padding …
4:22 AM Changeset in ffmpeg [73a2d16b] by Michael Niedermayer <michaelni@gmx.at>
avformat/wtvdec: demux mpeg2 extradata Signed-off-by: Peter Ross …
4:22 AM test_352800hz.wav attached to Ticket #3509 by pross
4:21 AM Ticket #3509 (ffplay unable to play 352800 Hz wav file (pulse audio has a hard limit ...) created by pross
ffplay is unable to play 352800 Hz wav file. the same file plays back …
3:27 AM Ticket #3508 (Cannot open stats file on second pass when attempting to generate ...) created by ianken
One input, two outputs. Second pass. Stats file cannot be opened. If …
1:23 AM Changeset in ffmpeg [c01ddf84] by Michael Niedermayer <michaelni@gmx.at>
avformat/replaygain: remove unused variable Signed-off-by: Michael …
1:03 AM Changeset in ffmpeg [30e15936] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: golomb: …
12:55 AM Changeset in ffmpeg [ae3313e1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5' * commit …

Mar 29, 2014:

11:12 PM Ticket #3434 (Cannot remux PRORES 422 10bit MOV to MKV: results unplayable.) updated by ianken
ffmpeg.exe -i source.mov -an -y -vcodec copy out.mkv repros the bug. …
10:28 PM Changeset in ffmpeg [508a84e6] by Martin Storsjö <martin@martin.st>
golomb: Fix the implementation of get_se_golomb_long This was only …
5:13 PM Changeset in ffmpeg [af3b6ae] by Clément Bœsch <u@pkh.me>
avcodec/vp9dsp: fix typo in mc doxy.
5:13 PM Changeset in ffmpeg [c4148a66] by Clément Bœsch <u@pkh.me>
x86/vp9mc: add vp9 namespace.
5:12 PM Changeset in ffmpeg [4c1e4bc6] by Reinhard Tartler <siretart@tauware.de>
Prepare for 9.13 Release
5:03 PM Changeset in ffmpeg [a014b961] by Reinhard Tartler <siretart@tauware.de>
Prepare for 10.1 Release
4:07 PM Changeset in ffmpeg [bcd5fd53] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'lukaszmluki/master' * commit 'lukaszmluki/master': …
3:11 PM Changeset in ffmpeg [53c20f17] by Diego Biurrun <diego@biurrun.de>
vp8: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
2:38 PM Changeset in ffmpeg [8a9d0a15] by Michael Niedermayer <michaelni@gmx.at>
avformat/movenc: fix if vs if else Signed-off-by: Michael Niedermayer …
2:04 PM Changeset in ffmpeg [b8f5b071] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
1:33 PM Changeset in ffmpeg [d8402666] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '85698be461c07be10d873dd34348bcfe9ffc56e0' * commit …
8:54 AM Changeset in ffmpeg [3937b40e] by Lukasz Marek <lukasz.m.luki@gmail.com>
lavd/pulse_audio_enc: implement get_device_list callback …
8:54 AM Changeset in ffmpeg [255cf03a] by Lukasz Marek <lukasz.m.luki@gmail.com>
lavd/pulse_audio_dec: implement get_device_list callback …
8:48 AM Changeset in ffmpeg [85ed32d2] by Lukasz Marek <lukasz.m.luki@gmail.com>
lavd/pulse_audio_common: add device detecting code Signed-off-by: …
8:48 AM Changeset in ffmpeg [cd50a44b] by Lukasz Marek <lukasz.m.luki@gmail.com>
lavu/mem: add av_dynarray_add_nofree function av_dynarray_add_nofree …
8:26 AM Changeset in ffmpeg [27256e69] by Lukasz Marek <lukasz.m.luki@gmail.com>
lavd/pulse_audio_enc: implement write_uncoded_frame callback Provided …
8:25 AM Changeset in ffmpeg [fd786bad] by Lukasz Marek <lukasz.m.luki@gmail.com>
tools/uncoded_frame: fix audio codec generation Codec id is guessed …
4:22 AM Ticket #3501 (vp7: crash with fuzzed file 2) closed by Michael Niedermayer
fixed: Fixed in 46f72ea507afee6adb0d2324848159063d0e7afc
3:27 AM Changeset in ffmpeg [46f72ea5] by Michael Niedermayer <michaelni@gmx.at>
avcodec/vp7: check buffer size Fixes overread Fixes Ticket 3501 …
2:50 AM Changeset in ffmpeg [067ada04] by Michael Niedermayer <michaelni@gmx.at>
avcodec/xbmdec: redesign parser to handle more cases The new code is …

Mar 28, 2014:

11:38 PM Changeset in ffmpeg [657cee1a] by Michael Niedermayer <michaelni@gmx.at>
avformat/img2_alias_pix: rewrite probe function Fixes probetest …
11:38 PM Changeset in ffmpeg [2cffdcbd] by Michael Niedermayer <michaelni@gmx.at>
avformat/img2dec: try to read PROBE_BUF_MIN instead of just enough for …
10:54 PM Changeset in ffmpeg [1c13e1e] by Michael Niedermayer <michaelni@gmx.at>
avformat/img2dec: Use avformat probing interface to identify format if …
10:54 PM Changeset in ffmpeg [075d6c06] by Michael Niedermayer <michaelni@gmx.at>
avformat: add image2 brender pix demuxer Reviewed-by: wm4 …
10:54 PM Changeset in ffmpeg [13bcb4de] by Michael Niedermayer <michaelni@gmx.at>
avformat: add image2 alias pix demuxer Reviewed-by: wm4 …
10:54 PM Changeset in ffmpeg [067a9cf8] by Michael Niedermayer <michaelni@gmx.at>
avformat/img2dec: make image2dec capable to be used from seperate …
5:16 PM Ticket #3192 (Dropped frames if x11grab and webcam are used in filter_complex) updated by jnvsor
Summary changed
Happens with webcam audio too! […]
4:29 PM Changeset in ffmpeg [de96e20b] by Michael Niedermayer <michaelni@gmx.at>
avfilter/lavfutils: call av_find_stream_info() before reading various …
4:29 PM Changeset in ffmpeg [2b4543ff] by Michael Niedermayer <michaelni@gmx.at>
cmdutils/filter_codec_opts: do not discard all options for …
4:15 PM Changeset in ffmpeg [6adf3bc4] by Luca Barbato <lu_zero@gentoo.org>
movenc: Add dvd subtitle support Signed-off-by: Luca Barbato …
11:55 AM Changeset in ffmpeg [92005c26] by Michael Niedermayer <michaelni@gmx.at>
fate/aliaspix: Use standard test sample This also uses samples with …
11:03 AM Changeset in ffmpeg [e1d10017] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
10:00 AM Changeset in ffmpeg [a696b091] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'fb5cf145b6bcfa4f83af94398e5560c1132cc410' * commit …
4:50 AM Changeset in ffmpeg [2b570c95] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '991362fab49b60d34d89b7b7d6dd00fbec3ce022' * commit …
4:34 AM Changeset in ffmpeg [1da18667] by Michael Niedermayer <michaelni@gmx.at>
avcodec/xbmdec: support X10 format Signed-off-by: Michael Niedermayer …
4:33 AM Changeset in ffmpeg [4618084a] by Michael Niedermayer <michaelni@gmx.at>
avcodec/xbmdec: merge ptr increase into dereference Signed-off-by: …
4:26 AM Changeset in ffmpeg [296e63ef] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '678082b409aca711f9cf991df6b0200116489322' * commit …
3:45 AM Changeset in ffmpeg [6bd05ed8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '792e4c21f212979f0e29bcdf107cb6b4f51645a4' * commit …
3:44 AM Changeset in ffmpeg [8a8472d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a7a5e3850ecd94e726ad2272295b9e6c91841cf8' * commit …
3:32 AM Changeset in ffmpeg [16ddc58b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '70daeacd6ef8b354dd7d2d77ad393831a5bbf033' * commit …
2:26 AM Changeset in ffmpeg [03e4c2d8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd37c96213a2a9e1fd8669122d5405f4ce6a99ed8' * commit …
12:48 AM Ticket #3506 (console log debug output clobbers progress output) updated by Roger Pack
I think you're correct ("at the very end" it seems to spit out one …
Note: See TracTimeline for information about the timeline view.