Timeline



Mar 10, 2013:

10:43 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Philip Langdale
When I say "mov encoder", I mean the muxer. The muxer is the *only* …
10:39 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Carl Eugen Hoyos
Is the sizing information something the encoder or the muxer has to …
10:23 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Philip Langdale
Oh, and to state it explicitly: by hard-coding various sizes and …
10:18 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Philip Langdale
So, there are multiple things going on here that affect the success, …
10:15 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Carl Eugen Hoyos
Replying to philipl: > Also note that my windows QT 7.7.3 …
10:15 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Carl Eugen Hoyos
Replying to philipl: > When I remux the Handbrake sample …
10:11 PM Ticket #2343 (Stream is blocked by 20 seconds or more when reading an mjpeg stream ...) updated by DonMoir
I found with IP cameras, there can be a long delay on open. Generally …
9:34 PM Changeset in ffmpeg [684e3d2e] by Janne Grunau <janne-libav@jannau.net>
ra144: check buffer size before requesting a buffer Return an error …
9:34 PM Changeset in ffmpeg [08149b2b] by Janne Grunau <janne-libav@jannau.net>
wmapro: unref skipped frames
9:28 PM Changeset in ffmpeg [e3232f3] by Janne Grunau <janne-libav@jannau.net>
svq1: use av_frame_free to free refcounted frame Fixes a memleak due …
9:19 PM Changeset in ffmpeg [669cc0f] by Anton Khirnov <anton@khirnov.net>
lavc: fix get_buffer() compatibility layer for audio. planes - …
9:19 PM Changeset in ffmpeg [98cec5c8] by Anton Khirnov <anton@khirnov.net>
ratecontrol: remove an unused variable
9:16 PM Changeset in ffmpeg [e2c29741] by Anton Khirnov <anton@khirnov.net>
vorbisdec: do not leak the first frame.
9:15 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Philip Langdale
Also note that my windows QT 7.7.3 reports the attached Handbrake …
9:14 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Philip Langdale
The situation is confusing, to say the least. On my ipad: both the …
9:08 PM Ticket #2341 (No audio in damaged dv stream) updated by Carl Eugen Hoyos
Cc changed
9:08 PM Ticket #2340 (A/V desync with dv sample) updated by Carl Eugen Hoyos
Cc changed
8:58 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Carl Eugen Hoyos
I tried the following with the sample attached to this ticket (that …
8:07 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Philip Langdale
mplayer, vlc - all the usual suspects. Am I missing something? And …
7:58 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Carl Eugen Hoyos
Cc changed
Replying to philipl: > It sounds like the player is, at …
7:42 PM Ticket #1845 (Encoded movies with mov_text subtitles do not play with QT Player) updated by Philip Langdale
It sounds like the player is, at least to some extent, respecting the …
7:41 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by Carl Eugen Hoyos
Replying to dodgexander: > >Which recordings are …
7:27 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by Harry Tipper
>Which recordings are unsupported?Please remember that this bug …
6:39 PM Changeset in ffmpeg [de54a96a] by Nicolas George <nicolas.george@normalesup.org>
lavfi/buffersink: implement av_buffersink_get_samples(). Note: the …
6:28 PM Ticket #2344 (libavdevice SDL fullscreen output) updated by Carl Eugen Hoyos
Replying to dronus: > Not sure if the switch parameter …
6:27 PM Ticket #2344 (libavdevice SDL fullscreen output) updated by Carl Eugen Hoyos
Replying to cehoyos: > Unrelated: Do you know why the …
6:25 PM Ticket #2344 (libavdevice SDL fullscreen output) updated by Carl Eugen Hoyos
Priority, Keywords, Status changed
Please send your patch to ffmpeg-devel, it can be reviewed there. …
5:19 PM Ticket #2344 (libavdevice SDL fullscreen output) updated by dronus
I've already done a naive simple implementation, see pull request at …
5:15 PM Ticket #2344 (libavdevice SDL fullscreen output) created by dronus
It would be nice if SDL output could be done fullscreen. That would …
4:44 PM Ticket #1031 (yuv420p to rgb24 wrong pixels at end of rows) reopened by Carl Eugen Hoyos
The original issue is reproducible with current git head, it needs …
4:32 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by ramitb
@rogerdpack can I request your assistance for a test build as …
4:05 PM Changeset in ffmpeg [b71db3f3] by Nicolas George <nicolas.george@normalesup.org>
lavfi/buffersrc: do not dereference NULL frame. frame = NULL is used …
4:05 PM Changeset in ffmpeg [03b87fe5] by Nicolas George <nicolas.george@normalesup.org>
lavfi: rename sink_buffer.c into buffersink.c.
4:05 PM Changeset in ffmpeg [3add5dc8] by Nicolas George <nicolas.george@normalesup.org>
lavfi: remove buffersink.c. It only contains merge conflicts …
4:05 PM Changeset in ffmpeg [fa41f7ec] by Nicolas George <nicolas.george@normalesup.org>
lavfi/sink_buffer: move stuff to reduce the diff. Note: …
3:38 PM Changeset in ffmpeg [35135a39] by Stefano Sabatini <stefasab@gmail.com>
lavfi/smartblur: add support to named options
1:07 PM Changeset in ffmpeg [fb14e37d] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: re-enable use of buffersrc flags. AV_BUFFERSRC_FLAG_PUSH is …
12:56 PM Changeset in ffmpeg [b0012de4] by Nicolas George <nicolas.george@normalesup.org>
lavfi/buffersrc: implement flags. The PUSH flags is necessary for …
12:52 PM Ticket #2332 (Better documenting of boolean options) closed by Stefano Sabatini
fixed: Replying to saste: > Replying to burek: …
12:48 PM Changeset in ffmpeg [cb2bd91] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: add the -canvas_size option. Allows, amongst other things, to …
12:45 PM Changeset in ffmpeg [b9ec4414] by Diego Biurrun <diego@biurrun.de>
vc1: Move init code shared between decoder and parser to common code …
12:45 PM Changeset in ffmpeg [f9b34b8b] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: port sub2video to AVFrame. And re-enable the FATE test.
12:22 PM Changeset in ffmpeg [f185a04] by Stefano Sabatini <stefasab@gmail.com>
doc/ffplay,ffmpeg: mention the corresponding negated option for -stats …
12:22 PM Changeset in ffmpeg [a2a84840] by Stefano Sabatini <stefasab@gmail.com>
cmdutils: clarify log message, in case of option routed to both codec …
12:22 PM Changeset in ffmpeg [63edd2f9] by Stefano Sabatini <stefasab@gmail.com>
cmdutils: remove duplicated check on CONFIG_POSTPROC The check is …
12:22 PM Changeset in ffmpeg [475c090a] by Stefano Sabatini <stefasab@gmail.com>
cmdutils: make print_all_libs_info() show libavresample version Even …
12:22 PM Changeset in ffmpeg [daf6ea5d] by Stefano Sabatini <stefasab@gmail.com>
cmdutils: fix stylenits
12:22 PM Changeset in ffmpeg [606efe18] by Stefano Sabatini <stefasab@gmail.com>
lavfi/unsharp: add missing option flags
12:22 PM Changeset in ffmpeg [dae76e8c] by Stefano Sabatini <stefasab@gmail.com>
lavc/utils: fix typo and reword message in case of too low bitrate
10:25 AM Changeset in ffmpeg [f963c778] by Michael Niedermayer <michaelni@gmx.at>
avfilter: avoid direct access to "frame"->channels This avoids ABI …
10:16 AM Changeset in ffmpeg [5d639b2b] by Luca Barbato <lu_zero@gentoo.org>
vf_pad: fix a & instead of && typo Avoid buffer overflow in …
10:12 AM Changeset in ffmpeg [91b747ac] by Michael Niedermayer <michaelni@gmx.at>
mem: Fix usage of memalign() on DJGPP. Credits to Khusraw of …
9:38 AM Changeset in ffmpeg [969e8d35] by Stefano Sabatini <stefasab@gmail.com>
lavfi/pad: avoid buffer overflow in buffer_needs_copy() Replace & …
9:09 AM Ticket #2186 (program detection in transport stream broken) closed by Carl Eugen Hoyos
fixed: Michael's patch was committed and backported, if this problem is still …
9:06 AM Changeset in ffmpeg [d84c5190] by Carl Eugen Hoyos <cehoyos@ag.or.at>
mpegts: clear avprograms only for removed programs Fixes Ticket2186 …
9:04 AM Ticket #2343 (Stream is blocked by 20 seconds or more when reading an mjpeg stream ...) updated by Carl Eugen Hoyos
Priority, Type, Version, Component changed
Replying to virtuald: > The problem shows up on version …
8:55 AM Changeset in ffmpeg [0ec86952] by Carl Eugen Hoyos <cehoyos@ag.or.at>
mpegts: clear avprograms only for removed programs Fixes Ticket2186 …
8:55 AM Changeset in ffmpeg [0b198e38] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Revert "build: disable iconv by default." This reverts commit …
7:23 AM ffmpeg.log attached to Ticket #2343 by Dustin Spicuzza
Debug logfile
7:23 AM Ticket #2343 (Stream is blocked by 20 seconds or more when reading an mjpeg stream ...) created by Dustin Spicuzza
When opening a network-based mjpeg stream from an AXIS M1011 camera, …
2:00 AM Changeset in ffmpeg [65fc80f0] by Clément Bœsch <ubitux@gmail.com>
lavfi: add curves filter.
1:59 AM Changeset in ffmpeg [3d813e7e] by Clément Bœsch <ubitux@gmail.com>
lavfi: bump minor version after the first round of evil changes.
1:52 AM Changeset in ffmpeg [108434a3] by Michael Niedermayer <michaelni@gmx.at>
sink_buffer: remove unused variables Signed-off-by: Michael …
1:51 AM Changeset in ffmpeg [d5efa84f] by Michael Niedermayer <michaelni@gmx.at>
vp3: embed idct_permutation array directly in VP3DecoderContext. This …
1:38 AM Changeset in ffmpeg [96e4b00d] by Clément Bœsch <ubitux@gmail.com>
lavfi: remove remaining forgotten min/rej perms.
1:28 AM Changeset in ffmpeg [806a66fd] by Michael Niedermayer <michaelni@gmx.at>
mpegts: clear avprograms only for removed programs Fixes Ticket2186 …
1:21 AM Changeset in ffmpeg [07ab8d33] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
1:13 AM Changeset in ffmpeg [f0a5f710] by Clément Bœsch <ubitux@gmail.com>
lavfi/hue: reindent.
1:13 AM Changeset in ffmpeg [3da54858] by Clément Bœsch <ubitux@gmail.com>
lavfi/hue: add an optimized direct path.
1:10 AM Changeset in ffmpeg [4a62f477] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6e7b50b4270116ded8b874d76cb7c5b1a0341827' * commit …
1:07 AM Changeset in ffmpeg [e5306115] by Clément Bœsch <ubitux@gmail.com>
lavu/frame: fix not/note typo in doxy.
12:41 AM Changeset in ffmpeg [5e4bc96] by Michael Niedermayer <michaelni@gmx.at>
doc: fix examples.
12:41 AM Changeset in ffmpeg [b1b506bc] by Michael Niedermayer <michaelni@gmx.at>
fate: disable sub2video Signed-off-by: Michael Niedermayer …
12:41 AM Changeset in ffmpeg [4e7c61b7] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: do not give away our reference to the frame. Note: the logic …
12:41 AM Changeset in ffmpeg [9cc02101] by Michael Niedermayer <michaelni@gmx.at>
lavc/rawdec: set field order on decoded frame.
12:41 AM Changeset in ffmpeg [6184fa20] by Michael Niedermayer <michaelni@gmx.at>
rawdec: work with refcounted frames. Adapted from commit …
12:40 AM Changeset in ffmpeg [a05a44e2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7e350379f87e7f74420b4813170fe808e2313911' * commit …
12:28 AM Changeset in ffmpeg [3f78f090] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Revert "build: disable iconv by default." This reverts commit …
12:25 AM Changeset in ffmpeg [586ae70b] by Michael Niedermayer <michaelni@gmx.at>
port FFmpeg lavc frame specificities to lavu functions.
12:25 AM Changeset in ffmpeg [d1b456b0] by Michael Niedermayer <michaelni@gmx.at>
lavu/frame: copy the channels field.

Mar 9, 2013:

10:52 PM Changeset in ffmpeg [ee0a8bcb] by Clément Bœsch <ubitux@gmail.com>
lavfi/showspectrum: fix outpicref initialization. In 81f2549, output …
9:18 PM Ticket #1387 (v4l2 uses wrong (default) parameters) updated by dronus
The bug is still there. h264 is now available, but -pixel_format is …
9:08 PM Ticket #2305 (v4l2 user control configuration mechanism) updated by dronus
I think using v4l2-ctl before ffmpeg would be ok if it would work. …
6:05 PM Changeset in ffmpeg [0cb3cab] by Anton Khirnov <anton@khirnov.net>
eamad: allocate a dummy reference frame when the real one is missing …
5:54 PM Changeset in ffmpeg [5dbb3298] by Reinhard Tartler <siretart@tauware.de>
libmp3lame: use the correct remaining buffer size when flushing …
5:54 PM Changeset in ffmpeg [e10af023] by Reinhard Tartler <siretart@tauware.de>
xxan: fix invalid memory access in xan_decode_frame_type0() The loop …
5:54 PM Changeset in ffmpeg [b527dd30] by Reinhard Tartler <siretart@tauware.de>
wmadec: require block_align to be set. Avoids an infinite loop in the …
5:54 PM Changeset in ffmpeg [9b79a052] by Reinhard Tartler <siretart@tauware.de>
wmaprodec: return an error, not 0, when the input is too small. …
5:54 PM Changeset in ffmpeg [98406bd2] by Reinhard Tartler <siretart@tauware.de>
vmdaudio: fix invalid reads when packet size is not a multiple of …
5:54 PM Changeset in ffmpeg [e050af9a] by Reinhard Tartler <siretart@tauware.de>
vorbisdec: Error on bark_map_size equal to 0. The value is used to …
5:54 PM Changeset in ffmpeg [29a2fdb1] by Reinhard Tartler <siretart@tauware.de>
configure: clean up Altivec detection There used to be one test for …
5:54 PM Changeset in ffmpeg [30bfa9e7] by Reinhard Tartler <siretart@tauware.de>
Update RELEASE file for 0.8.6
5:54 PM Changeset in ffmpeg [cb937059] by Reinhard Tartler <siretart@tauware.de>
update year to 2013 Signed-off-by: Reinhard Tartler <siretart@tauware.de>
5:54 PM Changeset in ffmpeg [8829c790] by Reinhard Tartler <siretart@tauware.de>
oggdec: make sure the private parse data is cleaned up (cherry picked …
5:10 PM Changeset in ffmpeg [b77d9cbb] by Reinhard Tartler <siretart@tauware.de>
libmp3lame: use the correct remaining buffer size when flushing …
5:10 PM Changeset in ffmpeg [905f5c8a] by Reinhard Tartler <siretart@tauware.de>
png: use av_mallocz_array() for the zlib zalloc function Fixes …
5:10 PM Changeset in ffmpeg [20373a6] by Reinhard Tartler <siretart@tauware.de>
wmaprodec: require block_align to be set. Avoids an infinite loop in …
5:10 PM Changeset in ffmpeg [d48da913] by Reinhard Tartler <siretart@tauware.de>
ffv1: fix calculating slice dimensions for version 2 It got broken in …
5:10 PM Changeset in ffmpeg [62a657de] by Reinhard Tartler <siretart@tauware.de>
xxan: fix invalid memory access in xan_decode_frame_type0() The loop …
5:01 PM Changeset in ffmpeg [c1f479e8] by Reinhard Tartler <siretart@tauware.de>
wmadec: require block_align to be set. Avoids an infinite loop in the …
5:01 PM Changeset in ffmpeg [74880e78] by Reinhard Tartler <siretart@tauware.de>
ivi_common: do not call MC for intra frames when dc_transform is unset …
5:01 PM Changeset in ffmpeg [747fbe0c] by Reinhard Tartler <siretart@tauware.de>
roqvideodec: fix a potential infinite loop in roqvideo_decode_frame(). …
5:01 PM Changeset in ffmpeg [d3b40af0] by Reinhard Tartler <siretart@tauware.de>
mp3dec: Fix VBR bit rate parsing When parsing the Xing/Info tag, …
5:01 PM Changeset in ffmpeg [60dd8b5] by Reinhard Tartler <siretart@tauware.de>
wmaprodec: return an error, not 0, when the input is too small. …
5:01 PM Changeset in ffmpeg [77cf052e] by Reinhard Tartler <siretart@tauware.de>
vmdaudio: fix invalid reads when packet size is not a multiple of …
5:01 PM Changeset in ffmpeg [146eac0a] by Reinhard Tartler <siretart@tauware.de>
h264: check for luma and chroma bit dept being equal The decoder …
5:01 PM Changeset in ffmpeg [4852b3aa] by Reinhard Tartler <siretart@tauware.de>
Prepare for 9.4 Release
4:25 PM Changeset in ffmpeg [22cc8a10] by Michael Niedermayer <michaelni@gmx.at>
x86/qpel: move fullpel and l2 functions to separate file. This way, …
4:16 PM Changeset in ffmpeg [9d40f710] by Michael Niedermayer <michaelni@gmx.at>
dsputil: make square put/avg_pixels functions local to h264qpel. Put …
3:59 PM Changeset in ffmpeg [9222978a] by Michael Niedermayer <michaelni@gmx.at>
lavd/v4l2: simplify code struct buff_data contains a pointer to …
3:58 PM Changeset in ffmpeg [0286b425] by Michael Niedermayer <michaelni@gmx.at>
lavd/v4l2: correctly handle error conditions in mmap_read_frame() In …
2:51 PM Ticket #2342 (ebur128 filter output seems to break format auto negotiation) created by Marton Balint
Chaining the output of the ebur128 (audio) filter causes broken …
2:46 PM Changeset in ffmpeg [982070c] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add some fate dependencies to fix make fate with --disable-everything.
2:31 PM Ticket #2341 (No audio in damaged dv stream) updated by Carl Eugen Hoyos
Sample uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2341/
2:30 PM Ticket #2341 (No audio in damaged dv stream) created by Carl Eugen Hoyos
http://thread.gmane.org/gmane.comp.video.ffmpeg.user/44228 related to …
1:39 PM Changeset in ffmpeg [881684e2] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add some fate dependencies to fix make fate with --disable-avdevice.
1:33 PM Changeset in ffmpeg [2eaa3663] by Luca Barbato <lu_zero@gentoo.org>
avplay: enable only when SDL 1.2 is found SDL 2 is API incompatible. …
1:31 PM Changeset in ffmpeg [1ea32482] by Michael Niedermayer <michaelni@gmx.at>
Update for FFmpeg 1.2 Signed-off-by: Michael Niedermayer …
7:37 AM Changeset in ffmpeg [adfa53d6] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_VDA_ASYNC cruft
7:37 AM Changeset in ffmpeg [bdd1567c] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_CODEC_ID cruft
7:36 AM Changeset in ffmpeg [7d42fd6b] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft
7:36 AM Changeset in ffmpeg [84501710] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_DSP_MASK cruft
7:36 AM Changeset in ffmpeg [d03a94e] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_SUB_ID cruft
7:36 AM Changeset in ffmpeg [2a113695] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_INTER_THRESHOLD cruft
7:36 AM Changeset in ffmpeg [9d6cf81f] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_COLOR_TABLE_ID cruft
7:36 AM Changeset in ffmpeg [3b0f586f] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft
7:36 AM Changeset in ffmpeg [0f24a3ca] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft
7:36 AM Changeset in ffmpeg [f073b150] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
7:36 AM Changeset in ffmpeg [5d606863] by Anton Khirnov <anton@khirnov.net>
lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
7:36 AM Changeset in ffmpeg [6327c107] by Anton Khirnov <anton@khirnov.net>
atomic: fix CAS with armcc. On the current code, armcc will fail …
1:45 AM Changeset in ffmpeg [98c4268e] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
libutvideo: Prioritize compatibility with new versions Signed-off-by: …

Mar 8, 2013:

9:38 PM Ticket #2340 (A/V desync with dv sample) updated by Carl Eugen Hoyos
Keywords changed
9:37 PM Ticket #2340 (A/V desync with dv sample) updated by Carl Eugen Hoyos
Sample uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2340/
9:36 PM Ticket #2340 (A/V desync with dv sample) created by Carl Eugen Hoyos
http://thread.gmane.org/gmane.comp.video.ffmpeg.user/44228/focus=44465
8:10 PM Ticket #2339 (Implement or port libswscale optimizations for arm) updated by Hendrik
The Chromium patch at least doesn't look like a patch against ffmpeg, …
8:05 PM Ticket #2339 (Implement or port libswscale optimizations for arm) created by compn
there are multiple projects which optimize ffmpeg on arm. can we merge …
7:54 PM Changeset in ffmpeg [309d6f50] by Michael Niedermayer <michaelni@gmx.at>
atomic: Add include guards to the implementation headers This makes …
7:52 PM Changeset in ffmpeg [486f0b0c] by Justin Ruggles <justin.ruggles@gmail.com>
png: use av_mallocz_array() for the zlib zalloc function Fixes …
7:52 PM Changeset in ffmpeg [e984f478] by Justin Ruggles <justin.ruggles@gmail.com>
libmp3lame: use the correct remaining buffer size when flushing …
7:51 PM Changeset in ffmpeg [160979f4] by Clément Bœsch <ubitux@gmail.com>
lavc/utils: make sure the iconv descriptor can be opened only once. …
7:41 PM Changeset in ffmpeg [307dc32a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '77b2cd7b41d7ec8008b6fac753c04f77824c514c' * commit …
7:39 PM Ticket #2337 (Frame duplicated for AVCHD sample) updated by Carl Eugen Hoyos
If there is an issue, ticket #2324 may describe the same problem.
7:39 PM Ticket #2324 (Duplicate First Frame) reopened by Carl Eugen Hoyos
There may actually be an issue, possibly the same as in ticket #2337
7:33 PM Changeset in ffmpeg [c4e88217] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e' * commit …
7:09 PM Changeset in ffmpeg [5df2dc0f] by Carl Eugen Hoyos <cehoyos@ag.or.at>
aacsbr: Check for envelope scalefactors overflowing This prevents …
7:06 PM Changeset in ffmpeg [98dfe0d8] by Carl Eugen Hoyos <cehoyos@ag.or.at>
aacsbr: Check for envelope scalefactors overflowing This prevents …
7:03 PM Changeset in ffmpeg [41313bdc] by Carl Eugen Hoyos <cehoyos@ag.or.at>
aacsbr: Check for envelope scalefactors overflowing This prevents …
7:02 PM Ticket #2335 (AAC decoding regression: Decoding fails from a specific position on) closed by Carl Eugen Hoyos
fixed: Fixed by Michael.
6:35 PM Changeset in ffmpeg [fee484ed] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'ad0c9f2d5d81e22207c6ccecc426bf7306acc327' * commit …
6:34 PM Changeset in ffmpeg [666fe5da] by Martin Storsjö <martin@martin.st>
atomic: Exclude the unsupported implementation headers from …
6:17 PM Changeset in ffmpeg [d9d97f9b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1a5e9130162b8adc898e5f6aea82b6372d1e4e6c' * commit …
6:12 PM Changeset in ffmpeg [2653e125] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1afddbe59e96af75f1c07605afc95615569f388f' * commit …
3:06 PM Changeset in ffmpeg [532f31a6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1cec0624d0e6f48590283a57169b58b9fe8449d3' * commit …
3:01 PM Ticket #2338 (avformat_seek_file seeking to wrong frame for AVCHD sample) updated by rmk
One more thing I just noticed is that the stream start time of the …
3:01 PM Changeset in ffmpeg [36099df5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8e401dbe90cc77b1f3067a917d9fa48cefa3fcdb' * commit …
2:48 PM Changeset in ffmpeg [e92ba51f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '65f1d45dcc71186ede72fff950996099d23359bd' * commit …
2:42 PM Changeset in ffmpeg [23eed009] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'eae0879d961b78717dd2a0899809ad22819ae9e3' * commit …
2:37 PM Changeset in ffmpeg [1f3a5773] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4be368b504c6f4a03051448728fc62cd0ed506b2' * commit …
2:32 PM Changeset in ffmpeg [e9fbb978] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'dbd2a34ba5e5e46b6835e4425c360723c643b7a8' * commit …
2:23 PM Changeset in ffmpeg [c32cc7e3] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51' * commit …
2:17 PM Changeset in ffmpeg [43c6c186] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd88738e4038b162708dc2f5342e10c1694edfd89' * commit …
2:05 PM Changeset in ffmpeg [b094931a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '06b54e84254e4834b4978ff5b27cc2b7ee8d7a98' * commit …
1:57 PM Changeset in ffmpeg [6c17ff84] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830' * commit …
1:45 PM Changeset in ffmpeg [bdd2db60] by Michael Niedermayer <michaelni@gmx.at>
MAINTAINERS: update for 1.2 Signed-off-by: Michael Niedermayer …
1:45 PM Changeset in ffmpeg [80f91a70]n1.3-dev by Michael Niedermayer <michaelni@gmx.at>
MAINTAINERS: update for 1.2 Signed-off-by: Michael Niedermayer …
1:21 PM Changeset in ffmpeg [eab49f4f] by Michael Niedermayer <michaelni@gmx.at>
Revert "aacdec: Reconfigure output as needed, disable …
1:21 PM Changeset in ffmpeg [8978c743] by Michael Niedermayer <michaelni@gmx.at>
aacsbr: Check for envelope scalefactors overflowing This prevents …
1:15 PM Changeset in ffmpeg [e7553f4c] by Anton Khirnov <anton@khirnov.net>
avconv: do not silently ignore unused codec AVOptions. Print an error …
1:14 PM Changeset in ffmpeg [db2d65ce] by Anton Khirnov <anton@khirnov.net>
avconv: fix a typo
1:14 PM Changeset in ffmpeg [64bfc3e2] by Anton Khirnov <anton@khirnov.net>
FATE: replace -vb with -b:v The -{vas}<option> syntax is now obsolete …
1:14 PM Changeset in ffmpeg [6deae8e0] by Anton Khirnov <anton@khirnov.net>
FATE: remove the -dct option from some decoding tests. It is an …
1:13 PM Changeset in ffmpeg [41d2008b] by Anton Khirnov <anton@khirnov.net>
avconv: use a local variable for InputFile in open_input_file(). This …
1:13 PM Changeset in ffmpeg [1da54e90] by Anton Khirnov <anton@khirnov.net>
avconv: use a local variable for OutputFile in open_output_file(). …
1:12 PM Changeset in ffmpeg [9d3009c6] by Anton Khirnov <anton@khirnov.net>
avconv: print an error on applying options of the wrong type. I.e. …
12:55 PM Changeset in ffmpeg [e460aa32] by Martin Storsjö <martin@martin.st>
atomic: Check for sync_val_compare_and_swap instead of …
12:42 PM Changeset in ffmpeg [f1af3d19] by Anton Khirnov <anton@khirnov.net>
output-example: Update to use encode_video2 instead of the now dropped …
10:53 AM h264_parser_debug.patch attached to Ticket #2338 by rmk
10:52 AM Ticket #2338 (avformat_seek_file seeking to wrong frame for AVCHD sample) created by rmk
I have been observing that for files from a certain camera …
10:04 AM Ticket #2330 (Impossible to fast-forward and fast rewind m2ts made by ffmpeg with ...) updated by bonconboy
I tested under […] Regrettably, the resuts are the same as the above.
10:00 AM Changeset in ffmpeg [2240e92f] by Martin Storsjö <martin@martin.st>
atomic: Add include guards to the implementation headers This makes …
9:22 AM Changeset in ffmpeg [7c45087b] by Anton Khirnov <anton@khirnov.net>
lavc: update the fallback versions of ff_thread_* Fixes build without …
9:09 AM Changeset in ffmpeg [19dd401] by Martin Storsjö <martin@martin.st>
libopencore-amr: Add the missing 3rd argument of ff_get_buffer() …
8:31 AM Ticket #2337 (Frame duplicated for AVCHD sample) created by rmk
ffmpeg -i gh2-50i-psf.mts -r 25 frame-%03d.jpg ffmpeg version …
7:29 AM Ticket #2336 (Incorrect seeking/decoding for AVCHD file) updated by rmk
To make that clear, my real problem ist that avformat_seek_file does …
7:12 AM Changeset in ffmpeg [f86d66bc] by Anton Khirnov <anton@khirnov.net>
vmdaudio: fix invalid reads when packet size is not a multiple of …
7:12 AM Changeset in ffmpeg [4c0080b7] by Anton Khirnov <anton@khirnov.net>
wmaprodec: return an error, not 0, when the input is too small. …
7:12 AM Changeset in ffmpeg [cacad1c0] by Anton Khirnov <anton@khirnov.net>
wmaprodec: require block_align to be set. Avoids an infinite loop in …
7:12 AM Changeset in ffmpeg [ea1136b] by Anton Khirnov <anton@khirnov.net>
wmadec: require block_align to be set. Avoids an infinite loop in the …
7:11 AM Changeset in ffmpeg [3ba40ebb] by Anton Khirnov <anton@khirnov.net>
ivi_common: do not call MC for intra frames when dc_transform is unset …
7:11 AM Changeset in ffmpeg [3e2f2002] by Anton Khirnov <anton@khirnov.net>
roqvideodec: fix a potential infinite loop in roqvideo_decode_frame(). …
7:11 AM Changeset in ffmpeg [8a49d2bc] by Anton Khirnov <anton@khirnov.net>
xxan: fix invalid memory access in xan_decode_frame_type0() The loop …
7:11 AM Changeset in ffmpeg [6c7d339a] by Anton Khirnov <anton@khirnov.net>
tty: set avg_frame_rate. The container does not store any timestamps …
7:10 AM Changeset in ffmpeg [bde48aa9] by Anton Khirnov <anton@khirnov.net>
FATE: enable multiple slices in the ffv1 vsynth test This allows us …
7:10 AM Changeset in ffmpeg [d2438969] by Anton Khirnov <anton@khirnov.net>
ffv1: fix calculating slice dimensions for version 2 It got broken in …
7:09 AM Changeset in ffmpeg [7b89cd20] by Anton Khirnov <anton@khirnov.net>
eamad: allocate a dummy reference frame when the real one is missing …
6:42 AM Changeset in ffmpeg [0651e892] by Anton Khirnov <anton@khirnov.net>
Replace remaining includes of audioconvert.h with channel_layout.h
6:42 AM Changeset in ffmpeg [542b83fc] by Anton Khirnov <anton@khirnov.net>
Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.
6:41 AM Changeset in ffmpeg [d8b31be6] by Anton Khirnov <anton@khirnov.net>
Add the bumps and APIchanges entries for reference counted buffers changes.
6:41 AM Changeset in ffmpeg [8df23e93] by Anton Khirnov <anton@khirnov.net>
lavc: postpone the removal of request_channels API. Its replacement …
6:41 AM Changeset in ffmpeg [1296b1f6] by Anton Khirnov <anton@khirnov.net>
AVFrame: deprecate all now unused fields
6:41 AM Changeset in ffmpeg [ddcca4ba] by Anton Khirnov <anton@khirnov.net>
lavc: stop setting AVFrame.motion_subsample_log2 It is not used …
6:41 AM Changeset in ffmpeg [e7bbfc4] by Anton Khirnov <anton@khirnov.net>
avserver: don't set deprecated options.
6:40 AM Changeset in ffmpeg [354468fc] by Anton Khirnov <anton@khirnov.net>
avplay: switch to new refcounted frames API Remove now unused …
6:40 AM Changeset in ffmpeg [9b2dc29] by Anton Khirnov <anton@khirnov.net>
avconv: convert to new refcounted AVFrame API
6:40 AM Changeset in ffmpeg [37045e42] by Anton Khirnov <anton@khirnov.net>
mpegvideo: drop vismv code It has been broken for over a year without …
6:40 AM Changeset in ffmpeg [2eba9087] by Anton Khirnov <anton@khirnov.net>
lavc: make up a fake frame channel layout when there is no real one. …
6:39 AM Changeset in ffmpeg [192f1984] by Anton Khirnov <anton@khirnov.net>
lavc: limit maximum number of channels to 63 This is the most that …
6:39 AM Changeset in ffmpeg [15ec0450] by Anton Khirnov <anton@khirnov.net>
lavc: allow decoders to override frame parameters.
6:39 AM Changeset in ffmpeg [3b199d29] by Anton Khirnov <anton@khirnov.net>
lavc decoders: properly initialize AVFrame.
6:38 AM Changeset in ffmpeg [759001c5] by Anton Khirnov <anton@khirnov.net>
lavc decoders: work with refcounted frames.
6:37 AM Changeset in ffmpeg [6e7b50b] by Anton Khirnov <anton@khirnov.net>
mpegvideo_enc: drop support for reusing the input motion vectors. …
6:37 AM Changeset in ffmpeg [7e350379] by Anton Khirnov <anton@khirnov.net>
lavfi: switch to AVFrame. Deprecate AVFilterBuffer/AVFilterBufferRef …
6:37 AM Changeset in ffmpeg [77b2cd7b] by Anton Khirnov <anton@khirnov.net>
AVFrame: add side data.
6:36 AM Changeset in ffmpeg [7ecc2d40] by Anton Khirnov <anton@khirnov.net>
Move AVFrame from lavc to lavu. Add AVBuffer-based reference counting …
6:36 AM Changeset in ffmpeg [ad0c9f2d] by Anton Khirnov <anton@khirnov.net>
lavc: move AVFrame.hwaccel_picture_private to Picture. This field is …
6:35 AM Changeset in ffmpeg [1a5e9130] by Anton Khirnov <anton@khirnov.net>
pthread: avoid copying input packets when possible.
6:33 AM Changeset in ffmpeg [1afddbe5] by Anton Khirnov <anton@khirnov.net>
avpacket: use AVBuffer to allow refcounting the packets. This will …
6:33 AM Changeset in ffmpeg [1cec062] by Anton Khirnov <anton@khirnov.net>
AVBuffer: add a new API for buffer pools
6:33 AM Changeset in ffmpeg [8e401db] by Anton Khirnov <anton@khirnov.net>
lavu: add a new API for reference-counted data buffers.
6:32 AM Changeset in ffmpeg [65f1d45d] by Anton Khirnov <anton@khirnov.net>
lavu: add support for atomic operations. These could be used for …
6:32 AM Changeset in ffmpeg [eae0879d] by Anton Khirnov <anton@khirnov.net>
mp3dec: Fix VBR bit rate parsing When parsing the Xing/Info tag, …
3:41 AM Ticket #1244 (ogg: vorbis_header() leaks memory allocated for packets in private data.) closed by Carl Eugen Hoyos
fixed: The original leak was fixed by Luca Barbato in January, the remaining …
3:11 AM Ticket #1546 (Memleak when decoding broken vorbis sample) closed by Carl Eugen Hoyos
fixed: Should be fixed.
1:46 AM Changeset in ffmpeg [199db97f] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Close output codecs if input codec initialisation fails. Fixes ticket …
1:45 AM Changeset in ffmpeg [a21fd660] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add dependencies for the voice fate tests.
1:44 AM Changeset in ffmpeg [0edfda79] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add dependencies for the flac encoding fate tests.
1:44 AM Changeset in ffmpeg [53e3bc30] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add dependencies for the aac encoding fate tests.
1:42 AM Changeset in ffmpeg [de4811e9] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Force using a 64bit intermediate when calculating calendar time with …
1:33 AM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by Carl Eugen Hoyos
Replying to dodgexander: > Given that some people (such …
12:52 AM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by Harry Tipper
Given that some people (such as I) are limited to only being able to …

Mar 7, 2013:

10:07 PM Changeset in ffmpeg [d30ee5e] by Michael Niedermayer <michaelni@gmx.at>
mpegaudio_parser: Don't ignore information from the first frame …
9:48 PM Ticket #2336 (Incorrect seeking/decoding for AVCHD file) closed by Carl Eugen Hoyos
invalid: (Iiuc, you are reporting two independent issues, please don't do that, …
9:07 PM ArticlesForCreation edited by llogan
add ProRes idea (diff)
9:07 PM Ticket #2186 (program detection in transport stream broken) updated by Michael Niedermayer
Replying to heleppkes: > I have another sample file which …
9:02 PM Ticket #2336 (Incorrect seeking/decoding for AVCHD file) updated by rmk
Uploaded the file to /incoming/ticket2336/gh2-50i-psf.mts
8:58 PM Ticket #2336 (Incorrect seeking/decoding for AVCHD file) created by rmk
It appears seeking is incorrect and a frame gets duplicated when …
8:09 PM Ticket #1694 (Decoding a possibly damaged aac sample fails from a specific position on) updated by Carl Eugen Hoyos
The second command line still fails, this is also a regression but not …
8:07 PM Ticket #2335 (AAC decoding regression: Decoding fails from a specific position on) created by Carl Eugen Hoyos
Continuing ticket #1694: The following command line produces a file …
7:54 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by ramitb
I meant @pross can you help here please.
7:52 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by ramitb
Thanks Michael, @Peter can I request you assistance here please. I …
7:49 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by Michael Niedermayer
Replying to ramitbhalla: > :( - @Michael ? :( You could …
7:26 PM Ticket #1694 (Decoding a possibly damaged aac sample fails from a specific position on) closed by Michael Niedermayer
fixed: Fixed by 60dbf2eff92f8aa4683b6dcaba9e694890258ade
7:01 PM Changeset in ffmpeg [08be125d] by Carl Eugen Hoyos <cehoyos@ag.or.at>
psymodel: dont apply lowpass filters with a cutoff close to the …
6:59 PM CompilationGuide/Centos edited by llogan
nit: indicate that this guide works for =>6.0 (diff)
6:58 PM Changeset in ffmpeg [088ba9bc] by Carl Eugen Hoyos <cehoyos@ag.or.at>
psymodel: dont apply lowpass filters with a cutoff close to the …
6:54 PM Ticket #2246 (ffmpeg freezes and eats 100% CPU while encoding aac with too low bitrate) closed by Carl Eugen Hoyos
fixed: Fixed by Michael.
6:50 PM Changeset in ffmpeg [60dbf2ef] by Michael Niedermayer <michaelni@gmx.at>
aacdec: Reconfigure output as needed, disable …
6:28 PM Changeset in ffmpeg [fee5da6b] by Michael Niedermayer <michaelni@gmx.at>
psymodel: dont apply lowpass filters with a cutoff close to the …
2:46 PM Changeset in ffmpeg [4be368b5] by Martin Storsjö <martin@martin.st>
avstring: Fix isxdigit to not accept non-hex characters …
2:36 PM Changeset in ffmpeg [870add0d] by Diego Biurrun <diego@biurrun.de>
configure: Add missing videodsp dependencies to some decoders
2:36 PM Changeset in ffmpeg [dbd2a34b] by Diego Biurrun <diego@biurrun.de>
build: cosmetics: Group hw accelerator Makefile entries together
2:33 PM Changeset in ffmpeg [bcd0a71] by Diego Biurrun <diego@biurrun.de>
configure: Add missing h264chroma dependencies to vp5, vp6
2:04 PM Changeset in ffmpeg [5f401b7b] by Diego Biurrun <diego@biurrun.de>
Add missing error_resilience includes to files that use ER
2:04 PM Changeset in ffmpeg [d88738e4] by Diego Biurrun <diego@biurrun.de>
mpegvideo: Conditionally build error_resilience bits This breaks the …
2:04 PM Changeset in ffmpeg [06b54e84] by Diego Biurrun <diego@biurrun.de>
build: Fix error_resilience code dependencies
2:01 PM Changeset in ffmpeg [e20a019c] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avformat: Fix apics with aac Fixes Ticket2318 Signed-off-by: Michael …
2:01 PM Changeset in ffmpeg [16ac9ed] by Carl Eugen Hoyos <cehoyos@ag.or.at>
hls: fix timebase Fixes Ticket1733 Signed-off-by: Michael …
1:57 PM Changeset in ffmpeg [b642e45d] by Carl Eugen Hoyos <cehoyos@ag.or.at>
avformat: Fix apics with aac Fixes Ticket2318 Signed-off-by: Michael …
1:56 PM Changeset in ffmpeg [a8fc0bb6] by Carl Eugen Hoyos <cehoyos@ag.or.at>
hls: fix timebase Fixes Ticket1733 Signed-off-by: Michael …
1:16 PM Changeset in ffmpeg [efa7f420] by Martin Storsjö <martin@martin.st>
Use the avstring.h locale-independent character type functions Make …
1:16 PM Changeset in ffmpeg [12c5c1d3] by Martin Storsjö <martin@martin.st>
avstring: Add locale independent versions of some ctype.h functions …
1:07 PM Ticket #2318 (No still image in hls stream) closed by Michael Niedermayer
fixed: Fixed in cada996528422907b8b818e99029a8e3b97cf08d
12:55 PM Changeset in ffmpeg [cada9965] by Michael Niedermayer <michaelni@gmx.at>
avformat: Fix apics with aac Fixes Ticket2318 Signed-off-by: Michael …
12:48 PM Ticket #1733 (Strange timestamps with Apple hls stream) closed by Michael Niedermayer
fixed: Fixed in a12a618aa9c6d84ec3c01695fb5aec9796453a6d
12:42 PM Changeset in ffmpeg [a12a618a] by Michael Niedermayer <michaelni@gmx.at>
hls: fix timebase Fixes Ticket1733 Signed-off-by: Michael …
10:50 AM Changeset in ffmpeg [8cc5481d] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
10:29 AM Changeset in ffmpeg [47f1af47] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '70762508ec5919474edb92a5b1f266fd06640f9c' * commit …
7:35 AM Changeset in ffmpeg [54b298fe] by Martin Storsjö <martin@martin.st>
lavc: Deprecate the deinterlace functions in libavcodec …
7:31 AM Changeset in ffmpeg [64e43869] by Martin Storsjö <martin@martin.st>
h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band This …
7:08 AM Ticket #2322 (Memory leak in muxing.c) updated by Tae-Kwan. Park.
Sorry, I was wrong. I tried again, and I found …
7:02 AM Ticket #2334 (FFmpeg using visual c++ in windows) closed by Carl Eugen Hoyos
invalid: This is a bug tracker, not a support forum, please read …
6:50 AM Changeset in ffmpeg [70762508] by Martin Storsjö <martin@martin.st>
lavc: Prettify printing of codec tags containing non alphanumeric …
6:44 AM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by ramitb
:( - @Michael ? :(
6:40 AM Changeset in ffmpeg [d65522e8] by Martin Storsjö <martin@martin.st>
h264: Rename the jpeg_420 pixfmt list to match the common naming …
6:39 AM Ticket #2334 (FFmpeg using visual c++ in windows) created by Swastik
Hello friends, I want to develop wrapper class in VC++ 2010 of …
2:23 AM Ticket #2322 (Memory leak in muxing.c) updated by Tae-Kwan. Park.
Hi. First, I appreciate your interest. Also, It must be understood …
2:23 AM Changeset in ffmpeg [1f5b5b80] by Michael Niedermayer <michaelni@gmx.at>
libavcodec: changed mathematical functions in aacpsy.c This patch …
1:40 AM Ticket #1386 (ffprobe report different widths for some videos) updated by Stefano Sabatini
See also sample in ticket #2268.
1:30 AM Ticket #2333 (mkv + ac3 remux adds a little time) updated by Squeeto
Replying to cehoyos: > To make this a valid ticket, please …
1:25 AM FFMpegEncodingMemoryLeakCheck.zip attached to Ticket #2322 by Tae-Kwan. Park.
test project ( with test cpp file, vc 2010 project )
1:23 AM Muxing.cpp attached to Ticket #2322 by Tae-Kwan. Park.
memory leak test cpp file
12:44 AM Changeset in ffmpeg [d95143ec] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: add support to ffconcat segment list
12:44 AM Changeset in ffmpeg [9167db38] by Stefano Sabatini <stefasab@gmail.com>
doc/texi2pod: fix @ref substitution rule, disallow "}" within the …
12:12 AM Changeset in ffmpeg [9767ec6b] by Stefano Sabatini <stefasab@gmail.com>
lavu: add escape API The escape API will be useful to perform …

Mar 6, 2013:

11:28 PM Changeset in ffmpeg [38d40ac1] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
11:18 PM Changeset in ffmpeg [fa3a7b55] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5da51284937649a8ebb84fa951c235438fcbf8ae' * commit …
11:01 PM Changeset in ffmpeg [ff9b6074] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5a4e9fe855282a99586050a507d0a486ad39df5b' * commit …
10:52 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Cigaes
0.02 seconds of audio is about half a video frame. And 0.002 seconds, …
10:48 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Carl Eugen Hoyos
Replying to brchapman: > > At what frames are the gongs …
10:47 PM Changeset in ffmpeg [90f8b2ce] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4c364eb2b856fc33cf7b42f7c7b979e69fde5f3a' * commit …
10:45 PM Ticket #2333 (mkv + ac3 remux adds a little time) updated by Carl Eugen Hoyos
To make this a valid ticket, please provide your failing command line …
10:39 PM Changeset in ffmpeg [09131ebb] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a2ad554def214d2d03b7c16f68dc081a8622f9ca' * commit …
10:27 PM Changeset in ffmpeg [be493ca2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c10da30d8426a1f681d99a780b6e311f7fb4e5c5' * commit …
9:13 PM Ticket #2333 (mkv + ac3 remux adds a little time) created by Squeeto
ffmpeg adds time to the muxed mkv and demuxed mkv: ffmpeg version …
9:11 PM Changeset in ffmpeg [bcaf64b6] by Michael Niedermayer <michaelni@gmx.at>
normalize calls to ff_alloc_packet2 - check ret < 0 - remove …
7:56 PM Changeset in ffmpeg [e760e1d4] by Martin Storsjö <martin@martin.st>
avconv: Make sure the encoder exists before inspecting supported_list …
7:55 PM Changeset in ffmpeg [5da51284] by Martin Storsjö <martin@martin.st>
cavs: Add a dependency on h264chroma This fixes standalone building …
7:18 PM Changeset in ffmpeg [8d061989] by Martin Storsjö <martin@martin.st>
lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs …
6:49 PM Ticket #1570 (libv4l2: error dequeuing buf: Resource temporarily unavailable) updated by llarevo
Thanks a lot so far. At least I'm a step forward with the analog tv …
6:28 PM Changeset in ffmpeg [c257fe1f] by Michael Niedermayer <michaelni@gmx.at>
Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables. …
6:28 PM Changeset in ffmpeg [a3e0fc98] by Michael Niedermayer <michaelni@gmx.at>
snowenc: fix indention Signed-off-by: Michael Niedermayer …
6:28 PM Changeset in ffmpeg [70a2a493] by Michael Niedermayer <michaelni@gmx.at>
snowenc: add forgotten emms_c() Signed-off-by: Michael Niedermayer …
4:01 PM Ticket #2255 (2013 Spring Website Art Contest) updated by Michael Niedermayer
Replying to Mista_D: > go fuck to help each other. I …
3:58 PM Changeset in ffmpeg [87a954d6] by Nicolas George <nicolas.george@normalesup.org>
lavf/concat: document the use of the files durations. Address trac …
3:48 PM Changeset in ffmpeg [5a4e9fe8] by Diego Biurrun <diego@biurrun.de>
avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch
3:48 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by BChap
Replying to cehoyos: > Replying to [comment:10
3:35 PM Changeset in ffmpeg [188c0824] by Michael Niedermayer <michaelni@gmx.at>
snowenc: initialize edges This fixes a regression caused by changes …
2:24 PM Ticket #2332 (Better documenting of boolean options) updated by Michael Niedermayer
Replying to cehoyos: > Please send patches to …
2:07 PM Ticket #2332 (Better documenting of boolean options) reopened by Stefano Sabatini
Replying to burek: > The online documentation …
1:42 PM Ticket #2332 (Better documenting of boolean options) closed by Carl Eugen Hoyos
invalid: Please send patches to ffmpeg-devel, they usually typically more …
12:51 PM Changeset in ffmpeg [2dd2ee96] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: use av_log_ask_for_sample for odd sprites Suggested-by: …
12:41 PM Ticket #2332 (Better documenting of boolean options) created by burek
The online documentation http://www.ffmpeg.org/ffmpeg.html has …
12:25 PM Ticket #2322 (Memory leak in muxing.c) updated by burek
Wow Nicolas, this was fast! Thanks and congratulations! :)
10:52 AM Changeset in ffmpeg [037adf58] by Paul B Mahol <onemda@gmail.com>
libilbc: use ff_alloc_packet2 Signed-off-by: Paul B Mahol …
10:31 AM Changeset in ffmpeg [1811f1d8] by Paul B Mahol <onemda@gmail.com>
libopusenc: use ff_alloc_packet2 Signed-off-by: Paul B Mahol …
10:26 AM Ticket #2326 (-nostats missing from the official documentation) updated by Stefano Sabatini
Replying to cehoyos: > Replying to saste: > > …
10:22 AM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Carl Eugen Hoyos
I tried different players and re-encoded the original sample and …
10:17 AM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Carl Eugen Hoyos
Replying to brchapman: > Also, if I encode test100.mp4 …
9:34 AM Changeset in ffmpeg [baf10ad1] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
4:41 AM Ticket #2255 (2013 Spring Website Art Contest) updated by Mista_D
go fuck to help each other.
4:37 AM Changeset in ffmpeg [28adecf] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
4:04 AM Changeset in ffmpeg [a3541896] by Michael Niedermayer <michaelni@gmx.at>
qdm2: check "AC" codewords Fixes out of array reads Found-by: …
3:56 AM Changeset in ffmpeg [5c8ffbaa] by Michael Niedermayer <michaelni@gmx.at>
qdm2: simplify arithmetic coder tables generation Someone should …
3:06 AM Changeset in ffmpeg [bb01be80] by Michael Niedermayer <michaelni@gmx.at>
rv20: Fix handling of frame skip. Fixes division by zero Found-by: …
1:56 AM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by BChap
Replying to cehoyos: > Replying to brchapman: …
12:38 AM Changeset in ffmpeg [7bab631f] by Michael Niedermayer <michaelni@gmx.at>
mss2dsp/upsample_plane: fix 0x0 handling Fixes invalid memcpy and out …
12:24 AM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Carl Eugen Hoyos
Replying to brchapman: > Just tried pulling 0332324, and …
12:12 AM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by BChap
Replying to cehoyos: > Replying to brchapman: …
12:07 AM Ticket #2330 (Impossible to fast-forward and fast rewind m2ts made by ffmpeg with ...) updated by bonconboy
> Please test current git head. Yes. Please wait.
12:04 AM Changeset in ffmpeg [5cf7c727] by Luca Barbato <lu_zero@gentoo.org>
shorten: use the unsigned type where needed get_uint returns an …
12:04 AM Changeset in ffmpeg [4c364eb2] by Luca Barbato <lu_zero@gentoo.org>
shorten: report meaningful errors
12:04 AM Changeset in ffmpeg [a2ad554d] by Luca Barbato <lu_zero@gentoo.org>
shorten: K&R formatting cosmetics
12:04 AM Changeset in ffmpeg [c10da30d] by Luca Barbato <lu_zero@gentoo.org>
shorten: set invalid channels count to 0 Prevent the loop …
12:04 AM Changeset in ffmpeg [02055b6d] by Luca Barbato <lu_zero@gentoo.org>
vorbisdec: check memory allocations

Mar 5, 2013:

11:57 PM Changeset in ffmpeg [34e7a3d7] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Move the iconv test to the bottom of configure. This fixes a possible …
11:53 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Carl Eugen Hoyos
Replying to brchapman: > Replying to cehoyos: …
11:38 PM Changeset in ffmpeg [b45e85ab] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Make 32bit zmbv colour-space opaque.
11:35 PM Changeset in ffmpeg [96d2e4d6] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Use uint8_t instead of uint16_t pointer in kega decoder. This change …
11:25 PM Changeset in ffmpeg [940b06ae] by Carl Eugen Hoyos <cehoyos@ag.or.at>
kgv1dec: Simplify kega decoding by using memcpy instead of loops …
11:16 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by BChap
Replying to cehoyos: > If there is an issue, it is a …
11:12 PM Ticket #1964 (Request support for decoding / demuxing Adobe HDS dynamic http streaming) updated by Otto D
@cdunford: work us still ongoing. Progress is slow and erratic due to …
11:09 PM Changeset in ffmpeg [058e1f8d] by Michael Niedermayer <michaelni@gmx.at>
vc1dec: odd sized sprites are unsupported It should be easy to add …
10:52 PM Ticket #1386 (ffprobe report different widths for some videos) updated by DonMoir
Before you call avcodec_open the AVCodecContext width and height are …
10:42 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Carl Eugen Hoyos
The nero binary decoder shows the same delay as FFmpeg.
10:40 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Carl Eugen Hoyos
Priority, Keywords changed
If there is an issue, it is a regression since 1edea05 Could you …
10:36 PM frames attached to Ticket #2320 by Berbe
Frames of the mjpeg/pcm_u8 video file
9:29 PM Changeset in ffmpeg [d9293648] by Michael Niedermayer <michaelni@gmx.at>
asfdec: dont truncate type 2-5 values Fixes use of uninitialized …
9:29 PM Changeset in ffmpeg [4c56b79a] by Michael Niedermayer <michaelni@gmx.at>
vf_stereo3d: Add AVOption table terminator Signed-off-by: Michael …
9:18 PM Changeset in ffmpeg [4987faee] by Luca Barbato <lu_zero@gentoo.org>
h264: check for luma and chroma bit dept being equal The decoder …
8:31 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Berbe
Replying to Cigaes: > You did not answer my first …
8:19 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Cigaes
You did not answer my first question: do you actually have a …
8:17 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Berbe
Replying to Cigaes: > You have two streams, and your …
8:16 PM Changeset in ffmpeg [34d0ea5] by Clément Bœsch <ubitux@gmail.com>
lavfi/deshake: support named options.
8:10 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Cigaes
You have two streams, and your audio streams has too few …
8:08 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Berbe
Replying to Cigaes: > The error in your last comment has …
8:08 PM Changeset in ffmpeg [c0bfc2b9] by Clément Bœsch <ubitux@gmail.com>
doc/filters: make examples a bit more consistent. Create dedicated …
7:57 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Cigaes
The error in your last comment has absolutely nothing to do with the …
7:51 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Berbe
Replying to cehoyos: > So the ticket is not reproducible …
7:37 PM Changeset in ffmpeg [72d2e94] by Clément Bœsch <ubitux@gmail.com>
doc/showspectrum: add some examples.
7:29 PM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by BChap
The command doesn't fail, but here's the output […]
7:09 PM Changeset in ffmpeg [8d950937] by Stefano Sabatini <stefasab@gmail.com>
lavfi/overlay: improve log message warning in case of clipped overlay
7:09 PM Changeset in ffmpeg [f164228] by Stefano Sabatini <stefasab@gmail.com>
lavfi/overlay: add support for partial overlaying Partially rework …
6:45 PM Changeset in ffmpeg [1c808943] by Paul B Mahol <onemda@gmail.com>
lavfi/mp: drop mp=stereo3d filter The filter has been natively …
6:36 PM Changeset in ffmpeg [3f35f36a] by Paul B Mahol <onemda@gmail.com>
lavfi: port MP stereo3d filter Signed-off-by: Paul B Mahol …
6:06 PM Ticket #2327 (accept "chapters" as segment_times) updated by Cigaes
That was my first reaction too, but then I realized that the muxer has …
5:15 PM Ticket #2327 (accept "chapters" as segment_times) updated by Stefano Sabatini
Analyzed by developer, Status, Reproduced by developer changed
The problem is that the segment muxer knows nothing about the input …
4:03 PM Ticket #2268 (ffprobe reporting incorrect dimension in xml format) closed by Stefano Sabatini
duplicate: Closing as a duplicate of ticket #1386.
3:57 PM Ticket #2268 (ffprobe reporting incorrect dimension in xml format) updated by Stefano Sabatini
Status, Component changed
3:44 PM Changeset in ffmpeg [c31458c3] by Nicolas George <nicolas.george@normalesup.org>
lavf/concat: compute duration if possible.
3:06 PM Ticket #2322 (Memory leak in muxing.c) closed by Carl Eugen Hoyos
fixed: Fixed by Nicolas George.
2:43 PM Changeset in ffmpeg [9b211c43] by Nicolas George <nicolas.george@normalesup.org>
examples/muxing: fix memory leak. Do not re-call …
2:15 PM Changeset in ffmpeg [ad485561] by Stefano Sabatini <stefasab@gmail.com>
lavu/eval: add native support to lte and lt functions
1:45 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Cigaes
Apart from this warning, do you observe an actual problem with the …
1:36 PM Ticket #2311 (unexpected tee muxer behaviour) closed by Carl Eugen Hoyos
fixed: Fixed by Nicolas George.
1:20 PM Changeset in ffmpeg [622a6f6f] by Nicolas George <nicolas.george@normalesup.org>
doc/muxers: specify that tee needs -map. Address trac ticket #2311.
1:10 PM Changeset in ffmpeg [3ab25e45] by Nicolas George <nicolas.george@normalesup.org>
Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions" …
1:07 PM Ticket #2330 (Impossible to fast-forward and fast rewind m2ts made by ffmpeg with ...) updated by Carl Eugen Hoyos
Keywords, Component changed
Please test current git head.
12:59 PM Ticket #2311 (unexpected tee muxer behaviour) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Component changed
A patch was sent: …
12:40 PM Ticket #2326 (-nostats missing from the official documentation) updated by Carl Eugen Hoyos
Replying to saste: > Replying to cehoyos: > > …
12:36 PM Ticket #2331 (Possibility to automatically cut input by audio format change) updated by Carl Eugen Hoyos
Priority, Version, Component changed
How do you currently split input files? What I am trying to say is: I …
12:30 PM Ticket #968 (Error message at end of asf stream) updated by Yossi
Replying to michael: > Is there something that plays more …
12:20 PM Changeset in ffmpeg [b1a26849] by Stefano Sabatini <stefasab@gmail.com>
lavu/opt: fix weird align
12:20 PM Changeset in ffmpeg [7b9a3df5] by Stefano Sabatini <stefasab@gmail.com>
lavu/opt-test: do not explicitly set default value in test_ctx Let …
12:20 PM Changeset in ffmpeg [aba18c5a] by Stefano Sabatini <stefasab@gmail.com>
tests: add overlay rgb and yuv444 tests Also rename overlay test to …
12:06 PM Changeset in ffmpeg [29d8cd26] by Michael Niedermayer <michaelni@gmx.at>
mp3dec: Fix VBR bit rate parsing When parsing the Xing/Info tag, …
11:44 AM Changeset in ffmpeg [d2b0b839] by Paul B Mahol <onemda@gmail.com>
fate: add dependency for xface Signed-off-by: Paul B Mahol …
11:37 AM Changeset in ffmpeg [1567095a] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
11:25 AM Ticket #2331 (Possibility to automatically cut input by audio format change) created by marvin0815
DVB-Broadcasters often change the audio properties when the ads begin, …
11:23 AM Changeset in ffmpeg [1cb3ca2a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9c7d85b3b45a77742b1e69c48ab33f9c8a2e6f35' * commit …
11:21 AM Ticket #2326 (-nostats missing from the official documentation) updated by Stefano Sabatini
Replying to cehoyos: > Replying to burek: > > …
11:17 AM Changeset in ffmpeg [890b9c5c] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'f868b24d0f280bb966e5c352028a343e45d20a02' * commit …
11:14 AM Ticket #2326 (-nostats missing from the official documentation) updated by Carl Eugen Hoyos
Replying to burek: > I replied to #2322 and for #228, I …
11:11 AM Changeset in ffmpeg [06ad309a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '813b82b927b19532e3bc3397b972c8a27b9f6326' * commit …
10:57 AM Ticket #1382 (Streaming the output + saving to the local file) updated by Carl Eugen Hoyos
Replying to cehoyos: > although I wonder why the last …
10:55 AM Ticket #2322 (Memory leak in muxing.c) updated by Carl Eugen Hoyos
Unfortunately, all necessary information needed to reproduce a ticket …
10:50 AM Ticket #2326 (-nostats missing from the official documentation) updated by Carl Eugen Hoyos
Replying to burek: > Btw, what does that have to do with …
10:46 AM Ticket #2326 (-nostats missing from the official documentation) updated by burek
I replied to #2322 and for #228, I don't remember the exact hardware …
10:45 AM Ticket #1328 (image2 demuxer to support file list) closed by Carl Eugen Hoyos
wontfix: Since the concat demuxer supports this kind of input list - see …
10:40 AM Ticket #1382 (Streaming the output + saving to the local file) closed by Carl Eugen Hoyos
fixed: I suspect the tee muxer by Nicolas George supports this feature …
10:39 AM Ticket #2322 (Memory leak in muxing.c) updated by burek
It's not my issue and I don't have such an output. I just redirected a …
10:37 AM Ticket #2326 (-nostats missing from the official documentation) updated by Carl Eugen Hoyos
Replying to burek: > I already said I don't have such …
10:35 AM Ticket #2326 (-nostats missing from the official documentation) updated by burek
I already said I don't have such hardware configurations in place …
10:33 AM 00002.MTS attached to Ticket #2330 by bonconboy
converted from o_hb_mkv_to_m2ts_by_ff.m2ts by multiavchd
10:28 AM o_hb_mkv_to_m2ts_by_ff.m2ts attached to Ticket #2330 by bonconboy
made from o_hb_mkv.mkv by ffmpeg
10:28 AM Ticket #2326 (-nostats missing from the official documentation) updated by Carl Eugen Hoyos
Please add some explanations to the following tickets: #228, #1802, …
10:27 AM Changeset in ffmpeg [d7f9f34d] by Paul B Mahol <onemda@gmail.com>
zmbv: stop doing colorspace conversion Signed-off-by: Paul B Mahol …
10:24 AM 00001.MTS attached to Ticket #2330 by bonconboy
converted from o_hb_mkv.mkv by multiavchd
10:22 AM Changeset in ffmpeg [c57a5936] by Diego Biurrun <diego@biurrun.de>
hwaccel: consistent name prefixes for …
10:18 AM Changeset in ffmpeg [f5ce359c] by Paul B Mahol <onemda@gmail.com>
doc/filters: fix short options for noise filter Signed-off-by: Paul B …
10:16 AM o_hb_mkv.mkv attached to Ticket #2330 by bonconboy
made by handbrake
10:13 AM 00000.MTS attached to Ticket #2330 by bonconboy
converted from o_ff_m2ts.m2ts by multiavchd
10:11 AM o_ff_m2ts.m2ts attached to Ticket #2330 by bonconboy
made by ffmpeg
10:09 AM Ticket #2330 (Impossible to fast-forward and fast rewind m2ts made by ffmpeg with ...) created by bonconboy
Summary of the bug: Thank you for cehoyos's consideration. It is …
10:04 AM Changeset in ffmpeg [2a7ab2d] by Diego Biurrun <diego@biurrun.de>
configure: Use check_builtin() where appropriate
10:04 AM Changeset in ffmpeg [9c7d85b3] by Diego Biurrun <diego@biurrun.de>
configure: Add check_builtin convenience function
10:04 AM Changeset in ffmpeg [f868b24] by Diego Biurrun <diego@biurrun.de>
configure: Add sanitize_var_name convenience function This is useful …
10:04 AM Changeset in ffmpeg [813b82b9] by Diego Biurrun <diego@biurrun.de>
configure: Fix silly typo in logging command of check_struct()
9:58 AM Ticket #2324 (Duplicate First Frame) updated by burek
It might help to start answering to people with "Thank you for your …
9:54 AM Ticket #2326 (-nostats missing from the official documentation) updated by burek
If you already spent your time to quickly close this ticket, could you …
8:40 AM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Carl Eugen Hoyos
So the ticket is not reproducible with the internal vorbis decoder, …
8:36 AM Ticket #2329 (i need to disable the asm part in the ffmpeg ... please let me know ...) closed by Carl Eugen Hoyos
invalid: This is a bug tracker, not a support forum, please read …
8:34 AM Ticket #2324 (Duplicate First Frame) closed by Carl Eugen Hoyos
duplicate: (For future tickets: Please always add complete, uncut console output …
8:30 AM Ticket #2326 (-nostats missing from the official documentation) closed by Carl Eugen Hoyos
worksforme
8:29 AM Ticket #2327 (accept "chapters" as segment_times) updated by Carl Eugen Hoyos
Keywords changed
8:26 AM Ticket #2329 (i need to disable the asm part in the ffmpeg ... please let me know ...) created by vinodh
Summary of the bug: How to reproduce: […] Patches should be …
8:02 AM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by Carl Eugen Hoyos
Keywords changed
Please provide your failing command line together with complete, uncut …
7:02 AM Ticket #2327 (accept "chapters" as segment_times) created by dave rice
Summary of the bug: FFmpeg adds recent support for "chapters" within …
5:05 AM Ticket #2326 (-nostats missing from the official documentation) created by burek
I couldn't find the description for "-nostats" option in ffmpeg's …
4:33 AM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Berbe
Replying to cehoyos: > Why does it not work? Did you try …
3:25 AM Changeset in ffmpeg [715c2308] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Add …
2:29 AM Changeset in ffmpeg [e398990e] by Michael Niedermayer <michaelni@gmx.at>
msrledec: fix output_end checks Fixes out of array accesses …
2:09 AM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) updated by BChap
Version changed
2:08 AM Screen Shot 2013-03-04 at 8.05.40 PM.png attached to Ticket #2325 by BChap
Sample Screenshot of waveform
2:07 AM test100.mp4 attached to Ticket #2325 by BChap
2:07 AM Ticket #2325 (AAC audio delayed ~ 20 ms after conversion to PCM) created by BChap
Summary of the bug: When using ffmpeg to convert an aac audio stream …
2:01 AM test100.mp4 attached to Ticket #2324 by BChap
2:01 AM Ticket #2324 (Duplicate First Frame) created by BChap
Summary of the bug: When using ffmpeg to convert an h264 video stream …
12:40 AM Ticket #2323 (Internal AAC encoder is missing official documentation entry) updated by Carl Eugen Hoyos
Keywords changed
12:39 AM Ticket #2323 (Internal AAC encoder is missing official documentation entry) updated by Carl Eugen Hoyos
Priority changed
12:39 AM Changeset in ffmpeg [3dbc0ff9] by Michael Niedermayer <michaelni@gmx.at>
iff: fix integer overflow Fixes out of array accesses Found-by: …
12:33 AM Ticket #2323 (Internal AAC encoder is missing official documentation entry) created by burek
On this page http://www.ffmpeg.org/ffmpeg-codecs.html there is a …
12:17 AM Changeset in ffmpeg [7c8beec4] by Carl Eugen Hoyos <cehoyos@ag.or.at>
buildsys: only include log2_tab per library for shared builds Fix …
12:09 AM Ticket #2322 (Memory leak in muxing.c) updated by Carl Eugen Hoyos
Keywords changed
Please provide valgrind output for memory leaks.
12:07 AM Changeset in ffmpeg [d0434613] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add h264chroma dependency for mpegvideo / lowres to configure. Fix …
12:06 AM Ticket #2322 (Memory leak in muxing.c) created by burek
Summary of the bug: http://ffmpeg.gusari.org/viewtopic.php?f=25&t=836

Mar 4, 2013:

11:49 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Carl Eugen Hoyos
Replying to Berbe: > The only other vorbis encoder is …
11:01 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Berbe
If I ran the minimal command, the same encoders are used: […] The …
10:01 PM Ticket #2321 (unsupported dxtory variant) updated by Carl Eugen Hoyos
Keywords, Status, Reproduced by developer changed
9:45 PM Ticket #2321 (unsupported dxtory variant) updated by Elon Musk
Link to full file: http://www36.zippyshare.com/v/60688661/file.html
9:43 PM trine2_32bit_partial.avi attached to Ticket #2321 by Elon Musk
9:39 PM Ticket #2321 (unsupported dxtory variant) created by Elon Musk
Summary of the bug: How to reproduce: […]
9:25 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Carl Eugen Hoyos
Component changed
Is the problem only reproducible if you use external libraries …
7:42 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) updated by Berbe
Well the exact command is more like […] It comes from a script …
7:39 PM Ticket #2320 ("100 buffers queued in output stream 0:1" pcm_u8 -> libvorbis) created by Berbe
Summary of the bug: When trying to convert a video from MJPEG to WebM …
6:32 PM Ticket #2305 (v4l2 user control configuration mechanism) updated by Adam Clarke
Replying to cehoyos: > As-is, this is an invalid ticket. > …
6:00 PM Ticket #2089 (negative bitrates reported when transcoding a 4k v210 file) updated by Michael Niedermayer
the negative bitrate is fixed though its N/A now, a complete fix will …
5:54 PM Changeset in ffmpeg [7992bdbe] by Michael Niedermayer <michaelni@gmx.at>
update_stream_timings: check bitrate for being in range. Fixes …
5:46 PM Ticket #2022 (DNxHD: Decode video returns wrong number of bytes) closed by Michael Niedermayer
fixed: Fixed in dae38a66ebd8a71aad51a29311f1c50df3ae3a2e
5:28 PM Ticket #225 (Converting from YUVJ to YUV lose contrast) updated by Dennis
Related? http://ffmpeg.org/trac/ffmpeg/ticket/1636
5:17 PM Changeset in ffmpeg [dae38a66] by Michael Niedermayer <michaelni@gmx.at>
dnxhddec: return the correct number of bytes from decode_frame Fixes …
5:10 PM Ticket #2018 (Wrong duration of mpeg-ps file) closed by Michael Niedermayer
fixed: Fixed in faa0068a8755ff44908974293acc1a0a7fdae9be
5:01 PM Changeset in ffmpeg [faa0068] by Michael Niedermayer <michaelni@gmx.at>
avformat: Make duration estimation from pts more robust Ignore …
4:45 PM Ticket #2214 (h264 output video stream with yuv444p) closed by Carl Eugen Hoyos
wontfix: At the time x264 implemented yuv444 support, it may have made sense to …
3:51 PM Changeset in ffmpeg [9bb54bb6] by Michael Niedermayer <michaelni@gmx.at>
nutdec: more specific return codes for decode_syncpoint() …
3:49 PM Changeset in ffmpeg [7ccc0ed6] by Michael Niedermayer <michaelni@gmx.at>
nutdec: print error on invalid/unsupported fourcc style …
2:51 PM Ticket #1570 (libv4l2: error dequeuing buf: Resource temporarily unavailable) updated by holden
Hello, for the issue of ffmpeg compiled with --enable-lib4vl2 I will …
1:45 PM Changeset in ffmpeg [144da7ee] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
1:16 PM Seeking edited by cbsrobot
mention -to option (diff)
12:59 PM CompilationGuide/MacOSX edited by cbsrobot
mention movflags faststart (diff)
12:57 PM CompilationGuide/Ubuntu edited by cbsrobot
mention movflags faststart (diff)
12:12 PM Changeset in ffmpeg [53ca0cb8] by Clément Bœsch <ubitux@gmail.com>
build: [autodetect] -> [no] in iconv help.
11:25 AM Changeset in ffmpeg [03148fd1] by Carl Eugen Hoyos <cehoyos@ag.or.at>
buildsys: only include log2_tab per library for shared builds Fix …
10:55 AM Ticket #225 (Converting from YUVJ to YUV lose contrast) updated by Hendrik
Some short facts on the topic: - 99.9% of all content is encoded as …
10:49 AM Ticket #225 (Converting from YUVJ to YUV lose contrast) updated by sperate
Replying to richardpl: > there is -vf colormatrix filter …
10:43 AM Changeset in ffmpeg [523b12af] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add h264chroma dependency for cavs decoder to configure. Fix building …
10:43 AM Changeset in ffmpeg [9051e297] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add h264qpel dependency for snow codec to configure. Fix building for …
10:39 AM Changeset in ffmpeg [2b09078a] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add h264chroma dependency for vp5 and vp6 decoder to configure. Fix …
10:22 AM Changeset in ffmpeg [15ea1ac6] by Janne Grunau <janne-libav@jannau.net>
fate: remove last incomplete frame from mpeg2-field-enc test
6:02 AM Slideshow edited by burek
video codec option was missing in first 2 examples (diff)
2:37 AM Changeset in ffmpeg [393dcbf0] by Clément Bœsch <ubitux@gmail.com>
compat/strtod: isspace -> av_isspace. This should fix build after 88d55b8.
12:10 AM Slideshow edited by evilsoup
(diff)
12:09 AM Slideshow edited by evilsoup
(diff)

Mar 3, 2013:

11:30 PM Changeset in ffmpeg [164628e2]n1.0.5 by Michael Niedermayer <michaelni@gmx.at>
rtmpproto: increase APP_MAX_LENGTH Fixes second part of Ticket2292 …
11:08 PM Slideshow edited by evilsoup
removed the cat | pipe stuff, since ffmpeg can support globbing … (diff)
11:01 PM Changeset in ffmpeg [04417721] by Michael Niedermayer <michaelni@gmx.at>
update for 1.0.5 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10:50 PM Changeset in ffmpeg [9ad3cd5b] by Clément Bœsch <ubitux@gmail.com>
build: disable iconv by default. It seems to break a lot on MacOS …
10:49 PM Changeset in ffmpeg [16ed6a6b] by Clément Bœsch <ubitux@gmail.com>
doc/filters: fix degrees/radians copy/paste fail.
9:29 PM Ticket #1637 (ffmpeg: no confirmation when overwriting still images) closed by Michael Niedermayer
fixed
9:09 PM Changeset in ffmpeg [e2427f04] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg_opt: Ask for overwrite in single image2 files too Fixes …
9:06 PM Changeset in ffmpeg [14e240cb] by Clément Bœsch <ubitux@gmail.com>
lavfi/opencv: isgraph -> av_isgraph. Fix build after 88d55b8.
9:06 PM Ticket #1507 (Aspect ratio wrong in rv40 video (after resolution change)) closed by Carl Eugen Hoyos
fixed: Fixed by Michael, related to / duplicate of ticket #1550.
8:44 PM Changeset in ffmpeg [88d55b82] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Remove incorrect use of ctype.h functions. As far as I can tell the …
8:11 PM Changeset in ffmpeg [2cffe38d] by Michael Niedermayer <michaelni@gmx.at>
Deprecate deinterlaced in libavcodec. Signed-off-by: Michael …
7:15 PM Ticket #1570 (libv4l2: error dequeuing buf: Resource temporarily unavailable) updated by llarevo
Further tests show, that it's not possible to capture audio (i'm not …
6:39 PM Ticket #1687 (-v quiet -stats) closed by Michael Niedermayer
fixed
6:38 PM Changeset in ffmpeg [9af8179c] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: fix -stats -v 0 Fixes Ticket1687 Signed-off-by: Michael …
5:41 PM Changeset in ffmpeg [f2cb9931] by Michael Niedermayer <michaelni@gmx.at>
avformat: gather aspect ratio from rv30/40 in find_stream_info Fixes …
5:40 PM Changeset in ffmpeg [d210e974] by Michael Niedermayer <michaelni@gmx.at>
rv34: fix aspect ratio Fixes part of Ticket1550 Signed-off-by: …
5:26 PM Ticket #1550 (No aspect ratio shown for realvideo) closed by Michael Niedermayer
fixed
5:00 PM Ticket #968 (Error message at end of asf stream) updated by Carl Eugen Hoyos
The only problem I see is that instead of finishing silently (as done …
4:37 PM Ticket #1069 (Canon Powershot playback / conversion) updated by Carl Eugen Hoyos
Samples uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket1069/
3:53 PM Ticket #968 (Error message at end of asf stream) updated by Michael Niedermayer
Is there something that plays more of this file or better ? Or is the …
3:50 PM Changeset in ffmpeg [6c6dc8cc] by Michael Niedermayer <michaelni@gmx.at>
wmadec: check nb_frames Improves error message for Ticket968 …
3:10 PM Ticket #1069 (Canon Powershot playback / conversion) updated by Michael Niedermayer
Are these files still in incoming ? i cant find them
2:40 PM Ticket #468 (No audio tracks in QuickTime) closed by Carl Eugen Hoyos
fixed: Should be fixed in latest git head, sorry for the delay.
2:33 PM Ticket #2319 (Using concat demuxer with truncated mp4 (mpeg2video,pcm_s16be) leads ...) updated by ls
Thank you for the fast and helpful response. Now, ffmpeg's behavior …
1:44 PM Ticket #2319 (Using concat demuxer with truncated mp4 (mpeg2video,pcm_s16be) leads ...) updated by Cigaes
Analyzed by developer, Keywords, Version, Component, Reproduced by developer changed
This is the expected behaviour (but changing it can be considered). …
1:20 PM Ticket #2319 (Using concat demuxer with truncated mp4 (mpeg2video,pcm_s16be) leads ...) created by ls
Summary of the bug: If the concat demuxer is used in conjunction with …
1:06 PM Ticket #1964 (Request support for decoding / demuxing Adobe HDS dynamic http streaming) updated by Craig Dunford
Has this been abandoned or is work still ongoing? I'm very interested …
1:05 PM Changeset in ffmpeg [3fac99cd] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
11:19 AM Changeset in ffmpeg [d98aa7cd] by Michael Niedermayer <michaelni@gmx.at>
h264: put call to ff_print_debug_info2 under CONFIG_MPEGVIDEO. The …
11:19 AM Changeset in ffmpeg [d4e649cc] by Michael Niedermayer <michaelni@gmx.at>
h264: make it possible to compile without error_resilience. …
11:15 AM Changeset in ffmpeg [992957ac] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/release/9' into release/1.1 * …
11:09 AM Changeset in ffmpeg [981cf0c3] by Carl Eugen Hoyos <cehoyos@ag.or.at>
movenc: Do not flag secondary audio and subtitle tracks as enabled. …
10:56 AM Changeset in ffmpeg [b3c8fd1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1b0082eabcc98e079d33c61da4d30ded89de68a9' into …
10:53 AM Changeset in ffmpeg [73275058] by Michael Niedermayer <michaelni@gmx.at>
rtmpproto: Check APP_MAX_LENGTH Fixes Ticket2292 Signed-off-by: …
10:40 AM Changeset in ffmpeg [fd464d4d] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: rtpdec: …
2:04 AM Changeset in ffmpeg [d034ddcd] by Michael Niedermayer <michaelni@gmx.at>
rtmpproto: Check APP_MAX_LENGTH Fixes Ticket2292 Signed-off-by: …
2:03 AM Changeset in ffmpeg [676df8c4] by Michael Niedermayer <michaelni@gmx.at>
h264: check that luma and chroma depth match Fixes out of array …
2:02 AM Changeset in ffmpeg [1ddb0b6f] by Michael Niedermayer <michaelni@gmx.at>
avcodec_decode_audio4: check got_frame_ptr before handling initial …
2:00 AM Changeset in ffmpeg [e35da91b] by Michael Niedermayer <michaelni@gmx.at>
swr: check channel layouts before using them. Fixes out of array …
1:58 AM Changeset in ffmpeg [82213d67] by Michael Niedermayer <michaelni@gmx.at>
shorten: dont leave invalid channel counts in the context. Fixes …
1:45 AM Changeset in ffmpeg [d17b9469] by Michael Niedermayer <michaelni@gmx.at>
tiff: Check buffer allocation and pointer increment more carefully in …
1:41 AM Changeset in ffmpeg [534c0df] by Michael Niedermayer <michaelni@gmx.at>
pngdec/filter: dont access out of array elements at the end Found-by: …
1:41 AM Changeset in ffmpeg [f62537d9] by Michael Niedermayer <michaelni@gmx.at>
sanm: Use the correct height variable in the decoded_size checks …
1:41 AM Changeset in ffmpeg [4f873341] by Michael Niedermayer <michaelni@gmx.at>
sanm: add forgotten check for decoded_size in old_codec37() Fixes out …
Note: See TracTimeline for information about the timeline view.