Timeline



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 …

May 30, 2011:

11:19 PM Ticket #254 (mpeg2video encoded in interlaced/field mode decodes incorrectly (demuxer)) created by ami_stuff
the file (from ticket #186) decodes incorrectly with ffmpeg (plays …
11:14 PM Ticket #55 (5.1 AAC Output Incorrectly Mapped) updated by Alan James
That patch doesn't seem to work. I am still getting what should be the …
9:19 PM Changeset in ffmpeg [f635a233] by Diego Biurrun <diego@biurrun.de>
swscale: Remove unused variable.
8:19 PM Changeset in ffmpeg [6bb70dfd] by Mans Rullgard <mans@mansr.com>
ARM: simplify inline asm with 64-bit operands Signed-off-by: Mans …
6:07 PM Changeset in ffmpeg [3d0424f2] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Add "const" to avoid "initialization discards qualifiers" warning.
6:02 PM Changeset in ffmpeg [70564983] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Add const to fix "cast discards qualifiers" warnings.
5:35 PM Changeset in ffmpeg [b7b62c3a] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Include pixdesc.h for av_get_pix_fmt_name. Fixes compilation on PPC …
3:23 PM Ticket #250 (Wav probing is behaving badly over HTTP) closed by Stefano Sabatini
fixed: Should be fixed in commit: […]
2:12 PM good2.avi attached to Ticket #252 by Kenney Westerhof
ffmpeg -i good2.avi -vcodec rawvideo test2.mkv
2:11 PM good.avi attached to Ticket #252 by Kenney Westerhof
ffmpeg -i good.avi -vcodec rawvideo test.mkv
2:11 PM test2.mkv.gz attached to Ticket #252 by Kenney Westerhof
this file is 64x64 and does not give the invalid pix fmt error but …
2:09 PM test.mkv.gz attached to Ticket #252 by Kenney Westerhof
gives the invalid pixel format string error; gunzip first (as it is …
1:51 PM Ticket #253 (invalid stream time_base for avi/aac, after av_write_header()) updated by Andrew
> Please add complete, uncut output and command line of the failing …
1:46 PM ffprobe_avi.txt attached to Ticket #253 by Andrew
1:45 PM ffprobe_mov.txt attached to Ticket #253 by Andrew
1:45 PM ffmpeg_m4a_to_avi.txt attached to Ticket #253 by Andrew
1:44 PM ffmpeg_m4a_to_mov.txt attached to Ticket #253 by Andrew
1:44 PM Changeset in ffmpeg [f86d260d] by Michael Niedermayer <michaelni@gmx.at>
wav: Don't avio_seek() if we know we'll run into EOF Since we want to …
12:44 PM ffplay2.diff attached to Ticket #38 by ami_stuff
12:43 PM Ticket #38 (FFplay hangs when a non existing filter is passed at the command line ...) updated by ami_stuff
Here is an ugly workaround to exit when avfilter fails :P (seems to …
12:08 PM Ticket #55 (5.1 AAC Output Incorrectly Mapped) updated by Carl Eugen Hoyos
Please test this patch for the native encoder: …
12:04 PM Ticket #252 (Muxing rawvideo in matroska is unsupported, but does not warn) updated by Carl Eugen Hoyos
Status, Version, Reproduced by developer, Summary changed
If you believe that FFmpeg fails to read a valid mkv rawvideo file, …
11:30 AM Ticket #253 (invalid stream time_base for avi/aac, after av_write_header()) updated by Carl Eugen Hoyos
Priority, Status changed
Please add complete, uncut output and command line of the failing command.
10:13 AM ffplay.diff attached to Ticket #119 by ami_stuff
10:12 AM Ticket #119 (ffplay freezes with misidentified file as mp1) updated by ami_stuff
The attached patch seems to fix the problem.
9:30 AM Ticket #225 (Converting from YUVJ to YUV lose contrast) updated by sghpunk
Seems like I was wrong, when say, that contrast in KMPlayer is the …
9:23 AM Mplayer_x264_yuv_low_contrast.png attached to Ticket #225 by sghpunk
Mplayer2 output x264 low contrast
9:23 AM Mplayer_input_yuvj.png attached to Ticket #225 by sghpunk
Mplayer2 input mjpeg normal contrast
9:22 AM KMP_x264-low_contract_yuv_output.JPG attached to Ticket #225 by sghpunk
KMPlayer output x264 low contrast
9:22 AM KMP_yuvj_input.JPG attached to Ticket #225 by sghpunk
KMPlayer input mjpeg normal contrast
8:38 AM Ticket #253 (invalid stream time_base for avi/aac, after av_write_header()) created by Andrew
Source (mp4/aac): Duration: 00:00:58.40, start: 0.000000, bitrate: …
7:41 AM Changeset in ffmpeg [c328122a] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
api-example: uppercase first letter in "copyright" Improve consistency.
7:20 AM Changeset in ffmpeg [f501c74d] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
output-example: create @file doxy from text in the copyright header
7:20 AM Changeset in ffmpeg [9362b509] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
examples: move API examples to a dedicated dir in doc
7:09 AM Changeset in ffmpeg [f712f6c8] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
ffmpeg: simplify opt_*_codec() options Replace …
7:08 AM Changeset in ffmpeg [7533a727] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
v4l2: rewrite code iterating the supported standards Simplify/clarify …
7:08 AM Changeset in ffmpeg [2d48515e] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
v4l2: perform minor style fixes
7:08 AM Changeset in ffmpeg [7b017086] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
v4l2: replace memset() with explicit struct initialization
7:07 AM Changeset in ffmpeg [50fee0fc] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
rawdec: fail in case of unknow pixel format
7:07 AM Changeset in ffmpeg [e1197b9e] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
swscale: remove sws_format_name() Use av_get_pix_fmt_name() instead.
1:47 AM Ticket #252 (Muxing rawvideo in matroska is unsupported, but does not warn) created by Kenney Westerhof
The error: […] I am converting an mkv file with a V_UNCOMPRESSED …
1:11 AM Changeset in ffmpeg [2c10ee23] by Michael Niedermayer <michaelni@gmx.at>
error.c: fix compile flags Signed-off-by: Michael Niedermayer …
12:39 AM Changeset in ffmpeg [35bed44f] by Michael Niedermayer <michaelni@gmx.at>
TCP: change default timeout to 5sec Signed-off-by: Michael …
12:36 AM Changeset in ffmpeg [a2250074] by Michael Niedermayer <michaelni@gmx.at>
Revert "Timeout TCP open() after 5 seconds." This code is redundant …

May 29, 2011:

11:29 PM Changeset in ffmpeg [5a35cef4] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …
10:24 PM Changeset in ffmpeg [adba9c63] by Michael Niedermayer <michaelni@gmx.at>
Fix various unused variable warnings Signed-off-by: Michael …
10:13 PM Ticket #251 (rawvideo segfaults with -vcodec copy) updated by Leo Izen
I did. It's all inside the pastebin GDB dump.
10:03 PM Changeset in ffmpeg [fd38a15] by Michael Niedermayer <michaelni@gmx.at>
Fix various bad printf format warnings Signed-off-by: Michael …
8:02 PM Ticket #251 (rawvideo segfaults with -vcodec copy) updated by Carl Eugen Hoyos
If there is a crash reproducible with current git head, please post …
7:24 PM Ticket #251 (rawvideo segfaults with -vcodec copy) updated by Leo Izen
The output for the program is inside the GDB dump: …
6:38 PM Ticket #251 (rawvideo segfaults with -vcodec copy) updated by Carl Eugen Hoyos
Version, Status changed
Please provide the complete, uncut output for the command that is …
6:00 PM Ticket #251 (rawvideo segfaults with -vcodec copy) updated by Leo Izen
Version might be git-master. I checked it out with git clone …
5:51 PM Ticket #251 (rawvideo segfaults with -vcodec copy) created by Leo Izen
Hello, here is my full uncut output from ffmpeg: […] When running …
2:42 PM Changeset in ffmpeg [371266da] by Mans Rullgard <mans@mansr.com>
ARM: enable UAL syntax in asm.S This enables UAL syntax for all asm …
1:33 PM Changeset in ffmpeg [bb9b7bc6] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Remove now unused nb_istreams variable.
1:25 PM Changeset in ffmpeg [89c687e9] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Add const to vector types for input in altivec code. Avoids a large …
1:23 PM Changeset in ffmpeg [4596d0f4] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Remove unused variable, avoiding compiler warning.
1:22 PM Changeset in ffmpeg [54dc9563] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Cast pointers to uintptr_t rather than unsigned int. Avoids potential …
1:10 PM Changeset in ffmpeg [7a70e01b] by Anton Khirnov <anton@khirnov.net>
v4l2: don't leak video standard string on error.
12:32 PM Changeset in ffmpeg [06b5facd] by Diego Biurrun <diego@biurrun.de>
swscale: Remove disabled code.
11:43 AM Changeset in ffmpeg [d6e0729b] by Diego Biurrun <diego@biurrun.de>
avfilter: Surround function only used in debug mode by appropriate …
11:43 AM Changeset in ffmpeg [2146f492] by Diego Biurrun <diego@biurrun.de>
vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().
11:36 AM Changeset in ffmpeg [798b2646] by Mans Rullgard <mans@mansr.com>
build: remove BUILD_ROOT variable This variable is unnecessary as …
1:34 AM Changeset in ffmpeg [b8a43bc1] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' into master * …
1:10 AM Changeset in ffmpeg [4276112] by Mans Rullgard <mans@mansr.com>
vp8: use av_clip_uintp2() where possible Signed-off-by: Mans Rullgard …
12:14 AM Changeset in ffmpeg [39d607e5] by Michael Niedermayer <michaelni@gmx.at>
swscale: Commits that could not be pulled earlier due to bugs #2
12:13 AM Changeset in ffmpeg [986f0d86] by Michael Niedermayer <michaelni@gmx.at>
Commits that could not be pulled earlier due to bugs. commit …

May 28, 2011:

10:32 PM Changeset in ffmpeg [ea535ed5] by Michael Niedermayer <michaelni@gmx.at>
Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This …
10:32 PM Changeset in ffmpeg [011b098] by Michael Niedermayer <michaelni@gmx.at>
doc: correct AC-3 option subsection placement Floating-Point-Only …
8:42 PM Changeset in ffmpeg [90da52f0] by Mans Rullgard <mans@mansr.com>
ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits() …
7:43 PM Changeset in ffmpeg [70bb747a] by Martin Storsjö <martin@martin.st>
ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits. …
7:43 PM Changeset in ffmpeg [9222dddb] by Michael Niedermayer <michaelni@gmx.at>
swscale: use av_clip_uint8() in yuv2yuv1_c().
7:43 PM Changeset in ffmpeg [485d73ef] by Michael Niedermayer <michaelni@gmx.at>
swscale: replace formatConvBuffer[VOF] by allocated array. This …
7:18 PM Changeset in ffmpeg [895e4de8] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
v4l2: create file @doxy from text in the copyright header
7:18 PM Changeset in ffmpeg [72c60f3e] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
v4l2: remove pointless empty lines
7:18 PM Changeset in ffmpeg [af344a69] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
v4l2: set default standard to NULL Avoid a failure with the default …
7:16 PM Changeset in ffmpeg [f8f3f6c4] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
v4l2: use OFFSET macro when setting options Improve readability.
6:41 PM Changeset in ffmpeg [dc0ad40d] by Justin Ruggles <justin.ruggles@gmail.com>
ac3dsp: fix loop condition in ac3_update_bap_counts_c()
5:41 PM Changeset in ffmpeg [edfa89b2] by Mans Rullgard <mans@mansr.com>
ARM: unbreak build Signed-off-by: Mans Rullgard <mans@mansr.com>
5:17 PM Changeset in ffmpeg [b2a6f25] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavdev: add SDL output device
4:39 PM Changeset in ffmpeg [6ca23db9] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: modify mantissa bit counting to keep bap counts for all values …
4:39 PM Changeset in ffmpeg [1323828a] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: split mantissa bit counting into a separate function. No …
4:39 PM Changeset in ffmpeg [7743865f] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: store per-block/channel bap pointers by reference block in a …
4:25 PM Changeset in ffmpeg [e71f260] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavu: add av_get_pix_fmt_name() convenience function Also deprecate …
4:23 PM Changeset in ffmpeg [34e9c9b1] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
iff: remove duplicated file description
4:23 PM Changeset in ffmpeg [eb8bc572] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
cmdutils: remove OPT_FUNC2 Make ff* tools only accept opt_* functions …
4:04 PM Changeset in ffmpeg [e01e05ee] by Mans Rullgard <mans@mansr.com>
get_bits: add av_unused tag to cache variable This silences numerous …
2:03 PM Changeset in ffmpeg [b8e89339] by Ronald S. Bultje <rsbultje@gmail.com>
sws: replace all long with int. Signed-off-by: Ronald S. Bultje …
2:00 PM Changeset in ffmpeg [7d8c17b] by Mans Rullgard <mans@mansr.com>
ARM: aacdec: fix constraints on inline asm This adds output operands …
2:00 PM Changeset in ffmpeg [84e4804a] by Mans Rullgard <mans@mansr.com>
ARM: remove unnecessary volatile from inline asm Signed-off-by: Mans …
2:00 PM Changeset in ffmpeg [5726ec1] by Mans Rullgard <mans@mansr.com>
ARM: add "cc" clobbers to inline asm where needed Signed-off-by: Mans …
2:00 PM Changeset in ffmpeg [a84f8256] by Mans Rullgard <mans@mansr.com>
ARM: improve FASTDIV asm This uses one register less. Also add …
2:00 PM Changeset in ffmpeg [7f7726c7] by Mans Rullgard <mans@mansr.com>
ac3enc: use LOCAL_ALIGNED macro Aligned local variables must use the …
1:46 PM Changeset in ffmpeg [04de5bf5] by Ronald S. Bultje <rsbultje@gmail.com>
APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7).
1:44 PM Changeset in ffmpeg [8f653e28] by Ronald S. Bultje <rsbultje@gmail.com>
lavu: add av_get_pix_fmt_name() convenience function Also deprecate …
1:40 PM Changeset in ffmpeg [26513856] by Ronald S. Bultje <rsbultje@gmail.com>
cmdutils: remove OPT_FUNC2 Make ff* tools only accept opt_* functions …
12:59 PM Changeset in ffmpeg [009f829] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: fix crash in bilinear scaling.
10:15 AM Changeset in ffmpeg [88aa215] by Reinhard Tartler <siretart@tauware.de>
vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping via the equivalent …
10:15 AM Changeset in ffmpeg [945dda41] by Reinhard Tartler <siretart@tauware.de>
webm: support stereo videos in matroska/webm muxer Create a …
9:41 AM Changeset in ffmpeg [78046dad] by Michael Niedermayer <michaelni@gmx.at>
rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. Many …
9:41 AM Changeset in ffmpeg [fc72ec72] by Michael Niedermayer <michaelni@gmx.at>
swscale: reindent h[cy]scale_fast() and updateDitherTables().
9:40 AM Changeset in ffmpeg [c3f07903] by Michael Niedermayer <michaelni@gmx.at>
swscale: reformat x86/swscale_template.c. Interleave macros and code …
9:34 AM Changeset in ffmpeg [1dbf40c3] by Michael Niedermayer <michaelni@gmx.at>
swscale: remove duplicate mmx/mmx2 functions if they are identical.
9:32 AM Changeset in ffmpeg [264dcc6] by Michael Niedermayer <michaelni@gmx.at>
swscale: remove if (c->dstFormat) branch from yuv2packed[12X](). This …
9:11 AM Changeset in ffmpeg [f2a3b230] by Michael Niedermayer <michaelni@gmx.at>
swscale: remove if(full_chr_int) from yuv2packed1(). If that flag is …
9:11 AM Changeset in ffmpeg [835ab920] by Michael Niedermayer <michaelni@gmx.at>
swscale: remove if(accurate_rnd) branch from functions.
9:11 AM Changeset in ffmpeg [2b04858a] by Michael Niedermayer <michaelni@gmx.at>
swscale: revive SWS_CPU_CAPS until next major bump.
9:09 AM Changeset in ffmpeg [11f2eae2] by Michael Niedermayer <michaelni@gmx.at>
swscale: Remove commented-out printf cruft.
2:11 AM Changeset in ffmpeg [5501afa6] by Michael Niedermayer <michaelni@gmx.at>
Export PCR pid
2:11 AM Changeset in ffmpeg [24adef14] by Michael Niedermayer <michaelni@gmx.at>
Export more transport stream information. with minor addition to the …
2:11 AM Changeset in ffmpeg [fa12fb3b] by Michael Niedermayer <michaelni@gmx.at>
Output MPEG-TS stream identifiers. with changes by michael to simplify API

May 27, 2011:

11:21 PM adaptec.avi attached to Ticket #159 by ami_stuff
11:17 PM Ticket #159 ("Sony DV Codec" - wrong resolution reported by FFmpeg + broken output) updated by ami_stuff
The same problem happens with file created with "Adaptec DVsoft …
9:48 PM Changeset in ffmpeg [8381ab14] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
9:33 PM Changeset in ffmpeg [f91ccb1d] by Anton Khirnov <anton@khirnov.net>
lavf: deprecate AVFormatParameters.pix_fmt.
9:33 PM Changeset in ffmpeg [2a85f218] by Anton Khirnov <anton@khirnov.net>
rawdec: add a pixel_format private option.
9:33 PM Changeset in ffmpeg [d576bbf3] by Anton Khirnov <anton@khirnov.net>
v4l2: add a pixel_format private option.
9:33 PM Changeset in ffmpeg [2e0e1e71] by Anton Khirnov <anton@khirnov.net>
libdc1394: add a pixel_format private option.
8:25 PM Changeset in ffmpeg [1a950da6] by Justin Ruggles <justin.ruggles@gmail.com>
cosmetics: indentation and alignment after previous commit
8:25 PM Changeset in ffmpeg [aa47c35d] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: add support for E-AC-3 encoding. This adds basic stream …
8:25 PM Changeset in ffmpeg [b1bf8c78] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: Move AC-3 AVOptions array to a separate file to make it easier …
7:33 PM Changeset in ffmpeg [79aeade6] by Mans Rullgard <mans@mansr.com>
ARM: disable ff_vector_fmul_vfp on VFPv3 systems This function uses …
7:33 PM Changeset in ffmpeg [93eb8e4d] by Mans Rullgard <mans@mansr.com>
ARM: check for VFPv3 Signed-off-by: Mans Rullgard <mans@mansr.com>
7:25 PM Changeset in ffmpeg [5a5a0f16] by Diego Biurrun <diego@biurrun.de>
swscale: Remove unused variables in x86 code. …
7:21 PM Changeset in ffmpeg [7eae0110] by Diego Biurrun <diego@biurrun.de>
doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.
7:18 PM Changeset in ffmpeg [5e528cf] by Diego Biurrun <diego@biurrun.de>
x86: Add appropriate ifdefs around certain AVX functions. nasm …
6:16 PM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Kyle
The segfault is no longer occuring after "avopt: fix segfault"
6:07 PM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Kyle
Looking at the backtrace it might be another issue that was fixed a …
5:22 PM Changeset in ffmpeg [faf8d3dd] by Ronald S. Bultje <rsbultje@gmail.com>
cmdutils: use sws_freeContext() instead of av_freep(). …
5:22 PM Changeset in ffmpeg [389e2000] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: delay allocation of formatConvBuffer(). That means it won't …
5:22 PM Changeset in ffmpeg [f327bfa] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: fix build with --disable-swscale-alpha.
4:56 PM Changeset in ffmpeg [28734ac9] by Martin Storsjö <martin@martin.st>
movenc: Deprecate the global RTP hinting flag, use a private AVOption …
4:56 PM Changeset in ffmpeg [91e3a25e] by Martin Storsjö <martin@martin.st>
movenc: Add an AVClass for setting muxer specific options …
4:41 PM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Kyle
Output of gdb: (gdb) run -i "rtmp://hidden live=1" -b 4096k -maxrate …
4:27 PM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Kyle
I get a segmentation fault, I'm recompiling with the debug enabled and …
3:37 PM Ticket #250 (Wav probing is behaving badly over HTTP) created by sds
This is reproducible in latest git, but was not broken in git 9763420 …
2:55 PM Changeset in ffmpeg [b8773e44] by Michael Niedermayer <michaelni@gmx.at>
libdc1394: choose best video mode and rate based on camera capabilities.
2:55 PM Changeset in ffmpeg [ea7e318f] by Michael Niedermayer <michaelni@gmx.at>
Remove support for libdc1394 < 2.0. Versions >= 2.0 have been around …
2:55 PM Changeset in ffmpeg [87ababd] by Michael Niedermayer <michaelni@gmx.at>
avopt: fix segfault Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2:47 PM Ticket #249 (Fix the filter remove-logo) updated by Peter Basista
Replying to cehoyos: > Could you start gdb again and post …
1:47 PM Ticket #249 (Fix the filter remove-logo) updated by Carl Eugen Hoyos
Priority, Type changed
Could you start gdb again and post the version of gdb (gdb -v) and the …
1:41 PM Changeset in ffmpeg [9f5d4502] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.
12:15 PM Ticket #237 (ffv1 v2) updated by Michael Niedermayer
btw, to elaborate on the original bug, the issue was that the slices …
11:24 AM Ticket #249 (Fix the filter remove-logo) updated by Peter Basista
Okay, here is the complete ffmpeg output with the segmentation fault: …
11:21 AM Changeset in ffmpeg [041dbd3c] by Michael Niedermayer <michaelni@gmx.at>
swscale: dont loose precission on RGB/BGR48 input, that is dont drop …
10:50 AM Ticket #165 (QT Cinepak - plays in negative) updated by ami_stuff
[…] Seems like this patch can't be reverted, because the revert …
10:48 AM Changeset in ffmpeg [f642982c] by Michael Niedermayer <michaelni@gmx.at>
patch checklist: suggest --disable-yasm test. Signed-off-by: Michael …
10:15 AM Changeset in ffmpeg [6b899e16] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavdev: prefer the inclusion of avdevice.h over that of …
10:01 AM Ticket #165 (QT Cinepak - plays in negative) updated by ami_stuff
I propose to reverse r12272 if no one know how to fix this issue …
9:57 AM Changeset in ffmpeg [e48993e3] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavdev: include libavformat/avformat.h in avdevice.h The header is …
9:41 AM Ticket #249 (Fix the filter remove-logo) updated by Carl Eugen Hoyos
Priority, Status changed
What would be useful: Complete, uncut output and backtrace as …
9:33 AM Ticket #249 (Fix the filter remove-logo) created by Peter Basista
Whenever I try to use the remove-logo filter, I get a segmentation …
8:41 AM Changeset in ffmpeg [ec76ef5] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
fate.txt: replace FATE rsync command with a make command Remove …
8:33 AM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Carl Eugen Hoyos
Does re-encoding the stream work if you call ffmpeg with the correct …
8:24 AM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Kyle
Output of the latest git, which doesn't work: -i %in -b 4096k …
8:24 AM Ticket #174 (Compile error) closed by Carl Eugen Hoyos
fixed: This is not reproducible any-more.
8:13 AM Ticket #237 (ffv1 v2) closed by Carl Eugen Hoyos
fixed: I believe this really was fixed, but you have to update both your …
8:13 AM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Kyle
Following will be the output of the latest git that doesn't work after …
8:11 AM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Kyle
If you aren't familiar with MediaTomb, basically this is called by a …
8:04 AM Ticket #246 (Add support for mdat-only 3GP) updated by Carl Eugen Hoyos
Status, Version changed
Which program opens the file? (QuickTime doesn't)
8:02 AM Ticket #245 (bext display error for codingHistory with line breaks) updated by Tomas Härdin
Only the last line is displayed because carriage returns are used …
7:51 AM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) updated by Carl Eugen Hoyos
Status changed
Please provide complete, uncut output for the command you use (after …
7:42 AM Changeset in ffmpeg [6348a96c] by Luca Barbato <lu_zero@gentoo.org>
configure: report yasm/nasm presence properly If the secondary …
7:42 AM Changeset in ffmpeg [ebb6b27a] by Luca Barbato <lu_zero@gentoo.org>
tcp: make connect() timeout properly The connect() timeout can take …
7:25 AM Ticket #248 (Transcoding with mediatomb no longer working after "ffmpeg: simplify ...) created by Kyle
The revision "ffmpeg: simplify managing input files and streams" …
6:31 AM Changeset in ffmpeg [fa4924a3] by Anton Khirnov <anton@khirnov.net>
rawdec: factor video demuxer definitions into a macro.
4:52 AM Changeset in ffmpeg [4779f593] by Anton Khirnov <anton@khirnov.net>
rtspdec: add initial_pause private option. Deprecate corresponding …
4:52 AM Changeset in ffmpeg [89d1b7f] by Anton Khirnov <anton@khirnov.net>
lavf: deprecate AVFormatParameters.width/height.
4:52 AM Changeset in ffmpeg [06d8c9e5] by Anton Khirnov <anton@khirnov.net>
tty: add video_size private option.
4:52 AM Changeset in ffmpeg [973f686a] by Anton Khirnov <anton@khirnov.net>
rawdec: add video_size private option.
4:52 AM Changeset in ffmpeg [724a900c] by Anton Khirnov <anton@khirnov.net>
x11grab: add video_size private option.
4:52 AM Changeset in ffmpeg [3102fb03] by Anton Khirnov <anton@khirnov.net>
x11grab: factorize returning error codes.
4:52 AM Changeset in ffmpeg [3e15ea21] by Anton Khirnov <anton@khirnov.net>
vfwcap: add video_size private option.
4:52 AM Changeset in ffmpeg [8fe7b644] by Anton Khirnov <anton@khirnov.net>
v4l2: add video_size private option.
4:52 AM Changeset in ffmpeg [82b5aa0a] by Anton Khirnov <anton@khirnov.net>
v4l2: factorize returning error codes. This will be useful in the …
4:52 AM Changeset in ffmpeg [fd48620e] by Anton Khirnov <anton@khirnov.net>
libdc1394: add video_size private option.
4:52 AM Changeset in ffmpeg [284bac2e] by Anton Khirnov <anton@khirnov.net>
libdc1394: return meaninful error codes.
4:52 AM Changeset in ffmpeg [33e03696] by Anton Khirnov <anton@khirnov.net>
bktr: add video_size private option.
4:52 AM Changeset in ffmpeg [3577416] by Anton Khirnov <anton@khirnov.net>
bktr: factorize returning error codes. This will be useful in the …
2:37 AM Changeset in ffmpeg [5e0dafe8] by Michael Niedermayer <michaelni@gmx.at>
Fix memleak Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2:37 AM Changeset in ffmpeg [28768579] by Michael Niedermayer <michaelni@gmx.at>
Fix typo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2:36 AM Changeset in ffmpeg [152d351] by Michael Niedermayer <michaelni@gmx.at>
Remove specific note when not specific Signed-off-by: Michael …
2:36 AM Changeset in ffmpeg [5918d167] by Michael Niedermayer <michaelni@gmx.at>
Minor cleanup in libx264.c Not needed as overwritten later on (look …
2:34 AM Changeset in ffmpeg [2660e9e1] by Michael Niedermayer <michaelni@gmx.at>
Add metadata conversion table to the wav demuxer Signed-off-by: …
1:12 AM Ticket #247 (Image Sequence File Names Must Begin Close to Zero) updated by Baptiste Coudurier
Priority, Type changed
1:01 AM Ticket #247 (Image Sequence File Names Must Begin Close to Zero) created by cmarzullo
In production environments image sequences are often generated with …
12:53 AM Changeset in ffmpeg [027264cb] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: (31 …
12:02 AM Ticket #246 (Add support for mdat-only 3GP) created by jsd
Many cell phone cameras are now producing 3gp files with no moov …
Note: See TracTimeline for information about the timeline view.