Timeline



Jun 7, 2011:

11:30 PM Changeset in ffmpeg [8f2a2e60] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
ffplay: remove -debug option The options -loglevel LEVEL -debug FLAGS …
11:30 PM Changeset in ffmpeg [e77a3095] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
ffplay: remove -vismv option Use -vismv 1 instead. Simplify.
11:30 PM Changeset in ffmpeg [21bf6d7a] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
mpegvideo: use av_get_picture_type_char() in ff_print_debug_info()
10:45 PM Changeset in ffmpeg [ac4a8548] by Diego Biurrun <diego@biurrun.de>
Remove some non-compiling debug messages.
10:45 PM Changeset in ffmpeg [8543f0f9] by Diego Biurrun <diego@biurrun.de>
ffplay: Fix non-compiling debug printf and replace it by av_dlog.
10:22 PM Changeset in ffmpeg [4de83b7b] by Diego Biurrun <diego@biurrun.de>
H264: x86 predict init cosmetics. Change indentation and whitespace; …
10:06 PM Changeset in ffmpeg [d3778972] by Diego Biurrun <diego@biurrun.de>
ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder. The …
7:54 PM Ticket #271 (regression with seeking in avi) created by ami_stuff
http://www.datafilehost.com/download-39b73242.html seeking with …
7:19 PM Ticket #42 (don't read stdin when running in a noninteractive shell) updated by taeuber
Hi michael, I'm not sure but this seems to be it: $ man 4 tty $ man …
7:16 PM Changeset in ffmpeg [c8e9ea43] by Justin Ruggles <justin.ruggles@gmail.com>
Move E-AC-3 encoder functions to a separate eac3enc.c file.
7:16 PM Changeset in ffmpeg [787a1353] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: remove convenience macro, #define DEBUG
7:16 PM Changeset in ffmpeg [a8bd5340] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: remove unused #define
5:55 PM Changeset in ffmpeg [7b20d35a] by Anton Khirnov <anton@khirnov.net>
vc1: re-initialize tables after width/height change. …
5:07 PM Changeset in ffmpeg [1397ac0a] by Justin Ruggles <justin.ruggles@gmail.com>
APIchanges: fill-in git commit hash for av_get_bytes_per_sample() addition
5:06 PM Changeset in ffmpeg [a6703faa] by Justin Ruggles <justin.ruggles@gmail.com>
samplefmt: add av_get_bytes_per_sample() Deprecate …
4:26 PM Ticket #269 (webm/libvpx Conversion bug) closed by Michael Niedermayer
fixed: Fixed locally will push in a moment
4:22 PM Changeset in ffmpeg [1929807b] by Michael Niedermayer <michaelni@gmx.at>
libvpxenc: add forgotten AVClass. Fixes Ticket269 Signed-off-by: …
4:10 PM Ticket #255 (incorrect checksum for freed object) updated by zimbatm
Thanks, a39bd458a0df295df59242a8e18e1e5313bd3318 fixes the issue
2:47 PM Changeset in ffmpeg [2f37321a] by Justin Ruggles <justin.ruggles@gmail.com>
iirfilter: fix biquad filter coefficients. The current filter …
2:05 PM Changeset in ffmpeg [edeb56fa] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: remove duplicate conversion routine in swScale().
2:05 PM Changeset in ffmpeg [b73fe70] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: add yuv2planar/packed function typedefs.
2:05 PM Changeset in ffmpeg [df91d091] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.
2:05 PM Changeset in ffmpeg [0fb5193] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: reindent x86 init code.
2:03 PM Changeset in ffmpeg [ca364a5b] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: extract SWS_FULL_CHR_H_INT conditional into init code.
2:03 PM Changeset in ffmpeg [b3b28b08] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: cosmetics.
2:03 PM Changeset in ffmpeg [ea281753] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: remove alp/chr/lumSrcOffset. They are hacks added to reuse …
2:03 PM Changeset in ffmpeg [bda9b20f] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: un-special-case yuv2yuvX16_c(). Make yuv2yuvX16_c a function …
1:18 PM Changeset in ffmpeg [b9478cfe] by Diego Biurrun <diego@biurrun.de>
shorten: Remove stray DEBUG #define and corresponding av_dlog statement.
12:08 PM Ticket #257 (udp/rtp protocols without pthread?) closed by Carl Eugen Hoyos
fixed
12:08 PM Ticket #126 (h263 seeking / decoding problem) updated by Carl Eugen Hoyos
Status changed
The areas outside the encoded image are now solid grey instead of …
12:02 PM Changeset in ffmpeg [2d9570a3] by Diego Biurrun <diego@biurrun.de>
vorbisdec: Restore mistakenly removed debug output.
11:47 AM Ticket #269 (webm/libvpx Conversion bug) updated by Carl Eugen Hoyos
Cc, Priority, Version, Component, Reproduced by developer changed
This is a regression. […]
11:37 AM Changeset in ffmpeg [3251af90] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
v4l2: set default standard to NULL It was errouneously changed to …
11:25 AM Ticket #269 (webm/libvpx Conversion bug) updated by yxmlines
ps:diff --git a/libavutil/opt.c b/libavutil/opt.c index …
11:23 AM Changeset in ffmpeg [7a8228c0] by Michael Niedermayer <michaelni@gmx.at>
sws: make dither_scale const Signed-off-by: Michael Niedermayer …
11:20 AM Changeset in ffmpeg [e8f6bd4b] by Diego Biurrun <diego@biurrun.de>
configure: Document --enable-vdpau. The option is disabled by …
11:20 AM Changeset in ffmpeg [02a8d43a] by Diego Biurrun <diego@biurrun.de>
Replace some av_log/printf + #ifdef combinations by av_dlog.
11:20 AM Changeset in ffmpeg [1f6b9cc3] by Diego Biurrun <diego@biurrun.de>
Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
11:20 AM Changeset in ffmpeg [f8ea0eb6] by Diego Biurrun <diego@biurrun.de>
svq1dec: Fix debug statements that referenced non-existing context.
11:20 AM Changeset in ffmpeg [d7cf5639] by Diego Biurrun <diego@biurrun.de>
Replace some printf instances in debug code by av_log.
11:00 AM Ticket #257 (udp/rtp protocols without pthread?) updated by ami_stuff
implemented in: […]
10:53 AM Ticket #126 (h263 seeking / decoding problem) reopened by ami_stuff
[…] The issue can be reproduced now with: ffmpeg -ss 1 -i …
10:44 AM Changeset in ffmpeg [4ae28eb8] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
showfiltfmts: use av_get_pix_fmt_name() Use av_get_pix_fmt_name() …
10:44 AM Ticket #270 (Crash decoding qdm2 on ia32) created by Carl Eugen Hoyos
The sample from ticket #263 crashes ia32 ffmpeg since …
10:12 AM Ticket #260 (malloc error when using -f ffmetadata) closed by Carl Eugen Hoyos
fixed: A work-around was applied to current git head.
10:12 AM Ticket #255 (incorrect checksum for freed object) closed by Carl Eugen Hoyos
fixed: A work-around was applied to current git head.
8:36 AM Ticket #55 (5.1 AAC Output Incorrectly Mapped) updated by Alan James
It's actually now working for me as well. I don't know what I was …
8:33 AM Ticket #269 (webm/libvpx Conversion bug) updated by yxmlines
Status changed
8:31 AM Changeset in ffmpeg [e01bb264] by Diego Biurrun <diego@biurrun.de>
inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.
8:31 AM Changeset in ffmpeg [dc25d79f] by Diego Biurrun <diego@biurrun.de>
Drop unnecessary directory prefixes from #include directives.
8:28 AM Ticket #269 (webm/libvpx Conversion bug) created by yxmlines
D:\WinLinux\Minsys\temp\ffmpeg>gdb ffmpeg_g GNU gdb (GDB) 7.2 …
4:34 AM Ticket #263 (Unimplemented container channel layout) updated by Andrew Wason
So I think my patch is OK, but that the crash is a different issue. …
3:54 AM chan.diff attached to Ticket #263 by Andrew Wason
patch to handle other 'chan' atom sizes
3:53 AM Ticket #263 (Unimplemented container channel layout) updated by Andrew Wason
Replying to cehoyos: > Since I cannot reproduce a crash …
2:43 AM Changeset in ffmpeg [40da61ef] by Michael Niedermayer <michaelni@gmx.at>
Makefile: critical build fix after the merge. make fate passed locally …
1:37 AM Changeset in ffmpeg [174df6a] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
1:17 AM Changeset in ffmpeg [3a1aaf7b] by Michael Niedermayer <michaelni@gmx.at>
ffplay: Fix -vismv Fixes Ticket164 Signed-off-by: Michael …
1:17 AM Changeset in ffmpeg [a39bd458] by Michael Niedermayer <michaelni@gmx.at>
mem: Trying to workaround posix_memalign() bug on OSX This patch is …
1:16 AM Ticket #164 (FFplay: "-vismv" option doesn't work when libavfilter is enabled) closed by Michael Niedermayer
fixed
12:35 AM Ticket #268 (mp3: audible glitches with integer decoder) updated by Carl Eugen Hoyos
Status, Version, Component, Reproduced by developer changed
Not a regression, afaict.
12:30 AM Ticket #244 (rm muxer fails with frames larger than 64k byte) updated by Michael Niedermayer
Status, Reproduced by developer, Component, Summary, Keywords, Analyzed by developer changed
The problem is in the RM muxer which does not fully support frames …
12:30 AM Ticket #267 (jpeg image decodes incorrectly) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
12:28 AM Changeset in ffmpeg [b9c6c7cb] by Mans Rullgard <mans@mansr.com>
build: remove empty $(OBJS) target This target was added to prevent …
12:28 AM Changeset in ffmpeg [6d170962] by Mans Rullgard <mans@mansr.com>
build: make rule for linking ff* apply only to these targets This …
12:27 AM Ticket #123 (Fuzzed sample crashes ffplay) updated by Carl Eugen Hoyos
mplayer -vo sdl does not crash for me, but I was able to produce a …
12:03 AM Ticket #263 (Unimplemented container channel layout) updated by Carl Eugen Hoyos
Status, Owner changed
Thank you for the sample! Since I cannot reproduce a crash with …

Jun 6, 2011:

10:37 PM Changeset in ffmpeg [d58ed64a] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
eval: add support for pow() function It is a more search-friendly …
10:21 PM Ticket #234 (Segmentation fault when using -ac 2) closed by Michael Niedermayer
needs_more_info: We cannot do anything without having the file to reproduce this
10:21 PM Changeset in ffmpeg [d93d7349] by Mans Rullgard <mans@mansr.com>
build: rearrange some lines in a more logical way Signed-off-by: Mans …
7:17 PM Changeset in ffmpeg [4f8da7e7] by Alex Converse <alex.converse@gmail.com>
s302m: fix resampling for 16 and 24bits.
4:33 PM Changeset in ffmpeg [21c65125] by Mans Rullgard <mans@mansr.com>
ARM: remove MUL64 and MAC64 inline asm Current GCC versions know how …
3:56 PM Changeset in ffmpeg [0018b7f0] by Mans Rullgard <mans@mansr.com>
build: clean up .PHONY lists This removes nonexisting targets from …
3:56 PM Changeset in ffmpeg [d7a72d25] by Mans Rullgard <mans@mansr.com>
build: move all (un)install* target aliases to toplevel Makefile …
3:53 PM Changeset in ffmpeg [0e28e9ca] by Luca Barbato <lu_zero@gentoo.org>
flvenc: propagate error properly avio_flush can fail, in particular …
2:52 PM Changeset in ffmpeg [171ae1eb] by Mans Rullgard <mans@mansr.com>
build: remove stale dependency This dependency is implicitly covered …
2:48 PM Changeset in ffmpeg [5eaba04] by Mans Rullgard <mans@mansr.com>
build: do not add CFLAGS-yes to CFLAGS CFLAGS-yes is never set so …
2:31 PM Changeset in ffmpeg [ceff045d] by Ronald S. Bultje <rsbultje@gmail.com>
utils.c: fix crash with threading enabled.
2:16 PM Changeset in ffmpeg [8477f2de] by Mans Rullgard <mans@mansr.com>
configure: simplify source_path setup Signed-off-by: Mans Rullgard …
2:16 PM Changeset in ffmpeg [dc435c4e] by Mans Rullgard <mans@mansr.com>
configure: remove --source-path option This option does not work, and …
9:34 AM Changeset in ffmpeg [263f57c6] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
pixdesc: remove duplicated header inclusion
8:14 AM Changeset in ffmpeg [ef28c7b3] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer()
8:12 AM Changeset in ffmpeg [95a02426] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps …
8:12 AM Changeset in ffmpeg [0bc2cca1] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
samplefmt: switch nb_channels/nb_samples params order in …
8:11 AM Changeset in ffmpeg [e1c74148] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
samplefmt: change layout for arrays created by av_samples_alloc() and …
6:20 AM Ticket #175 (Strange increase of the size of dsputil.o) reopened by Honza
Unfortunately this change make ffmpeg less usable on embedded systems. …
4:46 AM Changeset in ffmpeg [b2592ea4] by Anton Khirnov <anton@khirnov.net>
lavf: deprecate AVFormatParameters.time_base.
4:46 AM Changeset in ffmpeg [abcedfac] by Anton Khirnov <anton@khirnov.net>
img2: add framerate private option.
4:46 AM Changeset in ffmpeg [a915bf64] by Anton Khirnov <anton@khirnov.net>
img2: add video_size private option.
4:46 AM Changeset in ffmpeg [f33e2a51] by Anton Khirnov <anton@khirnov.net>
img2: add pixel_format private option.
4:32 AM Changeset in ffmpeg [c1dcbfdd] by Anton Khirnov <anton@khirnov.net>
tty: add framerate private option.
2:20 AM Changeset in ffmpeg [580817df] by Michael Niedermayer <michaelni@gmx.at>
Move code for "ffmpeg: fix massive leak occurring when seeking" / …
1:33 AM Changeset in ffmpeg [f9569249] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: Remove …

Jun 5, 2011:

11:51 PM Changeset in ffmpeg [6700aa88] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavf: remove reference to output-example in Makefile output-example.c …
11:35 PM Changeset in ffmpeg [27bcf55f] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref …
11:31 PM Changeset in ffmpeg [eb7505e4] by Diego Biurrun <diego@biurrun.de>
Remove some unused scripts from tools/.
11:31 PM Changeset in ffmpeg [a8d44f9] by Diego Biurrun <diego@biurrun.de>
Add x86 assembly for some 10-bit H.264 intra predict functions. Parts …
10:55 PM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) closed by Michael Niedermayer
fixed: Sounds like this has been fixed then
10:53 PM Ticket #42 (don't read stdin when running in a noninteractive shell) updated by Michael Niedermayer
If someone tells me how to detect "running in a noninteractive shell" …
7:20 PM Changeset in ffmpeg [2c6fb9f0] by Luca Barbato <lu_zero@gentoo.org>
v4l2: do not force NTSC as standard Setting a standard is meaningful …
5:57 PM Changeset in ffmpeg [612d0782] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Add const to avfilter_get_video_buffer_ref_from_arrays arguments. …
2:01 PM Changeset in ffmpeg [ef5d7e18] by Diego Biurrun <diego@biurrun.de>
Skip tableprint.h during 'make checkheaders'. It is only used on the …
2:01 PM Changeset in ffmpeg [fb8648ad] by Diego Biurrun <diego@biurrun.de>
Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
2:01 PM Changeset in ffmpeg [f25a2ece] by Diego Biurrun <diego@biurrun.de>
Drop explicit filenames from @file Doxygen tags. The filename is …
2:01 PM Changeset in ffmpeg [29b3de12] by Diego Biurrun <diego@biurrun.de>
Skip generated table headers during 'make checkheaders'.
1:01 PM Changeset in ffmpeg [36773283] by Anton Khirnov <anton@khirnov.net>
lavf,lavc: free avoptions in a generic way. It's simpler and less …
1:01 PM Changeset in ffmpeg [b39b0623] by Anton Khirnov <anton@khirnov.net>
AVOptions: add av_opt_free convenience function.
11:55 AM Changeset in ffmpeg [e844abc4] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
sdl: align option fields after last commit
11:32 AM Changeset in ffmpeg [e4841a40] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
ffmpeg: fix massive leak occurring when seeking Avoid to add frames …
11:31 AM Changeset in ffmpeg [cea87fb2] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
ffprobe: implement -i FILE option Useful for mimicking the ffmpeg -i …
11:25 AM Changeset in ffmpeg [92b4abc] by Mans Rullgard <mans@mansr.com>
tableprint: Restore mistakenly deleted common.h #include for …
11:21 AM Changeset in ffmpeg [9b032c65] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
ffplay.texi: document -i FILE option
11:21 AM Changeset in ffmpeg [b4af3cf3] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
cmdutils: remove unnecessary OPT_DUMMY implementation The -i INPUT …
11:21 AM Changeset in ffmpeg [96f931ad] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
cmdutils: change the signature of the function argument in …
11:17 AM Changeset in ffmpeg [0d0fdb0a] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
sdl: use the filename for defining the window title, if not specified …
10:49 AM Changeset in ffmpeg [1863a3c] by Anton Khirnov <anton@khirnov.net>
tiff: print log in case of unknown / unsupported tag. Helps …
10:49 AM Changeset in ffmpeg [a43458d7] by Anton Khirnov <anton@khirnov.net>
tiff: fix linesize for mono-white/black formats. Fix decoding of file …
10:47 AM Changeset in ffmpeg [5a4a7125] by Mans Rullgard <mans@mansr.com>
Fix build of eval-test program eval.c has moved to libavutil, move …
10:45 AM Changeset in ffmpeg [dcb73592] by Mans Rullgard <mans@mansr.com>
configure: Document --enable-vaapi VAAPI is disabled by default so it …
2:47 AM Changeset in ffmpeg [ba91bf58] by Michael Niedermayer <michaelni@gmx.at>
swscale: override the lack of the accurate rounding flag when needed …
2:24 AM Changeset in ffmpeg [ec4207c4] by Michael Niedermayer <michaelni@gmx.at>
swscale: factor should_dither out Signed-off-by: Michael Niedermayer …
1:00 AM Changeset in ffmpeg [46eb300d] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …

Jun 4, 2011:

11:08 PM Changeset in ffmpeg [35d5cb1a] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: extract all exponents for the frame at once
8:33 PM Changeset in ffmpeg [594fbe42] by Mans Rullgard <mans@mansr.com>
ARM: remove MULL inline asm Reasonable gcc versions get this one …
7:10 PM Changeset in ffmpeg [95912731] by Mans Rullgard <mans@mansr.com>
mathops: use MUL64 macro where it forms part of other ops …
5:53 PM Changeset in ffmpeg [8346f60] by Anton Khirnov <anton@khirnov.net>
tty: factorise returning error codes.
5:51 PM Changeset in ffmpeg [e762b1ce] by Anton Khirnov <anton@khirnov.net>
rawdec: add framerate private option.
5:49 PM Changeset in ffmpeg [ff494cbd] by Anton Khirnov <anton@khirnov.net>
x11grab: add framerate private option.
5:48 PM Changeset in ffmpeg [a3b15e41] by Anton Khirnov <anton@khirnov.net>
fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.
5:47 PM Changeset in ffmpeg [1572484f] by Anton Khirnov <anton@khirnov.net>
bktr: don't error when AVFormatParameters.time_base isn't set. …
5:09 PM Changeset in ffmpeg [42abb9a8] by Mans Rullgard <mans@mansr.com>
cmdutils: add missing const qualifier Signed-off-by: Mans Rullgard …
4:16 PM Changeset in ffmpeg [61ec024d] by Diego Biurrun <diego@biurrun.de>
Skip headers not designed to work standalone during 'make checkheaders'.
4:15 PM Changeset in ffmpeg [8d459acc] by Diego Biurrun <diego@biurrun.de>
Add missing #includes to make headers self-contained. This fixes …
4:03 PM Changeset in ffmpeg [67ace7f0] by Mans Rullgard <mans@mansr.com>
musepack: remove unnecessary #include from mpcdata.h Signed-off-by: …
4:03 PM Changeset in ffmpeg [91b4941c] by Mans Rullgard <mans@mansr.com>
musepack: remove extraneous mpcdata.h inclusions Signed-off-by: Mans …
4:03 PM Changeset in ffmpeg [d0989bed] by Mans Rullgard <mans@mansr.com>
Fix error check in av_file_map() On failure, mmap() returns …
2:55 PM Changeset in ffmpeg [124a9edb] by Michael Niedermayer <michaelni@gmx.at>
udp: support old, crappy non pthread mode Signed-off-by: Michael …
1:32 PM Ticket #268 (mp3: audible glitches with integer decoder) created by ami_stuff
mp3float decoder seems to not be affected by this problem …
1:20 PM Ticket #267 (jpeg image decodes incorrectly) created by ami_stuff
more info: http://trac.videolan.org/vlc/ticket/4215 the file decodes …
1:14 PM Ticket #122 (Kega Game Video codec broken with ffplay) updated by ami_stuff
[…] another sample for test …
4:35 AM Changeset in ffmpeg [87f4036] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: (21 …
4:28 AM Ticket #259 (framerate detection does not work properly. (mkv with default duration ...) updated by mbosner
The sample file is ofc just the first 10 MB of 17 GB. If you need more …
3:18 AM Ticket #265 (MMX2 yuv420p10 → yuv444p scaler produces vertical undithered(?) lines ...) updated by Martin Herkt
Update: It only breaks with MinGW targets (even using GCC 4.5.x), …
2:52 AM Changeset in ffmpeg [e4e2db9c] by Baptiste Coudurier <baptiste.coudurier@gmail.com>
ffmpeg: use opt_acodec when setting audio codec in opt_target.
2:47 AM Ticket #266 (ARM: "size of array is negative" in mpegvideo_arm.c) created by Andrew Fernandes
Building for arm7 on the iPhone using branch …
2:02 AM ffmpeg-dither-h10p.png attached to Ticket #265 by Martin Herkt
vertical lines in dithered yuv444p output
2:01 AM Ticket #265 (MMX2 yuv420p10 → yuv444p scaler produces vertical undithered(?) lines ...) created by Martin Herkt
I know this might be a PITA to reproduce since it only happens with …

Jun 3, 2011:

11:25 PM Ticket #219 (ffmpeg.c crashes for more than 100 output streams) closed by Michael Niedermayer
fixed
11:24 PM Changeset in ffmpeg [bfd3b70a] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: fix segfault with too many output files Fixes Ticket219 …
11:05 PM Ticket #175 (Strange increase of the size of dsputil.o) closed by Michael Niedermayer
invalid: The size increase is due to the 10bit h264 support i suspect. patch …
10:42 PM Ticket #123 (Fuzzed sample crashes ffplay) updated by Michael Niedermayer
Status changed
Id guess SDL bug, but i could be wrong mplayer crashes too ==21084== …
10:19 PM Ticket #119 (ffplay freezes with misidentified file as mp1) closed by Michael Niedermayer
fixed: thx for the patch, i fixed it slightly differently. But the patch …
10:16 PM Changeset in ffmpeg [33af5335] by Michael Niedermayer <michaelni@gmx.at>
ffplay: error out with invalid sample rate or channels. Fixes …
10:08 PM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) created by llogan
Recording x11grab with the below command works on x86_64 Arch Linux …
9:47 PM Ticket #177 ("non monotone timestamps" error patch) updated by Michael Niedermayer
Owner changed
9:46 PM Ticket #177 ("non monotone timestamps" error patch) updated by Michael Niedermayer
Status changed
the patch needs to be updated, adding AVFMT_TS_NONSTRICT to formats …
9:40 PM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Kyle
Yeah, it was actually caused by something else and ended up being …
9:38 PM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Michael Niedermayer
I cannot reproduce this bug, is latest git still affected?
7:23 PM Ticket #185 (ffmpeg segfaults with large ogg/vorbis files) closed by Michael Niedermayer
fixed
7:14 PM Changeset in ffmpeg [49125aed] by Michael Niedermayer <michaelni@gmx.at>
oggdec: fix Ticket185 Signed-off-by: Michael Niedermayer …
6:33 PM Changeset in ffmpeg [dc6632f1] by Mans Rullgard <mans@mansr.com>
build: simplify commands for clean target Signed-off-by: Mans …
6:30 PM qdm2-channels.mov attached to Ticket #263 by Andrew Wason
sample video
6:29 PM Ticket #263 (Unimplemented container channel layout) created by Andrew Wason
Sample mov with svq1 video and qdm2 audio used to play both audio and …
5:41 PM Changeset in ffmpeg [c1daf072] by Michael Niedermayer <michaelni@gmx.at>
j2kdec: dont fail on non zero cblock style. This allows decoding to …
5:41 PM Changeset in ffmpeg [58149303] by Michael Niedermayer <michaelni@gmx.at>
makefile: fix j2k encoder dependancies
5:41 PM Changeset in ffmpeg [f35761bc] by Michael Niedermayer <michaelni@gmx.at>
udp: fix indention
4:52 PM Ticket #55 (5.1 AAC Output Incorrectly Mapped) updated by Alan James
I crossed my fingers and I tested again using your script, your patch, …
4:52 PM Changeset in ffmpeg [6af28010] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: split swscale.c in unscaled and generic conversion routines. …
4:52 PM Changeset in ffmpeg [2762ee30] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: cosmetics. Remove duplicate "inC" and "_c" functions that do …
4:52 PM Changeset in ffmpeg [1674bd2a] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: integrate (literally) swscale_template.c in swscale.c.
4:52 PM Changeset in ffmpeg [983260b0] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: split out x86/swscale_template.c from swscale.c.
4:52 PM Changeset in ffmpeg [075d0ae7] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: enable hScale_altivec_real.
4:52 PM Changeset in ffmpeg [67d80a54] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: split out ppc _template.c files from main swscale.c.
4:52 PM Changeset in ffmpeg [a3e9bb5d] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: remove indirections in ppc/swscale_template.c.
4:52 PM Changeset in ffmpeg [0e5d31b1] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: split out unscaled altivec YUV converters in their own file.
4:52 PM Changeset in ffmpeg [83a8b300] by Ronald S. Bultje <rsbultje@gmail.com>
mpegvideoenc: fix multislice fate tests with threading disabled. The …
3:15 PM Ticket #231 (ffplay freezes with date -s in linux) updated by Stefano Sabatini
Priority changed
Increased priority level to "normal", indeed this is not only a bug in …
3:13 PM Ticket #256 (FFmpeg fails to build after SDL output device addition) closed by Stefano Sabatini
fixed: Fixed in commit: […]
3:03 PM Changeset in ffmpeg [25c32d08] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
cmdutils: move "#undef main" from ffplay.c to cmdutils.h On …
1:48 PM Changeset in ffmpeg [c9614bb2] by Michael Niedermayer <michaelni@gmx.at>
wav: update size check for ds64 Signed-off-by: Michael Niedermayer …
1:48 PM Changeset in ffmpeg [e472f0ea] by Michael Niedermayer <michaelni@gmx.at>
wav: fix skip size at end of ds64 chunk
1:43 PM Changeset in ffmpeg [43b6c3eb] by Diego Biurrun <diego@biurrun.de>
mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.
1:43 PM Changeset in ffmpeg [a5514a84] by Diego Biurrun <diego@biurrun.de>
build: Simplify texi2html invocation through the --output option. The …
11:59 AM Changeset in ffmpeg [5e1166b3] by Mans Rullgard <mans@mansr.com>
Mark some variables with av_unused Most of these variables are only …
11:55 AM Changeset in ffmpeg [94bed8e5] by Diego Biurrun <diego@biurrun.de>
Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). This …
11:55 AM Changeset in ffmpeg [93d06bd1] by Diego Biurrun <diego@biurrun.de>
svq3: Check negative mb_type to fix potential crash. Signed-off-by: …
11:55 AM Changeset in ffmpeg [8dfc6d1f] by Diego Biurrun <diego@biurrun.de>
svq3: Move svq3-specific fields to their own context. Signed-off-by: …
11:51 AM Changeset in ffmpeg [1f94c31f] by Anton Khirnov <anton@khirnov.net>
rawdec: initialize return value to 0.
10:49 AM Changeset in ffmpeg [c1dfb72d] by Mans Rullgard <mans@mansr.com>
Remove unused get_psnr() prototype Signed-off-by: Mans Rullgard …
6:11 AM Changeset in ffmpeg [a606aa75] by Anton Khirnov <anton@khirnov.net>
rawdec: don't leak option strings.
6:11 AM Changeset in ffmpeg [bd7c1d35] by Anton Khirnov <anton@khirnov.net>
bktr: get default framerate from video standard.
5:53 AM nochannels.mov attached to Ticket #262 by Carl Eugen Hoyos
5:53 AM Ticket #262 (0 channels in aac stream) created by Carl Eugen Hoyos
Attached file plays fine with QuickTime, vlc and mplayer -ac faad, …
5:30 AM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Kyle
I can confirm that the patch does fix the issue.
4:29 AM Changeset in ffmpeg [0d793db1] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
3:19 AM Changeset in ffmpeg [99eb31e2] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: (25 …
1:46 AM Changeset in ffmpeg [9034001b] by Michael Niedermayer <michaelni@gmx.at>
h264 fill_filter_caches: Dont init chroma nnz_cache. Found-by: Dark …
1:46 AM Changeset in ffmpeg [dd47107] by Michael Niedermayer <michaelni@gmx.at>
In print_report, print progression time in hours:mins:secs:us …
1:46 AM Changeset in ffmpeg [1212d5b5] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid …
1:46 AM Changeset in ffmpeg [5aa70309] by Michael Niedermayer <michaelni@gmx.at>
In libswscale, use all lines when converting from 422p to rgb with …

Jun 2, 2011:

10:44 PM Ticket #260 (malloc error when using -f ffmetadata) updated by Stefano Sabatini
Tested in Linux and works fine, seems an OSX related problem, maybe …
10:44 PM Changeset in ffmpeg [f190f676] by Diego Biurrun <diego@biurrun.de>
Replace custom DEBUG preprocessor trickery by the standard one.
10:44 PM Changeset in ffmpeg [068aa387] by Diego Biurrun <diego@biurrun.de>
vorbis: Remove non-compiling debug statement.
10:44 PM Changeset in ffmpeg [ec6313a] by Diego Biurrun <diego@biurrun.de>
vorbis: Remove pointless DEBUG #ifdef around debug output macros.
10:44 PM Changeset in ffmpeg [fb52cf82] by Diego Biurrun <diego@biurrun.de>
cook: Remove non-compiling debug output. random_state was changed …
10:44 PM Changeset in ffmpeg [0fc9c655] by Diego Biurrun <diego@biurrun.de>
Remove pointless #ifdefs around function declarations in a header.
10:44 PM Changeset in ffmpeg [23664624] by Diego Biurrun <diego@biurrun.de>
Replace #ifdef + av_log() combinations by av_dlog().
10:44 PM Changeset in ffmpeg [df96f22d] by Diego Biurrun <diego@biurrun.de>
Replace custom debug output functions by av_dlog().
10:43 PM Changeset in ffmpeg [752207e] by Diego Biurrun <diego@biurrun.de>
cook: Remove unused debug functions.
10:41 PM Changeset in ffmpeg [e977ca26] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: add avfilter_link_free() function Allow to free the buffers …
10:41 PM Changeset in ffmpeg [b932eb1] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
swscale: reintroduce sws_format_name() symbol Reintroduce the …
10:39 PM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Stefano Sabatini
Patch looks fine to me (indeed I didn't know we already use that trick …
10:27 PM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Carl Eugen Hoyos
Could you test attached patch?
10:26 PM patchmainmingw32.diff attached to Ticket #256 by Carl Eugen Hoyos
10:23 PM Ticket #55 (5.1 AAC Output Incorrectly Mapped) updated by Carl Eugen Hoyos
Sample from http://www.cccp-project.net/beta/test_files/ […] With …
10:11 PM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Kyle
ffserver does not build on Windows. ffprobe gave me the same error: …
9:11 PM Changeset in ffmpeg [b751f611] by Diego Biurrun <diego@biurrun.de>
Remove stray extra arguments from av_dlog() invocations.
8:43 PM Ticket #261 (ffmpeg now sets libx264 open_gop=1 by default) created by Andrew Wason
x264 default is closed gop (open_gop=0), ffmpeg defaults to open gop …
8:20 PM Ticket #254 (mpeg2video encoded in interlaced/field mode decodes incorrectly (demuxer)) updated by Carl Eugen Hoyos
Status, Version, Reproduced by developer changed
Also fails now with mplayer -demuxer mpegts -vc ffmpeg12 (the default) …
8:18 PM Changeset in ffmpeg [551dfdde] by Mans Rullgard <mans@mansr.com>
targa: fix big-endian build
8:00 PM Ticket #259 (framerate detection does not work properly. (mkv with default duration ...) updated by Carl Eugen Hoyos
The sample contains 196 frames, audio plays for ~6.7 seconds. Could …
7:53 PM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Carl Eugen Hoyos
Could you please also test […]
7:52 PM Changeset in ffmpeg [fefa67d] by Anton Khirnov <anton@khirnov.net>
v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.
7:52 PM Changeset in ffmpeg [4078ed26] by Anton Khirnov <anton@khirnov.net>
vfwcap: add a framerate private option.
7:52 PM Changeset in ffmpeg [c21324e] by Anton Khirnov <anton@khirnov.net>
v4l2: add a framerate private option.
7:52 PM Changeset in ffmpeg [121ef2e2] by Anton Khirnov <anton@khirnov.net>
libdc1394: add a framerate private option.
7:52 PM Changeset in ffmpeg [1556186a] by Anton Khirnov <anton@khirnov.net>
fbdev: add a framerate private option.
7:50 PM Changeset in ffmpeg [3e3db4d9] by Anton Khirnov <anton@khirnov.net>
bktr: add a framerate private option.
7:06 PM Changeset in ffmpeg [4c1e56ed] by Mans Rullgard <mans@mansr.com>
oma: check avio_read() return value
7:06 PM Changeset in ffmpeg [14086341] by Mans Rullgard <mans@mansr.com>
nutdec: remove unused variable
7:06 PM Changeset in ffmpeg [e65ab9d9] by Mans Rullgard <mans@mansr.com>
Remove unused variables
7:03 PM Changeset in ffmpeg [6713989c] by Michael Niedermayer <michaelni@gmx.at>
swscale: dither for planar yuv outputs Signed-off-by: Michael …
7:03 PM Changeset in ffmpeg [877f76ad] by Michael Niedermayer <michaelni@gmx.at>
swscale: Fix use of uninitialized values (bug probably introduced from …
7:03 PM Changeset in ffmpeg [5ad38d9] by Michael Niedermayer <michaelni@gmx.at>
cpudetect: add av_force_cpu_flags() Signed-off-by: Michael …
6:25 PM Changeset in ffmpeg [808d8ff6] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: allocate larger buffer to handle altivec overreads. Altivec …
6:20 PM Ticket #184 (specifying vpre for libx264 cause "bad value for 'weightp': ''" error ...) closed by llogan
invalid: FFmpeg can directly access the libx264 presets instead of emulating …
5:35 PM Ticket #260 (malloc error when using -f ffmetadata) created by dave rice
I'm getting an error when trying to output the ffmetadata format. I …
5:16 PM Changeset in ffmpeg [6a9c8594] by Ronald S. Bultje <rsbultje@gmail.com>
H264/MPEG frame-level multi-threading. Signed-off-by: Ronald S. …
4:48 PM Changeset in ffmpeg [9e66b64c] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame() …
4:48 PM Changeset in ffmpeg [665e608c] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: reindent after the previous commit
4:47 PM Changeset in ffmpeg [6f1dd6f4] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: add braces around the block of an if() expression in …
4:24 PM Changeset in ffmpeg [0ff5cbed] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: clarify the context of a comment in …
4:24 PM Changeset in ffmpeg [77b32b73] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: apply misc style fixes Adopt K&R style for overall …
2:07 PM Changeset in ffmpeg [53be7b23] by Ronald S. Bultje <rsbultje@gmail.com>
Cosmetic changes to h264_idct_10bit.asm. Removes redundant dword tags …
2:07 PM Changeset in ffmpeg [994c3550] by Ronald S. Bultje <rsbultje@gmail.com>
2x faster h264_idct_add8_10. Signed-off-by: Ronald S. Bultje …
2:04 PM Changeset in ffmpeg [cc9947f] by Ronald S. Bultje <rsbultje@gmail.com>
aacenc: Add stereo_mode option. ms_off is the default, until Mid/Side …
2:02 PM Changeset in ffmpeg [e6635a9a] by Ronald S. Bultje <rsbultje@gmail.com>
h264: remove CONFIG_GPL from x86 intra prediction code. The authors …
12:43 PM Changeset in ffmpeg [d013c6da] by Michael Niedermayer <michaelni@gmx.at>
doc: cosmetics: libx264 typos
12:43 PM Changeset in ffmpeg [c96f375] by Michael Niedermayer <michaelni@gmx.at>
postprocess: Remove test for impossible condition (was: Re: …
8:36 AM Changeset in ffmpeg [b4434475] by Clément Bœsch <ubitux@gmail.com>
Fix various uninitialized variable warnings
6:38 AM Changeset in ffmpeg [58fd70b0] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Port remove of get_sws_cpuflags from MPlayer's libmpcodecs.
6:38 AM Changeset in ffmpeg [3c194f39] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails. …
6:38 AM Changeset in ffmpeg [3379531c] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Port recent changes to MPlayer libmpcodecs. Also include an older fix …
6:38 AM Changeset in ffmpeg [2a30df09] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Replace non-existent HAVE_SSE2 with HAVE_SSE. Since this is only a …
3:12 AM Changeset in ffmpeg [cd8cb549] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …

Jun 1, 2011:

6:29 PM Changeset in ffmpeg [06a9da73] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Simplify code and avoid compiler warning about incompatible types.
6:26 PM Changeset in ffmpeg [bf19c871] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix type of out[] variable, it should not be const. Fixes compiler …
6:18 PM Ticket #255 (incorrect checksum for freed object) updated by zimbatm
Just changed and compiled the following, but no error on startup …
4:15 PM Ticket #259 (framerate detection does not work properly. (mkv with default duration ...) updated by mbosner
First 10MB of problematic file: http://x-ion.de/wrong_framerate.mkv
4:11 PM Ticket #259 (framerate detection does not work properly. (mkv with default duration ...) created by mbosner
Frameratedetection does not work well on some of my files: ffmpeg -i …
2:45 PM Changeset in ffmpeg [8e112df4] by Mans Rullgard <mans@mansr.com>
ARM: ac3dsp: optimised update_bap_counts() Signed-off-by: Mans …
1:12 PM rtp_over_udp.tcpdump.cap attached to Ticket #258 by Andrew
1:12 PM rtp_over_tcp.tcpdump.cap attached to Ticket #258 by Andrew
1:11 PM Ticket #258 (RTP over UDP: doesn't reorder packets) updated by Andrew
I'm add light cseq logging to rtp_parse_packet_internal(). […] …
1:07 PM Changeset in ffmpeg [bde2c1c7] by Diego Biurrun <diego@biurrun.de>
mpegaudiodec: Fix av_dlog() invocation. Some parameters passed to the …
11:43 AM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Stefano Sabatini
-Dmain=SDL_main in the compile flags looks like the culprit…
11:41 AM Ticket #251 (rawvideo segfaults with -vcodec copy) closed by Stefano Sabatini
fixed: Should be fixed in: […]
11:30 AM Changeset in ffmpeg [eb5a3ab7] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
swscale: fix compilation of bfin due to missing pixdesc.h header This …
11:07 AM Changeset in ffmpeg [adf94155] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavf: tag dump_format() as @deprecated This makes the generated …
11:05 AM Changeset in ffmpeg [1f95fb58] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
yuv4mpeg: complain and exit if a non-rawvideo stream is selected The …
11:04 AM Changeset in ffmpeg [ac41f3b0] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formats …
11:02 AM Changeset in ffmpeg [ca858ab7] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
doc/examples: give meaningful names to the example files Rename: …
9:53 AM Ticket #257 (udp/rtp protocols without pthread?) updated by ami_stuff
[…]
9:32 AM Ticket #258 (RTP over UDP: doesn't reorder packets) updated by Andrew
Camera: Axis M1031, connected to a same switch with my host. ffmpeg …
9:26 AM Ticket #258 (RTP over UDP: doesn't reorder packets) created by Andrew
muxonly.c source ... ic = avformat_alloc_context(); ic->preload = …
9:09 AM Ticket #255 (incorrect checksum for freed object) updated by Carl Eugen Hoyos
Status changed
I fear at least AVX needs more then 16-byte alignment. Is calling …
9:04 AM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Kyle
[…] I could not find ffmpeg.d I don't believe it was built.
8:52 AM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Carl Eugen Hoyos
And please attach ffmpeg.d (after running above command).
8:49 AM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Component changed
Please add the complete, uncut output of […]
4:43 AM Changeset in ffmpeg [f3aa65af] by Ronald S. Bultje <rsbultje@gmail.com>
h264/10bit: add HAVE_ALIGNED_STACK checks. Fixes regression in …
3:01 AM Changeset in ffmpeg [201549d1] by Michael Niedermayer <michaelni@gmx.at>
swscale: More accurate rounding in YSCALE_YUV_2_PACKEDX_FULL_C() …

May 31, 2011:

11:15 PM Ticket #255 (incorrect checksum for freed object) updated by zimbatm
Ok, apparently OSX seems to be 16-byte mem aligned [1]. If I turn …
11:12 PM Ticket #257 (udp/rtp protocols without pthread?) created by ami_stuff
udp/rtp protocols depends now on libpthread, maybe it would be …
11:05 PM Ticket #256 (FFmpeg fails to build after SDL output device addition) updated by Kyle
Replying to KSHawkEye: > The current FFmpeg fails to …
10:53 PM Ticket #256 (FFmpeg fails to build after SDL output device addition) created by Kyle
The current FFmpeg fails to build due to the new SDL output device …
10:09 PM Changeset in ffmpeg [f6a8ce98] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
10:02 PM Changeset in ffmpeg [348493db] by Ronald S. Bultje <rbultje@google.com>
Update 8-bit H.264 IDCT function names to reflect bit-depth. …
10:02 PM Changeset in ffmpeg [836f47d3] by Ronald S. Bultje <rbultje@google.com>
Add IDCT functions for 10-bit H.264. Ports the majority of IDCT …
9:45 PM Changeset in ffmpeg [7e985c9e] by Diego Biurrun <diego@biurrun.de>
mpegaudioenc: Fix broken av_dlog statement.
9:45 PM Changeset in ffmpeg [b0a4e5f9] by Diego Biurrun <diego@biurrun.de>
Employ correct printf format specifiers, mostly in debug output.
9:21 PM Changeset in ffmpeg [c51695db] by Mans Rullgard <mans@mansr.com>
ARM: fix MUL64 inline asm for pre-armv6 Prior to ARMv6, the …
8:58 PM Changeset in ffmpeg [0abbd3ad] by Michael Niedermayer <michaelni@gmx.at>
doc: add libvpx encoder section Documents the mapping from FFmpeg …
7:15 PM Changeset in ffmpeg [5ac4952a] by Diego Biurrun <diego@biurrun.de>
vf_drawtext: Replace FFmpeg by Libav in license boilerplate.
6:44 PM Ticket #255 (incorrect checksum for freed object) updated by Michael Niedermayer
AFAIK theres a bug in macosx posix_memalign(), maybe you could try to …
5:52 PM Changeset in ffmpeg [fdf18e33] by Mans Rullgard <mans@mansr.com>
mpegaudiodec: remove unusued code and variables Signed-off-by: Mans …
5:25 PM gdb.log attached to Ticket #255 by zimbatm
Details from GDB
5:24 PM error.log attached to Ticket #255 by zimbatm
FFmpeg console error
5:23 PM kites.mp4 attached to Ticket #255 by zimbatm
The failing video
5:23 PM bisect.sh attached to Ticket #255 by zimbatm
Bisect script (needs some adaptations)
5:22 PM bisect.log attached to Ticket #255 by zimbatm
Bisect log history
5:21 PM Ticket #255 (incorrect checksum for freed object) created by zimbatm
Just took the time to properly bisect that issue that I saw last day. …
3:50 PM Changeset in ffmpeg [84fb4e9d] by Michael Niedermayer <michaelni@gmx.at>
postprocess.c: filter name needs to be double 0 terminated
3:16 PM Changeset in ffmpeg [c1691948] by Alex Converse <alex.converse@gmail.com>
improved 'edts' atom writing support The 'edts' write function can …
2:30 PM Changeset in ffmpeg [6f1ec38c] by Mans Rullgard <mans@mansr.com>
mpegaudio: clean up compute_antialias() definition This merges the …
2:13 PM Changeset in ffmpeg [9ebcf769] by Ronald S. Bultje <rsbultje@gmail.com>
vp8: fix segmentation race during frame-threading. Fixes occasional …
7:52 AM Ticket #55 (5.1 AAC Output Incorrectly Mapped) updated by Alan James
I encoded a few different 5.1 files from different sources (Apple …
7:39 AM Ticket #55 (5.1 AAC Output Incorrectly Mapped) updated by Carl Eugen Hoyos
How did you test? (Source file, command line, playback application) I …
5:40 AM Changeset in ffmpeg [a52f598d] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Port libmpcodec fixes from MPlayer.
1:10 AM Changeset in ffmpeg [a54dceb2] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'ffmpeg-mt/master' * …
12:08 AM Changeset in ffmpeg [40c29d42] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
12:04 AM avidec.diff attached to Ticket #131 by ami_stuff
12:02 AM JUMPSTAR.AVI attached to Ticket #131 by ami_stuff
12:00 AM Ticket #131 (add support for (maybe broken) *.divx file) updated by ami_stuff
It is acceptable to just ignore the unknown stream? Here is another …
Note: See TracTimeline for information about the timeline view.