Timeline



Mar 14, 2012:

11:58 PM Changeset in ffmpeg [dbe7170e] by Marton Balint <cus@passwd.hu>
ffplay: force video refresh if the window is resized or damaged …
11:43 PM Ticket #1065 (H.264/AVC(BDAV BluRay codec family) incorrect framerate recognition) updated by L.H.V.F.
I have saw this comment, and I will question, of the real possibility …
11:04 PM MVI_0584-cut.avi attached to Ticket #1069 by lennie
Clip from Canon Powershot HS100
11:04 PM Ticket #1069 (Canon Powershot playback / conversion) created by lennie
I get the following errors when playing or converting this file from a …
10:38 PM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) updated by reimar
> I asked ffmpeg to select the 2nd stream (c:a:1) and apply the copy …
10:32 PM Changeset in ffmpeg [1ee0cd1a] by Janne Grunau <janne-libav@jannau.net>
dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 …
10:30 PM Changeset in ffmpeg [b5947324] by Janne Grunau <janne-libav@jannau.net>
dca: don't use av_clip_uintp2(). The argument is not a literal, thus …
10:30 PM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) updated by ramitb
I'm a little confused here. The input file had 2 audio streams. I …
10:23 PM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) updated by reimar
No, I meant your output file does not have a second audio stream …
10:06 PM Changeset in ffmpeg [9e2ee462] by Michael Niedermayer <michaelni@gmx.at>
vf_fspp: add ff_ prefix to non static variables. Signed-off-by: …
10:06 PM Changeset in ffmpeg [3bd749f3] by Michael Niedermayer <michaelni@gmx.at>
docs: Add examples for -cpuflags Signed-off-by: Michael Niedermayer …
10:05 PM Changeset in ffmpeg [f43a1604] by Michael Niedermayer <michaelni@gmx.at>
cmdutils: Fix cpuflags so the flags dont pull in and out other flags. …
9:35 PM Changeset in ffmpeg [fa35ade8] by Michael Niedermayer <michaelni@gmx.at>
vf_fspp: fix compilation with llvm
9:02 PM Ticket #766 (Extend ffmpeg's timecode extraction) updated by Clément Bœsch
Could you share a sample?
8:51 PM Changeset in ffmpeg [bda5b662] by Michael Niedermayer <michaelni@gmx.at>
matroskaenc: change cluster_pos to use -1 as the "I'm not currently …
8:49 PM Ticket #1068 (huffyuv enc: crash with very low resolution) created by ami_stuff
http://ffmpeg.org/trac/ffmpeg/attachment/ticket/1059/599.png -s 22x22 …
8:35 PM Changeset in ffmpeg [ce15406e] by Reinhard Tartler <siretart@tauware.de>
snow: check reference frame indices. Fixes NULL ptr dereference …
8:34 PM Changeset in ffmpeg [c9e95636] by Reinhard Tartler <siretart@tauware.de>
snow: reject unsupported chroma shifts. Found-by: Mateusz "j00ru" …
8:34 PM Changeset in ffmpeg [6e5c07f4] by Reinhard Tartler <siretart@tauware.de>
xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds …
8:34 PM Changeset in ffmpeg [c999a8ed] by Reinhard Tartler <siretart@tauware.de>
h264: increase reference poc list from 16 to 32. Interlaced images …
8:33 PM Changeset in ffmpeg [4d343a6f] by Reinhard Tartler <siretart@tauware.de>
h264: stricter reference limit enforcement. Progressive images can …
8:27 PM Changeset in ffmpeg [a81a6d9c] by Reinhard Tartler <siretart@tauware.de>
h264: improve parsing of broken AVC SPS Parsing the entire NAL as SPS …
8:27 PM Changeset in ffmpeg [48f0eeb2] by Reinhard Tartler <siretart@tauware.de>
Replace computations of remaining bits with calls to get_bits_left(). …
8:24 PM Changeset in ffmpeg [e0febda2] by Ronald S. Bultje <rsbultje@gmail.com>
h264: stricter reference limit enforcement. Progressive images can …
8:24 PM Changeset in ffmpeg [48cbe4b0] by Ronald S. Bultje <rsbultje@gmail.com>
h264: increase reference poc list from 16 to 32. Interlaced images …
8:24 PM Changeset in ffmpeg [86020073] by Ronald S. Bultje <rsbultje@gmail.com>
xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds …
8:24 PM Changeset in ffmpeg [1f8ff2b1] by Ronald S. Bultje <rsbultje@gmail.com>
snow: check reference frame indices. Fixes NULL ptr dereference …
8:24 PM Changeset in ffmpeg [c9837954] by Ronald S. Bultje <rsbultje@gmail.com>
snow: reject unsupported chroma shifts. Found-by: Mateusz "j00ru" …
8:24 PM Changeset in ffmpeg [92a02d93] by Ronald S. Bultje <rsbultje@gmail.com>
Add ffvhuff encoding and decoding regression test Signed-off-by: Paul …
8:23 PM Changeset in ffmpeg [5b4d026a] by Ronald S. Bultje <rsbultje@gmail.com>
anm: convert to bytestream2 API Protects from overreads. …
8:23 PM Changeset in ffmpeg [f1ce053] by Ronald S. Bultje <rsbultje@gmail.com>
bytestream: add more unchecked variants for bytestream2 API …
8:14 PM Changeset in ffmpeg [d26e47bf] by Reinhard Tartler <siretart@tauware.de>
png: convert to bytestream2 API. Protects against overreads in the …
8:11 PM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) updated by ramitb
Well in that case I had used it correctlly and this is a bug right. …
8:09 PM Changeset in ffmpeg [568a474a] by Reinhard Tartler <siretart@tauware.de>
roqvideo: convert to bytestream2 API. Found-by: Mateusz "j00ru" …
8:09 PM Changeset in ffmpeg [9a66cdb] by Reinhard Tartler <siretart@tauware.de>
smc: port to bytestream2 API. Found-by: Mateusz "j00ru" Jurczyk and …
8:09 PM Changeset in ffmpeg [ddb1149] by Reinhard Tartler <siretart@tauware.de>
tgq: convert to bytestream2 API. This protects against input buffer …
8:09 PM Changeset in ffmpeg [f6778f58] by Reinhard Tartler <siretart@tauware.de>
algmm: convert to bytestream2 API. Found-by: Mateusz "j00ru" Jurczyk …
8:02 PM Changeset in ffmpeg [e4e4d926] by Reinhard Tartler <siretart@tauware.de>
jvdec: unbreak video decoding The safe bitstream reader broke it …
8:00 PM Changeset in ffmpeg [de0ff4ce] by Reinhard Tartler <siretart@tauware.de>
h264: Fix invalid interlaced/progressive MB combinations for direct …
8:00 PM Changeset in ffmpeg [6548cb25] by Reinhard Tartler <siretart@tauware.de>
libx264: add 'stats' private option for setting 2pass stats filename. …
8:00 PM Changeset in ffmpeg [f6257cf4] by Reinhard Tartler <siretart@tauware.de>
libx264: fix help text for slice-max-size option. CC: …
7:59 PM Changeset in ffmpeg [a15adb18] by Reinhard Tartler <siretart@tauware.de>
avconv: reindent CC: libav-stable@libav.org (cherry picked from …
7:57 PM Changeset in ffmpeg [666bd584] by Reinhard Tartler <siretart@tauware.de>
avconv: link '-passlogfile' option to libx264 'stats' AVOption. Fixes …
7:56 PM Changeset in ffmpeg [d94256d3] by Reinhard Tartler <siretart@tauware.de>
Revert "h264: clear trailing bits in partially parsed NAL units" This …
7:48 PM Changeset in ffmpeg [7bb97a61] by Reinhard Tartler <siretart@tauware.de>
mpc: pad mpc_CC/SCF[] tables to allow for negative indices. MPC8 …
7:47 PM Changeset in ffmpeg [c65eadee] by Reinhard Tartler <siretart@tauware.de>
xxan: protect against chroma LUT overreads. Found-by: Mateusz "j00ru" …
7:47 PM Changeset in ffmpeg [a43f4bd6] by Reinhard Tartler <siretart@tauware.de>
xxan: convert to bytestream2 API. Protects against overreads. …
7:47 PM Changeset in ffmpeg [8f88188] by Reinhard Tartler <siretart@tauware.de>
xxan: don't read before start of buffer in av_memcpy_backptr(). …
7:47 PM Changeset in ffmpeg [26521d87] by Reinhard Tartler <siretart@tauware.de>
dsicinvideo: validate buffer offset before copying pixels. Found-by: …
7:47 PM Changeset in ffmpeg [e1a41437] by Reinhard Tartler <siretart@tauware.de>
cook: error out on quant_index values outside [-63, 63] range. …
7:47 PM Changeset in ffmpeg [b9482a6e] by Reinhard Tartler <siretart@tauware.de>
cook: extend channel uncoupling tables so the full bit range is …
7:34 PM Ticket #1067 (VPX encoding fails on intialization with av_log_set_level( AV_LOG_DEBUG );) updated by Pavel Gurevich
It looks like a memory corruption rather than plain crash (see the …
6:41 PM Ticket #1067 (VPX encoding fails on intialization with av_log_set_level( AV_LOG_DEBUG );) updated by Carl Eugen Hoyos
Keywords changed
Does only 0.10 crash or also current git head? Could you provide a …
6:25 PM Ticket #1067 (VPX encoding fails on intialization with av_log_set_level( AV_LOG_DEBUG );) created by Pavel Gurevich
With FFMPEG 0.10/MinGW32 the following code crashes in the last if: …
4:53 PM Ticket #1035 (ffplay: after changing audio stream, audio video become out of sync) updated by reimar
I don't think it skips it by intention, it is just that there is …
4:49 PM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) updated by reimar
I suspect nothing is wrong, just badly written for anyone who is not …
4:42 PM Ticket #1060 (Suppport csf file format) updated by reimar
This format is simply not supported at all by FFmpeg currently. It is …
3:16 PM Ticket #1066 (ProRes Scaling using the "-vf scale" filter produces a green output) updated by Carl Eugen Hoyos
Keywords changed
Replying to dfred: > ffmpeg version 0.8.5.git, Copyright …
3:11 PM Ticket #1065 (H.264/AVC(BDAV BluRay codec family) incorrect framerate recognition) updated by Carl Eugen Hoyos
Priority, Keywords changed
MediaInfo output is normally unneeded, what is absolutely necessary …
2:34 PM Changeset in ffmpeg [a1c036e9] by Janne Grunau <janne-libav@jannau.net>
jvdec: unbreak video decoding The safe bitstream reader broke it …
2:34 PM Changeset in ffmpeg [d3d1b25e] by Janne Grunau <janne-libav@jannau.net>
jv demux: set video stream duration Signed-off-by: Paul B Mahol …
2:34 PM Changeset in ffmpeg [05e0061e] by Janne Grunau <janne-libav@jannau.net>
fate: add pam image regression test Signed-off-by: Paul B Mahol …
7:03 AM Changeset in ffmpeg [72301160] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: Fix planar audio input. Signed-off-by: Michael Niedermayer …
6:39 AM cockpit_ProResProxy_1024x427_GreenOutput_sample.mov attached to Ticket #1066 by dfred
This is the green proxy output of the high-resolution "cockpit" file.
6:35 AM cockpit_ProResHQ_2048x854_sample.mov attached to Ticket #1066 by dfred
6:25 AM Ticket #1066 (ProRes Scaling using the "-vf scale" filter produces a green output) created by dfred
Objective: To scale a 2048x854 ProRes422HQ video to a half-size …
5:01 AM Ticket #1035 (ffplay: after changing audio stream, audio video become out of sync) updated by REN Lifeng
Thanks! As a user, I do not expect ffplay make the decision on my …
4:25 AM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) updated by ramitb
Okay you're welcome. Does that mean my understand is incorrect or is …
3:29 AM Ticket #1059 (rasenc: broken output with odd width) closed by Elon Musk
invalid: Not our bug. ImageMagick appears to not support RLE encoded sunrast …
3:27 AM Ticket #1065 (H.264/AVC(BDAV BluRay codec family) incorrect framerate recognition) updated by L.H.V.F.
I can't upload, or know the destin of my uploaded sample, for this I …
3:24 AM H.264_AVC_BDAV_framerate_problem.ts attached to Ticket #1065 by L.H.V.F.
2:44 AM H.264-AVC_(Transport_Stream)_incorrect_framerate_recognition.txt attached to Ticket #1065 by L.H.V.F.
2:42 AM Ticket #1065 (H.264/AVC(BDAV BluRay codec family) incorrect framerate recognition) created by L.H.V.F.
According the MediaInfo 0.7.54 (GUI), the video is …
1:55 AM Ticket #1060 (Suppport csf file format) updated by ulti-killer
Status changed
1:10 AM Changeset in ffmpeg [6968a7d1] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …

Mar 13, 2012:

10:40 PM Changeset in ffmpeg [88c3cc01] by Reinhard Tartler <siretart@tauware.de>
cook: expand dither_tab[], and make sure indexes into it don't …
10:36 PM Changeset in ffmpeg [9980e4df] by Reinhard Tartler <siretart@tauware.de>
huffyuv: add padding to classic (v1) huffman tables. We slightly …
10:36 PM Changeset in ffmpeg [d4f2786c] by Reinhard Tartler <siretart@tauware.de>
avs: fix infinite loop on end-of-stream. The codec would keep …
10:30 PM Changeset in ffmpeg [2744fdbd] by Reinhard Tartler <siretart@tauware.de>
tiffdec: Prevent illegal memory access caused by recycled pointers. …
10:30 PM Changeset in ffmpeg [1fcc2c6] by Reinhard Tartler <siretart@tauware.de>
wma: fix off-by-one in array bounds check. Found-by: Mateusz "j00ru" …
10:30 PM Changeset in ffmpeg [74871ac7] by Reinhard Tartler <siretart@tauware.de>
dv: check buffer size before reading profile. Found-by: Mateusz …
10:23 PM Changeset in ffmpeg [9cb7f6e5] by Reinhard Tartler <siretart@tauware.de>
raw: move buffer size check up. This way, it protects against …
10:22 PM Changeset in ffmpeg [ed6aaf57] by Reinhard Tartler <siretart@tauware.de>
dca: prevent accessing static arrays with invalid indexes. Found-by: …
10:13 PM Ticket #1064 (Div/0 integer exception cased in aiffdec.c for A-Law AIFFs) updated by Carl Eugen Hoyos
Please consider sending patches to ffmpeg-devel, they get more …
10:12 PM Ticket #1064 (Div/0 integer exception cased in aiffdec.c for A-Law AIFFs) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Component, Reproduced by developer changed
[…]
10:12 PM Changeset in ffmpeg [e1b4614a] by Reinhard Tartler <siretart@tauware.de>
lpcm: fix sample size calculation for 20bit LCPM. Found-by: Mateusz …
10:12 PM Changeset in ffmpeg [c3bf08d0] by Reinhard Tartler <siretart@tauware.de>
smacker: error out if palette copy-with-offset overruns palette size. …
9:38 PM Changeset in ffmpeg [c2e3b564] by Michael Niedermayer <michaelni@gmx.at>
mmvideo: restore initial y value. This bug might have been …
9:28 PM Ticket #1064 (Div/0 integer exception cased in aiffdec.c for A-Law AIFFs) created by Dmitry
Hi, Divizion by 0 integer exception is raised in aiffdec.c, line 163: …
9:17 PM Ticket #495 (Crash on hidef WMV file) updated by DonMoir
Does not crash for me anymore either. This file is marked as …
9:15 PM Changeset in ffmpeg [67c90d26] by Michael Niedermayer <michaelni@gmx.at>
mmvideo: remove unused variable Signed-off-by: Michael Niedermayer …
9:13 PM Changeset in ffmpeg [bf521d5a] by Michael Niedermayer <michaelni@gmx.at>
jpeglsdec: suppress unused var warning Signed-off-by: Michael …
9:10 PM Changeset in ffmpeg [0fdb4dfd] by Michael Niedermayer <michaelni@gmx.at>
h264: Fix some mixed declarations and code. Signed-off-by: Michael …
9:05 PM Changeset in ffmpeg [c592679c] by Michael Niedermayer <michaelni@gmx.at>
eatgq: remove unused ret variable. Signed-off-by: Michael Niedermayer …
9:04 PM Changeset in ffmpeg [d9399c4b] by Michael Niedermayer <michaelni@gmx.at>
eamad: Remove redundant initialization of mv_map. Signed-off-by: …
9:01 PM Changeset in ffmpeg [972880f] by Anton Khirnov <anton@khirnov.net>
doc/general: update supported devices table. Add libcdio and fbdev, …
9:01 PM Changeset in ffmpeg [29e4046e] by Anton Khirnov <anton@khirnov.net>
doc/general: add missing @tab to codecs table.
8:20 PM Changeset in ffmpeg [9ff4356] by Michael Niedermayer <michaelni@gmx.at>
g729dec: fix scalarproduct_int16 after API change Signed-off-by: …
7:32 PM Ticket #1063 (invalid reads with very high resolution video) created by ami_stuff
http://ffmpeg.org/trac/ffmpeg/attachment/ticket/1059/599.png […] …
7:09 PM Ticket #495 (Crash on hidef WMV file) updated by reimar
Doesn't crash for me at least (64 bit, current FFmpeg git, Linux).
7:01 PM Ticket #521 (avio_open_dyn_buf()/avio_close_dyn_buf(), limit the memory usage) closed by reimar
invalid: You selected the mp4/mov muxer. That one needs to seek backwards and …
6:44 PM Ticket #1057 (support ffmpeg -targets) updated by llogan
Yes, the listing on the man page is complete (unless I missed …
6:36 PM Ticket #437 (ffplay seems to "darken" certain inputs (ex: bgr24)) updated by reimar
IMHO I think this is a "wontfix". What is going on is that SDL only …
5:04 PM Changeset in ffmpeg [758ec111] by Ronald S. Bultje <rsbultje@gmail.com>
h264: Fix invalid interlaced/progressive MB combinations for direct …
1:31 PM Ticket #1059 (rasenc: broken output with odd width) updated by ami_stuff
The strange thing is that sun raster output with odd width have much …
1:30 PM Ticket #1062 (filter on/off support, to enable/disable filters at different times.) created by compn
for example, if you want to use the delogo filter, you can specify to …
1:26 PM Ticket #1060 (Suppport csf file format) updated by ulti-killer
I use CutTool.exe to cut the video and playback the video using …
12:22 PM Ticket #1054 (iff: crash with prepared file) closed by Carl Eugen Hoyos
fixed: Fixed by Peter Ross.
12:19 PM Ticket #1059 (rasenc: broken output with odd width) updated by Carl Eugen Hoyos
Appears to work fine here: […]
12:18 PM out.ras attached to Ticket #1059 by Carl Eugen Hoyos
11:34 AM Ticket #1035 (ffplay: after changing audio stream, audio video become out of sync) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
For the specific sample it is sufficient to set AV_NOSYNC_THRESHOLD to …
11:28 AM Ticket #1060 (Suppport csf file format) updated by Carl Eugen Hoyos
Priority changed
Please add the command line you are using and the complete, uncut …
11:21 AM Changeset in ffmpeg [64334ddb] by Anton Khirnov <anton@khirnov.net>
avconv: reindent CC: libav-stable@libav.org
11:21 AM Changeset in ffmpeg [6e8be949] by Anton Khirnov <anton@khirnov.net>
avconv: link '-passlogfile' option to libx264 'stats' AVOption. Fixes …
11:20 AM Changeset in ffmpeg [d533e39] by Anton Khirnov <anton@khirnov.net>
libx264: add 'stats' private option for setting 2pass stats filename. …
11:20 AM Changeset in ffmpeg [9d5c131e] by Anton Khirnov <anton@khirnov.net>
libx264: fix help text for slice-max-size option. CC: …
11:15 AM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) reopened by Carl Eugen Hoyos
Thank you for the explanation, I consider this a serious issue.
10:56 AM Changeset in ffmpeg [e05253bf] by Peter Ross <pross@xvid.org>
iff: do not decode unsupported pbms with ham decoder This prevents …
10:07 AM Ticket #1061 (Make AVIOContext a non-anonymous typedef.) created by Pavel Gurevich
AVIOContext is currently defined as a typedef to an anonymous struct …
9:19 AM Changeset in ffmpeg [499ad54] by Martin Storsjö <martin@martin.st>
http: Clear the auth state on redirects Currently we only try …
9:19 AM Changeset in ffmpeg [e75bbcf4] by Martin Storsjö <martin@martin.st>
http: Retry auth if it failed due to being stale Allow up to 4 …
9:19 AM Changeset in ffmpeg [cdf9108] by Martin Storsjö <martin@martin.st>
rtsp: Resend new keepalive commands if they used stale auth These …
8:47 AM [C语言程序设计此格式pot无法播_1.csf attached to Ticket #1060 by ulti-killer
8:46 AM Ticket #1060 (Suppport csf file format) created by ulti-killer
video is frozen.
8:36 AM Changeset in ffmpeg [2f96cc1f] by Martin Storsjö <martin@martin.st>
rtsp: Retry authentication if failed due to being stale …
8:36 AM Changeset in ffmpeg [8a3360d1] by Martin Storsjö <martin@martin.st>
httpauth: Parse the stale field in digest auth Signed-off-by: Martin …
7:14 AM Changeset in ffmpeg [7103c835] by Anton Khirnov <anton@khirnov.net>
dxva2_vc1: pass the overlap flag to the decoder Signed-off-by: Anton …
7:14 AM Changeset in ffmpeg [b2b0aa70] by Anton Khirnov <anton@khirnov.net>
dxva2_vc1: fix decoding of BI frames Signed-off-by: Anton Khirnov …
4:47 AM Changeset in ffmpeg [6efe1807] by Ronald S. Bultje <rsbultje@gmail.com>
FATE: add shorthand to wavpack test Signed-off-by: Paul B Mahol …
4:47 AM Changeset in ffmpeg [29b0d94b] by Ronald S. Bultje <rsbultje@gmail.com>
dfa: convert to bytestream2 API Protects from overreads. …
3:56 AM Ticket #1057 (support ffmpeg -targets) updated by dave rice
Sorry, I only saw the ffmpeg -h version of this list […] and …
3:28 AM Ticket #1035 (ffplay: after changing audio stream, audio video become out of sync) updated by REN Lifeng
I confirm that after setting AV_NOSYNC_THRESHOLD 60.0, the problem …
1:13 AM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) updated by ramitb
Sure: The FFMPEG Documentation page: (quoting) Section 4.1 A stream …
12:56 AM Changeset in ffmpeg [b25a265a] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
12:32 AM Ticket #951 (ffplay: system freeze with audio channel cycle) updated by Marton Balint
Status, Owner changed
12:14 AM Changeset in ffmpeg [2d38081b] by Michael Niedermayer <michaelni@gmx.at>
cosmetics: fix some typos Patch attached. From …
12:14 AM Changeset in ffmpeg [105cac34] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: Fix vc1 decoding with --disable-optimizations. Signed-off-by: …

Mar 12, 2012:

11:44 PM Changeset in ffmpeg [015da6e3] by Ronald S. Bultje <rsbultje@gmail.com>
anm decoder: move buffer allocation from decode_init() to …
11:31 PM Changeset in ffmpeg [3aa661ec] by Janne Grunau <janne-libav@jannau.net>
h264: improve parsing of broken AVC SPS Parsing the entire NAL as SPS …
10:18 PM Ticket #1059 (rasenc: broken output with odd width) updated by ami_stuff
The output is broken while viewing it with IrfanView. ImageMagick
10:03 PM Changeset in ffmpeg [bd3e07c8] by Janne Grunau <janne-libav@jannau.net>
pcm-mpeg: convert to bytestream2 API Signed-off-by: Paul B Mahol …
9:48 PM 599.png attached to Ticket #1059 by ami_stuff
9:47 PM Ticket #1059 (rasenc: broken output with odd width) created by ami_stuff
"ffmpeg -i 599.png -pix_fmt bgr24 out.tga" works ok, so the problem is …
9:46 PM Changeset in ffmpeg [8a6037c3] by Janne Grunau <janne-libav@jannau.net>
Revert "h264: clear trailing bits in partially parsed NAL units" This …
9:46 PM Changeset in ffmpeg [363bd1c6] by Janne Grunau <janne-libav@jannau.net>
remove iwmmxt optimizations The were broken since August of 2010 …
9:21 PM Ticket #1035 (ffplay: after changing audio stream, audio video become out of sync) updated by Marton Balint
FFplay should handle this unless the A-V difference becomes greater …
8:54 PM Changeset in ffmpeg [599888a4] by Michael Niedermayer <michaelni@gmx.at>
Move struc FFTContext below SECTION_RODATA Yasm creates an implicit …
8:50 PM Changeset in ffmpeg [3069e70f] by Michael Niedermayer <michaelni@gmx.at>
udp: Add option overrun_nonfatal Optionize fail/survive on circular …
8:49 PM Changeset in ffmpeg [a2eecc11] by Michael Niedermayer <michaelni@gmx.at>
udp: remove dead code line (unused result) Signed-off-by: Michael …
8:11 PM Ticket #1058 (yuva444p in nut muxed or demuxed as rgb555le) updated by Cigaes
I see. Thanks. It's a bit odd for the encoder to invent a tag from …
8:01 PM Ticket #1058 (yuva444p in nut muxed or demuxed as rgb555le) updated by Carl Eugen Hoyos
Keywords, Status, Component, Reproduced by developer changed
yuva444p is new, you have to write a patch similar to edf34c and add …
7:52 PM Ticket #1058 (yuva444p in nut muxed or demuxed as rgb555le) created by Cigaes
{{{./ffmpeg_g -vcodec pgmyuv -i tests/vsynth1/00.pgm -vcodec rawvideo …
7:42 PM Changeset in ffmpeg [b0a0e83a] by Michael Niedermayer <michaelni@gmx.at>
Revert "flvenc: Remove apparently unneeded AAC check." According to …
6:47 PM Changeset in ffmpeg [33c5c3a] by Ronald S. Bultje <rsbultje@gmail.com>
mimic: do not continue if swap_buf_size is 0 Signed-off-by: Paul B …
6:47 PM Ticket #1057 (support ffmpeg -targets) updated by llogan
Status, Priority changed
The targets are currently listed in the help, "ffmpeg -h", under the …
6:46 PM Changeset in ffmpeg [dba425ad] by Ronald S. Bultje <rsbultje@gmail.com>
mimic: convert to bytestream2 API Signed-off-by: Paul B Mahol …
6:41 PM Changeset in ffmpeg [05d089a8] by Ronald S. Bultje <rsbultje@gmail.com>
frwu: use MKTAG to check marker instead of AV_RL32 Using …
6:37 PM Changeset in ffmpeg [919f3554] by Ronald S. Bultje <rsbultje@gmail.com>
txd: port to bytestream2 API Protects against overreads. …
6:25 PM Ticket #1057 (support ffmpeg -targets) created by dave rice
It's difficult to discover what options the -target argument supports. …
5:25 PM Ticket #1044 (libavfilter -drawtext) closed by Clément Bœsch
fixed: With recent the update (281e29b2), you can now specify tc24hmax=1 in …
5:17 PM Changeset in ffmpeg [4fe54487] by Clément Bœsch <ubitux@gmail.com>
lavfi/drawtext: add 24 hours wrapping option for timecode. Fixes …
3:13 PM Changeset in ffmpeg [85aded74] by Martin Storsjö <martin@martin.st>
c93: convert to bytestream2 API Protects against overreads. …
3:02 PM Changeset in ffmpeg [947e103a] by Martin Storsjö <martin@martin.st>
iff: make .long_name more descriptive Signed-off-by: Paul B Mahol …
3:01 PM Changeset in ffmpeg [5a877d95] by Martin Storsjö <martin@martin.st>
FATE: add test for cdxl demuxer Signed-off-by: Paul B Mahol …
2:48 PM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) updated by Carl Eugen Hoyos
Could you point me to the documentation that you mention?
2:27 PM Changeset in ffmpeg [705eeb5e] by Martin Storsjö <martin@martin.st>
rtsp: Fix a typo Signed-off-by: Martin Storsjö <martin@martin.st>
5:48 AM Changeset in ffmpeg [88c76c7d] by Michael Niedermayer <michaelni@gmx.at>
Revert "udp: add multicast input interface selection" This reverts …
5:12 AM Changeset in ffmpeg [0aedd8c0] by Michael Niedermayer <michaelni@gmx.at>
dxva2_vc1: pass the overlap flag to the decoder Signed-off-by: …
5:11 AM Changeset in ffmpeg [a3c5aef] by Michael Niedermayer <michaelni@gmx.at>
dxva2_vc1: fix decoding of BI frames Signed-off-by: Michael …
5:04 AM Changeset in ffmpeg [2367b2a5] by Michael Niedermayer <michaelni@gmx.at>
libavformat.v: add ffio_set_buf_size() for ffserver. its inevitable …
5:01 AM Changeset in ffmpeg [9abd47fe] by Michael Niedermayer <michaelni@gmx.at>
udp: add multicast input interface selection Signed-off-by: Michael …
4:21 AM Changeset in ffmpeg [3c9a86d] by Michael Niedermayer <michaelni@gmx.at>
flvenc: Remove apparently unneeded AAC check. Signed-off-by: Michael …
4:09 AM Changeset in ffmpeg [86b6e49d] by Michael Niedermayer <michaelni@gmx.at>
iff: check for pbm tag more robust Signed-off-by: Michael …
3:35 AM Changeset in ffmpeg [1c273598] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
2:39 AM Ticket #346 (FFserver passing on rtp stream freezes) updated by Michael Niedermayer
Ive applied the patch as nothing better was submitted but i still …
2:31 AM Changeset in ffmpeg [00969376] by Michael Niedermayer <michaelni@gmx.at>
ffserver: add missing buffer set after rewrite av_open_input_file to …
2:31 AM Changeset in ffmpeg [9fcc62ed] by Michael Niedermayer <michaelni@gmx.at>
Revert "ffserver: remove unused variable." This reverts commit …
12:15 AM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) updated by ramitb
It works thanks - according to the documentation this should work but …

Mar 11, 2012:

6:10 PM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) closed by Carl Eugen Hoyos
invalid: The correct syntax is […] Please reopen if this does not work for you.
5:39 PM video.ts attached to Ticket #1056 by ramitb
5:38 PM Ticket #1056 (FFMPEG unable to select or copy multiple audio tracks in a TS file) created by ramitb
I have a TS file with multiple Audio tracks in it (which FFMPEG can …
4:47 PM Changeset in ffmpeg [4272dc3e] by Michael Niedermayer <michaelni@gmx.at>
doc: add vf_crop keepaspect documentation Signed-off-by: Michael …
4:46 PM Changeset in ffmpeg [f49cb8e6] by Michael Niedermayer <michaelni@gmx.at>
vf_crop: keepaspect support
4:39 PM Changeset in ffmpeg [84b9b4aa] by Michael Niedermayer <michaelni@gmx.at>
Fix frame height vs field height confusion in MXF decoding. …
4:25 PM Changeset in ffmpeg [4ed0d182] by Michael Niedermayer <michaelni@gmx.at>
FATE: add test for cdxl demuxer Signed-off-by: Paul B Mahol …
4:05 PM Ticket #1055 (Playing wmalossless/decoding it to mp3 there is a loud noise at the ...) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
For future bug reports: Please do not use other software (in your case …
4:04 PM Ticket #1000 (wma lossless: not enough space for the output samples) updated by Carl Eugen Hoyos
Keywords changed
3:56 PM Changeset in ffmpeg [599881b0] by Michael Niedermayer <michaelni@gmx.at>
alsdec: Fix out of ltp_gain_values read. Found-by: Mateusz "j00ru" …
3:55 PM Changeset in ffmpeg [daeffccd] by Michael Niedermayer <michaelni@gmx.at>
alsdec: pretty print for another log message Signed-off-by: Michael …
3:22 PM Ticket #1054 (iff: crash with prepared file) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
3:16 PM Ticket #1055 (Playing wmalossless/decoding it to mp3 there is a loud noise at the ...) updated by bfo
First attachment is invalid, as that is logfile from conversion of the …
3:14 PM 03_Track_3.mp3 attached to Ticket #1055 by bfo
Transcoded file
3:13 PM ffmpeg-20120311-154567.log attached to Ticket #1055 by bfo
3:12 PM 03_Track_3.wma attached to Ticket #1055 by bfo
Original WMA file
2:59 PM ffmpeg-20120311-154657.log attached to Ticket #1055 by bfo
Log file
2:59 PM Ticket #1055 (Playing wmalossless/decoding it to mp3 there is a loud noise at the ...) created by bfo
I am trying to transcode from WMA Lossless to anything else, but this …
2:28 PM Changeset in ffmpeg [c95fefa] by Ronald S. Bultje <rsbultje@gmail.com>
dsicinvideo: validate buffer offset before copying pixels. Found-by: …
1:38 PM crash.iff attached to Ticket #1054 by ami_stuff
1:37 PM Ticket #1054 (iff: crash with prepared file) created by ami_stuff
Attached file is a modified IFF RGBN to be recognized as IFF PBM. […]
12:53 PM av_internal_buf_crash.c attached to Ticket #1053 by Lastique
A test case to reproduce the problem.
12:53 PM Ticket #1053 (Crash on avcodec_default_release_buffer) created by Lastique
When allocating an internal buffer for an audio frame, …
11:23 AM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Andrea3000
Replying to cehoyos: > The change in pat_cb() alone seems …
7:12 AM Changeset in ffmpeg [ad029c24] by Michael Niedermayer <michaelni@gmx.at>
mxfdec: add timecode to metadata Signed-off-by: Michael Niedermayer …
4:55 AM CompilationGuide/MacOSX edited by SJ_UnderWater
freetype fix (diff)
4:54 AM CompilationGuide/MacOSX edited by SJ_UnderWater
pkg-config changes (diff)
4:22 AM CompilationGuide/MacOSX edited by SJ_UnderWater
lion warning (diff)
4:18 AM CompilationGuide/MacOSX edited by SJ_UnderWater
glib typo (diff)
4:17 AM CompilationGuide/MacOSX edited by SJ_UnderWater
added glib (diff)
1:51 AM Changeset in ffmpeg [97e48b2f] by Ronald S. Bultje <rsbultje@gmail.com>
cook: error out on quant_index values outside [-63, 63] range. …
12:36 AM CompilationGuide/MacOSX edited by SJ_UnderWater
remaining sources (diff)
12:12 AM Changeset in ffmpeg [c3c2db49] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: cook: …
12:04 AM Ticket #1052 (libavformat doesn't preserve some metadata for mov containers) updated by Carl Eugen Hoyos
Keywords, Version changed
Please send patches to ffmpeg-devel, they receive more attention …
12:02 AM CompilationGuide/MacOSX edited by SJ_UnderWater
expansion freetype, yasm (diff)

Mar 10, 2012:

11:51 PM Ticket #1050 (Incomplete pkgconfig file libavdevice.pc) closed by Carl Eugen Hoyos
fixed: Patch applied, thank you for testing!
11:48 PM Changeset in ffmpeg [6cb89df8] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add missing requirements to libavdevice.pc if lavfi is enabled. Fixes …
11:33 PM movenc.diff attached to Ticket #1052 by bbraun
11:33 PM Ticket #1052 (libavformat doesn't preserve some metadata for mov containers) created by bbraun
libavformat doesn't support writing the metadata tags: episode_sort, …
11:11 PM CompilationGuide/MacOSX edited by cbsrobot
added some dependencies (diff)
10:34 PM CompilationGuide/MacOSX created by SJ_UnderWater
Opened stub
10:28 PM Changeset in ffmpeg [d7eabd50] by Ronald S. Bultje <rsbultje@gmail.com>
mpc: pad mpc_CC/SCF[] tables to allow for negative indices. MPC8 …
10:12 PM Changeset in ffmpeg [2440040c] by Michael Niedermayer <michaelni@gmx.at>
vc1: add missing entries to ff_vc1_fps_nr. Fixes out of array read …
10:12 PM Changeset in ffmpeg [8e9a0a3] by Michael Niedermayer <michaelni@gmx.at>
mpc7: check subband index This fixes a overread Found-by: Mateusz …
10:12 PM Changeset in ffmpeg [ecc31630] by Michael Niedermayer <michaelni@gmx.at>
mjpegb: Detect changing nb of planes in interlaced video. Found-by: …
10:12 PM Changeset in ffmpeg [50f4f272] by Michael Niedermayer <michaelni@gmx.at>
indeo3: Fix out of reference reading with NULL blocks. Found-by: …
9:44 PM CompilationGuide edited by SJ_UnderWater
macosx compilation guide (diff)
9:42 PM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by qyot27
Now that I've had the time to test again, it is only the …
8:03 PM Changeset in ffmpeg [442c3a8c] by Ronald S. Bultje <rsbultje@gmail.com>
cook: expand dither_tab[], and make sure indexes into it don't …
7:57 PM Changeset in ffmpeg [71af42bd] by Ronald S. Bultje <rsbultje@gmail.com>
xxan: reindent xan_unpack_luma(). It used 3-space indent instead of …
7:57 PM Changeset in ffmpeg [f77bfa83] by Ronald S. Bultje <rsbultje@gmail.com>
xxan: protect against chroma LUT overreads. Found-by: Mateusz "j00ru" …
7:48 PM Changeset in ffmpeg [55188278] by Ronald S. Bultje <rsbultje@gmail.com>
xxan: convert to bytestream2 API. Protects against overreads. …
7:48 PM Changeset in ffmpeg [f1279e28] by Ronald S. Bultje <rsbultje@gmail.com>
xxan: don't read before start of buffer in av_memcpy_backptr(). …
7:36 PM Changeset in ffmpeg [a928ed37] by Ronald S. Bultje <rsbultje@gmail.com>
vp8: convert mbedge loopfilter x86 assembly to use named arguments.
7:36 PM Changeset in ffmpeg [bee330e3] by Ronald S. Bultje <rsbultje@gmail.com>
vp8: convert inner loopfilter x86 assembly to use named arguments.
7:17 PM Changeset in ffmpeg [6fe8cb7d] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
snowenc: add no_bitstream option. This allows making e.g. MPlayer's …
7:17 PM Changeset in ffmpeg [c4e0d845] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
snowenc: mark some encode_subband arguments const. This makes it more …
6:52 PM Ticket #1050 (Incomplete pkgconfig file libavdevice.pc) updated by Martin Lambers
It works beautifully here. Thank you very much! The 'enabled …
5:32 PM Changeset in ffmpeg [0d2f4eed] by Michael Niedermayer <michaelni@gmx.at>
mpjpeg: video streaming will no longer break and stop on Firefox …
5:01 PM Changeset in ffmpeg [2ff540a0] by Michael Niedermayer <michaelni@gmx.at>
mxf: Add DNxHD UL Note that the old DNxHD UL is actually JPEG 2000 …
4:48 PM Changeset in ffmpeg [1b99971d] by Michael Niedermayer <michaelni@gmx.at>
vf_frei0r: set outlinks sample aspect ratio to 1
4:21 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Carl Eugen Hoyos
Replying to heleppkes: > For this file, yes, the pat_cb …
3:06 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Sebastiii
Thanks Guys and Nevcairiel for the latest fix :) It works :)
1:42 PM Ticket #1050 (Incomplete pkgconfig file libavdevice.pc) updated by Carl Eugen Hoyos
Improved patch attached.
1:42 PM patchavdevicepc2.diff attached to Ticket #1050 by Carl Eugen Hoyos
1:15 PM Ticket #1049 (bad sound (clicks + low pitch / slower speed)) updated by Carl Eugen Hoyos
Status, Component, Reproduced by developer changed
Please do not report problems with ffplay if they are also …
12:45 PM Ticket #1049 (bad sound (clicks + low pitch / slower speed)) updated by goblin
Uploaded a sample to incoming/tkt_1049_low_pitch_sound.mkv Couple of …
12:37 PM Ticket #1040 (yadif filter with movie source causes assertion failure) updated by ls
I have reported one of the issues in my last comment as separate …
12:32 PM Ticket #1051 (ffmpeg with -f lavfi and movie leads to error messages and videos with ...) created by ls
The problem does not occur for alle video formats but for example for …
9:45 AM Changeset in ffmpeg [8fbf825e] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
DV: Use profile[1] detection hack only for stype 0. The two samples …
9:43 AM Changeset in ffmpeg [b52bd2a4] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
DV demuxer: Stricter check for avio_read result. Signed-off-by: …
9:07 AM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by qyot27
I didn't know which one would need to be removed, so I commented out …
8:54 AM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by Carl Eugen Hoyos
Commenting out only "s->sum_square = ff_sbr_sum_square_sse;" does not help?
8:51 AM Ticket #1050 (Incomplete pkgconfig file libavdevice.pc) updated by Carl Eugen Hoyos
Priority, Status changed
Could you test attached patch?
8:50 AM patchavdevicepc.diff attached to Ticket #1050 by Carl Eugen Hoyos
7:23 AM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by qyot27
ff_sbr_sum_square_sse() seems to be the one causing the issue. …
7:05 AM Changeset in ffmpeg [f7b57add] by Michael Niedermayer <michaelni@gmx.at>
cook: tighten the quant_index_table range further. Found-by: Mateusz …
6:43 AM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by Carl Eugen Hoyos
Is the responsible function ff_sbr_sum_square_sse() or …
12:12 AM Changeset in ffmpeg [8e31dbc] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: Fix a …

Mar 9, 2012:

11:18 PM Changeset in ffmpeg [1af9fdc3] by Michael Niedermayer <michaelni@gmx.at>
snow: reject unsupported chroma shifts. Found-by: Mateusz "j00ru" …
11:10 PM Changeset in ffmpeg [aefd1cb7] by Stefano Sabatini <stefasab@gmail.com>
lavfi: remove swapuv libmpcodecs wrapper The filter has been ported …
11:10 PM Changeset in ffmpeg [fa35d880] by Stefano Sabatini <stefasab@gmail.com>
lavfi: port MP swapuv filter
11:10 PM Changeset in ffmpeg [1a3d4b88] by Stefano Sabatini <stefasab@gmail.com>
imgconvert: add macro pixdesc_has_alpha for checking if a pixel format …
10:05 PM Ticket #1050 (Incomplete pkgconfig file libavdevice.pc) updated by Martin Lambers
I tried to make a patch, but I was not able to figure out how the …
10:03 PM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by qyot27
Building with --disable-yasm = decoding works Commenting out …
9:45 PM Ticket #1050 (Incomplete pkgconfig file libavdevice.pc) updated by Carl Eugen Hoyos
Could you send a patch to ffmpeg-devel?
9:25 PM Changeset in ffmpeg [174678ff] by Michael Niedermayer <michaelni@gmx.at>
mpegvideo_probe: Fix misdetection of mpeg4video files. (issue1210) …
9:02 PM Changeset in ffmpeg [ffae713a] by Diego Biurrun <diego@biurrun.de>
Fix a bunch of common typos.
8:46 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Hendrik
For this file, yes, the pat_cb change is enough because only the PMTs …
8:44 PM Ticket #1050 (Incomplete pkgconfig file libavdevice.pc) created by Martin Lambers
Hi! The information recorded in libavdevice.pc is sometimes …
8:32 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Carl Eugen Hoyos
The change in pat_cb() alone seems sufficient. Do you know why ffplay …
8:32 PM Ticket #1049 (bad sound (clicks + low pitch / slower speed)) updated by Carl Eugen Hoyos
Keywords changed
Please provide a sample.
7:56 PM Changeset in ffmpeg [eab6968f] by Diego Biurrun <diego@biurrun.de>
build: Skip compiling xvmc.h under the correct condition.
7:56 PM Changeset in ffmpeg [49e35f49] by Diego Biurrun <diego@biurrun.de>
configure: darwin: Change dylib install names to include major …
7:33 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Hendrik
Instead of going the tedious parsing/auto detection route, i sat down …
7:06 PM Ticket #1049 (bad sound (clicks + low pitch / slower speed)) created by goblin
Since I've upgraded mplayer from debian squeeze's …
6:36 PM Changeset in ffmpeg [ad53c7f9] by Michael Niedermayer <michaelni@gmx.at>
lavf: Add system to seperate relative timestamps from absolute ones. …
5:48 PM Changeset in ffmpeg [100c3fb2] by Alex Converse <alex.converse@gmail.com>
mpegts: Always honor a registration descriptor if present and there is …
5:47 PM Changeset in ffmpeg [744dd1d3] by Alex Converse <alex.converse@gmail.com>
aacdec: Fix SCE parity check. An unpaired SCE preceding a CPE only …
5:47 PM Changeset in ffmpeg [d53fe096] by Alex Converse <alex.converse@gmail.com>
aacdec: Fix out of array writes (stack). Set the element to channel …
1:34 PM Changeset in ffmpeg [d07de6d7] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Cosmetics: Remove superfluous newline.
1:04 PM Changeset in ffmpeg [6294d708] by Martin Storsjö <martin@martin.st>
rtsp: Only set the ttl parameter if the server actually gave a value …
1:04 PM Changeset in ffmpeg [2bfd92b3] by Martin Storsjö <martin@martin.st>
udp: Set ttl for read-write streams, too, not only for write-only ones …
1:03 PM Changeset in ffmpeg [c700fdb0] by Martin Storsjö <martin@martin.st>
udp: Only bind to the multicast address if in read-only mode This …
1:03 PM Changeset in ffmpeg [1b89bcdd] by Martin Storsjö <martin@martin.st>
udp: Clarify the comment about binding the multicast address …
1:03 PM Changeset in ffmpeg [113d3e10] by Martin Storsjö <martin@martin.st>
udp: Reorder comments When this code was added in 36b532815cb83, the …
1:02 PM Ticket #385 (Freeze during x264 transcoding) closed by Carl Eugen Hoyos
fixed: Should be fixed for the provided sample by Michael.
11:43 AM Ticket #1048 (add IFF ILBM encoder and muxer) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Type changed
The license of the Wasp picture converter appears to be an early …
10:23 AM Ticket #1047 (add cdxl encoder and muxer) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Priority, Version, Keywords, Type, Description changed
10:20 AM Ticket #1046 (add support for probably RLE-compressed IFF DEEP) updated by Carl Eugen Hoyos
Keywords, Type, Status, Reproduced by developer, Component, Priority, Version changed
9:20 AM Ticket #1045 (add support for IFF DEEP) closed by Carl Eugen Hoyos
fixed: Fixed by you.
8:25 AM Ticket #895 (sunras: support 32bpp) closed by Carl Eugen Hoyos
fixed: Attached sample decodes visually incorrect now, but decoder matches …
8:17 AM Changeset in ffmpeg [19e72e0a] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix 32bit sunrast decoding. This patch visually breaks the sample …
7:17 AM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by Carl Eugen Hoyos
Does decoding work if you compile with "./configure --disable-yasm && …
12:55 AM Changeset in ffmpeg [af55a9d8] by Michael Niedermayer <michaelni@gmx.at>
iff: add support for IFF DEEP Fixes trac #1045. Thanks to Peter Ross …
12:55 AM Changeset in ffmpeg [520cf053] by Michael Niedermayer <michaelni@gmx.at>
svq1dec: use AV_LOG_ERROR for error message Reviewed-by: Paul B Mahol …
12:22 AM Changeset in ffmpeg [a8cedbeb] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: ttadec: …

Mar 8, 2012:

11:15 PM Ticket #1048 (add IFF ILBM encoder and muxer) created by ami_stuff
should be usable (ham6 encoder): …
11:12 PM Ticket #1047 (add cdxl encoder and muxer) created by ami_stuff
See ticket #665
11:11 PM tvpaint.rar attached to Ticket #1046 by ami_stuff
11:10 PM Ticket #1046 (add support for probably RLE-compressed IFF DEEP) created by ami_stuff
The attached file was saved by TVPaint program and according to the …
10:28 PM Ticket #1040 (yadif filter with movie source causes assertion failure) updated by ls
Ok I tried various combinations of movie and yadif. The behavior looks …
10:23 PM DEEP.txt attached to Ticket #1045 by ami_stuff
10:22 PM 2_rgba.rar attached to Ticket #1045 by ami_stuff
10:21 PM 1_rgb24.deep attached to Ticket #1045 by ami_stuff
10:21 PM Ticket #1045 (add support for IFF DEEP) created by ami_stuff
The specs says that IFF DEEP could store different colour formats, but …
10:18 PM iffanimplay.exe attached to Ticket #664 by ami_stuff
10:17 PM Ticket #664 (add support for iff anim) updated by ami_stuff
I have created some samples: …
10:05 PM Changeset in ffmpeg [a4524930] by Michael Niedermayer <michaelni@gmx.at>
qpeg: remove unused var from decode_frame() Signed-off-by: Michael …
10:04 PM Changeset in ffmpeg [4916a8fc] by Michael Niedermayer <michaelni@gmx.at>
prores_anatoliy: remove unused variable from prores_encode_frame() …
9:49 PM Ticket #994 (Create a poster that tries to visualize FFmpeg) closed by Alexander Strasser
fixed: Finally uploaded a preview of the version I used for the CLT poster. …
9:42 PM ffmpeg-poster-final2-downscaled.jpg attached to Ticket #994 by Alexander Strasser
final version used for CLT2012 poster (compressed and downscaled to …
9:35 PM Changeset in ffmpeg [f70b0ed] by Michael Niedermayer <michaelni@gmx.at>
configure: enable libutvideo is gpl warning This will warn the user …
9:07 PM Changeset in ffmpeg [12247a13] by Reinhard Tartler <siretart@tauware.de>
Don't use ff_cropTbl[] for IDCT. Results of IDCT can by far outreach …
9:07 PM Changeset in ffmpeg [7503861b] by Reinhard Tartler <siretart@tauware.de>
swscale: make filterPos 32bit. Fixes overflows for large image sizes. …
9:07 PM Changeset in ffmpeg [9def2f20] by Reinhard Tartler <siretart@tauware.de>
error_resilience: initialize s->block_index[]. Found-by: Mateusz …
9:07 PM Changeset in ffmpeg [7b676935] by Reinhard Tartler <siretart@tauware.de>
svq3: protect against negative quantizers. Found-by: Mateusz "j00ru" …
9:07 PM Changeset in ffmpeg [9550c63] by Reinhard Tartler <siretart@tauware.de>
Prepare for 0.8.1 Release
9:07 PM Changeset in ffmpeg [4a15240a] by Reinhard Tartler <siretart@tauware.de>
mov: set channel layout for AC-3 streams based on the 'dac3' atom info …
9:07 PM Changeset in ffmpeg [a47b96bd] by Reinhard Tartler <siretart@tauware.de>
rv34: handle size changes during frame multithreading Factors all …
8:31 PM Changeset in ffmpeg [12c65efb] by Michael Niedermayer <michaelni@gmx.at>
oggparseogm: Fix order or arguments. Bug introduced by libav in …
8:31 PM Changeset in ffmpeg [40932200] by Michael Niedermayer <michaelni@gmx.at>
mov: Discard invalid CTTS. Fixes Ticket385 Signed-off-by: Michael …
7:56 PM Changeset in ffmpeg [ea1d64ab] by Ronald S. Bultje <rsbultje@gmail.com>
ttadec: unbreak playback of matroska files Matroska demuxer needs to …
7:52 PM Changeset in ffmpeg [12623a80] by Ronald S. Bultje <rsbultje@gmail.com>
vorbisdec: avoid invalid memory access This fixes some invalid memory …
7:52 PM Changeset in ffmpeg [ef0d7797] by Ronald S. Bultje <rsbultje@gmail.com>
Fix uninitialized reads on malformed ogg files. The ogg decoder …
7:20 PM Changeset in ffmpeg [4ffe5e2a] by Ronald S. Bultje <rsbultje@gmail.com>
huffyuv: add padding to classic (v1) huffman tables. We slightly …
7:17 PM Changeset in ffmpeg [4c25269c] by Ronald S. Bultje <rsbultje@gmail.com>
png: convert to bytestream2 API. Protects against overreads in the …
6:42 PM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by qyot27
Yes, decoding is fine if built with --disable-sse.
4:13 PM Changeset in ffmpeg [15d75dab] by Nicolas George <nicolas.george@normalesup.org>
lavc/utils: fix three const warnings. No change in assembly code …
4:13 PM Changeset in ffmpeg [fe9818d] by Nicolas George <nicolas.george@normalesup.org>
ffplay: fix two const warnings. No change in assembly code produced …
4:00 PM Changeset in ffmpeg [b50767c3] by Nicolas George <nicolas.george@normalesup.org>
vf_pad: keep a reference to the output buffer. Once fixed, the …
2:20 PM Ticket #1040 (yadif filter with movie source causes assertion failure) updated by Cigaes
I see; this is probably a different, although related, issue. Can you …
12:30 PM Changeset in ffmpeg [4ecfb91b] by Stefano Sabatini <stefasab@gmail.com>
doc/ffmpeg.texi: apply misc fixes to the -map_channel documentation
10:47 AM Ticket #1044 (libavfilter -drawtext) created by Dan Lita
On actual drawtext filter there is a small bug. If you set the …
7:28 AM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by Carl Eugen Hoyos
Does decoding work if you compile with "./configure --disable-asm && …
6:16 AM Changeset in ffmpeg [681e7268] by Kostya Shishkov <kostya.shishkov@gmail.com>
dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2
3:36 AM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by qyot27
The new patch still results in silent decoding. I also tried with the …
1:51 AM Changeset in ffmpeg [bf807a5e] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
12:33 AM Changeset in ffmpeg [83f15a12] by Ronald S. Bultje <rsbultje@gmail.com>
avs: fix infinite loop on end-of-stream. The codec would keep …

Mar 7, 2012:

11:45 PM Changeset in ffmpeg [4cda8aa1] by Michael Niedermayer <michaelni@gmx.at>
avformat_new_stream: fix initial last_dts value Signed-off-by: …
11:40 PM Changeset in ffmpeg [fd0be630] by Alex Converse <alex.converse@gmail.com>
tiffdec: Prevent illegal memory access caused by recycled pointers. …
11:39 PM Changeset in ffmpeg [f6daa9f] by Michael Niedermayer <michaelni@gmx.at>
mxfdec: Add intra_only flag to MXFTrack This allows future …
11:39 PM Changeset in ffmpeg [8c7721e] by Michael Niedermayer <michaelni@gmx.at>
mxfdec: Fix Avid AirSpeed files being misinterpreted as OP1a The "ECs …
11:39 PM Changeset in ffmpeg [bf2290a8] by Michael Niedermayer <michaelni@gmx.at>
mxfdec: Truncate packets that extend past the next edit unit This …
11:39 PM Changeset in ffmpeg [f64cfba9] by Michael Niedermayer <michaelni@gmx.at>
libavutil: document av_force_cpu_flags(-1). Signed-off-by: Michael …
11:15 PM Changeset in ffmpeg [94f1b11a] by Martin Storsjö <martin@martin.st>
rtpenc: Fix the AVRational used for av_rescale_q_rnd The current one …
11:11 PM Changeset in ffmpeg [78306c51] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: show fps more accurately when it is small.
10:56 PM Changeset in ffmpeg [a8cdb7b] by Nicolas George <nicolas.george@normalesup.org>
swr: special case for empty channels in rematrix. Speed += 10% …
10:42 PM Changeset in ffmpeg [b4bccf3e] by Ronald S. Bultje <rsbultje@gmail.com>
wma: fix off-by-one in array bounds check. Found-by: Mateusz "j00ru" …
9:50 PM Changeset in ffmpeg [6eda85e1] by Ronald S. Bultje <rsbultje@gmail.com>
sbrdsp.asm: convert all instructions to float/SSE ones. Since the …
9:49 PM Changeset in ffmpeg [3416d080] by Ronald S. Bultje <rsbultje@gmail.com>
dv: cosmetics.
9:48 PM Changeset in ffmpeg [e97efece] by Ronald S. Bultje <rsbultje@gmail.com>
dv: check buffer size before reading profile. Found-by: Mateusz …
9:41 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Sebastiii
Thanks for the new patch, i will try to compil it for LAV Splitter …
9:34 PM Ticket #1040 (yadif filter with movie source causes assertion failure) updated by ls
The patch results in the following error messages for the ffmpeg call …
9:04 PM Ticket #1043 (add support for Predefined SLConfigDescriptor) updated by Carl Eugen Hoyos
Status, Version, Summary changed
I don't know if there is an unimplemented feature or a message that …
8:58 PM SLConfigDesciptor.ts attached to Ticket #1043 by Carl Eugen Hoyos
8:52 PM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by Carl Eugen Hoyos
New patch to test: …
8:51 PM Ticket #1043 (add support for Predefined SLConfigDescriptor) updated by Mark
The requested files, Sample Video file 0000.ts and #1043 Dropped or …
8:16 PM Changeset in ffmpeg [6e282116] by Ronald S. Bultje <rsbultje@gmail.com>
Revert "AAC SBR: group some writes." This reverts commit …
7:54 PM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by qyot27
I actually drew that patch out of Libav and tested it yesterday before …
7:52 PM Changeset in ffmpeg [a887c87c] by Martin Storsjö <martin@martin.st>
udp: Print an error message if bind fails Signed-off-by: Martin …
7:48 PM Ticket #1040 (yadif filter with movie source causes assertion failure) updated by Carl Eugen Hoyos
The patch fixes the test case I provided.
7:40 PM Changeset in ffmpeg [37cc8600] by Ronald S. Bultje <rsbultje@gmail.com>
cook: extend channel uncoupling tables so the full bit range is …
7:37 PM Changeset in ffmpeg [84a020ef] by Ronald S. Bultje <rsbultje@gmail.com>
roqvideo: cosmetics.
7:37 PM Changeset in ffmpeg [cdf15771] by Ronald S. Bultje <rsbultje@gmail.com>
roqvideo: convert to bytestream2 API. Found-by: Mateusz "j00ru" …
7:31 PM Changeset in ffmpeg [93b53ffb] by Ronald S. Bultje <rsbultje@gmail.com>
dca: don't use av_clip_uintp2(). The argument is not a literal, thus …
6:40 PM Changeset in ffmpeg [626964a4] by Ronald S. Bultje <rsbultje@gmail.com>
wmall: fix build with -DDEBUG enabled.
6:34 PM Changeset in ffmpeg [8febcb9f] by Ronald S. Bultje <rsbultje@gmail.com>
smc: port to bytestream2 API. Found-by: Mateusz "j00ru" Jurczyk and …
6:29 PM Changeset in ffmpeg [ba36f14e] by Ronald S. Bultje <rsbultje@gmail.com>
AAC SBR: group some writes. Signed-off-by: Ronald S. Bultje …
6:29 PM Changeset in ffmpeg [7e1ce6a6] by Ronald S. Bultje <rsbultje@gmail.com>
dsputil: remove shift parameter from scalarproduct_int16 There is …
6:29 PM Changeset in ffmpeg [dabf8dd3] by Ronald S. Bultje <rsbultje@gmail.com>
SBR DSP: unroll sum_square The length is even, so some unrolling can …
6:29 PM Changeset in ffmpeg [294c05c] by Ronald S. Bultje <rsbultje@gmail.com>
rv34: remove dead code in intra availability check This was an …
6:29 PM Changeset in ffmpeg [7104c23b] by Ronald S. Bultje <rsbultje@gmail.com>
rv34: clean a bit availability checks. Signed-off-by: Ronald S. …
6:03 PM Changeset in ffmpeg [af49e17] by Luca Barbato <lu_zero@gentoo.org>
v4l2: update documentation Update the examples and remove stale …
5:54 PM Ticket #1040 (yadif filter with movie source causes assertion failure) updated by Cigaes
I believe the patch attached to …
5:53 PM Changeset in ffmpeg [1255eed] by Ronald S. Bultje <rsbultje@gmail.com>
tgq: convert to bytestream2 API. This protects against input buffer …
5:48 PM Changeset in ffmpeg [aed9da20] by Ronald S. Bultje <rsbultje@gmail.com>
parser: remove forward declaration of MpegEncContext Signed-off-by: …
5:37 PM Changeset in ffmpeg [e6ffd997] by Ronald S. Bultje <rsbultje@gmail.com>
dca: prevent accessing static arrays with invalid indexes. Found-by: …
5:36 PM Changeset in ffmpeg [cc5dd632] by Ronald S. Bultje <rsbultje@gmail.com>
raw: move buffer size check up. This way, it protects against …
5:36 PM Changeset in ffmpeg [f1320dc3] by Ronald S. Bultje <rsbultje@gmail.com>
lpcm: fix sample size calculation for 20bit LCPM. Found-by: Mateusz …
5:35 PM Changeset in ffmpeg [9487fb4d] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: clip unscaled output intermediates. Fixes bug 240, as well …
5:35 PM Changeset in ffmpeg [a93b572a] by Ronald S. Bultje <rsbultje@gmail.com>
smacker: error out if palette copy-with-offset overruns palette size. …
5:34 PM Changeset in ffmpeg [a55d5bdc] by Ronald S. Bultje <rsbultje@gmail.com>
algmm: convert to bytestream2 API. Found-by: Mateusz "j00ru" Jurczyk …
4:36 PM Changeset in ffmpeg [1ea3b657] by Nicolas George <nicolas.george@normalesup.org>
vf_yadif: accept input with several frames available. Fixes ticket #1040.
4:32 PM Ticket #1038 (Invalid reads when using vfilters pad&settb) updated by Carl Eugen Hoyos
The patch fixes the invalid reads here.
4:25 PM Ticket #1038 (Invalid reads when using vfilters pad&settb) updated by Cigaes
The patch in …
4:22 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by Carl Eugen Hoyos
Both samples in http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket598/
4:07 PM patchpgs2.diff attached to Ticket #598 by Carl Eugen Hoyos
3:41 PM Changeset in ffmpeg [c088b7f] by Nicolas George <nicolas.george@normalesup.org>
ass_split: accept files with only \n and no \r. The +1 is there to …
3:41 PM Changeset in ffmpeg [e5dd4ae] by Nicolas George <nicolas.george@normalesup.org>
assdec: avoid a possible NULL dereference.
8:36 AM Changeset in ffmpeg [8ca6e523] by Diego Biurrun <diego@biurrun.de>
wma: Refactor common code to fix standalone compilation of WMA …
8:36 AM Changeset in ffmpeg [3c715383] by Diego Biurrun <diego@biurrun.de>
vc1: Move init code shared between decoder and parser to common code …
8:36 AM Changeset in ffmpeg [1e9d55e4] by Diego Biurrun <diego@biurrun.de>
x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from …
8:01 AM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by Carl Eugen Hoyos
@qyot27: Could you test this patch? …
7:24 AM Ticket #1041 (Illegal instruction when opening some files with (HE-)AAC streams) updated by Carl Eugen Hoyos
Component, Priority, Status changed
7:23 AM Ticket #1042 (Regression causes DV copy to fail) updated by Carl Eugen Hoyos
Keywords, Status, Reproduced by developer changed
Related to ticket #44.
6:55 AM Ticket #1043 (add support for Predefined SLConfigDescriptor) updated by Carl Eugen Hoyos
Keywords changed
Please either upload the sample to http://www.datafilehost.com/ or …
4:11 AM Changeset in ffmpeg [1eabd71] by Michael Niedermayer <michaelni@gmx.at>
ffv1: PIX_FMT_YUV444P10 support Signed-off-by: Paul B Mahol …
4:11 AM Changeset in ffmpeg [65491fa3] by Michael Niedermayer <michaelni@gmx.at>
ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 support Signed-off-by: Paul …
4:11 AM Changeset in ffmpeg [eff2399f] by Michael Niedermayer <michaelni@gmx.at>
Revert "error_resilience: initialize s->block_index[]." This reverts …
4:04 AM Ticket #1043 (add support for Predefined SLConfigDescriptor) updated by Mark
send email for 0000.ts file is 4224kB
4:01 AM ffmpeg.zip attached to Ticket #1043 by Mark
Batch File and Mediainfo foe 0000.ts
3:52 AM Ticket #1043 (add support for Predefined SLConfigDescriptor) created by Mark
Hi all, I got the following output from the latest win32 static build …
2:49 AM Ticket #1042 (Regression causes DV copy to fail) updated by llogan
The "works" example should have been using the same sample; …
2:47 AM Ticket #1042 (Regression causes DV copy to fail) created by llogan
7b2dba1c50c92c76f147727be7c27872252e29f6 bad …
2:22 AM Changeset in ffmpeg [6df42f98] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: SBR …
Note: See TracTimeline for information about the timeline view.