Timeline
Sep 17, 2012:
- 10:45 PM Changeset in ffmpeg [66bdc585] by
- get_cabac_inline_x86: workaround clang bug with disabled optimizations …
- 9:36 PM Changeset in ffmpeg [2a8a860a] by
- configure: include flags in nm variable This simplifies ensuring …
- 8:36 PM Changeset in ffmpeg [b0fabed] by
- When copying pkt side_data, don't forget size, type Signed-off-by: …
- 7:31 PM Changeset in ffmpeg [63951aec] by
- libx264: feed x264_param_apply_profile from AVCodecContext.profile in …
- 7:31 PM Changeset in ffmpeg [fd9cd8c] by
- libx264: connect AVCodecContext.rtp_payload_size to …
- 7:25 PM Ticket #1732 (avienc: inserts too many (>90%) empty packets) updated by
- I believe that behaviour is as expected/intended. Stream #0:0: …
- 7:20 PM Ticket #1740 (avformat's av_write_trailer have bug.) closed by
- fixed: I mentioned this issue on -cvslog already yesterday. However I don't …
- 7:17 PM Changeset in ffmpeg [07d2d063] by
- Remove code that duplicates existing code a few lines down. This also …
- 7:00 PM Changeset in ffmpeg [5c95a934] by
- dirac_arith: Fix unprotected inline asm Signed-off-by: Derek …
- 6:44 PM Ticket #1604 (Rtmp streaming fps continually drops) updated by
- I believe "part" of the problem has been fixed with …
- 6:17 PM Changeset in ffmpeg [ee0f53e9] by
- alsdec: fix misplaced parentheses. Signed-off-by: Justin Ruggles …
- 6:17 PM Changeset in ffmpeg [ac3f5a68] by
- alsdec: check return values. Signed-off-by: Justin Ruggles …
- 6:17 PM Changeset in ffmpeg [66197988] by
- alsdec: fix number of decoded samples in first sub-block in BGMC mode. …
- 6:17 PM Changeset in ffmpeg [97f0efbf] by
- alsdec: Fix out of ltp_gain_values read. Found-by: Mateusz "j00ru" …
- 6:17 PM Changeset in ffmpeg [5b051ec3] by
- alsdec: Check that quantized parcor coeffs are within range. ALS …
- 6:17 PM Changeset in ffmpeg [9853e41a] by
- alsdec: check opt_order. Fixes out of array write in quant_cof. Also …
- 6:17 PM Changeset in ffmpeg [23aae62c] by
- alsdec: Check k used for rice decoder. Values that fail this check …
- 4:48 PM Ticket #1744 (SDL out freezes) created by
- Summary of the bug: Basically, no matter what you play with SDL out …
- 4:38 PM Ticket #1743 (SDL out doesn't respond to clicking the window "x" close) created by
- How to reproduce: […] It plays all right. If you click the …
- 2:09 PM Ticket #1742 (Wrong PTS values for aac) updated by
-
Priority, Keywords, Analyzed by developer, Reproduced by developer changed
Do you think this is a regression? Since this is probably … - 1:48 PM Changeset in ffmpeg [e3496e5d] by
- avfiltergraph: silence an uninitialized variable warning The warning …
- 1:48 PM Changeset in ffmpeg [34ebbbfe] by
- xsubenc: reindent
- 1:48 PM Changeset in ffmpeg [466b39e] by
- lavc: replace AVCodecContext.encode with subtitle-specific callback …
- 1:48 PM Changeset in ffmpeg [9f64c821] by
- lavc: add const to private codec class initialization. Silences a …
- 1:48 PM Changeset in ffmpeg [58dee6e6] by
- avconv: don't pass a bogus parameter to …
- 1:48 PM Changeset in ffmpeg [049ce4f] by
- id3v2: strdup the genre name explicitly. It would have been done …
- 1:48 PM Changeset in ffmpeg [ffdd2e91] by
- lavf/id3v2: do not export empty fields. This also avoids a memleak. …
- 1:48 PM Changeset in ffmpeg [4e48aa86] by
- buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()
- 1:35 PM Changeset in ffmpeg [1fce361d] by
- lavfi: replace empty input/output lists with null pointers …
- 1:15 PM Changeset in ffmpeg [291b2203] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
- 11:36 AM Ticket #1742 (Wrong PTS values for aac) updated by
- Change is on line 121.
- 11:34 AM Ticket #1742 (Wrong PTS values for aac) created by
- Summary of the bug: I am using ffmpeg library inside my project to …
- 10:50 AM Ticket #1739 (ffmpeg no longer accepts ISO8601 creation_time) closed by
- fixed: Should be fixed in: […] Thanks for reporting.
- 10:46 AM Changeset in ffmpeg [1ad63ff1] by
- fate: add av_small_strptime() test to fate-parseutils
- 10:45 AM Changeset in ffmpeg [85c93d90] by
- lavu/parseutils: fix av_small_strptime() whitespace directive parsing …
- 8:49 AM Changeset in ffmpeg [2f34021d] by
- avconv: flush filtered frames before reconfiguring filters This …
- 8:39 AM Ticket #1741 (ffmpeg cannot play video (Adobe CQ5 uses ffmpeg)) closed by
- invalid: Replying to mredignacio: > ok. thanks. for no.2. our …
- 8:36 AM Ticket #1736 (ffmpeg fails to build on Snow Leopard due to please_use_av_malloc ...) updated by
- Replying to jeremyhu: > This still has not landed on …
- 8:32 AM Ticket #1740 (avformat's av_write_trailer have bug.) updated by
-
Keywords changed
If you are observing a crash with FFmpeg, please provide at least … - 7:12 AM Ticket #1741 (ffmpeg cannot play video (Adobe CQ5 uses ffmpeg)) updated by
- ok. thanks. for no.2. our server doesnt support git or getting …
- 7:06 AM Ticket #1736 (ffmpeg fails to build on Snow Leopard due to please_use_av_malloc ...) updated by
- This still has not landed on master (currently …
- 7:01 AM Ticket #1741 (ffmpeg cannot play video (Adobe CQ5 uses ffmpeg)) updated by
-
Priority, Component changed
There are three issues to resolve to make this bug report better: 1) … - 4:45 AM Ticket #1741 (ffmpeg cannot play video (Adobe CQ5 uses ffmpeg)) created by
- OS: RHEL 6.1 ffmpeg -version FFmpeg version SVN-r26402, Copyright (c) …
- 4:39 AM Ticket #1740 (avformat's av_write_trailer have bug.) created by
- Summary of the bug: Lastest git version.. avformat/utils.c -> …
Sep 16, 2012:
- 10:41 PM Changeset in ffmpeg [83438a0] by
- Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
- 8:41 PM Ticket #1280 (Loss of alpha with yadif filter (bgra->yuv420 conv inserted instead of ...) updated by
-
Keywords changed
The issue has improved: $ ffmpeg -i qtrle.mov -vcodec ffv1 -vf yadif … - 5:07 PM Changeset in ffmpeg [d8f8e911] by
- ffplay: dont wait 100ms if data is not yet ready Also signal the wait …
- 5:06 PM Changeset in ffmpeg [a593f5bd] by
- arm/dca: Fix compilation of decode_blockcodes() with --enable-thumb …
- 4:28 PM Changeset in ffmpeg [094991eb] by
- lavf/oggdec: reword stream creation error message.
- 4:28 PM Changeset in ffmpeg [23f64200] by
- lavf/oggdec: reindent and comment blocks.
- 4:28 PM Changeset in ffmpeg [a218c5eb] by
- lavf/oggdec: make stream replacement less convoluted. Also re-use the …
- 4:28 PM Changeset in ffmpeg [e18ea765] by
- lavf/oggdec: more explicit zeroing of the new ogg stream.
- 4:27 PM Changeset in ffmpeg [3a895533] by
- lavf/oggdec: rework allocations in ogg_new_streams().
- 2:53 PM Changeset in ffmpeg [a5ea623] by
- mov: stsd entries must be at least 16 byte Fix near infinite loop in …
- 2:52 PM Changeset in ffmpeg [edca8038] by
- lavf/oggdec: simplify destroying streams with chained audio streams. …
- 2:52 PM Changeset in ffmpeg [277ddf1] by
- lavf/oggdec: rename str to sid. "str" is misleading here (it's often …
- 2:52 PM Changeset in ffmpeg [e1ca1dd7] by
- lavf/oggdec: remove a comment not matching anything.
- 2:52 PM Changeset in ffmpeg [bf8bfc6a] by
- lavf/oggdec: inline ogg_get_headers(). There is no point in a distant …
- 2:45 PM Ticket #1736 (ffmpeg fails to build on Snow Leopard due to please_use_av_malloc ...) closed by
- fixed: Should be fixed, thank you for testing!
- 2:43 PM Changeset in ffmpeg [6fa2532] by
- vda_h264.c: Change header inclusion order. Fixes compilation with …
- 2:31 PM Changeset in ffmpeg [52ef5ca9] by
- Mentioning 8bps once in the FFmpeg documentation is sufficient.
- 2:31 PM Changeset in ffmpeg [9db67bed] by
- mov: detect EOF in mov_read_dref() Avoid a near infinite loop. Issue …
- 1:37 PM Changeset in ffmpeg [4ed5ac50] by
- file: return proper error on seek failures
- 12:55 PM Changeset in ffmpeg [e80cbdbc] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 12:37 PM Changeset in ffmpeg [744e4429] by
- mp3enc: merge mp2/mp3_write_trailer Signed-off-by: Michael …
- 12:31 PM Changeset in ffmpeg [197bbcf4] by
- mp3enc: move mp3_update_xing() down Signed-off-by: Michael …
- 12:24 PM Changeset in ffmpeg [f276a490] by
- Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' * commit …
- 10:18 AM Changeset in ffmpeg [2568646] by
- mpegvideo: drop unnecessary arguments to hpel_motion() These …
- 10:18 AM Changeset in ffmpeg [66f5a6b4] by
- mpegvideo: drop 'inline' from some functions These functions do not …
- 7:50 AM Ticket #1739 (ffmpeg no longer accepts ISO8601 creation_time) updated by
-
Priority, Keywords, Status changed
- 7:44 AM Changeset in ffmpeg [66f52d0c] by
- nellymoserdec: drop support for s16 output. It internally decodes as …
- 7:43 AM Changeset in ffmpeg [8b78c296] by
- bmpdec: only initialize palette for pal8. Gray8 is not considered to …
- 7:40 AM Ticket #1739 (ffmpeg no longer accepts ISO8601 creation_time) created by
- ffmpeg no longer accepts creation_time metadata in its own format …
- 1:05 AM Changeset in ffmpeg [d214e5cf] by
- lavc/ass_split: add ff_ prefix to ass_style_get().
- 12:59 AM Changeset in ffmpeg [74434d3b] by
- lavfi/ass: mark ass_libavfilter_log_level_map as static const.
- 12:58 AM Changeset in ffmpeg [ca81e3b6] by
- lavf/mkv: prefix video stereo arrays with ff_.
- 12:53 AM Changeset in ffmpeg [8b052207] by
- lavu/error: make error_entries static const.
Sep 15, 2012:
- 11:49 PM Changeset in ffmpeg [e3a1eb9e] by
- af_pan: Fix sscanf formats to work with buggy sscanf implementations …
- 11:47 PM Changeset in ffmpeg [d512e74d] by
- bprint: Remove custom vsnprintf A proper implementation was …
- 11:46 PM Changeset in ffmpeg [663c21d4] by
- compat/vsnprintf: return number of bytes required on truncation. This …
- 11:46 PM Changeset in ffmpeg [e1b44960] by
- msvc: Add a va_copy compatability macro for msvc Signed-off-by: Derek …
- 11:44 PM Changeset in ffmpeg [31fbdecc] by
- msvc: Disable stripping MSVC-built binaries should not be stripped. …
- 11:44 PM Changeset in ffmpeg [1c9d54b] by
- build: Properly remove object files while cleaning Previously, object …
- 10:54 PM Changeset in ffmpeg [7689eea4] by
- flacdsp: arm optimised lpc filter
- 9:19 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- As far as I know, AVCI50 is always 1440x1080 and 960x720 in case of …
- 8:58 PM Changeset in ffmpeg [49f3b331] by
- lavf/segment: Use distinct IDs for list type ext & csv Remove a bogus …
- 8:58 PM Changeset in ffmpeg [3245be95] by
- lavf/segment: Rename variable in print_csv_escaped_str() Rename a …
- 8:55 PM Changeset in ffmpeg [bac1b31] by
- lavf/segment: Simplify CSV field quoting code Should also be faster …
- 8:41 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- Ok, that one is two bugs: 1) FFmpeg does not use the aspect encoded in …
- 8:13 PM Changeset in ffmpeg [aefed6ca] by
- udp: pick params from AVOptions also This updated version does not …
- 8:13 PM Changeset in ffmpeg [0da0b5e0] by
- pngdec: av_log() zlib errors Signed-off-by: Michael Niedermayer …
- 8:10 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- That file plays with a severely broken aspect, do you have any idea …
- 7:40 PM Changeset in ffmpeg [5a627c1] by
- Remove mt-work directory It is all dead and rotting code. Also, move …
- 7:12 PM Ticket #1499 (x11grab BadCursor) updated by
- Replying to idooley: > Replying to cehoyos: > …
- 7:10 PM Ticket #1738 (x11grab BadCursor) created by
- Summary of the bug: ffmpeg exits when calling "xcim = …
- 6:52 PM Ticket #1499 (x11grab BadCursor) updated by
- Replying to cehoyos: > Replying to idooley: > …
- 6:33 PM Changeset in ffmpeg [c1c8fdab] by
- compat/vsnprintf: return number of bytes required on truncation. This …
- 6:26 PM Changeset in ffmpeg [374c17c8] by
- lavc/vp56: Re-indent functions affected by threading refactor All …
- 6:26 PM Changeset in ffmpeg [39a3894a] by
- lavc/vp6: Implement "slice" threading for VP6A decode The YUV …
- 6:26 PM Changeset in ffmpeg [1c20fcf0] by
- lavc/vp56: Simplify get/release_buffer code Rather than cleverly …
- 6:26 PM Changeset in ffmpeg [eebc11eb] by
- lavc/vp56: Move golden_frame into VP56Context Makes golden_frame more …
- 6:26 PM Changeset in ffmpeg [6e86d6af] by
- lavc/vp6: Refactor vp6_decode_init into …
- 6:26 PM Changeset in ffmpeg [23503cad] by
- lavc/vp56: Refactor ff_vp56_init into …
- 6:23 PM Changeset in ffmpeg [3f7fd59] by
- avformat: fix typo in avformat_close_input The condition should not be &&.
- 6:13 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- Here you can download the rewrapped AVCI50 file to get the AVCI50 …
- 5:25 PM Ticket #1736 (ffmpeg fails to build on Snow Leopard due to please_use_av_malloc ...) updated by
-
In my case, the package
mplayer-develfrom MacPorts was not … - 5:02 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- I sent a patch based on that for #524, but #1666 is not the same format.
- 4:25 PM Changeset in ffmpeg [7040c9fa] by
- mp3enc: write Xing TOC Based on the code by: Peter Belkner …
- 4:25 PM Changeset in ffmpeg [ca8e39dd] by
- mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
- 4:25 PM Changeset in ffmpeg [6365e4db] by
- mp3enc: downgrade some errors in writing Xing frame to warnings Also …
- 4:25 PM Changeset in ffmpeg [3b4bb19e] by
- lavf: flush the output AVIOContext in av_write_trailer(). This is …
- 4:24 PM Changeset in ffmpeg [0c270239] by
- lavf: cosmetics, reformat av_write_trailer().
- 4:24 PM Changeset in ffmpeg [5d1203f0] by
- avio: flush the internal buffer in avio_close() This is consistent …
- 4:01 PM Ticket #1499 (x11grab BadCursor) updated by
- Replying to idooley: > I just tested 219a6fb, and it …
- 3:57 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- Replying to reimar: > 2) I have no way to detect which …
- 3:54 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Wow i can't believe how fast this all got resolved! Thanks again …
- 3:51 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- So below patch will allow playing the AVCI100 file. If you try …
- 3:44 PM Ticket #1737 (ffmpeg detect aac stereo as mono) updated by
-
Status, Reproduced by developer changed
It also works as "good" with a non-ancient version of MPlayer with -ac … - 3:25 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- I know it works in MPlayer before and after, I am just annoyed that I …
- 3:19 PM Ticket #1499 (x11grab BadCursor) updated by
- I just tested 219a6fb, and it fails. The output follows. I'll try to …
- 3:16 PM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by
- Replying to cehoyos: > The third problem is that the BD …
- 3:13 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) closed by
- fixed: Replying to reimar: > However I don't really understand …
- 2:52 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- However I don't really understand why MPlayer happened to work without …
- 2:33 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- I just applied the patches to the official git repository. They will …
- 2:26 PM Changeset in ffmpeg [47277c41] by
- x86/v210: fix xmm clobbers Signed-off-by: Michael Niedermayer …
- 2:26 PM Changeset in ffmpeg [aa7c88df] by
- Document tcp proto 'timeout' parameter behavior Signed-off-by: …
- 2:14 PM Changeset in ffmpeg [a9e48177] by
- ffmpeg: use PTS from the AVSubtitle structure for sub2video.
- 2:14 PM Changeset in ffmpeg [2939e258] by
- ffplay: use PTS from the AVSubtitle structure.
- 2:14 PM Changeset in ffmpeg [6d8b3263] by
- ffmpeg: use PTS from the AVSubtitle structure.
- 2:14 PM Changeset in ffmpeg [37bbc9eb] by
- lavc/pgssubdec: use the PTS from the presentation segment. According …
- 1:58 PM Changeset in ffmpeg [9dd82724] by
- lavc: set AVSubtitle.pts if possible. If the packet has a PTS and the …
- 1:58 PM Changeset in ffmpeg [1b9a2514] by
- ffmpeg: call sub2video_update for end packets. Without that change, …
- 12:59 PM Changeset in ffmpeg [04438790] by
- Enhance doc on asyncts audiofilter Signed-off-by: Anton Khirnov …
- 12:59 PM Changeset in ffmpeg [990450c5] by
- cmdutils: avoid setting data pointers to invalid values in …
- 12:50 PM Changeset in ffmpeg [cb663280] by
- libavcodec: remove av_destruct_packet_nofree() This function was …
- 12:19 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Cehoyos, This patch works for ffplay but we need it to be able to be …
- 12:05 PM Ticket #1737 (ffmpeg detect aac stereo as mono) updated by
- * QuickTime detect audio stream as Mono, 48000 and when play sound …
- 8:52 AM Capture/Webcam edited by
- added examples from external tutorial, this should be updated with … (diff)
- 8:45 AM Capture/Webcam edited by
- no need for a single page for vfwcap, since a lot of people don't even … (diff)
- 8:41 AM Capture/Webcam edited by
- avoid using external tutorials if possible, since links do brake often (diff)
- 8:35 AM Changeset in ffmpeg [f1ca40ee] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: riff: …
- 6:36 AM vfwcap created by
- init happy bday
- 6:34 AM Capture/Webcam edited by
- (diff)
- 6:33 AM Capture/Webcam edited by
- (diff)
- 2:06 AM Changeset in ffmpeg [ab94d1be] by
- bintext: mark hscroll() as unused This fixes a warning about a unused …
- 1:50 AM Changeset in ffmpeg [c3c646a8] by
- aacdec: add support for dual mono in Japanese DTV Japanese DTV uses …
Sep 14, 2012:
- 11:05 PM Changeset in ffmpeg [75d34864] by
- lavfi/hue: add dynamic expression evaluation support Signed-off-by: …
- 10:52 PM Changeset in ffmpeg [a5069cae] by
- arm/intmath: disable av_clip_uintp2_arm with config_small The code …
- 10:44 PM CompilationGuide/MacOSX edited by
- (diff)
- 10:27 PM Changeset in ffmpeg [b5e72345] by
- Update for 0.11.2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:21 PM Changeset in ffmpeg [99dbda30] by
- aasc: fix out of array write Closes #1619. Signed-off-by: Paul B …
- 10:21 PM Changeset in ffmpeg [d721cb00] by
- bmv_videodec: fix out of array read Fixes Ticket1373 Signed-off-by: …
- 10:20 PM Changeset in ffmpeg [55b3e408] by
- faxcompr: fix out of array read Signed-off-by: Michael Niedermayer …
- 10:18 PM Changeset in ffmpeg [9f1e01c9] by
- escape124: fix integer overflow leading to excessive memory allocation …
- 10:16 PM Changeset in ffmpeg [450e4b1] by
- sp5xdec: fix off by 1 error causing a crash Fixes Ticket1633 …
- 10:15 PM Changeset in ffmpeg [3581ab6c] by
- mpegaudio_parser: reset state to prevent it to be random Fixes …
- 10:15 PM Changeset in ffmpeg [f1ec792a] by
- pthread: Avoid crashes/odd behavior caused by spurious wakeups …
- 9:57 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- I´m not shure that the first frame contains the SPS and PPS. But …
- 9:04 PM Changeset in ffmpeg [8bdba0b3] by
- tools: move raw-test program to tools, with the name fourcc2pixfmt
- 8:29 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Awesome news! thank you cehoyos and Cigaes for this excellent patch. …
- 8:06 PM StreamingGuide edited by
- audio latency (diff)
- 8:05 PM StreamingGuide edited by
- add ToC (diff)
- 7:12 PM CompilationGuide/MacOSX edited by
- (diff)
- 6:59 PM WikiStart edited by
- add link to Compile Benchmarks (diff)
- 6:12 PM Changeset in ffmpeg [1c56cdad] by
- riff: Add SVQ3 fourcc Signed-off-by: Derek Buitenhuis …
- 5:56 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- Are you sure the first frame contains SPS/PPS? Because I think that …
- 5:48 PM Changeset in ffmpeg [fef412a2] by
- riff: Add SVQ3 fourcc Signed-off-by: Derek Buitenhuis …
- 5:47 PM Changeset in ffmpeg [e2d643e] by
- lavf/compute_pkt_fields: only run pts by duration correction if …
- 5:24 PM Ticket #1737 (ffmpeg detect aac stereo as mono) updated by
-
Priority changed
Do you think this is a regression? QuickTime also detects the audio … - 4:16 PM Ticket #1737 (ffmpeg detect aac stereo as mono) created by
- How to reproduce: […] Attach log for: […]
- 4:16 PM Ticket #1735 (Problems with quicktime reference clips) updated by
- Hi, thanks for your fast response. I will find out if I can create a …
- 4:10 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Cehoyos, so with the patch, the subs dont disappear anymore? That …
- 4:04 PM Ticket #1499 (x11grab BadCursor) updated by
-
Cc, Keywords changed
The original command line works flawlessly here, if you want this … - 4:01 PM Ticket #1736 (ffmpeg fails to build on Snow Leopard due to please_use_av_malloc ...) updated by
-
Priority, Keywords, Version, Component, Status changed
Could you test attached patch? - 3:51 PM Ticket #1736 (ffmpeg fails to build on Snow Leopard due to please_use_av_malloc ...) created by
- This issue is occuring on Snow Leopard with Apple's gcc-4.2 and …
- 3:49 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Replying to Cigaes: > Can you try this patch series: > …
- 3:08 PM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
-
Keywords changed
Maybe also related to ticket #1666. - 3:08 PM Ticket #524 (AVC-Intra in mov not supported) updated by
-
Keywords changed
- 3:08 PM Ticket #1666 (Unable to decode AVC-Intra file from Panasonic AG-HPX301E Camera) updated by
-
Keywords changed
- 3:07 PM Ticket #524 (AVC-Intra in mov not supported) updated by
-
Keywords changed
Possibly related to tickets #1294 and #1666. - 3:06 PM Ticket #1666 (Unable to decode AVC-Intra file from Panasonic AG-HPX301E Camera) updated by
-
Keywords changed
Maybe related to ticket #1294. - 3:05 PM Ticket #1735 (Problems with quicktime reference clips) updated by
-
Keywords, Component changed
test_two.mov is missing afaict, and if possible, it would be nice if … - 2:57 PM Ticket #1668 (Cannot transcode FLV-contained speex to anything) closed by
- invalid: Generally, I don't think libavcodec knows if it can't decode a stream …
- 2:55 PM Ticket #983 (No video in applehttp stream) updated by
-
Keywords changed
- 2:52 PM Ticket #1735 (Problems with quicktime reference clips) created by
- Summary of the bug: Hi, i have tried to convert a quicktime reference …
- 2:48 PM Ticket #1691 (New SN40 samples fail to decode) updated by
-
Keywords changed
- 2:46 PM Ticket #1227 (crash in ff_put_h264_chroma_mc8_neon) updated by
-
Keywords changed
- 2:42 PM Ticket #1692 (Using atempo filter causes segfault with AVX) updated by
-
Keywords changed
- 2:40 PM Ticket #1671 (ffmpeg crashed using filter 'volume') updated by
-
Keywords, Component changed
- 2:39 PM Ticket #1734 (Problems dumping H264 stream from an Axis camera) updated by
- Related mailing list threads: …
- 2:32 PM Ticket #1730 (Crash while demuxing m4a file) updated by
-
Keywords changed
- 2:26 PM Changeset in ffmpeg [07e87858] by
- fate: ac3: add 4.0 and downmix tests Signed-off-by: Mans Rullgard …
- 2:26 PM Changeset in ffmpeg [692dd8ed] by
- configure: x86: improve ebp availability check Some compilers are …
- 2:21 PM Ticket #1734 (Problems dumping H264 stream from an Axis camera) updated by
-
Priority, Keywords, Status, Component changed
Closely related to tickets #1724 and #1242. - 12:39 PM Ticket #1734 (Problems dumping H264 stream from an Axis camera) created by
- I'm trying to dump the H264 stream from an Axis M-1011 camera, and …
- 12:26 PM Changeset in ffmpeg [714508bc] by
- vorbisdec: ensure FASTDIV denominator is never 1 In both usages of …
- 12:26 PM Changeset in ffmpeg [44272c1c] by
- avformat: refactor avformat_close_input Do not crash if the input …
- 12:26 PM Changeset in ffmpeg [4d1f443c] by
- avformat: simplify avformat_close_input avio_close checks by itself …
- 12:19 PM Changeset in ffmpeg [e9aeab39] by
- build: Fix some paths in uninstall-libs Folder and file names weren't …
- 12:13 PM Changeset in ffmpeg [509f5029] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
- 10:01 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- I understand ;) its not that i want to be rude its just that i want to …
- 9:48 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Replying to skank: > Im sorry but this is way out of my …
- 9:40 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Im sorry but this is way out of my reach.. So WE actually have to fix …
- 9:29 AM Changeset in ffmpeg [36330781] by
- tools/graphdot: unbreak syntax Fix regression introduced in …
- 9:06 AM Changeset in ffmpeg [dead4580] by
- lavfi/avcodec: apply cosmetics style fixes
- 9:01 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- You need to build from source. Then you need to download the mails …
- 8:47 AM Changeset in ffmpeg [8d0e871f] by
- ffprobe: kill initializers with nested union field definition The …
- 8:42 AM Changeset in ffmpeg [5e99a23b] by
- ffprobe: avoid potentially lossy long long int -> double cast in …
- 8:28 AM Ticket #1732 (avienc: inserts too many (>90%) empty packets) updated by
- > Is this only reproducible with network input or also if you use an …
- 7:16 AM Ticket #1733 (Strange timestamps with Apple hls stream) updated by
-
Keywords changed
- 7:14 AM Ticket #1733 (Strange timestamps with Apple hls stream) created by
- The audio-only stream (with a still image) plays fine with ffplay, …
- 6:56 AM Ticket #1732 (avienc: inserts too many (>90%) empty packets) updated by
-
Keywords changed
Is this only reproducible with network input or also if you use an … - 6:52 AM Ticket #1732 (avienc: inserts too many (>90%) empty packets) created by
- Summary of the bug: avienc insert 99% empty packets. What for a …
- 4:42 AM StreamingGuide edited by
- troubleshooting (diff)
- 4:36 AM Changeset in ffmpeg [e3329474] by
- pthread: Avoid crashes/odd behavior caused by spurious wakeups …
- 4:34 AM WikiStart edited by
- it's a FAQ (diff)
- 4:22 AM Ticket #1704 (ffplay plays at double speed with "-ac 2") updated by
- I suppose, though it still strikes me as odd that using ffmpeg's …
- 3:56 AM Ticket #1718 (MP3 parser get frame_size wrong) closed by
- fixed
- 3:55 AM Changeset in ffmpeg [93b240f4] by
- mpegaudio_parser: reset state to prevent it to be random Fixes …
- 3:12 AM Ticket #1730 (Crash while demuxing m4a file) updated by
-
Cc changed
- 1:27 AM Changeset in ffmpeg [570931d4] by
- aacpsy: psy_3gpp_analyze_channel() handle energy == 0 Signed-off-by: …
- 1:26 AM Changeset in ffmpeg [413b32f8] by
- aacpsy: calc_reduction_3gpp() handle active_lines = 0 Signed-off-by: …
- 12:39 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- How do you even go about using a patch? I would love to see if this …
- 12:30 AM Changeset in ffmpeg [062091f8] by
- compute_pkt_fields2: dont interpret max_b_frames of <0 as there being …
Sep 13, 2012:
- 11:59 PM Changeset in ffmpeg [58139e14] by
- x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place
- 10:09 PM Ticket #1704 (ffplay plays at double speed with "-ac 2") updated by
- Correct me if I am wrong, but as far as I know -ac 2 is used to …
- 10:07 PM CompileBenchmarks edited by
- add the forgotten '--enable-gpl's (diff)
- 8:56 PM CompileBenchmarks created by
- make initial page from michael's data
- 8:44 PM Changeset in ffmpeg [c21f8199] by
- mpegaudioenc: replace pow(2,.. by exp2( Signed-off-by: Michael …
- 8:19 PM Changeset in ffmpeg [51fa6538] by
- examples/decoding_encoding: clarify operations in the usage message
- 8:12 PM Changeset in ffmpeg [18d88255] by
- trasher: Include all the necessary headers The missing headers are …
- 7:43 PM CompilationGuide/MacOSX edited by
- remove some unused external libraries; minor cleanups (diff)
- 7:38 PM Changeset in ffmpeg [2017f0fd] by
- x86: Remove some leftover declarations for non-existent functions
- 6:49 PM Changeset in ffmpeg [bcf93f78] by
- examples/decoding_encoding: replace "picture" with "frame" in …
- 6:49 PM Changeset in ffmpeg [70b671a2] by
- examples/decoding_encoding: apply various message log fixes
- 6:15 PM Changeset in ffmpeg [8ff78578] by
- ARM: libavresample: NEON optimised generic fltp to s16 conversion …
- 6:15 PM Changeset in ffmpeg [d26de33] by
- ARM: libavresample: NEON optimised stereo fltp to s16 conversion …
- 6:15 PM Changeset in ffmpeg [643b5b79] by
- ARM: libavresample: NEON optimised flat float to s16 conversion …
- 6:09 PM Changeset in ffmpeg [8ad54a44] by
- lavfi: check that buffer and link properties match.
- 6:09 PM Changeset in ffmpeg [c262ddb8] by
- lavfi: set sample_rate in the default allocator.
- 5:31 PM Changeset in ffmpeg [9d89d1d4] by
- swr/resample: mark mm_flags as potentially unused They are unused …
- 5:31 PM Changeset in ffmpeg [bd397726] by
- x86_cpu.h: newline at the end to shutup some warnings in opencc …
- 5:19 PM Ticket #1725 (filter_complex losing frames) updated by
- This particular file is missing its "second" frame, i.e., the frame at …
- 4:55 PM Ticket #1730 (Crash while demuxing m4a file) updated by
-
Status, Reproduced by developer changed
Regression since 079ea6c / 79ae084 […] - 2:57 PM Changeset in ffmpeg [59db014b] by
- Revert "lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to …
- 2:22 PM Changeset in ffmpeg [75f3e0ad] by
- mpegvideo: skip ff_print_debug_info() for VDPAU Based on code by: …
- 2:21 PM Changeset in ffmpeg [bc3d5173] by
- libavformat.v: export ffurl_protocol_next This is used by avidemux, …
- 2:02 PM Concatenate edited by
- updated code to resolve deadlock problem, should be working ok now (diff)
- 1:53 PM Changeset in ffmpeg [0ed0f2e5] by
- sws: revert: "swscale: Remove two bogus asserts" Also change them to …
- 1:35 PM Changeset in ffmpeg [e3e09f2b] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 1:22 PM Changeset in ffmpeg [c942e8b1] by
- Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b' * commit …
- 12:08 PM Ticket #1731 (libavformat muxers destroy initial timestamp offsets) updated by
-
Description changed
- 12:01 PM Ticket #1731 (libavformat muxers destroy initial timestamp offsets) created by
- Many muxers in libavformat (tested: avi, flv) destory the initial …
- 11:56 AM Changeset in ffmpeg [ca6b544a] by
- os_support: Choose between direct.h and io.h using a configure check …
- 10:53 AM Ticket #1730 (Crash while demuxing m4a file) updated by
- Uploaded the file at …
- 10:52 AM Changeset in ffmpeg [7b07fab5] by
- os_support: Include io.h instead of direct.h on mingw32ce Windows CE …
- 10:51 AM Changeset in ffmpeg [91ff4e83] by
- x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been …
- 10:41 AM Ticket #1730 (Crash while demuxing m4a file) updated by
-
Keywords changed
Please provide the sample. - 10:13 AM Changeset in ffmpeg [b9141aa3] by
- swscale: Remove two bogus asserts
- 10:05 AM Changeset in ffmpeg [b5bea2f9] by
- lavfi/aresample: set buffer properties after copy. The aresample …
- 9:52 AM Changeset in ffmpeg [05e64b51] by
- lavfi/aresample: set buffer properties after copy. The aresample …
- 9:52 AM Changeset in ffmpeg [3593f577] by
- lavfi/audio: fix an invalid boundary check.
- 8:29 AM Ticket #1294 (Support for Omneon AVC Intra 50/100 MXF OP1a files) updated by
- I did some testing with the software XFConverter i got new at work. …
- 7:41 AM Ticket #1730 (Crash while demuxing m4a file) created by
- Summary of the bug: How to reproduce: […] This FFmpeg was build on …
- 7:27 AM Changeset in ffmpeg [09a278fd] by
- Fix muxing mjpeg in swf. (cherry picked from commit …
- 7:26 AM Changeset in ffmpeg [79234907] by
- Fix muxing mjpeg in swf.
- 7:23 AM Changeset in ffmpeg [3ed50586] by
- Fix muxing mjpeg in swf. (cherry picked from commit …
- 7:22 AM Changeset in ffmpeg [8582e6e] by
- Fix muxing mjpeg in swf. (cherry picked from commit …
- 7:22 AM Changeset in ffmpeg [f7d7b01e] by
- Fix muxing mjpeg in swf. (cherry picked from commit …
- 7:21 AM Changeset in ffmpeg [2cf6aff] by
- Fix muxing mjpeg in swf. (cherry picked from commit …
- 7:21 AM Changeset in ffmpeg [72791e41] by
- Fix muxing mjpeg in swf. (cherry picked from commit …
- 2:47 AM Changeset in ffmpeg [50e6e494] by
- build: Fix some paths in uninstall-libs Folder and file names weren't …
- 2:47 AM Changeset in ffmpeg [4155968f] by
- build: Fix some paths in uninstall-libs Folder and file names weren't …
- 2:47 AM Changeset in ffmpeg [d14ce69] by
- doc/Makefile: Add missing $(HOSTEXESUF) to print_options (cherry …
- 2:46 AM Changeset in ffmpeg [b45a8f6d] by
- dxva2: include dxva.h if found Apparently, some build environments …
- 2:45 AM Changeset in ffmpeg [ae8491ce] by
- configure: fix sctp check. This fixes build failures on …
- 2:45 AM Changeset in ffmpeg [0f54c97] by
- dxva2: include dxva.h if found Apparently, some build environments …
- 2:44 AM Changeset in ffmpeg [3c3ee65e] by
- dxva2: include dxva.h if found Apparently, some build environments …
- 2:42 AM Changeset in ffmpeg [9a5e8123] by
- dxva2: include dxva.h if found Apparently, some build environments …
- 2:41 AM Changeset in ffmpeg [371e221d] by
- dxva2: include dxva.h if found Apparently, some build environments …
- 2:30 AM Ticket #1729 (avformat sdp.c error.) created by
- Summary of the bug: FFserver cannot work RTSP when video codec is …
- 1:44 AM Ticket #1724 (Remuxing MKV to MPEG-TS causes video to freeze with latest builds) updated by
- With Carl's help, I can confirm that git 2107009 works and 3e1cf49 fails.
- 1:35 AM Ticket #1724 (Remuxing MKV to MPEG-TS causes video to freeze with latest builds) updated by
- Please find / confirm the exact git revission at which this problem …
Sep 12, 2012:
- 10:39 PM Changeset in ffmpeg [97cb9236] by
- ac3: move ac3_downmix() from dsputil to ac3dsp Signed-off-by: Mans …
- 10:26 PM Changeset in ffmpeg [b901c30d] by
- lavr/audio_mix_matrix: acknowledge the existence of LFE2. …
- 10:26 PM Changeset in ffmpeg [38445728] by
- mlp_parser: avoid mapping multiple disctinct TrueHD channels to the …
- 10:26 PM Changeset in ffmpeg [8919fee7] by
- lavu/audioconvert: add a second low frequency channel. Can be used by …
- 9:43 PM Changeset in ffmpeg [07584eaf] by
- mpegts: check substreams before discarding Allow to extract the AC3 …
- 8:42 PM Changeset in ffmpeg [62c9ae11] by
- Add a smooth streaming segmenter muxer This muxer splits the output …
- 8:42 PM Changeset in ffmpeg [29a9b12b] by
- file: Add an avoption for disabling truncating existing files on open …
- 7:52 PM Seeking edited by
- note vcodec weirdness (diff)
- 7:18 PM Seeking edited by
- timestamp syntax (diff)
- 7:12 PM Changeset in ffmpeg [ddabecbb] by
- vc1dec: export adv profile color format indication Signed-off-by: …
- 7:12 PM Seeking edited by
- note -t (diff)
- 7:06 PM WikiStart edited by
- note on seeking (diff)
- 7:05 PM HowToBurnSubtitlesIntoVideo edited by
- windows note (diff)
- 6:35 PM Changeset in ffmpeg [2de88776] by
- asfdec: invert SAR It appears this was wrong Signed-off-by: Michael …
- 5:37 PM Changeset in ffmpeg [ddc9bc77] by
- configure: try to support clang on netbsd The headers on netbsd are …
- 2:49 PM Ticket #1563 (ffmpeg crashes (segmentation violation) when copying time-delimited ...) closed by
- fixed
- 2:48 PM Changeset in ffmpeg [a1f678f7] by
- asfenc: properly write index information The index must take into …
- 2:37 PM Changeset in ffmpeg [94905d2a] by
- asfenc: remove useless casts Signed-off-by: Michael Niedermayer …
- 2:36 PM Changeset in ffmpeg [b04fbd2c] by
- asfenc: reduce code duplication with new variable Signed-off-by: …
- 2:36 PM Changeset in ffmpeg [f7b045db] by
- asfenc: rename some variables Signed-off-by: Michael Niedermayer …
- 2:35 PM Changeset in ffmpeg [de1591b1] by
- asfenc: realloc index_ptr fewer times Signed-off-by: Michael …
- 12:31 PM Changeset in ffmpeg [5e357289] by
- img2dec: always close AVIOContexts Zero sized files would cause the …
- 12:18 PM Ticket #1728 (Alpha channel in Prores4444 is not read) created by
- I made a transparent PNG using Gimp, imported that into a Final Cut …
- 11:33 AM Changeset in ffmpeg [8e082df] by
- Support decoding of monochrome tiff images without bpp tag.
- 11:33 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- This is getting harder by the minute ;) How do i download and apply …
- 11:08 AM Changeset in ffmpeg [7680d99b] by
- Fix muxing mjpeg in swf.
- 9:46 AM Changeset in ffmpeg [ac0f1ae6] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 9:10 AM Changeset in ffmpeg [c3bcd22e] by
- rtpdec_jpeg: Error out on other unsupported type values as well …
- 9:10 AM Changeset in ffmpeg [1743938d] by
- rtpdec_jpeg: Disallow using the reserved q values Signed-off-by: …
- 9:10 AM Changeset in ffmpeg [1de9317b] by
- rtpdec_jpeg: Fold the default qtables case into an existing if …
- 9:10 AM Changeset in ffmpeg [a218deb8] by
- rtpdec_jpeg: Store and reuse old qtables for q values 128-254 …
- 9:09 AM Changeset in ffmpeg [a2526490] by
- rtpdec_jpeg: Simplify the calculation of the number of qtables …
- 9:09 AM Changeset in ffmpeg [cbaa9eed] by
- rtpdec_jpeg: Add more comments about the fields in the SOF0 section …
- 9:09 AM Changeset in ffmpeg [31adff08] by
- rtpdec_jpeg: Clarify where the subsampling magic numbers come from …
- 9:09 AM Changeset in ffmpeg [c64d2a63] by
- rtpdec_jpeg: Don't use a bitstream writer for the EOI marker …
- 9:08 AM Changeset in ffmpeg [20f325f3] by
- rtpdec_jpeg: Don't needlessly use a bitstream writer for the header …
- 9:08 AM Changeset in ffmpeg [43957fcc] by
- rtpdec_jpeg: Simplify writing of the jpeg header Generalize writing …
- 9:07 AM Changeset in ffmpeg [932d8300] by
- rtpdec_jpeg: Merge two if statements This makes the code more …
- 9:07 AM Changeset in ffmpeg [7ef4323] by
- rtpdec_jpeg: Write the DHT section properly Currently the size header …
- 8:22 AM Changeset in ffmpeg [f9dd2e5e] by
- ffprobe: print start_pts and duration_ts stream information
- 6:57 AM Ticket #1727 (volumedetect filter doesn't work with -t) updated by
-
Status, Reproduced by developer changed
- 3:22 AM Changeset in ffmpeg [0c5fe2f0] by
- FATE/bprint: Convert a VLA to a normal array Signed-off-by: Derek …
- 3:17 AM Changeset in ffmpeg [23e9e5c7] by
- rtmpproto: reorder some expressions to fix compilation with clang …
Sep 11, 2012:
- 11:41 PM Ticket #1727 (volumedetect filter doesn't work with -t) created by
- Summary of the bug: The volumedetect filter doesn't seem to work if …
- 11:29 PM Ticket #1337 (MPEG4 ASP does not seek to keyframe) updated by
- Seeking seems to work fine in QT with the attached sample - this is …
- 11:10 PM Ticket #291 (FFplay adds unnecessary black bars at the left and right side of the video) closed by
- fixed: Fixed by Marton Balint.
- 10:59 PM Ticket #1438 (Seeking in vob file with timestamp discontinuities fails) updated by
-
Cc changed
- 10:45 PM Ticket #1607 (av_seek_frame() without AVSEEK_FLAG_ANY on mpg files returns success ...) updated by
-
Cc changed
- 10:26 PM Encode/H.264 edited by
- s/profile/profile:v, escape markup, consistent options names (diff)
- 10:23 PM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) updated by
- Sample uploaded to samples/ffmpeg-bugs/trac/ticket1726
- 10:22 PM Ticket #1726 (Mono TrueHD file no longer decodes (and was not lossless)) created by
- (bug 356) I will upload a Mono TrueHD Sample that could be converted …
- 10:07 PM Encode/H.264 edited by
- note gpu (diff)
- 10:05 PM Encode/H.264 edited by
- note baseline (diff)
- 9:56 PM CompilationGuide/MinGW edited by
- add link (diff)
- 9:51 PM WikiStart edited by
- add link (diff)
- 9:47 PM Ticket #1545 (Stream copy fails for damaged transport stream) closed by
- fixed: Not reproducible any more.
- 9:33 PM Changeset in ffmpeg [507c0416] by
- Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
- 8:59 PM Changeset in ffmpeg [578bbf81] by
- diracdsp: Fix unprotected inline asm Signed-off-by: Derek Buitenhuis …
- 8:59 PM Changeset in ffmpeg [23a5a24c] by
- ffmpeg: Only include unistd.h if it exists Signed-off-by: Derek …
- 8:56 PM Changeset in ffmpeg [30a265f0] by
- lavd/lavfi: apply stylistic fixes to the options help fields
- 8:47 PM WikiStart edited by
- OCD nit picking (diff)
- 8:30 PM Changeset in ffmpeg [749ddc14] by
- ffprobe: add priv_class field to Writer, and factorize writer options …
- 8:15 PM Changeset in ffmpeg [cdea19e7] by
- ffplay: increase sample array buffer A decoded and resampled audio …
- 8:15 PM Changeset in ffmpeg [66532cbf] by
- configure: add crop filter as ffplay requirement Signed-off-by: …
- 8:15 PM Changeset in ffmpeg [81f26d69] by
- ffplay: ensure that pictq_prev_picture never fills the picture queue …
- 8:15 PM Changeset in ffmpeg [99b01e45] by
- ffplay: simplify picture allocation This also makes sure the aspect …
- 8:15 PM Changeset in ffmpeg [255c7bb1] by
- ffplay: make initial window size calculation based on aspect ratio …
- 8:15 PM Changeset in ffmpeg [bd14d845] by
- ffplay: factor display rectangle calculation to its own function …
- 7:43 PM Changeset in ffmpeg [34b5b73] by
- examples/muxing: add check on avformat_write_header() result
- 7:43 PM Changeset in ffmpeg [b3e2975a] by
- examples/muxing: apply misc fixes to log messages
- 7:43 PM Changeset in ffmpeg [1d0048cf] by
- examples/muxing: rename img_convert_ctx to sws_ctx The new name is …
- 7:41 PM Changeset in ffmpeg [976bb42a] by
- examples/muxing: merge some declarations and definitions
- 7:41 PM Changeset in ffmpeg [bdd9bfbb] by
- examples/muxing: prefer AVPicture to AVFrame, when feasible Favor the …
- 6:12 PM Changeset in ffmpeg [e20ac54f] by
- postproc: Fix unprotected inline asm Signed-off-by: Derek Buitenhuis …
- 4:58 PM Changeset in ffmpeg [e592fd0e] by
- lavf/flvenc: convert commented debug log to an av_dlog call Also add …
- 4:58 PM Changeset in ffmpeg [30151944] by
- lavfi/amerge: clarify the error message in case of input overlap
- 4:38 PM Changeset in ffmpeg [bbae8cdf] by
- lavfi/amerge: avoid a forward declaration.
- 3:50 PM Changeset in ffmpeg [0ea65bbe] by
- ratecontrol: change a commented printf to av_log Signed-off-by: …
- 3:50 PM Changeset in ffmpeg [50dba71b] by
- ratecontrol: fix get_fps() argument Signed-off-by: Michael …
- 3:50 PM Changeset in ffmpeg [ce7876cb] by
- ratecontrol: Dynamically choose a default for rc_max_available_vbv_use …
- 3:50 PM Changeset in ffmpeg [a990a308] by
- ratecontrol: correct predictor in case of stuffing Signed-off-by: …
- 3:48 PM Changeset in ffmpeg [2fe8fd39] by
- examples/demuxing: add audio decoding/demuxing
- 3:40 PM Changeset in ffmpeg [76fa7e09] by
- utvideoenc: Add missing AV_ prefix to codec ID
- 3:40 PM Changeset in ffmpeg [676ea8fa] by
- avserver: Add missing #include for av_gettime()
- 3:30 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Can you try this patch series: …
- 3:30 PM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) updated by
- @arut: I have a quick and dirty fix for this. ffmpeg generates 4x HLS …
- 2:11 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Is that ok?
- 2:11 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- […]
- 1:32 PM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Run "ffplay Sample\ of\ Subtitle\ Issue-.m2ts", quit (using "q") after …
- 1:26 PM Ticket #1657 (Cannot add myself to a bug CC list for e-mail notifications) updated by
- Thank you, it seems to work!
- 1:24 PM Ticket #1553 (Remuxing mpeg2video from transport stream to matroska fails) updated by
-
Cc changed
- 1:24 PM Ticket #1552 (Packed B-frames cannot be remuxed into mkv) updated by
-
Cc changed
- 1:24 PM Changeset in ffmpeg [ec794685] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 1:18 PM Changeset in ffmpeg [6121a3ef] by
- configure: Only disable aligned stack on MSVC on 32 bit On 64 bit, …
- 12:59 PM Changeset in ffmpeg [7b56dddd] by
- lavfi/amerge: fix input pad name behaviour. This fixes two problems: …
- 12:34 PM Changeset in ffmpeg [f69f51b3] by
- configure: indentation cosmetics
- 12:16 PM Ticket #1657 (Cannot add myself to a bug CC list for e-mail notifications) updated by
-
Resolution changed
Please try again, should be fixed - 11:42 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- What command is needed for Complete, uncut console output, and how do …
- 10:33 AM Ticket #1657 (Cannot add myself to a bug CC list for e-mail notifications) updated by
- I don't like RSS feeds, for several reasons, the main one being that …
- 10:24 AM Ticket #1657 (Cannot add myself to a bug CC list for e-mail notifications) updated by
- Maybe offtopic but, have you considered using a different approach, …
- 10:19 AM Changeset in ffmpeg [20361bcc] by
- The TrueHD decoder needs the MLP parser.
- 9:39 AM Ticket #1657 (Cannot add myself to a bug CC list for e-mail notifications) closed by
- invalid: Afaict, there is nothing we can do about this problem. As said, I …
- 9:14 AM Ticket #1724 (Remuxing MKV to MPEG-TS causes video to freeze with latest builds) updated by
-
Priority, Keywords, Version, Component, Status changed
I suspect this is a regression since 3e1cf49 - related to ticket #1242. - 9:03 AM Ticket #1725 (filter_complex losing frames) updated by
- Here's the updated commandline: […] Leaving out the "-f image2" …
- 8:53 AM Changeset in ffmpeg [55e778be] by
- rtpdec_jpeg: Add support for default quantizers Generate quantization …
- 8:50 AM Ticket #1725 (filter_complex losing frames) updated by
- Ah! I should have read FFmpeg's output... I did not know it assumed …
- 8:12 AM Changeset in ffmpeg [1648a508] by
- x86: dsputil: Move specific optimization settings out of global init …
- 7:19 AM Changeset in ffmpeg [0e8dccb7] by
- avplay: get rid of ugly casts in the options table
- 7:18 AM Changeset in ffmpeg [4e82cbb6] by
- avplay: fix prototypes for option callbacks. They have been wrong …
- 7:13 AM Changeset in ffmpeg [ee0dadc1] by
- flvdec: always set AVFMTCTX_NOHEADER. New streams may be created at …
- 6:41 AM Ticket #1724 (Remuxing MKV to MPEG-TS causes video to freeze with latest builds) updated by
-
Description changed
- 5:13 AM Changeset in ffmpeg [ba9e9605] by
- cavsdec/decode_mb_b: fix return type Signed-off-by: Michael …
- 2:58 AM Changeset in ffmpeg [bb4ddee] by
- xtea: optimize core, about 4-5% faster. Signed-off-by: Michael …
- 1:02 AM Changeset in ffmpeg [ef912134] by
- x86/swscale: use unsigned to build SIMD values to avoid signed …
- 1:02 AM Changeset in ffmpeg [8470e6c9] by
- lavf/avformat_seek_file: fix harmless integer overflow Signed-off-by: …
- 1:02 AM Changeset in ffmpeg [386d60f9] by
- aacdec/lcg_random: fix harmless integer overflow Signed-off-by: …
- 1:02 AM Changeset in ffmpeg [7ea5dbc] by
- cavsdec: Fix assertion failure. The assert in decode_mb_b() is …
Sep 10, 2012:
- 11:31 PM Ticket #1642 (-f segment: automagically generate #EXTM3U tags to -segment_list ...) closed by
- fixed: Should be fixed in: […] Please reopen the ticket if you have …
- 11:24 PM Changeset in ffmpeg [00d51645] by
- lavf/segment: add segment_list_flags option Allow to specify options …
- 11:15 PM Changeset in ffmpeg [7b62d341] by
- lavc/h263dec: return or propagate proper error codes
- 11:15 PM Changeset in ffmpeg [ac006d29] by
- lavc/flvdec: return meaningful error codes
- 11:14 PM Changeset in ffmpeg [0c71d5a0] by
- ffprobe: add print_section option to the compact writer Allow to skip …
- 11:09 PM Ticket #1724 (Remuxing MKV to MPEG-TS causes video to freeze with latest builds) updated by
- I'll need to check, but I think VLC plays it fine. It may be some …
- 11:02 PM Changeset in ffmpeg [f740c1a9] by
- ffprobe: add and use DEFINE_WRITER_CLASS macro Factorize writer class …
- 8:34 PM Changeset in ffmpeg [76fac073] by
- mpegaudiodec: replace pow(2.0,...) by exp2() Signed-off-by: Michael …
- 8:32 PM Changeset in ffmpeg [c5f0b6b] by
- atrac3: replace powf(2,...) by exp2f() Signed-off-by: Michael …
- 7:04 PM Changeset in ffmpeg [14de5578] by
- sws/output: use unsigned variables where harmless overflows are …
- 7:04 PM Changeset in ffmpeg [17b3251c] by
- ra144enc: avoid integer overflows. The values are all positive but …
- 6:57 PM Changeset in ffmpeg [5829b7d2] by
- ffmpeg: check timebase validity before considering it to be used for …
- 6:57 PM Changeset in ffmpeg [f0d50500] by
- ffmpeg: fix bytes written statistics. Signed-off-by: Michael …
- 6:57 PM Changeset in ffmpeg [b3b27b63] by
- mpegtsenc: add forgotten () Fixes integer overflow Signed-off-by: …
- 6:51 PM Ticket #1724 (Remuxing MKV to MPEG-TS causes video to freeze with latest builds) updated by
- what about other players? It might be hard to reproduce the failure if …
- 4:53 PM Ticket #1725 (filter_complex losing frames) updated by
- Replying to takis: > {{{ > Input #0, …
- 4:52 PM Changeset in ffmpeg [206c34e1] by
- lavfi/setpts: set SAMPLE_RATE to NAN when input is no audio Should be …
- 4:52 PM Changeset in ffmpeg [722762f7] by
- lavfi/setpts: add FRAME_RATE constant Useful for dealing with …
- 4:49 PM Changeset in ffmpeg [0697d812] by
- file: Use a normal private context for storing the file descriptor …
- 4:46 PM Changeset in ffmpeg [5fa22ae3] by
- configure: Adjust the xgetbv instrinsic check The 64 bit cl.exe …
- 4:31 PM Changeset in ffmpeg [afb5ed55] by
- configure: Add --disable-inline-asm command line option This can come …
- 4:13 PM Ticket #1725 (filter_complex losing frames) updated by
- I noticed that I was losing frames as the numbered%05d.png's contain …
- 4:12 PM Ticket #1725 (filter_complex losing frames) updated by
- Full output: […]
- 4:11 PM Ticket #1725 (filter_complex losing frames) created by
- Summary of the bug: I'm overlaying transparant PNGs over another video …
- 3:08 PM Changeset in ffmpeg [e14725ce] by
- add OTF support for attachments Signed-off-by: Michael Niedermayer …
- 2:57 PM Changeset in ffmpeg [41dba453] by
- utils/update_stream_timings: fix division by zero Signed-off-by: …
- 2:56 PM Changeset in ffmpeg [108957c6] by
- avidec/guess_ni_flag: fix harmless integer overflow Signed-off-by: …
- 2:23 PM Changeset in ffmpeg [88a35699] by
- configure: Don't try to enable the log2 function on msvcrt Some …
- 2:15 PM Changeset in ffmpeg [b422e2c] by
- compute_pkt_fields: fix harmless integer overflow Signed-off-by: …
- 1:15 PM Changeset in ffmpeg [616ef2e8] by
- lavc/pngenc: Enable frame threading for PNG encodes Signed-off-by: …
- 12:06 PM Changeset in ffmpeg [bff2afb3] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
- 11:14 AM Ticket #1724 (Remuxing MKV to MPEG-TS causes video to freeze with latest builds) created by
- Remuxing an MKV with h264 video to an MPEG-TS (video only, audio …
- 8:22 AM Changeset in ffmpeg [e4fe4d01] by
- ffprobe: simplify default printer Remove pointless …
- 8:18 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Replying to skank: > What do you mean analysis can be …
- 7:24 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
- Hi cehoyos... What do you mean analysis can be found there... thats a …
- 6:54 AM Ticket #598 (Subtitle on some BD/m2ts files are not detected because CRC check fails) updated by
-
Keywords, Summary changed
Ticket #1722 is about the disappearing of subtitles, please use this … - 6:50 AM Ticket #1722 (PGS subtitles vanish/disappear immediately in m2ts) updated by
-
Keywords changed
Complete, uncut console output missing. Analysis of the problem can … - 6:31 AM Changeset in ffmpeg [a84edbac] by
- x86: dsputil: Only compile motion_est code when encoders are enabled
- 2:15 AM Ticket #1718 (MP3 parser get frame_size wrong) updated by
- I've sent patch to ffmpeg-devel.
Note:
See TracTimeline
for information about the timeline view.
