Timeline



Aug 25, 2011:

11:55 PM Changeset in ffmpeg [c8b37fd0] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 * …
11:29 PM Changeset in ffmpeg [876d1d79] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: vp6: …
11:08 PM Ticket #122 (Kega Game Video codec broken with ffplay) closed by Michael Niedermayer
fixed: ffplay supports reconfiguring the filterchain since a short while, and …
11:06 PM Ticket #59 (Kega Game Video codec regression (most likely because of libavfilter)) updated by Michael Niedermayer
10:53 PM Ticket #42 (don't read stdin when running in a noninteractive shell) updated by Michael Niedermayer
Replying to taeuber: > Hi Michael, Hi lars > > i found …
10:49 PM Changeset in ffmpeg [f913eeea] by Ronald S. Bultje <rsbultje@gmail.com>
vp6: partially propagate huffman tree building errors during coeff …
10:49 PM Changeset in ffmpeg [09c274e0] by Ronald S. Bultje <rsbultje@gmail.com>
mpeg12: propagate chunk decode errors and fix conditional indentation …
10:26 PM Ticket #287 (unicode under windows) updated by Michael Niedermayer
note, few ffmpeg developers have windows systems, thus it might help …
10:20 PM Ticket #337 (FFmpeg's isaTTY check makes programatically parsing stderr impossible) updated by Michael Niedermayer
Reproduced by developer changed
Please provide enough information so this can be reproduced
8:47 PM Changeset in ffmpeg [b37131f7] by Reinhard Tartler <siretart@tauware.de>
configure: add missing CFLAGS to fix building on the HURD …
8:29 PM Ticket #285 (RTSP h264 video stream always reports corrupted macroblock) updated by Michael Niedermayer
Replying to uscgraphics: > > I just try the build from …
7:43 PM Changeset in ffmpeg [7c4e4c6a] by Michael Niedermayer <michaelni@gmx.at>
udp: fix circular buffer error handling Signed-off-by: Michael …
7:41 PM Changeset in ffmpeg [0d802ac5] by Ronald S. Bultje <rsbultje@gmail.com>
vc1: fix VC-1 Pulldown handling. Pulldown flags are being set …
7:33 PM Changeset in ffmpeg [1cf82cab] by Ronald S. Bultje <rsbultje@gmail.com>
VC1: Fix first/last row checks with slices In some places 0/mb_height …
7:33 PM Changeset in ffmpeg [20f0bf8c] by Michael Niedermayer <michaelni@gmx.at>
udp: buffer datagrams in circular buffer instead of a bytestream …
6:53 PM Changeset in ffmpeg [ad6c7c1b] by Alex Converse <alex.converse@gmail.com>
mp4: Handle non-trivial ES Descriptors.
5:56 PM Ticket #418 (mpegts demux provides invalid dts when reading from stdin) updated by Carl Eugen Hoyos
Status, Version, Reproduced by developer changed
Reproducible with […]
5:47 PM Ticket #31 (ERROR: libtheora not found) closed by Michael Niedermayer
invalid: seems theora/theoraenc.h is missing on the reporters system Probably …
3:02 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by Wonko
I can confirm that the patch is working. Both Gwenviewand …
12:49 PM Changeset in ffmpeg [abe0b8e9] by Michael Niedermayer <michaelni@gmx.at>
sws: use shift for chroma sample up convertion sws: use shifts for non …
11:15 AM file_ok_pipe_fails_nonmonotonically.ts.splitab attached to Ticket #418 by Martin Blech
11:14 AM file_ok_pipe_fails_nonmonotonically.ts.splitaa attached to Ticket #418 by Martin Blech
11:13 AM pipe_fails.log attached to Ticket #418 by Martin Blech
11:12 AM file_ok.log attached to Ticket #418 by Martin Blech
11:04 AM Ticket #418 (mpegts demux provides invalid dts when reading from stdin) created by Martin Blech
FFmpeg fails demultiplexing an mpegts stream when piped to stdin: …
5:06 AM Changeset in ffmpeg [d4b99744] by Ronald S. Bultje <rsbultje@gmail.com>
vc1: properly zero coded_block[] edges on new slice entry. …
2:06 AM Changeset in ffmpeg [ee0ff051] by Michael Niedermayer <michaelni@gmx.at>
ffplay: use lock manager callback to make libavcodec thread-safe …

Aug 24, 2011:

9:58 PM Ticket #417 (correct grayscale palette for 2/4bpp TIFF) updated by Carl Eugen Hoyos
Status, Version, Component, Reproduced by developer changed
9:27 PM Ticket #298 (Crash in ff_emulated_edge_mc_8) closed by Carl Eugen Hoyos
fixed
9:20 PM Changeset in ffmpeg [7e7012d0] by Michael Niedermayer <michaelni@gmx.at>
oggdec: subtract time of first packet only from duration when it is …
9:14 PM Ticket #88 (MPEG2 Transport Stream Demuxer - Incorrect PTS/DTS for Stream) closed by Carl Eugen Hoyos
fixed
9:13 PM Changeset in ffmpeg [d2cab951] by Michael Niedermayer <michaelni@gmx.at>
oggdec: Make sure start time correction is applied once to each stream …
6:26 PM Changeset in ffmpeg [bd464037] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
6:10 PM TIFF_4bpp_grayscale.mov attached to Ticket #417 by ami_stuff
6:09 PM TIFF_2bpp_grayscale.mov attached to Ticket #417 by ami_stuff
6:08 PM Ticket #417 (correct grayscale palette for 2/4bpp TIFF) created by ami_stuff
maybe this code should be modified in libavcodec/tiff.c to support …
5:13 PM Changeset in ffmpeg [b9630bcf] by Alex Converse <alex.converse@gmail.com>
avconv: Replace goto redo on decode fail with continue. This checks …
5:13 PM Changeset in ffmpeg [389e0a5a] by Alex Converse <alex.converse@gmail.com>
avconv: Remove dead store.
4:38 PM Changeset in ffmpeg [d4f30c7d] by Michael Niedermayer <michaelni@gmx.at>
h264-422: fix fate to handle 10 bit formats on big endian correctly. …
3:57 PM Changeset in ffmpeg [565cabf5] by Michael Niedermayer <michaelni@gmx.at>
h264: Try to fix 422 intra NEON Signed-off-by: Michael Niedermayer …
12:33 PM Changeset in ffmpeg [4ae30cac] by Anton Khirnov <anton@khirnov.net>
libx264: add 'crf_max' private option. Deprecate corresponding global …
12:32 PM Changeset in ffmpeg [c5dd0bc4] by Anton Khirnov <anton@khirnov.net>
libx264: add 'weightp' private option. Deprecate corresponding global …
12:31 PM Changeset in ffmpeg [d4b96713] by Anton Khirnov <anton@khirnov.net>
libx264: add 'rc_lookahead' private option. Deprecate corresponding …
12:31 PM Changeset in ffmpeg [2a44a8f6] by Anton Khirnov <anton@khirnov.net>
libx264: add 'psy_trellis' private option. Deprecate corresponding …
12:30 PM Changeset in ffmpeg [93e623c6] by Anton Khirnov <anton@khirnov.net>
libx264: add 'psy_rd' private option. Deprecate corresponding global …
12:30 PM Changeset in ffmpeg [5c75b2a0] by Anton Khirnov <anton@khirnov.net>
libx264: add 'aq_strength' private option. Deprecate corresponding …
12:28 PM Changeset in ffmpeg [85254fcb] by Anton Khirnov <anton@khirnov.net>
libx264: add 'aq_mode' private option. Deprecate corresponding global …
12:28 PM Changeset in ffmpeg [9d508e49] by Anton Khirnov <anton@khirnov.net>
libx264: add 'cqp' private option. Deprecate corresponding global option.
12:26 PM Changeset in ffmpeg [d5dc8cc2] by Anton Khirnov <anton@khirnov.net>
libx264: add 'crf' private option. Deprecate corresponding global …
12:07 PM Changeset in ffmpeg [8ee18b4b] by Anton Khirnov <anton@khirnov.net>
lavc: remove vbv_delay option It's broken and serves no purpose as …
2:19 AM Ticket #28 (Encoding mpeg-4 with threads and b-frames outputs errors on decoding) updated by Mark Locascio
I can replicate this without specifying -threads. I've only tried it …

Aug 23, 2011:

11:12 PM patchvocbitrate.diff attached to Ticket #343 by Carl Eugen Hoyos
10:43 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component changed
You can manually apply the patch to 0.7.3: …
10:17 PM 00008.MTS attached to Ticket #415 by Adruna
Extra file: non monotonically increasing dts to muxer in stream 0: 1 >= 1
10:08 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) closed by reimar
fixed: Fixed in 0.7 release branch (will become 0.7.4 somewhen I expect).
6:43 PM Ticket #190 (QT - add support for QT TIFF 2bpp color mode) closed by Carl Eugen Hoyos
fixed: Fixed for the available samples.
6:38 PM Changeset in ffmpeg [5f5e37e0] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support decoding of 2bpp and 4bpp TIFF images. Based on patches by …
6:21 PM Ticket #190 (QT - add support for QT TIFF 2bpp color mode) updated by Michael Niedermayer
patchtiff.2.diff LGTM
6:14 PM patchtiff.2.diff attached to Ticket #190 by Carl Eugen Hoyos
5:47 PM Changeset in ffmpeg [95345e94] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Avoid crash due to ic being NULL if avformat_open_input fails. This …
5:43 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by reimar
I sent a patch to the list. It seems a change from master was …
4:53 PM Changeset in ffmpeg [7e6029f9] by Alex Converse <alex.converse@gmail.com>
lavf utils: Fix bad indentation.
4:53 PM Changeset in ffmpeg [6c7ee2f7] by Alex Converse <alex.converse@gmail.com>
avconv: use av_clip_int16 for audio clipping
4:28 PM Ticket #416 (ffmpeg can't decode uncompressed self-generated TIFFs containing YUV420) updated by Carl Eugen Hoyos
Status, Reproduced by developer changed
out.tif looks fine with ImageMagick. […]
4:26 PM Changeset in ffmpeg [4ca6a151] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
4:12 PM Ticket #391 (multiple definition of `_DXVA2_Fixed32OpaqueAlpha') closed by Carl Eugen Hoyos
invalid
3:10 PM Ticket #391 (multiple definition of `_DXVA2_Fixed32OpaqueAlpha') updated by Kyle
This bug has been resolved.
2:50 PM Changeset in ffmpeg [bc8c5051] by Anton Khirnov <anton@khirnov.net>
avconv: print the codecs names in the stream mapping. Signed-off-by: …
2:50 PM Changeset in ffmpeg [c74b44de] by Anton Khirnov <anton@khirnov.net>
avconv: move the avcodec_find_decoder() call to add_input_streams(). …
2:30 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by Wonko
Yes, that's line 543. It also has a comment "don't leak custom pb if …
2:00 PM Ticket #416 (ffmpeg can't decode uncompressed self-generated TIFFs containing YUV420) created by takis
When generating a sequence of TIFF frames containing YUV420 data, …
1:45 PM Changeset in ffmpeg [276f43be] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: rename vsrc_movie.c to src_movie.c The file is going to …
1:45 PM Changeset in ffmpeg [e26782a] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: add ff_parse_pixel_format() internal function, and use it …
12:29 PM Changeset in ffmpeg [2c6348ea] by Michael Niedermayer <michaelni@gmx.at>
fate: add h264 intra 4:2:2 tests Signed-off-by: Michael Niedermayer …
12:12 PM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by Damian
I've discovered that ffmbc http://code.google.com/p/ffmbc/ can do this …
10:10 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by Adruna
I have the same problem with the "JVC Everio GZ-HM650" at XP recording …
9:46 AM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by Carl Eugen Hoyos
Could you confirm that line 543 in libavformat/utils.c really is …
9:37 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by Damian
I don't think so -- some casual googling seem to show up long-standing …
9:33 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by Carl Eugen Hoyos
Priority, Status, Version, Reproduced by developer changed
Do you believe this is a regression?
9:30 AM Ticket #414 (Compilation broken when disabling avfilter) closed by Carl Eugen Hoyos
fixed: Should be fixed.
9:25 AM Changeset in ffmpeg [88f71f3] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix compilation with --disable-avfilter. Fixes ticket #414.
9:18 AM Changeset in ffmpeg [45ecda85] by Anton Khirnov <anton@khirnov.net>
Windows Media Image decoder (WMVP/WVP2) Signed-off-by: Anton Khirnov …
9:14 AM Ticket #401 (ffmpeg fails to decode MJPG in AVI) updated by Carl Eugen Hoyos
Consider reading http://avcodec.org/trac/ffmpeg/ticket/401#comment:1
8:53 AM Ticket #177 ("non monotone timestamps" error patch) updated by Damian
See also: https://ffmpeg.org/trac/ffmpeg/ticket/415. Can the …
8:51 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by Damian
-- Also note that -vcodec copy to a Matroska mkv stream doesn't …
8:44 AM Ticket #401 (ffmpeg fails to decode MJPG in AVI) updated by JK
I'm having the same problem, is there any progress on this ticket yet …
8:40 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) updated by Damian
-- I forgot to state that the video 00167.MTS was recorded at 1080i …
8:40 AM gwenview-backtrace2.log attached to Ticket #410 by Wonko
Shozuld be with --disable-optimizations --disable-asm now
8:37 AM 00167.MTS attached to Ticket #415 by Damian
AVCHD file causing 'non monotonically increasing dts' error with …
8:35 AM Ticket #415 (vcodec copy fails with H264 stream from AVCHD container) created by Damian
I have a Canon HF G10 camcorder, which saves 1080p25/1080i50 H264+AC3 …
8:29 AM Ticket #414 (Compilation broken when disabling avfilter) created by takis
When configuring ffmpeg without avfilter, compilation fails when the …
7:27 AM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by Carl Eugen Hoyos
Unfortunately, the backtrace still doesn't look useful (corrupt …
7:24 AM Ticket #413 (error: implicit declaration of function 'strtok_r' ...) closed by Carl Eugen Hoyos
fixed: Should be fixed. Did you report to the mingw64 developers that …
7:16 AM Changeset in ffmpeg [04c9c0ba] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Make strtok_r a dependency of abuffer / fix typo. Fix ticket 413.
5:53 AM Ticket #413 (error: implicit declaration of function 'strtok_r' ...) created by Kyle
I'm having troubles compiling FFmpeg for Windows. This error comes up: …
2:34 AM Changeset in ffmpeg [c693aec9] by Michael Niedermayer <michaelni@gmx.at>
developer.texi: Suggest a git clone if the patch review process doesnt …
2:34 AM Changeset in ffmpeg [743586ff] by Michael Niedermayer <michaelni@gmx.at>
developer.texi: add Contributing section Signed-off-by: Michael …
1:02 AM Changeset in ffmpeg [f3fb71f0] by Michael Niedermayer <michaelni@gmx.at>
developer.texi: Simplify "Regression tests section" Signed-off-by: …
12:58 AM Changeset in ffmpeg [58368cf2] by Michael Niedermayer <michaelni@gmx.at>
developer.texi: remove reference to non existing target fulltest …

Aug 22, 2011:

11:59 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by Wonko
Ah, I was being stupid. Re-compiled ffmped with real debug information …
11:03 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by Wonko
I had truncated the file to the minimum size that still gives the …
10:22 PM gwenview-backtrace.log attached to Ticket #410 by Wonko
Complete backtrace of Gwenview crash
10:22 PM ffmpeg.log attached to Ticket #410 by Wonko
ffmpeg -i output
8:51 PM Ticket #412 (.smv container support) created by iohanntachy
First of all sorry the bad english. SMV file is used in portable …
6:12 PM Changeset in ffmpeg [7a71a3d0] by Nicolas George <nicolas.george@normalesup.org>
codec_names: remove spaces in sed command.
4:14 PM Changeset in ffmpeg [3be5a94] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: remove outdated TODO comment for apply_channel_coupling()
4:06 PM Ticket #407 (Assertion fails in h264_refs.c) updated by Carl Eugen Hoyos
I fear more frames are needed... […]
3:33 PM Ticket #320 (0 channels in latm stream) updated by Jose Santiago
Replying to cehoyos: > Patch attached. The patch works …
3:10 PM patchsisvel3Dnew.diff attached to Ticket #348 by Carl Eugen Hoyos
3:03 PM Ticket #407 (Assertion fails in h264_refs.c) updated by alex
Added sample frame, what been last before crash. I'll try to capture …
2:58 PM Changeset in ffmpeg [5b71ae2b] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Be more verbose about H264 cropping errors.
2:52 PM crash_frame.h264 attached to Ticket #407 by alex
Sample frame
1:00 PM Changeset in ffmpeg [124deea] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
10:13 AM Changeset in ffmpeg [aeba0583] by Nicolas George <nicolas.george@normalesup.org>
lavf: warn when a parser is needed and not found.
10:13 AM Changeset in ffmpeg [355ac7f] by Nicolas George <nicolas.george@normalesup.org>
rtpenc: use avcodec_get_name to report unsupported codecs.
10:13 AM Changeset in ffmpeg [1c58264e] by Nicolas George <nicolas.george@normalesup.org>
flvenc: use avcodec_get_name to report unsupported codecs.
10:13 AM Changeset in ffmpeg [83ff2a11] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: use avcodec_get_name to report missing en/decoders.
10:13 AM Changeset in ffmpeg [d2d7b713] by Nicolas George <nicolas.george@normalesup.org>
lavc: use av_get_media_type_string and avcodec_get_name in avcodec_string.
8:54 AM Changeset in ffmpeg [b3be9f4a] by Nicolas George <nicolas.george@normalesup.org>
lavc: add a table of all codecs names. The table is automatically …
8:46 AM Changeset in ffmpeg [8b52b46c] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: print the codecs names in the stream mapping.
8:40 AM Changeset in ffmpeg [e0ddc2e9] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
vsrc_movie: rename video movie specific callbacks, prefix them with "movie"
8:34 AM Changeset in ffmpeg [df4c7ae9] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
asink_abuffer: extend ABufferSinkContext to make it accept lists of …
8:34 AM Changeset in ffmpeg [3e4666f3] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
vsrc_movie: create media agnostic movie init and uninit routines …
8:34 AM Changeset in ffmpeg [8aa62bb9] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
af_aformat: use evil ADD_FORMATS macro for cutting out duplicated code
7:55 AM Changeset in ffmpeg [5fa98ab4] by Nicolas George <nicolas.george@normalesup.org>
ffmpeg: ignore forward gaps for subtitles streams.
7:35 AM Changeset in ffmpeg [05a26730] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support more codecs when muxing caf.
7:04 AM Ticket #390 (Audio/Video not selectable in mmsh stream) updated by Carl Eugen Hoyos
Summary changed
7:04 AM Ticket #390 (Audio/Video not selectable in mmsh stream) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
This is certainly reproducible (and FFmpeg does not warn that …
6:48 AM rawh264bitStream_insane_cropping attached to Ticket #411 by Carl Eugen Hoyos
6:44 AM Ticket #411 (Support left and top cropping in H264) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Summary, Priority, Version, Type changed
No relation to VDPAU. […]
6:37 AM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by Carl Eugen Hoyos
Complete, uncut output of ffmpeg -i yoursample missing and please …
5:17 AM Changeset in ffmpeg [ae60927a] by Anton Khirnov <anton@khirnov.net>
libx264: only use ABR mode when the user explicitly set bitrate.
5:17 AM Changeset in ffmpeg [03eff2bf] by Anton Khirnov <anton@khirnov.net>
libx264: use medium preset by default.
5:17 AM Changeset in ffmpeg [0a593de3] by Anton Khirnov <anton@khirnov.net>
mp2 encoder: make 128k the default bitrate.
5:17 AM Changeset in ffmpeg [fb42d156] by Anton Khirnov <anton@khirnov.net>
movenc: use libx264 by default when possible for mov, mp4 and psp
5:17 AM Changeset in ffmpeg [b71389cb] by Anton Khirnov <anton@khirnov.net>
avienc: saner default audio codec. libmp3lame if available, ac3 otherwise.
5:16 AM Changeset in ffmpeg [3436c4a3] by Anton Khirnov <anton@khirnov.net>
matroskaenc: saner default codecs. libvorbis/libx264 for video if …
5:16 AM Changeset in ffmpeg [b6d28ef] by Anton Khirnov <anton@khirnov.net>
avplay: add examples of how to specify size/pixel format through …
1:19 AM Ticket #411 (Support left and top cropping in H264) created by Seaweed
Hi Im am trying to decode a 1080 P H264 video stream from a camera …

Aug 21, 2011:

9:50 PM patchtiff.diff attached to Ticket #190 by Carl Eugen Hoyos
9:11 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) updated by Wonko
Sorry, I just see that I downgraded to 0.7_rc1, not to 0.7.2. I had …
8:54 PM kfilemetadatareadercrash-cut.mp4 attached to Ticket #410 by Wonko
Sample file to reproduce the crash
8:53 PM Ticket #410 (Gwenview crashing with Ffmpeg 0.7.3) created by Wonko
KDE's image viewer Gwenview crashes when showing certain mpeg files …
8:44 PM Changeset in ffmpeg [878a7d1] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 * …
6:33 PM Changeset in ffmpeg [ba571f6b] by Michael Niedermayer <michaelni@gmx.at>
ffplay: remove unnecessary if (cur_stream) checks Signed-off-by: …
6:33 PM Changeset in ffmpeg [84506ebd] by Michael Niedermayer <michaelni@gmx.at>
ffplay: get rid of the global cur_stream variable Signed-off-by: …
6:33 PM Changeset in ffmpeg [5db1f94b] by Michael Niedermayer <michaelni@gmx.at>
ffplay: make step variable a member of the VideoState struct Getting …
6:33 PM Changeset in ffmpeg [27667d28] by Michael Niedermayer <michaelni@gmx.at>
Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid …
5:43 PM Ticket #345 (Issues with 0.7.1 release on Windows) closed by Carl Eugen Hoyos
invalid: Issue 1 should be obvious: FFmpeg performance will be significantly …
2:42 PM Ticket #408 (ffmpeg: Invalid read of size 1 in roq_decode_frame) closed by Carl Eugen Hoyos
fixed: Fixed by Reimar
2:42 PM Ticket #407 (Assertion fails in h264_refs.c) updated by alex
Replying to cehoyos: > Could you attach a sample? > Or …
2:37 PM Ticket #407 (Assertion fails in h264_refs.c) updated by Carl Eugen Hoyos
Could you attach a sample? Or upload to http://www.datafilehost.com/ ?
2:34 PM Changeset in ffmpeg [18de7969] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
roqvideodec: Improve checking of input buffer bounds. Fixes trac …
2:06 PM Changeset in ffmpeg [143d6a3f] by Anton Khirnov <anton@khirnov.net>
lavc: add A|E|D flags to "ac" and "ar" options Fix setting of the …
1:55 PM Ticket #404 (Rounding error in scaling expression) updated by Stefano Sabatini
Unreproducible here with the command (you need git of the day for …
1:27 PM Changeset in ffmpeg [34c99759] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
vsrc_testsrc: allow to set the sample aspect ratio Add the sar …
1:27 PM Changeset in ffmpeg [6a5c693] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavdev/lavfi: set sample aspect ratio in the output stream/codec context
1:27 PM Changeset in ffmpeg [ff960980] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: WavPack …
1:24 PM Ticket #407 (Assertion fails in h264_refs.c) updated by alex
No asm, no NEON, ARM CPU. Similar crash: […] […] […]
12:52 PM Changeset in ffmpeg [ef25e70d] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Stream-copying PureVoice into caf works fine.
10:55 AM Changeset in ffmpeg [ccb919e3] by Luca Barbato <lu_zero@gentoo.org>
WavPack demuxer: do not rely on index when timestamp is not in indexed …
10:54 AM Changeset in ffmpeg [5561fe48] by Luca Barbato <lu_zero@gentoo.org>
WavPack demuxer: store position of the first block in index. …
10:54 AM Changeset in ffmpeg [4ba8c521] by Luca Barbato <lu_zero@gentoo.org>
WavPack decoder: implement flush function Signed-off-by: Luca Barbato …
9:38 AM Changeset in ffmpeg [c5d9bd19] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
asrc_abuffer: pass non-const string to strtok_r in init() Fix GCC …
9:37 AM Changeset in ffmpeg [587c8ab9] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: add asrc_abuffer - audio buffer source Originally based on …
9:23 AM Changeset in ffmpeg [bd968d26] by Reinhard Tartler <siretart@tauware.de>
cavs: fix some crashes with invalid bitstreams This removes all …
9:08 AM Changeset in ffmpeg [00c5cf4b] by Reinhard Tartler <siretart@tauware.de>
jpegdec: actually search for and parse RSTn Fixes decoding of MJPEG …

Aug 20, 2011:

10:52 PM Ticket #386 (Missing audio and subtitle streams in vob file) updated by Aztek
Hi there, It's alright: you can close this ticket if you are not …
1:43 PM Changeset in ffmpeg [f138c7f9] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
1:00 PM Changeset in ffmpeg [4b66c8b4] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavdev/lavfi: specify pos in the output packets
1:00 PM Changeset in ffmpeg [e30a0b1b] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: add ashowinfo filter Useful for debugging.
12:25 PM Changeset in ffmpeg [9d84a17b] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
APIchanges: fix wrong major number for av_fifo_peek2() entry
12:25 PM Changeset in ffmpeg [7807cbc0] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
APIchanges: fill some lavfi entries with the corresponding git hash
12:20 PM Changeset in ffmpeg [7fd3e1c7] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavdev/lavfi: initialize variable, fix warning
12:20 PM Changeset in ffmpeg [9a151467] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
ffprobe: use av_get_media_type_string() in media_type_string(), simplify
12:20 PM Changeset in ffmpeg [69e2c1a9] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavu: add av_get_media_type_string() convenience function Avoid code …
10:51 AM Ticket #407 (Assertion fails in h264_refs.c) updated by reimar
Do you have a data dump that can be used to reproduce the issue? Do …
10:33 AM Ticket #360 (Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files) closed by reimar
fixed: Change pushed, please confirm it fixes all issues you were seeing.
10:29 AM Changeset in ffmpeg [31ac0ac2] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix parser not to clobber has_b_frames when extradata is set. Due to …
9:28 AM cut.mpc attached to Ticket #409 by Carl Eugen Hoyos
9:28 AM Ticket #409 (Musepack SV8 file decodes with distortions) created by Carl Eugen Hoyos
http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1965 The file at …
7:45 AM valg.out attached to Ticket #408 by daw
output from valgrind
7:44 AM bad.roq attached to Ticket #408 by daw
input file triggering valgrind warning
7:44 AM Ticket #408 (ffmpeg: Invalid read of size 1 in roq_decode_frame) created by daw
The following file causes a Valgrind warning of out-of-bounds memory …

Aug 19, 2011:

10:41 PM Changeset in ffmpeg [eaf2d37a] by Alex Converse <alex.converse@gmail.com>
avconv: Separate initialization from the main transcode loop.
10:39 PM Ticket #320 (0 channels in latm stream) updated by Carl Eugen Hoyos
Analyzed by developer changed
Patch attached.
10:38 PM Changeset in ffmpeg [13e9a0fb] by Michael Niedermayer <michaelni@gmx.at>
h264: fixup indention issue spoted in last merge (probably indention …
10:38 PM patchautodetectloas.diff attached to Ticket #320 by Carl Eugen Hoyos
10:37 PM Changeset in ffmpeg [f5bae2c6] by Alex Converse <alex.converse@gmail.com>
doc/avconv: replace forgotten av by avconv. Signed-off-by: Alex …
10:37 PM Changeset in ffmpeg [f60a6b58] by Alex Converse <alex.converse@gmail.com>
avconv: reset input_ts_offset between files. Signed-off-by: Alex …
10:36 PM Changeset in ffmpeg [cf4976ed] by Alex Converse <alex.converse@gmail.com>
doc/avconv: extend -ss documentation. Signed-off-by: Alex Converse …
10:36 PM Changeset in ffmpeg [b62b5cb6] by Alex Converse <alex.converse@gmail.com>
avconv: call flush_encoders() from transcode() directly. And remove …
10:35 PM Changeset in ffmpeg [c0931508] by Alex Converse <alex.converse@gmail.com>
avconv: fix broken indentation. Signed-off-by: Alex Converse …
10:34 PM Changeset in ffmpeg [f21f294e] by Alex Converse <alex.converse@gmail.com>
avconv: rescue poor abused limit_filesize global. Keep a …
10:29 PM Ticket #365 (trp/ts file w/o PAT/PMT is not supported) closed by Carl Eugen Hoyos
fixed: Fixed in 7bdc5de33d21411e5e742670d669d9908d47a1cd
10:27 PM Changeset in ffmpeg [7bdc5de3] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Autodetect LOAS in transport streams. Fixes ticket 365.
10:27 PM Changeset in ffmpeg [47818b2a] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Add LOAS demuxer.
10:16 PM Ticket #351 (Make Matroska cluster size configurable) updated by Carl Eugen Hoyos
Component, Summary, Priority, Version, Keywords, Type changed
9:32 PM Changeset in ffmpeg [60b54e4b] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
9:07 PM Ticket #407 (Assertion fails in h264_refs.c) updated by alex
Tried git head, same issue. Yep, I should've know how to submit bugs, …
8:43 PM Ticket #360 (Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files) updated by reimar
It was a bit more convoluted, see …
7:55 PM Ticket #407 (Assertion fails in h264_refs.c) updated by Carl Eugen Hoyos
Please test git head - see http://ffmpeg.org/download.html And please …
7:07 PM Ticket #360 (Video packet timestamps broken for Panasonic Lumix GH2 AVCHD files) updated by reimar
I have been looking into a different strangeness, maybe that is even …
6:56 PM Ticket #401 (ffmpeg fails to decode MJPG in AVI) updated by reimar
This is probably caused by libavfilter. The (vsrc)buffer filter seems …
6:28 PM Changeset in ffmpeg [e6d2b737] by Alex Converse <alex.converse@gmail.com>
avconv: Set error code before before jumping to fail.
5:40 PM Ticket #407 (Assertion fails in h264_refs.c) updated by alex
Oh, I forgot, SVN revision is 26402 (latest available on SVN).
5:25 PM Ticket #407 (Assertion fails in h264_refs.c) created by alex
Platform: Iphone OS, Cortex-A8 CPU. Library compiled with NEON asm and …
2:02 PM Changeset in ffmpeg [6581e161] by Diego Biurrun <diego@biurrun.de>
h264: fix PCM intra-coded blocks in monochrome case Signed-off-by: …
1:07 PM Changeset in ffmpeg [ada49f93] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
12:36 PM Changeset in ffmpeg [87cf70eb] by Diego Biurrun <diego@biurrun.de>
h264: correct implicit weight table computation for long ref pics …
12:36 PM Changeset in ffmpeg [29a09eae] by Diego Biurrun <diego@biurrun.de>
h264: correct the check for invalid long term frame index in MMCO …
11:32 AM Ticket #143 (YUV video to RGB image export color conversion issue) updated by Carl Eugen Hoyos
Please post a command line and complete, uncut output.
9:58 AM Ticket #143 (YUV video to RGB image export color conversion issue) updated by Peter B.
It's been a while since I've had this on my table, so I can't post the …
8:47 AM Ticket #143 (YUV video to RGB image export color conversion issue) updated by Carl Eugen Hoyos
Status changed
Please post a command line, complete, uncut output (and a sample)?
8:44 AM Ticket #406 (QuickTime Error: "Error -2041: an invalid sample description was found ...) updated by Carl Eugen Hoyos
Priority, Status, Version, Component changed
Compete, uncut output missing. Do you believe this is a regression? …

Aug 18, 2011:

11:47 PM Ticket #406 (QuickTime Error: "Error -2041: an invalid sample description was found ...) created by Kyle
While trying to play back a simple video encoded with FFmpeg and lame, …
10:53 PM Changeset in ffmpeg [ba57ef29] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
10:31 PM Ticket #405 (Rhozet Carbon Coder violates LGPL) created by Peter B.
According to the …
10:23 PM Ticket #143 (YUV video to RGB image export color conversion issue) reopened by Peter B.
I'm reopening this issue since the patch is currently not applied to …
9:56 PM Changeset in ffmpeg [8ea6157d] by Michael Niedermayer <michaelni@gmx.at>
xmv: Read the video packet data first, then swap its bytes …
9:54 PM Changeset in ffmpeg [c062aa8d] by Michael Niedermayer <michaelni@gmx.at>
xmv: Remove superfluous zeroing of already zero'd data Signed-off-by: …
9:54 PM Changeset in ffmpeg [730333ef] by Michael Niedermayer <michaelni@gmx.at>
xmv: Add some doxygen comments Signed-off-by: Michael Niedermayer …
9:53 PM Changeset in ffmpeg [6fb50124] by Michael Niedermayer <michaelni@gmx.at>
xmv: Merge XMVAudioTrack into XMVAudioPacket Signed-off-by: Michael …
9:52 PM Changeset in ffmpeg [d50fc62e] by Michael Niedermayer <michaelni@gmx.at>
xmv: Make the various offset variables uint64_t Signed-off-by: …
9:32 PM Changeset in ffmpeg [909e0fe2] by Michael Niedermayer <michaelni@gmx.at>
xmv: fix license header to match patch Signed-off-by: Michael …
9:17 PM Changeset in ffmpeg [fc5299e9] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Allow setting resolution in DPI for Tiff.
8:29 PM Changeset in ffmpeg [bb337b4f] by Luca Barbato <lu_zero@gentoo.org>
avconv: Fix spelling errors. Signed-off-by: Luca Barbato …
8:29 PM Changeset in ffmpeg [44920d04] by Luca Barbato <lu_zero@gentoo.org>
aac: Only set sample rate and object type from ADTS if output hasn't …
8:29 PM Changeset in ffmpeg [06d37fed] by Luca Barbato <lu_zero@gentoo.org>
aac: Set SBR and PS to unsignalled during headerless and ADTS …
8:29 PM Changeset in ffmpeg [d8425ed4] by Luca Barbato <lu_zero@gentoo.org>
aac: Only output configure if audio was found. Audio found is not …
5:42 PM Ticket #403 (-r to specify input frame rate does not work) updated by etienne
Right, I though -r before -i could be used to force input fps. Sorry …
4:58 PM Ticket #404 (Rounding error in scaling expression) created by blaw
Looks like the calculation in the scaling filter is not rounding …
2:36 PM Ticket #364 (Workaround for RV40 timestamps) closed by Carl Eugen Hoyos
fixed: The timestamps have been fixed by Kostya. The patch you posted was …
2:32 PM Ticket #403 (-r to specify input frame rate does not work) updated by Carl Eugen Hoyos
Status changed
Could you explain what you are trying to achieve? The -r input option …
2:01 PM Ticket #403 (-r to specify input frame rate does not work) created by etienne
ffmpeg -r 25 -i badly_interpreted_as_50fps.ts […] ffmpeg version …
9:22 AM Changeset in ffmpeg [6f1c66d5] by Anton Khirnov <anton@khirnov.net>
avconv: save two levels of indentation in flush_encoders() By …
9:22 AM Changeset in ffmpeg [4a4ce2e7] by Anton Khirnov <anton@khirnov.net>
avconv: factor flushing encoders out of output_packet().
9:22 AM Changeset in ffmpeg [630902a1] by Anton Khirnov <anton@khirnov.net>
avconv: factor out initializing input streams.
9:22 AM Changeset in ffmpeg [ddf5ef02] by Anton Khirnov <anton@khirnov.net>
avconv: remove -intra option. It's equivalent to -g 0.
8:56 AM Changeset in ffmpeg [edae3dbf] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
6:49 AM Changeset in ffmpeg [e922bbfa] by Anton Khirnov <anton@khirnov.net>
avconv: reset streamid_map between output files.
6:49 AM Changeset in ffmpeg [c5ad2c2c] by Anton Khirnov <anton@khirnov.net>
avconv: make timer_start a local var in transcode().
6:49 AM Changeset in ffmpeg [6494c001] by Anton Khirnov <anton@khirnov.net>
avconv: cosmetics, move OutputStream. Allows us to get rid of forward …
6:49 AM Changeset in ffmpeg [e659c51] by Anton Khirnov <anton@khirnov.net>
avconv: remove two unused macros.
3:56 AM Changeset in ffmpeg [b490f0c2] by Ronald S. Bultje <rsbultje@gmail.com>
h264: hide reference frame errors unless requested Signed-off-by: …
3:56 AM Changeset in ffmpeg [3f04ab4f] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: split hScale() function pointer into h[cy]Scale(). This …
3:56 AM Changeset in ffmpeg [38e06c29] by Ronald S. Bultje <rsbultje@gmail.com>
Move clipd macros to x86util.asm. This allows sharing them between …
Note: See TracTimeline for information about the timeline view.