Timeline



Jan 21, 2012:

11:46 PM Changeset in ffmpeg [e8df1827] by Michael Niedermayer <michaelni@gmx.at>
img2: add j2c file extension Some applications use the j2c extension …
11:46 PM Changeset in ffmpeg [39bf7ff] by Michael Niedermayer <michaelni@gmx.at>
pixdesc: cosmetics Signed-off-by: Jean First <jeanfirst@gmail.com> …
11:46 PM Changeset in ffmpeg [d1c48025] by Michael Niedermayer <michaelni@gmx.at>
pngdec: Do not use SIMD paeth prediction for bpp=2 Fixes decoding of …
11:46 PM Changeset in ffmpeg [fd8a8373] by Michael Niedermayer <michaelni@gmx.at>
pngdec: Fix masks for interlaced decoding Signed-off-by: Michael …
11:46 PM Changeset in ffmpeg [602e97df] by Michael Niedermayer <michaelni@gmx.at>
pngdec: Add some FF_DEBUG based av_logs. Signed-off-by: Michael …
11:46 PM Changeset in ffmpeg [657878f7] by Michael Niedermayer <michaelni@gmx.at>
sws: fix copy case detection with gray8a. Fixes gray_alpha.png …
11:10 PM Changeset in ffmpeg [58f09785] by Martin Storsjö <martin@martin.st>
rtsp: Use a random offset for trying to open UDP ports for RTP This …
11:10 PM Changeset in ffmpeg [dbb06b8c] by Martin Storsjö <martin@martin.st>
rtsp: Allow specifying the UDP port range via AVOptions …
11:10 PM Changeset in ffmpeg [bc495ba] by Martin Storsjö <martin@martin.st>
rtsp: Remove a leftover, currently pointless check This check isn't …
10:48 PM Changeset in ffmpeg [2478612] by Michael Niedermayer <michaelni@gmx.at>
lavc: Mark the err_detect constants as audio+video as they also apply …
10:46 PM Changeset in ffmpeg [44d4fe9d] by Michael Niedermayer <michaelni@gmx.at>
error_detection: put the old error detection constants back. The old …
10:23 PM Changeset in ffmpeg [c5c7e0eb] by Michael Niedermayer <michaelni@gmx.at>
git show 2473a45c85dce6872617b33fce396dbbd6347e8e avconv.c | patch …
10:11 PM Changeset in ffmpeg [b5a69e79] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: rtpdec: …
8:18 PM Changeset in ffmpeg [ad7beb2c] by Martin Storsjö <martin@martin.st>
rtpdec: Use our own SSRC in the SDES field when sending RRs The …
7:02 PM Ticket #935 (mov: error opening alias, while file exists) updated by Carl Eugen Hoyos
The reference in the file you posted does not point to a relative …
6:56 PM Ticket #929 (AAC decoder does not respect request_channels) updated by Carl Eugen Hoyos
Replying to kaijun61: > I use gstreamer-based player to …
6:30 PM Ticket #929 (AAC decoder does not respect request_channels) updated by kaijun
I use gstreamer-based player to test ffmpeg aac codec in ffmpeg shared …
6:26 PM Ticket #935 (mov: error opening alias, while file exists) updated by Alex Zhukov
{{{cd …
6:20 PM Ticket #934 (Avid DS Uncompressed SUDS) updated by Elon Musk
mov contains some visual.(color,contrast,tint,brightness) atom stuff …
6:09 PM Ticket #935 (mov: error opening alias, while file exists) updated by Carl Eugen Hoyos
Does it work if the referenced files are not in an absolute, but a …
5:48 PM Ticket #931 (Remuxing Apple prores video) closed by Carl Eugen Hoyos
worksforme: Works fine for me […]
5:45 PM Ticket #933 (A/V desync when transcoding A/V files with timestamps non starting ...) updated by Carl Eugen Hoyos
Component changed
Please provide the complete, uncut console output together with your …
5:37 PM Changeset in ffmpeg [4b63cc18] by Reinhard Tartler <siretart@tauware.de>
Finalize changelog for 0.8 Release
5:36 PM Ticket #935 (mov: error opening alias, while file exists) updated by Alex Zhukov
[…]
5:34 PM Ticket #935 (mov: error opening alias, while file exists) updated by Carl Eugen Hoyos
Please add command line (ffmpeg -i file) together with complete, uncut …
5:33 PM Ticket #934 (Avid DS Uncompressed SUDS) updated by Alex Zhukov
something with colorspace? or am i missing something? ffmpeg decoded …
5:06 PM Ticket #929 (AAC decoder does not respect request_channels) updated by Carl Eugen Hoyos
Version changed
Replying to kaijun61: > it sounds like 5 channels not …
5:00 PM Ticket #525 (Avid 1:1 10-bit RGB Packer not supported) updated by Carl Eugen Hoyos
Keywords changed
4:59 PM Ticket #934 (Avid DS Uncompressed SUDS) closed by Carl Eugen Hoyos
fixed: Should be fixed, thank you for the sample.
4:58 PM Changeset in ffmpeg [9e53f62b] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support decoding Avid DS Uncompressed (SUDS). Fixes ticket #934
3:35 PM Changeset in ffmpeg [def19c90] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Unroll base64 decode loop. Around 50% faster. decode: 374139 -> …
1:54 PM Changeset in ffmpeg [fd1a1f14] by Reinhard Tartler <siretart@tauware.de>
Prepare for 0.8 Release
1:52 PM Changeset in ffmpeg [523f676b] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Use a full table for base64 decode. Also encodes error or end marker …
1:52 PM Changeset in ffmpeg [d41c824b] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix valgrind FATE for out-of-tree builds. Signed-off-by: Reimar …
1:40 PM Changeset in ffmpeg [a9117c75] by Stefano Sabatini <stefasab@gmail.com>
lavfi: fix mp and mandelbrot descriptions to make them complete …
12:26 PM Changeset in ffmpeg [2473a45] by Janne Grunau <janne-libav@jannau.net>
threads: change the default for threads back to 1 Using threaded …
12:26 PM Changeset in ffmpeg [afb8b207] by Janne Grunau <janne-libav@jannau.net>
threads: update slice_count and slice_offset from user context They …
11:04 AM Changeset in ffmpeg [8650d5f] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
base64: more thorough decode tests. Signed-off-by: Reimar Döffinger …
11:04 AM Changeset in ffmpeg [77b90f0c] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Add a --valgrind configure option. If specified runs "make fate" …
10:04 AM Changeset in ffmpeg [7ba34575] by Martin Storsjö <martin@martin.st>
aviocat: Remove useless includes Also include stdlib.h explicitly - …
7:48 AM Changeset in ffmpeg [7512bb74] by Anton Khirnov <anton@khirnov.net>
doc/APIChanges: fill in missing dates and hashes
7:40 AM Changeset in ffmpeg [97e3f94b] by Anton Khirnov <anton@khirnov.net>
Revert "avserver: fix build after the next bump." This temporarily …
7:38 AM Changeset in ffmpeg [d2a0041c] by Anton Khirnov <anton@khirnov.net>
mpegaudiodec: switch error detection check to AV_EF_BUFFER …
7:33 AM Changeset in ffmpeg [5124423e] by Anton Khirnov <anton@khirnov.net>
lavf: rename fer option and document resulting (f_)err_detect options …
7:28 AM Changeset in ffmpeg [f8894921] by Anton Khirnov <anton@khirnov.net>
lavc: rename err_filter option to err_detect and document it …
7:28 AM Changeset in ffmpeg [9b6aafba] by Anton Khirnov <anton@khirnov.net>
mpegvideo: fix invalid memory access for small video dimensions When …
4:29 AM Changeset in ffmpeg [99a42f3f] by Michael Niedermayer <michaelni@gmx.at>
ac3dec: Move center&surround mix level tables to parser. That way all …
4:22 AM Changeset in ffmpeg [9ec39937] by Michael Niedermayer <michaelni@gmx.at>
deshake: variable used uninitialized Sometimes the scan finds nothing …
4:13 AM Changeset in ffmpeg [bdd739e9] by Michael Niedermayer <michaelni@gmx.at>
base64: Only run benchmark when "-t" is specified. As the test is run …
1:10 AM Changeset in ffmpeg [57822f06] by Michael Niedermayer <michaelni@gmx.at>
base64: fix little typo Signed-off-by: Michael Niedermayer …
12:33 AM Changeset in ffmpeg [8f0768cc] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: Add a …
12:14 AM Ticket #935 (mov: error opening alias, while file exists) created by Alex Zhukov
http://dl.dropbox.com/u/1109725/anonymous_theatrical_ref_1080p_2398_235

Jan 20, 2012:

11:32 PM Changeset in ffmpeg [01084336] by Michael Niedermayer <michaelni@gmx.at>
base64: add a benchmark for a pure syntax check. Signed-off-by: …
11:24 PM Changeset in ffmpeg [ea4da948] by Michael Niedermayer <michaelni@gmx.at>
base64: simplify end handling in av_base64_encode() Signed-off-by: …
11:24 PM Changeset in ffmpeg [112bca91] by Michael Niedermayer <michaelni@gmx.at>
base64: optimize av_base64_encode() This makes the code 2-3 times as …
11:24 PM Changeset in ffmpeg [a41687c2] by Michael Niedermayer <michaelni@gmx.at>
base64: add benchmark Signed-off-by: Michael Niedermayer …
11:12 PM Changeset in ffmpeg [5d95112d] by Martin Storsjö <martin@martin.st>
movenc: Reorder entries in the MOVIentry struct, for tigheter packing …
11:12 PM Changeset in ffmpeg [1f712e6a] by Martin Storsjö <martin@martin.st>
rtsp: Remove extern declarations for variables that don't exist …
11:12 PM Changeset in ffmpeg [6a73f3bb] by Martin Storsjö <martin@martin.st>
aviocat: Flush the output before closing Without this, the end of the …
10:28 PM Changeset in ffmpeg [d60d718c] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Slightly optimize base64 encode. Move handling of last byte outside …
10:28 PM Changeset in ffmpeg [6af4c981] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Optimize output buffer size check in base64 decode. Signed-off-by: …
10:27 PM Changeset in ffmpeg [686ba5f4] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Minor optimization of base64 decode. Signed-off-by: Reimar Döffinger …
10:11 PM Ticket #929 (AAC decoder does not respect request_channels) updated by kaijun
it sounds like 5 channels not downmixed when compared with a DSP aac …
10:03 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) closed by Carl Eugen Hoyos
invalid: Thank you for testing!
9:42 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by kaijun
the issue is not reproducible in head commit.
8:40 PM AVrp.mov.gz attached to Ticket #934 by Alex Zhukov
SUDS.mov with hacked stsd
8:40 PM SUDS.mov.gz attached to Ticket #934 by Alex Zhukov
DS produced self contained SUDS
8:39 PM Ticket #934 (Avid DS Uncompressed SUDS) created by Alex Zhukov
example SUDS mov file http://dl.dropbox.com/u/1109725/SUDS.mov.gz
8:19 PM Changeset in ffmpeg [23e57d16] by Martin Storsjö <martin@martin.st>
Add a tool that uses avio to read and write, doing a plain copy of …
7:34 PM Changeset in ffmpeg [2d9e2c64] by Michael Niedermayer <michaelni@gmx.at>
opt: Fix "libavutil/opt.c:811:20: warning: initialization discards …
5:48 PM Ticket #926 (-r ignored, resulting in error "Option framerate not found") updated by Mike
But more to the point: can -r be made to specify the frame rate, …
5:32 PM Ticket #933 (A/V desync when transcoding A/V files with timestamps non starting ...) updated by Stefano Sabatini
Added the same file two times, please remove the duplicate.
5:30 PM log.gz attached to Ticket #933 by Stefano Sabatini
log file containing packets/frames timestamp information at various …
5:25 PM columbia-intro.ts attached to Ticket #933 by Stefano Sabatini
5:24 PM Ticket #933 (A/V desync when transcoding A/V files with timestamps non starting ...) created by Stefano Sabatini
Using the command: […] (same without -vsync) the A/V streams in …
5:19 PM Ticket #932 (incorrectly displaying video in a QuickTime player with codecs from AVid) updated by Carl Eugen Hoyos
(Does decoding work with FFmpeg?) Do I understand correctly that it …
5:16 PM Ticket #926 (-r ignored, resulting in error "Option framerate not found") closed by Carl Eugen Hoyos
invalid: I suspect you can use -vf setpts to achieve what you want. See ticket …
4:14 PM Changeset in ffmpeg [c3d5e290] by Mans Rullgard <mans@mansr.com>
ARM: fix build with FFT enabled and MDCT disabled Signed-off-by: …
4:11 PM Ticket #926 (-r ignored, resulting in error "Option framerate not found") updated by Charles C.
Yes, I suppose so. But more to the point: can -r be made to specify …
4:00 PM Ticket #932 (incorrectly displaying video in a QuickTime player with codecs from AVid) updated by kuzyag
Replying to cehoyos: > Please add the ffmpeg command line …
3:56 PM Ticket #926 (-r ignored, resulting in error "Option framerate not found") updated by Carl Eugen Hoyos
I consider it worse to silently accept options that have no effect …
3:37 PM Ticket #926 (-r ignored, resulting in error "Option framerate not found") updated by Charles C.
Maybe it didn't used to actually let you set the frame rate -- but it …
3:22 PM Ticket #932 (incorrectly displaying video in a QuickTime player with codecs from AVid) updated by Carl Eugen Hoyos
Please add the ffmpeg command line you used together with the …
2:42 PM 1.jpg attached to Ticket #932 by kuzyag
that's how it looks
2:41 PM Ticket #932 (incorrectly displaying video in a QuickTime player with codecs from AVid) created by kuzyag
Reported by kuz...@gmail.com, Today (2 hours ago) encoded video with …
12:37 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by Carl Eugen Hoyos
Replying to kaijun61: > I feel confused about ffmpeg and …
12:27 PM Changeset in ffmpeg [23934e5f] by Stefano Sabatini <stefasab@gmail.com>
ffprobe: increase precision for the shown float values
12:27 PM Changeset in ffmpeg [4601ad76] by Stefano Sabatini <stefasab@gmail.com>
ffprobe: fix value_string() prefix printing for values with negative …
12:27 PM Changeset in ffmpeg [eef4b704] by Stefano Sabatini <stefasab@gmail.com>
ffprobe: reindent after previous commit
12:27 PM Changeset in ffmpeg [58b10b4c] by Stefano Sabatini <stefasab@gmail.com>
ffprobe: factorize common code in value_string()
11:33 AM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by kaijun
I feel confused about ffmpeg and libav. Before and including …
10:03 AM Ticket #931 (Remuxing Apple prores video) created by Sapan
Application provided invalid, non monotonically increasing dts to …
9:58 AM Changeset in ffmpeg [72092188] by Stefano Sabatini <stefasab@gmail.com>
ffmpeg: remove unused and commented variable OutputStream.sync_ipts
8:41 AM Changeset in ffmpeg [59297ad6] by Janne Grunau <janne-libav@jannau.net>
lavf: force single-threaded decoding in avformat_find_stream_info The …
8:30 AM Changeset in ffmpeg [b89f8774] by Anton Khirnov <anton@khirnov.net>
avidec: migrate last of lavf from FF_ER_* to AV_EF_* Signed-off-by: …
8:17 AM Changeset in ffmpeg [8e1340ab] by Anton Khirnov <anton@khirnov.net>
avserver: fix build after the next bump.
6:17 AM Ticket #634 (non monotonically increasing dts with v4l2) updated by blsa
I second this issue. I'm using ffmpeg+ffserver to transfer RTSP …
1:14 AM Changeset in ffmpeg [48706f41] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: mpeg12: …

Jan 19, 2012:

11:16 PM Changeset in ffmpeg [9d35fa43] by Clément Bœsch <ubitux@gmail.com>
lavfi: add missing periods in descriptions.
10:33 PM Changeset in ffmpeg [dcea7ca7] by Nicolas George <nicolas.george@normalesup.org>
cmdutils: include type in filter list.
10:33 PM Changeset in ffmpeg [a9575ffc] by Nicolas George <nicolas.george@normalesup.org>
cmdutils: media type to letter conversion in a separate function.
10:31 PM Changeset in ffmpeg [de073550] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Changed indexing in libopenjpeg to shorten lines
10:31 PM Changeset in ffmpeg [df42dd73] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support gray8a encoding with libopenjpeg. Reviewed-by: Michael …
10:31 PM Changeset in ffmpeg [e209a377] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Simplify 32bit png decoding.
10:31 PM Changeset in ffmpeg [21a10061] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support encoding 16bit pixel formats to sgi.
10:31 PM Changeset in ffmpeg [b614c147] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Simplify 32bit pam decoding. Reviewed-by: Paul B Mahol
10:31 PM Changeset in ffmpeg [34aadeaa] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Simplify PIX_FMT_RGB555LE selection in targa decoder. Suggested by …
10:31 PM Changeset in ffmpeg [b4634a00] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Simplify targa decoding on big endian.
9:18 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by Carl Eugen Hoyos
Do I understand you correctly that the issue is not reproducible with …
9:17 PM Ticket #919 (Embedded mkv subtitles are staying longer than they are supposed to be ...) updated by Carl Eugen Hoyos
If you need help, you will have to provide an FFmpeg command line, …
9:12 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by kaijun
I find mathematics.h was reverted later on for other reasons.
9:04 PM Ticket #919 (Embedded mkv subtitles are staying longer than they are supposed to be ...) updated by KuroiTsuki
so, what can I expect? What is solution for me?
8:20 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by Carl Eugen Hoyos
I don't think FFmpeg has moved, please test sources from …
6:47 PM Changeset in ffmpeg [4cf81d9f] by Nicolas George <nicolas.george@normalesup.org>
libcelt: configure: check for recent version.
5:52 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by kaijun
I need to mention, since ffmpeg is moved libav, I got source codes …
5:11 PM Ticket #929 (AAC decoder does not respect request_channels) updated by Carl Eugen Hoyos
To make this a valid ticket, please add: * ffmpeg command line (as …
5:10 PM Ticket #930 (AAC 5.1 channel decoding issue) closed by Carl Eugen Hoyos
duplicate
5:08 PM Ticket #873 (PCM signed big-endian encoding as unsigned) updated by Carl Eugen Hoyos
Replying to Glinx: > ....do I need to do anything else? …
5:07 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by Carl Eugen Hoyos
Replying to kaijun61: > this issue happens at …
4:30 PM Ticket #923 (add "S263" fourcc) closed by Michael Niedermayer
fixed: patch applied
4:20 PM Changeset in ffmpeg [ef9623f6] by Michael Niedermayer <michaelni@gmx.at>
Add "S263" FourCC fixes ticket #923 Signed-off-by: Michael …
4:17 PM Ticket #927 ([PATCH] DNxHD: frame multithreading) closed by Michael Niedermayer
fixed: Patch applied, thanks
4:12 PM Changeset in ffmpeg [1406d9dd] by Michael Niedermayer <michaelni@gmx.at>
DNxHD: frame multithreading Signed-off-by: Javier Cabezas …
3:19 PM Ticket #930 (AAC 5.1 channel decoding issue) created by kaijun
I tested AAC 5.1 channel audio on stereo output on arm-based …
3:17 PM Ticket #929 (AAC decoder does not respect request_channels) created by kaijun
I tested AAC 5.1 channel audio on stereo output on arm-based …
2:02 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by kaijun
this issue happens at 0ebcdf5cdad6bf20a5170735a7f77b23ecc081ac where …
1:46 PM Ticket #873 (PCM signed big-endian encoding as unsigned) updated by Gavin Gates
....do I need to do anything else?
1:31 PM uglyFix.c attached to Ticket #928 by Zax
1:30 PM Ticket #928 (ffmpeg libdc1394 camera live mpeg streaming stops a specific frame number) created by Zax
I was trying to stream live video from a dc1394 camera by using ffmpeg …
1:23 PM Ticket #914 (tiff: support "old style LZW") updated by ami_stuff
Well, I like bug free/full feaured software. Since FFmpeg already …
1:14 PM Changeset in ffmpeg [a85ce653] by Diego Biurrun <diego@biurrun.de>
mpeg12: check for available bits to avoid an infinite loop …
7:51 AM Changeset in ffmpeg [1ce8377c] by Michael Niedermayer <michaelni@gmx.at>
wmalossless: Fix incompatoble pointer type warnings Signed-off-by: …
4:26 AM Ticket #914 (tiff: support "old style LZW") updated by compn
i'm curious why we support any of these old weird image formats. are …
2:30 AM DNxHD_MT.patch attached to Ticket #927 by STaRGaZeR
2:30 AM Ticket #927 ([PATCH] DNxHD: frame multithreading) created by STaRGaZeR
This patch adds frame multithreading to the DNxHD decoder. Tested and …
12:42 AM 599.png attached to Ticket #876 by ami_stuff
12:41 AM Ticket #876 (ljpeg: fix 12/16bpp decoding for images with odd width) updated by ami_stuff
this is actually a bug in swscale (anything to rgb48le) triggered when …
12:19 AM Changeset in ffmpeg [c130428a] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …

Jan 18, 2012:

11:45 PM Changeset in ffmpeg [e5903e29] by Diego Biurrun <diego@biurrun.de>
fate: add some shorthands to run groups of tests
11:45 PM Changeset in ffmpeg [395e6402] by Diego Biurrun <diego@biurrun.de>
fate: Give some tests more sensible names.
11:19 PM Changeset in ffmpeg [45f2908] by Diego Biurrun <diego@biurrun.de>
cosmetics: Rename ffsink to avsink.
10:35 PM Ticket #926 (-r ignored, resulting in error "Option framerate not found") updated by Carl Eugen Hoyos
Keywords changed
Since you claim that this used to work: Please add a command line and …
9:04 PM Changeset in ffmpeg [6fd4b8a6] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Replace a av_fast_malloc with av_fast_padded_malloc. This one was …
9:04 PM Changeset in ffmpeg [e8b060f7] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Use av_fast_padded_malloc in mimic and truemotion2 decoders. Fixes …
8:22 PM Changeset in ffmpeg [f9ced975] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Use av_fast_padded_malloc in fraps and mpc decoders. Fixes FATE …
8:21 PM Changeset in ffmpeg [126b0419] by Michael Niedermayer <michaelni@gmx.at>
pp: bump major in git master to match what debian contains. The ABI …
8:07 PM Changeset in ffmpeg [0184bbe] by Diego Biurrun <diego@biurrun.de>
avprobe, cmdutils: K&R formatting cosmetics
8:07 PM Changeset in ffmpeg [b481bbc3] by Diego Biurrun <diego@biurrun.de>
tests: K&R formatting cosmetics for test programs
7:12 PM Ticket #926 (-r ignored, resulting in error "Option framerate not found") created by Charles C.
This is essentially the same as #403, though that was closed as …
7:10 PM Changeset in ffmpeg [aa2e4bb0] by Anton Khirnov <anton@khirnov.net>
lavf: free packets for muxers implementing interleave_packet(). Fixes …
7:08 PM Changeset in ffmpeg [f97cb45] by Anton Khirnov <anton@khirnov.net>
lavf: fix and extend av_interleaved_write_frame() doxy. Specify that …
6:54 PM Changeset in ffmpeg [d7420e0a] by Alex Converse <alex.converse@gmail.com>
mov: Remove dead stores for spherical coordinates for channel position.
6:28 PM Ticket #925 (lead h263 - reject files encoded in "high compression" / rtp modes) updated by ami_stuff
http://www.leadtools.com/help/leadtools/v15/multimedia/filters/filters/
6:28 PM lead_h263_rtp.avi attached to Ticket #925 by ami_stuff
6:28 PM lead_h263_ehc.avi attached to Ticket #925 by ami_stuff
6:27 PM lead_h263.avi attached to Ticket #925 by ami_stuff
6:22 PM Ticket #925 (lead h263 - reject files encoded in "high compression" / rtp modes) created by ami_stuff
I attache also "normal" file for comparison. […] […]
5:17 PM Ticket #916 (ffmpeg doen't check that udp port which it selects for incoming rtp ...) closed by Carl Eugen Hoyos
fixed: Thank you for the patches!
5:10 PM Changeset in ffmpeg [ac84f2ed] by Diego Biurrun <diego@biurrun.de>
error_resilience: K&R formatting cosmetics Signed-off-by: Diego …
4:50 PM Ticket #921 (ffprobe may not correctly format json filesizes (patch attached)) updated by Adam Clarke
Replying to saste: > Replying to elkq: > […] …
3:46 PM Ticket #916 (ffmpeg doen't check that udp port which it selects for incoming rtp ...) updated by Dmitry Volyntsev
Patches with fixes were committed to upstream …
3:44 PM 0002-fix-rtp-916-issue-patch-2.patch attached to Ticket #916 by Dmitry Volyntsev
final committed patch 2
3:43 PM 0001-fix-rtp-916-issue.patch attached to Ticket #916 by Dmitry Volyntsev
final committed patch 1
3:37 PM Changeset in ffmpeg [4259d1eb] by Michael Niedermayer <michaelni@gmx.at>
fix rtp 916 issue, patch 2 Reviewed-by: Luca Abeni …
3:36 PM Changeset in ffmpeg [b29ec002] by Michael Niedermayer <michaelni@gmx.at>
fix rtp 916 issue Reviewed-by: Luca Abeni <lucabe72@email.it> …
3:29 PM Ticket #660 (x264opts does not accepts options without values) updated by Jean Delvare
Testing with 0.9.1, I am able to pass no-cabac as -x264opts but not …
3:25 PM Changeset in ffmpeg [e49780f] by Michael Niedermayer <michaelni@gmx.at>
lavc: call ff_init_buffer_info() from default reget buffer. This is …
3:25 PM Changeset in ffmpeg [2fb65d3e] by Michael Niedermayer <michaelni@gmx.at>
lavc: when w/h changes in reget buffer, print the values. …
2:52 PM Ticket #924 (libxvid video codec leaks temporary files) created by Jean Delvare
When encoding with -vcodec libxvid in two-pass mode, the second pass …
1:46 PM s263.diff attached to Ticket #923 by ami_stuff
1:46 PM lead_h263_osv.avi attached to Ticket #923 by ami_stuff
1:45 PM Ticket #923 (add "S263" fourcc) created by ami_stuff
this is "Lead H263 codec" with "Output Sorenson Video (Flash)" option …
1:35 PM Changeset in ffmpeg [bbf0023b] by Anton Khirnov <anton@khirnov.net>
RELEASE_NOTES: mention hiding private symbols in shared builds.
1:35 PM Changeset in ffmpeg [26f71ef4] by Anton Khirnov <anton@khirnov.net>
RELEASE_NOTES: mention some notable API changes in 0.8
1:00 PM Ticket #873 (PCM signed big-endian encoding as unsigned) updated by Gavin Gates
git bisect output; c59b80c8d3e46f176172d582f27c14d772e306fc is the …
12:20 PM Ticket #921 (ffprobe may not correctly format json filesizes (patch attached)) closed by Stefano Sabatini
fixed: Tested with latest ffprobe in master, should be fixed, thanks again …
11:45 AM Ticket #892 (jpg: progressive 4:1:1 / 4:2:2 decodes incorrectly) updated by Carl Eugen Hoyos
Keywords changed
10:00 AM ffmpeg_916_issue_fix.tcap attached to Ticket #916 by Dmitry Volyntsev
wireshark log after patches 0001-fix-rtp-916-issue.patch & …
5:46 AM Ticket #922 (ffplay crashes with iff-pbm file (ham8 mode)) updated by Carl Eugen Hoyos
Description changed
5:10 AM SoundieF_ffmbc_in24.mov attached to Ticket #867 by dave rice
force in24 with ffmbc
5:09 AM SoudieF_ffmpeg_in24.mov attached to Ticket #867 by dave rice
force in24 with ffmpeg
5:08 AM Ticket #867 (support in24 audio in mov muxer) updated by dave rice
So this patch does force the output to use the 'in24' codec id; …
1:08 AM Changeset in ffmpeg [e191f1f4] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: tta: …
12:55 AM Ticket #921 (ffprobe may not correctly format json filesizes (patch attached)) updated by Stefano Sabatini
Replying to elkq: […] > Unfortunately we missed a case, …
12:03 AM Ticket #921 (ffprobe may not correctly format json filesizes (patch attached)) updated by Adam Clarke
Replying to saste: > Replying to elkq: > > …

Jan 17, 2012:

11:46 PM Ticket #922 (ffplay crashes with iff-pbm file (ham8 mode)) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
Work-around / fix is to disable direct rendering.
11:44 PM Changeset in ffmpeg [140a9afc] by Stefano Sabatini <stefasab@gmail.com>
ffprobe: add more safe casts in value_string() Second attempt at …
11:43 PM Changeset in ffmpeg [2c8d37c2] by Stefano Sabatini <stefasab@gmail.com>
ffprobe: use safer type for index variable in value_string() There is …
11:23 PM Ticket #922 (ffplay crashes with iff-pbm file (ham8 mode)) created by ami_stuff
http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/689/2_pbm.iff
11:19 PM Ticket #689 (invalid reads in iff.c) updated by Carl Eugen Hoyos
If this problem is not reproducible with the original sample, please …
11:16 PM Ticket #921 (ffprobe may not correctly format json filesizes (patch attached)) updated by Stefano Sabatini
Analyzed by developer, Status changed
Replying to elkq: > Filesizes greater than 2GB are not …
11:14 PM 2_pbm.iff attached to Ticket #689 by ami_stuff
11:13 PM Ticket #689 (invalid reads in iff.c) updated by ami_stuff
FFplay crashes with attached IFF-PBM file (HAM8 mode). […]
11:01 PM Changeset in ffmpeg [54661219] by Stefano Sabatini <stefasab@gmail.com>
ffprobe: fix printing of unit values which cannot be contained in an …
10:50 PM Changeset in ffmpeg [6c06868e] by Stefano Sabatini <stefasab@gmail.com>
doc/ffmpeg.texi: specify symbolic names for the vsync parameter
10:18 PM Ticket #921 (ffprobe may not correctly format json filesizes (patch attached)) updated by Carl Eugen Hoyos
> l = snprintf(buf, buf_size, "%ld", (int64_t)vald); This should be …
10:09 PM Ticket #616 (WebM/VP8 issue incombination with VLC) closed by Carl Eugen Hoyos
invalid: J-B informed me that this is a problem in vlc, fixed in 2.0.0.
9:16 PM Changeset in ffmpeg [d393f41a] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix memleak after switch to encode_audio2 API. Obviously the packet …
9:16 PM Changeset in ffmpeg [178f8ea7] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Use ff_packet_free_side_data instead of duplicating it. …
9:12 PM 0001-correct-reporting-of-2GB-file-sizes.patch attached to Ticket #921 by Adam Clarke
[PATCH] correct reporting of +2GB file sizes
9:11 PM Ticket #921 (ffprobe may not correctly format json filesizes (patch attached)) created by Adam Clarke
Filesizes greater than 2GB are not always json formatted as expected, …
7:55 PM Changeset in ffmpeg [1de5154d] by Michael Niedermayer <michaelni@gmx.at>
mxfdec: Consider OPAtom files that don't have exactly one EC to be …
7:55 PM Changeset in ffmpeg [aff9cb83] by Michael Niedermayer <michaelni@gmx.at>
lavc: remove unused headers Signed-off-by: Michael Niedermayer …
7:16 PM Changeset in ffmpeg [71a2c9b2] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
ffmpeg: check tcgetattr result. This fixes parallel FATE (make fate …
7:16 PM Changeset in ffmpeg [3b55429d] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Add and use av_fast_padded_malloc. The same as av_fast_malloc but …
7:08 PM Changeset in ffmpeg [a1296223] by Michael Niedermayer <michaelni@gmx.at>
lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frame This combination …
7:07 PM Changeset in ffmpeg [af5004b5] by Michael Niedermayer <michaelni@gmx.at>
lavc: use av_freep() for freeing extended_data This is safer …
5:13 PM Ticket #918 (polarized to anaglyph filter.) updated by Carl Eugen Hoyos
Keywords changed
5:13 PM Ticket #918 (polarized to anaglyph filter.) closed by Carl Eugen Hoyos
worksforme: Works for the OP.
4:31 PM Ticket #918 (polarized to anaglyph filter.) updated by dE_logics
Well, if using mplayer's filter is the original intention (which I did …
2:41 PM Changeset in ffmpeg [01ed1c39] by Justin Ruggles <justin.ruggles@gmail.com>
tta: cast output data pointer to the correct type fixes "warning: …
12:27 PM Ticket #867 (support in24 audio in mov muxer) updated by dave rice
Hi, I tested the patch a few days ago and it didn't seem to work. …
12:24 PM Ticket #867 (support in24 audio in mov muxer) updated by Carl Eugen Hoyos
Could you test this patch? …
12:18 PM Ticket #694 (Speed-up/Slow-down a video) closed by Stefano Sabatini
fixed: Closing the ticket as the feature should be implementable through the …
11:10 AM Changeset in ffmpeg [24860a9] by Stefano Sabatini <stefasab@gmail.com>
tools: add ffeval tool The tool is useful for testing the internal …
11:03 AM Changeset in ffmpeg [e4e29106] by Stefano Sabatini <stefasab@gmail.com>
doc/eval.texi: add precisation about the assumption for "trueness" in …
11:03 AM Changeset in ffmpeg [99949573] by Stefano Sabatini <stefasab@gmail.com>
lavu/eval: add if() and ifnot() eval functions They allow to …
11:03 AM Changeset in ffmpeg [a798c20a] by Stefano Sabatini <stefasab@gmail.com>
lavfi/testsrc: add "decimals" option to the testsrc filter
11:03 AM Changeset in ffmpeg [9f7144b4] by Stefano Sabatini <stefasab@gmail.com>
lavc/mpegvideo_enc: improve log message in case of too large GOP …
11:01 AM Changeset in ffmpeg [56af084c] by Carl Eugen Hoyos <cehoyos@ag.or.at>
libopenjpegenc: Remove two redundant function parameters.
10:57 AM Changeset in ffmpeg [a02694c9] by Carl Eugen Hoyos <cehoyos@ag.or.at>
libopenjpegenc: Simplify gray encoding.
10:47 AM Changeset in ffmpeg [0abe25aa] by Carl Eugen Hoyos <cehoyos@ag.or.at>
libopenjpegenc: Add error messages.
10:43 AM Changeset in ffmpeg [ee33eb40] by Carl Eugen Hoyos <cehoyos@ag.or.at>
libopenjpegenc: Rename four conversion functions.
8:39 AM Changeset in ffmpeg [99932847] by Anton Khirnov <anton@khirnov.net>
avconv: fix -frames for video encoders with delay. Frames must be …
7:41 AM Changeset in ffmpeg [7e62315c] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Use correct register size. Fixes compilation with NASM. …
1:37 AM Changeset in ffmpeg [67f5650a] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: rv34: …
12:37 AM Changeset in ffmpeg [905c4dc2] by Michael Niedermayer <michaelni@gmx.at>
dpxenc: Dont store lavc indent when bitexact is set. This avoids fate …

Jan 16, 2012:

11:44 PM Ticket #290 (alpha channel not preserved when transcoding) updated by Carl Eugen Hoyos
Keywords, Resolution changed
The issue - if there ever was one - has been fixed: The output pix_fmt …
11:42 PM Changeset in ffmpeg [00430075] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support 64bit pam decoding.
11:42 PM Changeset in ffmpeg [328e7932] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support gray8a pam decoding.
11:42 PM Changeset in ffmpeg [dc2f652a] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix pix_fmt_info for yuva420. This allows correct output pix_fmt …
11:13 PM Changeset in ffmpeg [72ad228a] by Clément Bœsch <ubitux@gmail.com>
fate: add GEN tag for mapchan sw tests.
11:07 PM Ticket #920 (Error capture picutre IV41 of ffmpeg0.9.1) closed by Michael Niedermayer
fixed: fixed in the 0.9 branch, fix will be in 0.9.2
10:59 PM Ticket #918 (polarized to anaglyph filter.) updated by Carl Eugen Hoyos
Do I understand you correctly that you request porting MPlayer's …
10:28 PM Ticket #919 (Embedded mkv subtitles are staying longer than they are supposed to be ...) updated by reimar
My fault, I am not sure this can be reproduced with FFmpeg. The …
10:13 PM Ticket #919 (Embedded mkv subtitles are staying longer than they are supposed to be ...) reopened by KuroiTsuki
I have to agree, previous report was pretty much not informative and …
9:26 PM Changeset in ffmpeg [63945e22] by Michael Niedermayer <michaelni@gmx.at>
indeo4: fix LE reader define for backport Fixes Ticket920 …
7:32 PM Changeset in ffmpeg [94bf9ac4] by Michael Niedermayer <michaelni@gmx.at>
fix av_dlog call with non-AVClass struct Signed-off-by: Michael …
6:44 PM Changeset in ffmpeg [c203044] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Remove extraneous newline from dpx reference which breaks FATE. …
6:26 PM Changeset in ffmpeg [9e12002f] by Janne Grunau <janne-libav@jannau.net>
rv34: add NEON rv34_idct_add Overall almost 4% faster, idct_add down …
6:26 PM Changeset in ffmpeg [9ba9c340] by Janne Grunau <janne-libav@jannau.net>
rv34: 1-pass inter MB reconstruction Implement 1-pass inverse …
6:21 PM Changeset in ffmpeg [75947915] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Rework VP8 decoder frame skipping code. This reworks the frame …
6:21 PM Changeset in ffmpeg [203f94fd] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
mxfdec: Add missing free. Should fix valgrind FATE. Signed-off-by: …
6:21 PM Changeset in ffmpeg [6003ec88] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
asfdec: Move variable declarations into the blocks they are used in. …
4:49 PM ffmpeg_fix_rtp_udp_port_issue.patch attached to Ticket #916 by Dmitry Volyntsev
proposed patch
4:38 PM Changeset in ffmpeg [5fc51c31] by Clément Bœsch <ubitux@gmail.com>
lavu: add 2.1 channel layout.
1:50 PM Ticket #918 (polarized to anaglyph filter.) updated by dE_logics
Yes, but it's the mplayer one. It does work well though.
12:57 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by Carl Eugen Hoyos
I am not sure I understand: You wrote above that …
12:51 PM Ticket #916 (ffmpeg doen't check that udp port which it selects for incoming rtp ...) updated by Carl Eugen Hoyos
Keywords, Reproduced by developer changed
Please consider sending patches to ffmpeg-devel, they receive more …
12:15 PM Ticket #916 (ffmpeg doen't check that udp port which it selects for incoming rtp ...) updated by Dmitry Volyntsev
I've checked what other implementation of RTP/RTSP do in this case. 1) …
12:09 PM ffmpeg_issue_fix.tcap attached to Ticket #916 by Dmitry Volyntsev
wireshark log complimentary to second post: after fix
12:08 PM ffmpeg_issue_reproduce.tcap attached to Ticket #916 by Dmitry Volyntsev
wireshark log complimentary to second post
11:57 AM Changeset in ffmpeg [d93b6340] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add dpx encoding regression test.
11:27 AM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by kaijun
Can you give me specific steps? I have run git bisect good or bad …
10:53 AM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by Carl Eugen Hoyos
Where you able to run git bisect to find the change introducing the …
10:51 AM Ticket #920 (Error capture picutre IV41 of ffmpeg0.9.1) updated by Carl Eugen Hoyos
Keywords, Status, Version, Reproduced by developer changed
Reproducible with fate-suite/iv41/indeo41-partial.avi and ffmpeg -i …
10:42 AM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by kaijun
arm-angstrom-linux-gnueabi-gcc is a cross-compiler for arm-based …
10:29 AM Changeset in ffmpeg [ffa0923e] by Kostya Shishkov <kostya.shishkov@gmail.com>
add SMJPEG muxer Signed-off-by: Kostya Shishkov …
10:29 AM Changeset in ffmpeg [68b94f8b] by Kostya Shishkov <kostya.shishkov@gmail.com>
avformat: split out common SMJPEG code This is a preparation for …
9:59 AM Changeset in ffmpeg [203ea375] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support rgb64 dpx encoding.
9:57 AM Changeset in ffmpeg [a8b117f8] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add gray16 and rgb48 png encoding regression tests.
6:33 AM CompilationGuide/Centos edited by llogan
erase make _after_ using it to uninstall packages (diff)
5:53 AM Ticket #920 (Error capture picutre IV41 of ffmpeg0.9.1) updated by lai
I add one parameter to run the command, then get the uncut console …
5:49 AM Ticket #920 (Error capture picutre IV41 of ffmpeg0.9.1) updated by lai
The file is too large about 410M, this is the link …
3:44 AM Changeset in ffmpeg [d8591913] by Justin Ruggles <justin.ruggles@gmail.com>
pictordec: Use bytestream2 functions Signed-off-by: Justin Ruggles …
3:30 AM Ticket #920 (Error capture picutre IV41 of ffmpeg0.9.1) updated by Carl Eugen Hoyos
Please provide the complete, uncut console output for the failing …
2:48 AM Ticket #920 (Error capture picutre IV41 of ffmpeg0.9.1) updated by lai
Anyone figure me out, thanks
2:48 AM Ticket #920 (Error capture picutre IV41 of ffmpeg0.9.1) created by lai
1 Info [root@dev]# ffmpeg -i iv41.avi ffmpeg version 0.9.1, Copyright …
2:43 AM Changeset in ffmpeg [811de351] by Michael Niedermayer <michaelni@gmx.at>
Enhance HLS seeking. Enhances seeking by demuxing until the requested …
2:30 AM Changeset in ffmpeg [ebc9ff8] by Michael Niedermayer <michaelni@gmx.at>
vorbisdec: Check that the x values of floor1 are unique. This is …
2:27 AM Changeset in ffmpeg [fa169d56] by Michael Niedermayer <michaelni@gmx.at>
mov: cosmetics - move a line to a better position and add a comment …
2:25 AM Changeset in ffmpeg [60168f93] by Michael Niedermayer <michaelni@gmx.at>
movenc: add FIXME to add alis and rsrc atoms Signed-off-by: Jean …
2:24 AM Changeset in ffmpeg [ee458cb] by Justin Ruggles <justin.ruggles@gmail.com>
avconv: use avcodec_encode_audio2()
2:24 AM Changeset in ffmpeg [05f95443] by Justin Ruggles <justin.ruggles@gmail.com>
pcmenc: use AVCodec.encode2()
2:24 AM Changeset in ffmpeg [a6ccae3f] by Justin Ruggles <justin.ruggles@gmail.com>
avcodec: bump minor version and add APIChanges for the new audio …
2:24 AM Changeset in ffmpeg [b2c75b6] by Justin Ruggles <justin.ruggles@gmail.com>
avcodec: Add avcodec_encode_audio2() as replacement for …
2:24 AM Changeset in ffmpeg [5ee5fa02] by Justin Ruggles <justin.ruggles@gmail.com>
avcodec: add a public function, avcodec_fill_audio_frame(). This is a …
2:17 AM Changeset in ffmpeg [0c10885c] by Michael Niedermayer <michaelni@gmx.at>
movenc: indent cosemtics Signed-off-by: Jean First …
12:33 AM Changeset in ffmpeg [4a4c4278] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …

Jan 15, 2012:

11:55 PM Ticket #918 (polarized to anaglyph filter.) updated by Carl Eugen Hoyos
Isn't the stereo3d filter already in FFmpeg? Did you test?
11:43 PM Ticket #918 (polarized to anaglyph filter.) updated by Carl Eugen Hoyos
Component changed
11:43 PM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by Carl Eugen Hoyos
I don't know what "angstrom" is but I would have expected a version …
11:41 PM Changeset in ffmpeg [d7806238] by Janne Grunau <janne-libav@jannau.net>
rv34: Intra 16x16 handling Extract processing of intra 16x16 blocks …
11:41 PM Changeset in ffmpeg [3eeb7557] by Janne Grunau <janne-libav@jannau.net>
rv34: Inter/intra MB code split Split inter/intra macroblock handling …
10:40 PM Ticket #582 (Assertion failure in rate-control if pass 2 - file is longer) updated by graylion
I am sure that my two files were identical in size - I have reproduced …
9:04 PM Changeset in ffmpeg [f94ce3bc] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support rgb48 and rgba64 png encoding.
9:00 PM Changeset in ffmpeg [2df5f59a] by Diego Biurrun <diego@biurrun.de>
fate: split ADPCM and DPCM test references into separate files.
9:00 PM Changeset in ffmpeg [107f55cb] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Simplify RGB32 png encoding.
9:00 PM Changeset in ffmpeg [bcd5d979] by Diego Biurrun <diego@biurrun.de>
mov, mxfdec: Employ more meaningful return values. Signed-off-by: …
8:57 PM Changeset in ffmpeg [fdc013da] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support gray16 png encoding.
8:53 PM Changeset in ffmpeg [ed10ca4] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support gray8a png encoding.
8:40 PM Changeset in ffmpeg [e2ff436] by Reinhard Tartler <siretart@tauware.de>
lavc: Relax API strictness in avcodec_decode_audio3 with a custom …
8:36 PM Ticket #919 (Embedded mkv subtitles are staying longer than they are supposed to be ...) updated by Carl Eugen Hoyos
I have been asked for clarification why I closed this ticket as …
8:19 PM Ticket #582 (Assertion failure in rate-control if pass 2 - file is longer) updated by Carl Eugen Hoyos
What happens if two different files (the longer file for the second …
8:16 PM Ticket #705 (iff: support masking) closed by Carl Eugen Hoyos
fixed: Fixed by Peter Ross.
8:01 PM Ticket #582 (Assertion failure in rate-control if pass 2 - file is longer) updated by graylion
OK, this worked. I think we can close the bug.
7:37 PM Changeset in ffmpeg [ea3abcd5] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix ff_get_guid for short reads or errors. Current code would just …
7:03 PM Ticket #894 (ljpeg: fix losslesss prediction 0 for 24bpp (and 48bpp)) updated by ami_stuff
Replying to cehoyos: > Could you clarify if 48_pred0.jpg …
6:46 PM Changeset in ffmpeg [719a576f] by Michael Niedermayer <michaelni@gmx.at>
lavfi-showfiltfmts: fix typo that segfaulted haiku. Signed-off-by: …
5:27 PM Ticket #919 (Embedded mkv subtitles are staying longer than they are supposed to be ...) closed by Carl Eugen Hoyos
invalid
4:33 PM Ticket #582 (Assertion failure in rate-control if pass 2 - file is longer) updated by graylion
This is getting even more interesting. Doing this in ffmpeg 0.9.1 on …
4:26 PM Ticket #911 (ffplay can't handle timecodes of WMV2 video correctly) updated by zhushisongzhu
hzvideo.wmv is 20s long. But using mplayer to play it. Mplayer …
2:58 PM Ticket #919 (Embedded mkv subtitles are staying longer than they are supposed to be ...) created by KuroiTsuki
Actually summary says sums it's up
2:27 PM Changeset in ffmpeg [e6e7bfc1] by Kostya Shishkov <kostya.shishkov@gmail.com>
wavpack: fix clipping for 32-bit lossy mode Reference decoder clips …
2:10 PM Ticket #503 (Support 64bit tiff) updated by Elon Musk
I doubt BGRA64 tiff samples exist, please provide them if they do or …
1:51 PM Changeset in ffmpeg [bb4c0abc] by Stefano Sabatini <stefasab@gmail.com>
ffplay: mark i variable in toggle_full_screen() as unused Fix gcc …
1:49 PM Changeset in ffmpeg [4ee03fef] by Stefano Sabatini <stefasab@gmail.com>
lavfi/rgbtestsrc: make alpha plane opaque
1:13 PM Changeset in ffmpeg [6922458] by Michael Niedermayer <michaelni@gmx.at>
iff: support masking plane feature Fixes ticket 705. Reported-by: …
1:13 PM Changeset in ffmpeg [73da4fd5] by Michael Niedermayer <michaelni@gmx.at>
Revert "buildsystem: add $EXESUF to the used tool for fate" This …
12:54 PM Changeset in ffmpeg [8af6b971] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix uninitialized reads for fate-vsynth1-asv2 test. This is not a …
11:35 AM Ticket #872 (av_rescale_q returns wrong 64bits in arm cortex-a8 processor) updated by kaijun
angstrom
11:25 AM Ticket #822 (h264 in mkv: non monotonically increasing dts) updated by StevenG
I found a solution how to work around this bug: 1. i extract *.h264 …
10:43 AM Ticket #848 (expand -formats/-codecs options) updated by Stefano Sabatini
Type changed
8:12 AM Changeset in ffmpeg [bbf372e1] by Nicolas George <nicolas.george@normalesup.org>
overlay: do not leak x/y expressions.
6:14 AM Changeset in ffmpeg [668a74e8] by Michael Niedermayer <michaelni@gmx.at>
buildsystem: add $EXESUF to the used tool for fate Signed-off-by: …
5:46 AM Ticket #918 (polarized to anaglyph filter.) created by dE_logics
mplayer/mencoder has a filter (stereo3d) which converts polarized SBS …
3:13 AM WikiStart edited by Michael Niedermayer
mention wiki in registering need (diff)
3:12 AM Changeset in ffmpeg [4fccc7c] by Justin Ruggles <justin.ruggles@gmail.com>
vb: Use bytestream2 functions Signed-off-by: Justin Ruggles …
1:40 AM Changeset in ffmpeg [d9816cd5] by Michael Niedermayer <michaelni@gmx.at>
imgconvert: add PIX_FMT_GRAY8A to pix_fmt_info Fixes selecting gray8a …
12:16 AM Changeset in ffmpeg [4640da7e] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: sgidec: …
12:08 AM Ticket #903 (Rainbow artifacts and errors on certain Gamecube THP files) updated by Carl Eugen Hoyos
Component changed

Jan 14, 2012:

11:59 PM Ticket #903 (Rainbow artifacts and errors on certain Gamecube THP files) closed by Michael Niedermayer
fixed
11:58 PM Ticket #907 (ljpeg: 24bpp non-interleaved with MCU15 decodes incorrectly) closed by Michael Niedermayer
fixed
11:53 PM Changeset in ffmpeg [a91f2066] by Michael Niedermayer <michaelni@gmx.at>
ljpegdec: reset restart interval for each plane of a non interleaved …
11:53 PM Changeset in ffmpeg [1843e6c8] by Michael Niedermayer <michaelni@gmx.at>
thp: Fix handling of restart interval Fixes Ticket903 Signed-off-by: …
10:40 PM Ticket #894 (ljpeg: fix losslesss prediction 0 for 24bpp (and 48bpp)) reopened by Carl Eugen Hoyos
Could you clarify if 48_pred0.jpg really is 48bit? Is there an …
10:33 PM Ticket #917 (txd causes invalid reads) updated by Carl Eugen Hoyos
Please provide complete, uncut console and valgrind output.
10:32 PM Ticket #904 (yuv2rgb_mmx.c not allowing yuv422p) closed by Carl Eugen Hoyos
fixed: Fixed by Michael, thank you for the report!
10:17 PM Ticket #26 (Switch to record/split to multiple files on the fly) closed by Carl Eugen Hoyos
fixed: This has been implemented by Luca as -f segment, works fine with …
10:09 PM Changeset in ffmpeg [7a172308] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix compilation without HAVE_AVX, HAVE_YASM etc. At the very least …
9:58 PM Changeset in ffmpeg [c4888316] by Michael Niedermayer <michaelni@gmx.at>
timecode: fix typo Signed-off-by: Jean First <jeanfirst@gmail.com> …
9:55 PM Ticket #917 (txd causes invalid reads) created by Elon Musk
Sample from here http://roundup.libav.org/issue2181 When played with …
8:42 PM Changeset in ffmpeg [5a840f63] by Michael Niedermayer <michaelni@gmx.at>
x86/yuv2rgb_mmx: Remove yuv420 check. This check is not correct, the …
8:34 PM Ticket #104 (add support for Brodway MPEG codec (BW10)) closed by Carl Eugen Hoyos
fixed: Fixed by Michael.
6:25 PM Changeset in ffmpeg [52889b54] by Michael Niedermayer <michaelni@gmx.at>
mpeg12dec: BW10 support Signed-off-by: Michael Niedermayer …
6:25 PM Changeset in ffmpeg [0d5c810b] by Michael Niedermayer <michaelni@gmx.at>
mpeg12dec: check uppercased codec_tag. We do this for all other …
6:25 PM Changeset in ffmpeg [b26f0ee3] by Michael Niedermayer <michaelni@gmx.at>
avidec: XMPG support Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
5:35 PM Changeset in ffmpeg [4cd0bdae] by Justin Ruggles <justin.ruggles@gmail.com>
sgidec: Use bytestream2 functions to prevent buffer overreads. The …
5:10 PM Ticket #832 (tiff: support G3FAX1D) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
4:55 PM Ticket #915 (UDP Protocol : seg fault on closing) closed by Carl Eugen Hoyos
fixed: The patch was applied, thank you for the report and the solution!
4:43 PM Changeset in ffmpeg [83b12c16] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Use correct register size, fixes compilation with NASM. …
4:32 PM Changeset in ffmpeg [e44c11e9] by Diego Biurrun <diego@biurrun.de>
cosmetics: Move static and inline attributes to more standard places. …
4:23 PM Changeset in ffmpeg [c4ba5198] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix leaking of side data. While we correctly "register" the side data …
4:14 PM Changeset in ffmpeg [45c39e56] by Michael Niedermayer <michaelni@gmx.at>
udp: fix segfault on closing Fixes ticket915
3:43 PM Changeset in ffmpeg [633606c9] by Michael Niedermayer <michaelni@gmx.at>
FATE: fix targa tests on big-endian systems
3:41 PM Changeset in ffmpeg [0b4f1e0d] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
11:36 AM Changeset in ffmpeg [4057505e] by Stefano Sabatini <stefasab@gmail.com>
doc/bistream_filters.texi: add documentation for the h264_mp4toannexb …
9:41 AM Ticket #707 (iff: support transparency) closed by Carl Eugen Hoyos
fixed
9:40 AM Ticket #902 (segfault with fraps file) closed by Carl Eugen Hoyos
fixed: Fixed by Michael.
9:38 AM Changeset in ffmpeg [28002030] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support transparency in iff images. Fixes ticket #707. Reviewed-by: …
9:35 AM Changeset in ffmpeg [6ba74be5] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add CR/LF to a reget_buffer warning message.
6:44 AM Changeset in ffmpeg [b5c2b5af] by Anton Khirnov <anton@khirnov.net>
configure: provide libavfilter/version.h header to get_version() Fix …
6:25 AM Ticket #890 (OOM with fuzzed avi) closed by Michael Niedermayer
fixed
6:19 AM Changeset in ffmpeg [a63a86fd] by Michael Niedermayer <michaelni@gmx.at>
Fixes issue 890: OOM with zmbv file Signed-off-by: Michael …
3:55 AM Changeset in ffmpeg [44e19145] by Michael Niedermayer <michaelni@gmx.at>
utils: check that parameters havnt changed in reget_buffer() Fixes …
3:51 AM Changeset in ffmpeg [2422e827] by Michael Niedermayer <michaelni@gmx.at>
cabac_functions: fix license header, this wasnt developed in libav …
3:47 AM Changeset in ffmpeg [c834c7e3] by Michael Niedermayer <michaelni@gmx.at>
1000l commit forgotten cabac fix Signed-off-by: Michael Niedermayer …
1:22 AM Changeset in ffmpeg [e986a5d1] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
12:57 AM Changeset in ffmpeg [3c172a41] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: change yuv2yuvX code to use cpuflag().
12:53 AM Ticket #759 (win ico: only part of the image is displayed (ffplay)) closed by Carl Eugen Hoyos
fixed: Fixed by Peter Ross.
12:34 AM Changeset in ffmpeg [36397ea1] by Carl Eugen Hoyos <cehoyos@ag.or.at>
RGBA64 encoding with libopenjpeg. Reviewed-by: Michael Bradshaw
12:31 AM Changeset in ffmpeg [ffd1017f] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Gray16 encoding with libopenjpeg. Reviewed-by: Michael Bradshaw
12:18 AM Ticket #717 (AVFrame->format field not set when decoding audio) closed by Stefano Sabatini
fixed: Should be fixed since commit 8a4a5f6ff756fdba44254015c714f173b2db6f64, …
12:17 AM Changeset in ffmpeg [89fc7e3] by Michael Niedermayer <michaelni@gmx.at>
alacdec: support 32 bps Signed-off-by: Michael Niedermayer …
12:17 AM Changeset in ffmpeg [8d95eb67] by Michael Niedermayer <michaelni@gmx.at>
lavc: Prevent opening of experimental codecs if strict_std_compliance …
12:15 AM Changeset in ffmpeg [dd55adb1] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support reading 64bit dpx images. Reviewed-by: Jean First
12:14 AM Changeset in ffmpeg [0b1f20e2] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support reading 64bit sgi images. Reviewed-by: Jean First
12:13 AM Changeset in ffmpeg [3fe4540b] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support 64bit pam encoding.
12:10 AM Changeset in ffmpeg [c714cd3b] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support 64bit tiff images. Fixes a part of ticket #503. Reviewed-by: …
12:08 AM Changeset in ffmpeg [57facb73] by Martin Storsjö <martin@martin.st>
libx264: Don't leave max_b_frames as -1 if the user didn't set it …
Note: See TracTimeline for information about the timeline view.