Timeline
Feb 15, 2013:
- 11:32 PM Changeset in ffmpeg [87d359ff] by
- lavfi/yadif: support 9, 12, and 14 bits per pixel Signed-off-by: …
- 11:32 PM Changeset in ffmpeg [72406188] by
- lavfi/yadif: remove unnecessary cast Finish what 99162f8 started …
- 11:08 PM Changeset in ffmpeg [f84ef19f] by
- lavfi/kerndeint: move is_rgb_packed definition to the internal context …
- 11:08 PM Changeset in ffmpeg [51ba843f] by
- lavfi/kerndeint: use aligned linesizes for the temporary buffer. This …
- 11:08 PM Changeset in ffmpeg [2042cd37] by
- lavfi/unsharp: extend range for amount values, to reflect the behavior …
- 11:08 PM Changeset in ffmpeg [37b42bcb] by
- doc/filters: itemize unsharp examples Also drop pointless example.
- 11:08 PM Changeset in ffmpeg [fbcc584d] by
- lavfi/unsharp: use named options, and add missing checks on matrix …
- 10:33 PM Changeset in ffmpeg [5e947aeb] by
- sws/x86: improve rounding for yuv2yuvX This tries to compensate for …
- 8:49 PM Encode/H.264 edited by
- deverbosify preset/tune help; remove external 3rd party presets--usage … (diff)
- 8:23 PM Encode/H.264 edited by
- link to file based presets (diff)
- 8:20 PM Encode/H.264 edited by
- how to enumerate (diff)
- 8:02 PM Ticket #1925 (Transcoding mjpeg video results in a very short frame) updated by
- Also reproducible like this: […] (the frame with number 0 is …
- 6:07 PM Changeset in ffmpeg [5ad43af9] by
- lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing …
- 5:56 PM Changeset in ffmpeg [0018221c] by
- doc: fix reference to ffmpeg-bitstream-filters.html page
- 3:52 PM Ticket #2273 (allow to set file name prefix for the segment names inside the ...) created by
- Summary of the bug: This is relevant when using segment option in …
- 3:42 PM Ticket #2144 (libavfilter ebur128 loudness inaccuracy, irregular time interval, LFE ...) closed by
- fixed: Patches applied. Thanks.
- 3:39 PM Changeset in ffmpeg [b64de24f] by
- lavfi/ebur128: advance pointer to samples Correct the advancement of …
- 3:38 PM Changeset in ffmpeg [de21e67] by
- lavfi/ebur128: fix channel weights Correct the recognition of channel …
- 3:35 PM Changeset in ffmpeg [2c541554] by
- h264: deMpegEncContextize Most of the changes are just trivial are …
- 3:10 PM Changeset in ffmpeg [1d0feb5d] by
- mpegvideo: split ff_draw_horiz_band(). Split out dependency on …
- 3:10 PM Changeset in ffmpeg [54974c62] by
- error_resilience: decouple ER from MpegEncContext
- 3:09 PM Changeset in ffmpeg [d9ebb00d] by
- svq3: remove a pointless if() The H264 context is always …
- 3:09 PM Changeset in ffmpeg [2491f9ee] by
- h264: remove a pointless if() !encoding is always true, we do not …
- 3:09 PM Changeset in ffmpeg [68f930d2] by
- h264: simplify calls to ff_er_add_slice(). partitioned_frame is never …
- 3:08 PM Changeset in ffmpeg [d2a25c40] by
- get_buffer(): do not initialize the data. There may be more decoders …
- 3:08 PM Changeset in ffmpeg [64ed3976] by
- vf_yadif: fix out-of line reads Some changes in the border pixels, …
- 3:08 PM Changeset in ffmpeg [ccd70d9c] by
- vf_yadif: factorize initializing the filtering callbacks Do it all in …
- 12:12 PM Changeset in ffmpeg [77ab702a] by
- ffplay: only display frames if there are no pending events Otherwise …
- 11:30 AM Changeset in ffmpeg [f9859894] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: sparc: …
- 11:18 AM Changeset in ffmpeg [048ecbd3] by
- Merge commit '49fe280753e0f167ac3d9f227f0c0f7744501fc1' * commit …
- 11:10 AM Changeset in ffmpeg [61fbb4cd] by
- Merge commit '4db96649ca700db563d9da4ebe70bf9fc4c7a6ba' * commit …
- 10:42 AM Ticket #2271 (converted swf file can't play audio when played in Adobe flash player) updated by
-
Priority changed
- 8:15 AM Ticket #2272 (converted swf file can't play audio when played in Adobe flash player) updated by
-
Keywords, Status, Version, Component changed
Regression since f095391 / 620b88a - 7:39 AM Changeset in ffmpeg [75758f84] by
- build: fixes a "can't cd to..." issue when installing shared …
- 6:58 AM Ticket #2271 (converted swf file can't play audio when played in Adobe flash player) closed by
- duplicate: Duplicate of #2272
- 2:52 AM Ticket #2272 (converted swf file can't play audio when played in Adobe flash player) created by
- This issue can be reproduced on both latest Zeranoe build and Linux …
- 2:51 AM Ticket #2271 (converted swf file can't play audio when played in Adobe flash player) created by
- This issue can be reproduced on both latest Zeranoe build and Linux …
- 2:19 AM Changeset in ffmpeg [4a6fa796] by
- lavf: dont try to find fps for attached pictures Signed-off-by: …
- 1:13 AM Changeset in ffmpeg [3594554a] by
- sparc: dsputil: Simplify high_bit_depth checks
- 12:06 AM Changeset in ffmpeg [7ac3ccc5] by
- lavfi/unsharp: use the same macros used in the original MP filter …
Feb 14, 2013:
- 11:28 PM Changeset in ffmpeg [772b949] by
- examples/scaling_video: fix typo
- 11:25 PM Changeset in ffmpeg [8102a097] by
- doc/APIchanges: List merge commit hashes and version numbers …
- 11:14 PM Changeset in ffmpeg [49fe2807] by
- h264idct: Replace duplicate scan8 table by appropriate #include
- 11:10 PM Changeset in ffmpeg [5534d8f7] by
- ffplay: remove remains of video_clock We are now using a pts based …
- 11:10 PM Changeset in ffmpeg [b853cfe7] by
- ffplay: remove refresh thread to achieve more precise frame delay We …
- 11:08 PM Changeset in ffmpeg [12c71f6] by
- dshow: Fix MSVC support, remove av_export, which was apparently …
- 10:59 PM Changeset in ffmpeg [003be0a9] by
- Removing network.h from matroskadec.c Removing accidentally added …
- 10:56 PM Changeset in ffmpeg [c3fb20ba] by
- ffmpeg: Check for parameter changes at the output of the audio filter …
- 10:45 PM Changeset in ffmpeg [d5ce725] by
- Fix a few "its" vs "it's" typo.
- 10:43 PM Changeset in ffmpeg [35a995f4] by
- doc/resampler: fix two typo.
- 10:10 PM Changeset in ffmpeg [02243751] by
- lavfi/showspectrum: simplify intensity_color_table declaration.
- 10:04 PM Changeset in ffmpeg [cf8dec7d] by
- lavfi/showspectrum: pretty-align constants. Binary object unchanged.
- 8:34 PM Changeset in ffmpeg [ce6a8e59] by
- Adding AlphaMode element to Matroska Parser Adding support for …
- 8:13 PM Ticket #2235 (Subtitles do not seek) updated by
- Yes it seems like it is a dupe, although it seems more like a defect …
- 8:13 PM Changeset in ffmpeg [2f3bc512] by
- apichanges: fix 2 wrong hashes Signed-off-by: Michael Niedermayer …
- 7:34 PM Changeset in ffmpeg [33d63306] by
- apichanges: Use , instead of / to seperate multiple hashes …
- 7:32 PM Changeset in ffmpeg [ad6802f] by
- apichanges: fix date Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 7:06 PM Ticket #2264 (subtitles filter does not accept ass files with Comment events) closed by
- fixed: Fixed by Nicolas.
- 6:59 PM Ticket #2235 (Subtitles do not seek) updated by
- Isn't this a dup of #2067?
- 6:52 PM Ticket #2235 (Subtitles do not seek) updated by
-
Keywords changed
- 6:29 PM Changeset in ffmpeg [4db96649] by
- avutil: Ensure that emms_c is always defined, even on non-x86
- 4:48 PM Changeset in ffmpeg [8c95d177] by
- fate: Add encrypted tta stream test Signed-off-by: James Almer …
- 4:48 PM Changeset in ffmpeg [405cc0d9] by
- movenc: hotfix, dont store fiel for h264 / mpeg4-asp / dnxhd Other …
- 4:37 PM Changeset in ffmpeg [759a3a21] by
- configure: Move MinGW CPPFLAGS setting to libc section, where it belongs
- 4:37 PM Changeset in ffmpeg [ab441e20] by
- avutil: Move emms code to x86-specific header
- 3:36 PM Changeset in ffmpeg [c557a5b0] by
- lavfi/vf_ass: reindent after last commit.
- 3:33 PM Changeset in ffmpeg [bb3303b9] by
- lavfi/vf_ass: ignore subtitles decoding errors. A broken packet with …
- 2:47 PM Changeset in ffmpeg [83446017] by
- Write the fiel atom to mov files independently of the used video …
- 2:43 PM Changeset in ffmpeg [ec18baad] by
- Write the fiel atom to mov files independently of the used video …
- 2:28 PM Ticket #2202 (-vcodec huffyuv and a .mov container produces colorful static) closed by
- fixed: Should be fixed in git head and future releases. Thank you for the report!
- 2:24 PM Changeset in ffmpeg [397e769f] by
- Write the fiel atom to mov files independently of the used video …
- 2:18 PM Changeset in ffmpeg [5b7f7f3] by
- Merge remote-tracking branch 'qatar/release/0.8' into release/0.10 * …
- 2:18 PM Changeset in ffmpeg [057051b8] by
- Write the fiel atom to mov files independently of the used video …
- 2:18 PM Changeset in ffmpeg [b07c7912] by
- huffyuvdec: Skip len==0 cases Fixes vlc decoding for hypothetical …
- 2:18 PM Changeset in ffmpeg [ba4b57e8] by
- huffyuvdec: Check init_vlc() return codes. Prevents out of array …
- 2:18 PM Changeset in ffmpeg [ef953f76] by
- rtmp: fix buffer overflows in ff_amf_tag_contents() A negative `size' …
- 2:18 PM Changeset in ffmpeg [69b3fedc] by
- rtmp: fix multiple broken overflow checks Sanity checks like `data + …
- 2:18 PM Changeset in ffmpeg [165f7832] by
- rtpenc: fix overflow checking in avc_mp4_find_startcode() The check …
- 2:08 PM Changeset in ffmpeg [7d0e3b19] by
- Write the fiel atom to mov files independently of the used video …
- 1:42 PM Changeset in ffmpeg [7a21b089] by
- sws: dont write out of array on bigendian Fixes Ticket2229 …
- 1:40 PM Changeset in ffmpeg [2f98537e] by
- sws: dont write out of array on bigendian Fixes Ticket2229 …
- 1:39 PM Changeset in ffmpeg [140ca8f6] by
- sws: dont write out of array on bigendian Fixes Ticket2229 …
- 1:28 PM Ticket #2270 (ffmpeg transcodes cover art to a video stream with a single frame) updated by
-
Reproduced by developer, Cc, Component, Priority, Analyzed by developer, Type changed
- 1:17 PM Changeset in ffmpeg [71fee2ab] by
- sws: dont write out of array on bigendian Fixes Ticket2229 …
- 1:12 PM Changeset in ffmpeg [acada70] by
- Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 * …
- 1:11 PM Changeset in ffmpeg [4f91c456] by
- huffyuvdec: Skip len==0 cases Fixes vlc decoding for hypothetical …
- 1:11 PM Changeset in ffmpeg [e4831bb9] by
- huffyuvdec: Check init_vlc() return codes. Prevents out of array …
- 12:51 PM Changeset in ffmpeg [41ae43ca] by
- lavfi: remove softskip libmpcodecs wrapper It is supposed to be used …
- 12:51 PM Changeset in ffmpeg [968f8ace] by
- lavfi: remove dsize libmpcodecs wrapper Filter does nothing, and …
- 12:50 PM Changeset in ffmpeg [7d3e2176] by
- Merge remote-tracking branch 'qatar/release/9' into release/1.1 * …
- 12:39 PM Ticket #2270 (ffmpeg transcodes cover art to a video stream with a single frame) updated by
-
Priority, Status, Version, Type changed
- 12:38 PM Ticket #2062 (Playback of HD-PVR recordings corrupted when using VDPAU) closed by
- fixed: I backported the fix to 0.11, 1.0 and 1.1, if somebody needs it in …
- 12:33 PM Changeset in ffmpeg [2ac6b573] by
- h264: Reset last_pocs in case of reference or frame number …
- 12:14 PM Changeset in ffmpeg [7f884640] by
- Merge commit 'b7765d00f911fe0f8fcda21b93a540f27d2ba2f5' into …
- 11:57 AM Changeset in ffmpeg [81bcf945] by
- Merge commit '108ca6fad1e0e9af8d6337f908bfd23807b7fbd6' into …
- 11:27 AM Changeset in ffmpeg [5a3c8f95] by
- Merge commit '5bee21d724dc47d115faae3f5065a6db74e1594a' into …
- 11:13 AM Changeset in ffmpeg [358e4081] by
- mlp: fix channel order. This fixes a regression introduced with …
- 11:03 AM Changeset in ffmpeg [6baaaa01] by
- Merge commit '5af78cc98d807f3b43510410dad46e1840c5c99f' into …
- 10:53 AM Changeset in ffmpeg [9e3e11a3] by
- Merge commit '1fd2deedcc6400e08b31566a547a5fac3b38cefb' * commit …
- 10:53 AM Changeset in ffmpeg [1d20d975] by
- Merge commit '3ffcccb4fbaae4d5ad775506f1f2761f2029affa' * commit …
- 10:52 AM Changeset in ffmpeg [e67491a2] by
- Merge commit '99ccd2ba10eac2b282c272ad9e75f082123c765a' * commit …
- 10:51 AM Ticket #2062 (Playback of HD-PVR recordings corrupted when using VDPAU) updated by
- Yes nice. Indeed that avoids the large has_b_frames value occuring …
- 10:48 AM Changeset in ffmpeg [e1a86b14] by
- mlpdec: dont leave a invalid huff_lsb in the context. Fix assertion …
- 10:21 AM Ticket #2270 (ffmpeg transcodes cover art to a video stream with a single frame) updated by
- And yes, the AV_DISPOSITION_ATTACHED_PIC flag is set on the input …
- 10:18 AM Ticket #2270 (ffmpeg transcodes cover art to a video stream with a single frame) updated by
- The original file has an attached coverart in metadata, and when …
- 10:12 AM Ticket #2270 (ffmpeg transcodes cover art to a video stream with a single frame) updated by
- Replying to gjdfgh: > It should create an audio-only mkv …
- 10:05 AM Ticket #2270 (ffmpeg transcodes cover art to a video stream with a single frame) created by
- […] […] It should create an audio-only mkv with the picture …
- 10:00 AM Changeset in ffmpeg [8bbb487e] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 8:39 AM Changeset in ffmpeg [5310da7e] by
- arm: Fall back to runtime cpu feature detection via /proc/cpuinfo On …
- 8:24 AM Changeset in ffmpeg [ebe645f] by
- h264: Reset last_pocs in case of reference or frame number …
- 8:24 AM Changeset in ffmpeg [470ee0c6] by
- h264_refs: Print default in case we are missing a reference. …
- 8:23 AM Changeset in ffmpeg [169d8493] by
- h264: Reset last_pocs in case of reference or frame number …
- 8:23 AM Changeset in ffmpeg [9c659b3a] by
- h264_refs: Print default in case we are missing a reference. …
- 5:58 AM Ticket #2062 (Playback of HD-PVR recordings corrupted when using VDPAU) updated by
- Will this fix be backported to both ffmpeg 1.0 and 1.1 ?
- 5:57 AM Ticket #2062 (Playback of HD-PVR recordings corrupted when using VDPAU) updated by
- Michael, good news. I backported this to ffmpeg 1.0 (used in mythtv) …
- 3:06 AM Ticket #2210 (AC3 channel layout change midstream causes severe errors) updated by
- Okay, I'm going to upload a 2.5 minute (205MB) clip copied from the …
- 2:35 AM Changeset in ffmpeg [4eede1f] by
- doc/platform: Fix 10l typo This error was somehow missed for months. …
- 2:33 AM Changeset in ffmpeg [9f16cb9e] by
- doc/APIchanges: fix odd .01 versions Signed-off-by: Michael …
Feb 13, 2013:
- 11:55 PM Changeset in ffmpeg [a08ebf04] by
- matroskadec: simplify additional_id writing code Signed-off-by: …
- 11:46 PM Changeset in ffmpeg [30c5c45b] by
- Adding support for parsing BlockAdditional Matroska specification …
- 11:42 PM Changeset in ffmpeg [701e9b82] by
- h264: Use mb itself as memcpy anchor and assert the other anchors …
- 11:41 PM Changeset in ffmpeg [130cefc9] by
- doc/platform: Fix 10l typo This error was somehow missed for months. …
- 11:15 PM Changeset in ffmpeg [faf8eca0] by
- h264: remove clear_blocks call in threading init. Init code in that …
- 10:52 PM Ticket #2210 (AC3 channel layout change midstream causes severe errors) updated by
- I suspect a shorter sample that allows to reproduce the >= 500ms gap …
- 10:45 PM Ticket #2210 (AC3 channel layout change midstream causes severe errors) updated by
- How large of a file can I upload to your FTP server? I'm fully …
- 10:35 PM Ticket #2062 (Playback of HD-PVR recordings corrupted when using VDPAU) updated by
- The code in the suggested patch which clears the last_pocs also …
- 10:19 PM Changeset in ffmpeg [c230af9] by
- h264: Reset last_pocs in case of reference or frame number …
- 10:03 PM Ticket #1604 (Rtmp streaming fps continually drops) updated by
- http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2012-October/132017.ht …
- 9:16 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- With the feb 9th build The ffmpeg WTV file plays on Win 8 WMP audio …
- 8:59 PM Ticket #2263 (Read second SeekHead in Matroska files) updated by
-
Status, Component changed
I can confirm that seeking in the file takes ridiculously long, this … - 7:40 PM Ticket #1199 (Playlist support) updated by
- Playlist syntax (not just for m3u but for pls and others is different) …
- 7:32 PM Ticket #1199 (Playlist support) updated by
- Replying to burek: > This enhancement could also be used …
- 7:23 PM Changeset in ffmpeg [c650794] by
- dsputil: Move STRIDE_ALIGN macro to the only place it is used
- 7:19 PM Changeset in ffmpeg [15e7533] by
- doc/dev: clarify public symbols prefixes.
- 7:15 PM Ticket #2269 (adts muxer does not write metadata) updated by
- Can you reproduce it?
- 7:10 PM Ticket #2269 (adts muxer does not write metadata) updated by
- Nope, leave this one open.
- 7:04 PM Ticket #2269 (adts muxer does not write metadata) updated by
- Then should I close this one and open 2?
- 6:54 PM Ticket #2269 (adts muxer does not write metadata) updated by
- Unfortunately not at all.
- 6:52 PM Ticket #2269 (adts muxer does not write metadata) updated by
- There are intimely linked
- 6:50 PM Ticket #2269 (adts muxer does not write metadata) updated by
- But this is ticket for one bug only, so ignore second one.
- 6:46 PM Ticket #2269 (adts muxer does not write metadata) updated by
- No, you read too quickly. There are 2 bugs. One when the source …
- 5:46 PM Ticket #2139 (Crash on invalid command-line) updated by
- 5:44 PM Ticket #1199 (Playlist support) updated by
-
Status, Version, Component changed
- 5:36 PM Changeset in ffmpeg [5dd78ef3] by
- WAV muxer: reindent
- 4:50 PM Changeset in ffmpeg [21cd905c] by
- swr: check channel layouts before using them. Fixes out of array …
- 4:29 PM Changeset in ffmpeg [34126cd0] by
- lavfi/transpose: support more pix fmts Signed-off-by: Paul B Mahol …
- 4:27 PM Ticket #2139 (Crash on invalid command-line) updated by
- Patch on the mailing-list: …
- 4:26 PM Ticket #2139 (Crash on invalid command-line) updated by
- For out.bmp, h->prot looks like $3 = {name = 0xc872d1 "file", url_open …
- 3:35 PM Changeset in ffmpeg [cf73e0bf] by
- lavu/intreadwrite: add AV_[RW][BLN]48 Signed-off-by: Paul B Mahol …
- 3:14 PM Ticket #2263 (Read second SeekHead in Matroska files) updated by
- Done.
- 3:07 PM Changeset in ffmpeg [324d9664] by
- libvorbisdec: Remove AVFrame from context Signed-off-by: Michael …
- 2:42 PM Changeset in ffmpeg [fe845772] by
- libvorbisdec: set sample type Fixes regression Signed-off-by: …
- 2:26 PM Ticket #2267 (contrast loss when encoding from h264 yuvj420p to mpeg4 yuv420p) updated by
- I've attached the video files and also a picture of the problem as …
- 2:05 PM Changeset in ffmpeg [a17ececc] by
- libcelt: decode directly to the user-provided AVFrame.
- 1:58 PM Changeset in ffmpeg [b68dd8a1] by
- lavf/concatdec: allow probing.
- 1:58 PM Changeset in ffmpeg [db9dc515] by
- lavf/concatdec: add signature directive.
- 1:58 PM Changeset in ffmpeg [6d680d20] by
- lavf/concatdec: add safe option.
- 1:39 PM Ticket #1684 (adpcm_ct: volume goes up while seeking with ffplay) updated by
- The only way of seeking is to start decoding from start for any adpcm …
- 1:27 PM Ticket #1684 (adpcm_ct: volume goes up while seeking with ffplay) updated by
- Replying to richardpl: > seeking may be not possible at …
- 1:20 PM Changeset in ffmpeg [b2e57eb5] by
- mjpegdec: pass nb_components into ljpeg_decode_yuv_scan Fixes null …
- 12:58 PM Ticket #1677 (x264 encoding with overlay fails ( moov atom not found)) closed by
- needs_more_info
- 12:56 PM Ticket #1684 (adpcm_ct: volume goes up while seeking with ffplay) updated by
-
Component changed
seeking may be not possible at all.… - 12:51 PM Ticket #2269 (adts muxer does not write metadata) updated by
- by tags in aac you just mean id3v1 tags - this is fairly trivial to …
- 12:37 PM Changeset in ffmpeg [deaaacbc] by
- Merge remote-tracking branch 'qatar/release/0.5' into release/0.5 * …
- 12:33 PM Ticket #2269 (adts muxer does not write metadata) created by
- RE: ffmpeg 1.1 (build 2013-02-09) 2 bugs: 1/ when aac is the output …
- 12:33 PM Changeset in ffmpeg [8f7c7ff2] by
- evrcdec: decode directly to the user-provided AVFrame Signed-off-by: …
- 12:33 PM Changeset in ffmpeg [2cced2a8] by
- paf: decode directly to the user-provided AVFrame Signed-off-by: Paul …
- 12:33 PM Changeset in ffmpeg [9145818e] by
- vima: decode directly to the user-provided AVFrame Signed-off-by: …
- 12:03 PM Ticket #2210 (AC3 channel layout change midstream causes severe errors) updated by
- No way to reproduce -> no way to know you fixed it.
- 11:59 AM Ticket #2139 (Crash on invalid command-line) updated by
-
Status, Component, Reproduced by developer changed
- 11:58 AM Changeset in ffmpeg [845fa2f5] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: …
- 11:56 AM Ticket #2013 (Winter Logo Design) closed by
- completed (art): Was too late to even be considered as candidate, also added in wrong …
- 11:54 AM Ticket #1709 (2012 Autumn Website Banner Contest: herve flores) closed by
- completed (art)
- 11:54 AM Changeset in ffmpeg [91043de8] by
- Merge commit '1647da89dd8ac09a55c111589f7a30d7e6b87d90' * commit …
- 11:49 AM Changeset in ffmpeg [0dff771f] by
- Merge commit '205a95f7b5178362874bc1e65eae9866723491c1' * commit …
- 11:48 AM Ticket #1938 (Provide c99wrap.exe and c99conv.exe) closed by
- fixed: Fixed in c29c7c1470f98f8e66752fb09c44ded625e9a991.
- 11:42 AM Changeset in ffmpeg [dca6fb0] by
- Merge commit 'ee6ca11b657515ad736ec0d2b8635e098d0a2680' * commit …
- 11:40 AM Ticket #1683 (atrac3: fix remuxing of atrac3 in avi) updated by
-
Component changed
- 11:38 AM Ticket #1928 (ape: fix seeking (with ffplay)) updated by
-
Component changed
- 11:38 AM Ticket #1965 (mmf: support correctly formats ma-3/5/7) updated by
-
Component changed
- 11:37 AM Ticket #1994 (mov enc: fix gray8 in mov) updated by
-
Component changed
- 11:35 AM Changeset in ffmpeg [2becf21d] by
- Merge commit '4a2b26fc1b1ad123eba473a20e270f2b0ba92bca' * commit …
- 11:31 AM Ticket #2268 (ffprobe reporting incorrect dimension in xml format) updated by
-
Priority, Keywords, Component changed
coded_height is 368 for the sample, vp6f extradata indicates a … - 11:29 AM Ticket #1615 (video diff filter) updated by
- The compare filter does something completely different and does not …
- 11:28 AM Changeset in ffmpeg [08059f61] by
- Merge commit '5d5c248c3df30fa91a8dde639618c985b9a11c53' * commit …
- 11:23 AM Ticket #2099 (FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even ...) updated by
- I don't have Handbreak and are not willing to install it.
- 11:22 AM Changeset in ffmpeg [65da7007] by
- Merge commit '1b9b6d6e5ea556b6d307f9d473f54f6406fdc3c8' * commit …
- 11:21 AM Ticket #2266 (support flac crcchecks) updated by
- flac crc checks are mostly useless. flac could have error and crc …
- 11:14 AM Changeset in ffmpeg [afe30fe0] by
- Merge commit '86bfcfcf2364bc837b7bb582c66a8a15a332414f' * commit …
- 11:14 AM Ticket #2268 (ffprobe reporting incorrect dimension in xml format) created by
- Summary of the bug: ffprobe reports a dimension of 640x360 in non-xml …
- 11:05 AM Changeset in ffmpeg [5459cf41] by
- Merge commit 'a8ea936a0a00570f61a16a588821b52f6a3115c2' * commit …
- 10:59 AM Changeset in ffmpeg [d88e674a] by
- Merge commit 'cb7b47a61dba0b9329ecede5dd3211dc0662dc05' * commit …
- 10:53 AM Changeset in ffmpeg [0a513869] by
- Merge commit '182821cff43f5f977004d105b86c47ceb20d00d6' * commit …
- 10:45 AM Changeset in ffmpeg [f03cdbd0] by
- Merge commit '5cc0bd2cb47cbb1040f2bb0ded8d72a442c79b20' * commit …
- 10:39 AM Changeset in ffmpeg [d13f434d] by
- Merge commit 'e3db34291f4401a16f6ac92721617a9f33cd4c31' * commit …
- 10:34 AM Ticket #2267 (contrast loss when encoding from h264 yuvj420p to mpeg4 yuv420p) updated by
-
Cc, Priority, Component, Keywords changed
Please provide your failing command line together with complete, uncut … - 10:31 AM Ticket #2267 (contrast loss when encoding from h264 yuvj420p to mpeg4 yuv420p) updated by
-
Cc, Version changed
- 10:28 AM Ticket #2267 (contrast loss when encoding from h264 yuvj420p to mpeg4 yuv420p) created by
- When trying to encode from ".mov" files from a camera to avi (mpeg4 or …
- 10:27 AM Changeset in ffmpeg [4789955e] by
- Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd' * commit …
- 8:55 AM Ticket #2263 (Read second SeekHead in Matroska files) updated by
- I’m uploading it now as 2263-slow-ss-full.mkv but it’s 11GB, so it …
- 6:20 AM Ticket #2266 (support flac crcchecks) created by
- Summary of the bug: FLAC uses an md5 in the header to verify that the …
- 3:13 AM Changeset in ffmpeg [2acd5fb5] by
- doc/demuxers: quote command line arguments with @code Signed-off-by: …
- 12:50 AM WikiStart edited by
- add ArticlesForCreation link (diff)
- 12:22 AM CompilationGuide/Ubuntu edited by
- add automake for users who disable recommended packages (diff)
- 12:04 AM Changeset in ffmpeg [4f127915] by
- shorten: dont leave invalid channel counts in the context. Fixes …
Feb 12, 2013:
- 10:53 PM Ticket #2265 (Some http addresses cannot be opened) created by
- (vlc ticket 8155) The following two addresses play fine with firefox: …
- 10:49 PM Changeset in ffmpeg [e1219cda] by
- tiff: Check buffer allocation and pointer increment more carefully in …
- 10:47 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- So you get no audio on Windows Media Player on Windows 8?
- 10:31 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- Run with the 9th Feb zeronae build, still not working with the Extender.
- 10:24 PM Ticket #2078 (FFMPEG created WTV files cannot be fast forwarded or fast rewound in ...) updated by
- Wonder if anyone's noticed the votes this issue is getting ;)
- 9:55 PM Changeset in ffmpeg [6f9ae391] by
- faxcompr: Dont read ref when the end has been reached in pass mode …
- 8:26 PM Ticket #2263 (Read second SeekHead in Matroska files) updated by
- Can I get the original file somehow?
- 7:10 PM Changeset in ffmpeg [1ac0fa50] by
- pngdec/filter: dont access out of array elements at the end Found-by: …
- 6:41 PM Changeset in ffmpeg [157542eb] by
- lavr: fix mixing matrix reduction when normalization is disabled In …
- 6:41 PM Changeset in ffmpeg [600b4c97] by
- lavr: fix matrix reduction for upmixing in certain cases Do not skip …
- 6:41 PM Changeset in ffmpeg [a3735bb9] by
- lavr: cosmetics: reindent
- 6:41 PM Changeset in ffmpeg [1647da89] by
- lavr: make sure that the mix function is reset even if no mixing will …
- 6:35 PM Changeset in ffmpeg [646831e6] by
- lavr: print out the mix matrix in ff_audio_mix_set_matrix() This will …
- 5:54 PM Ticket #2263 (Read second SeekHead in Matroska files) updated by
- Yes. I originally noticed the problem because I was trying to make a …
- 5:22 PM Changeset in ffmpeg [8ae50d87] by
- ws-snd1: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [5a728882] by
- wmavoice: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [205a95f7] by
- wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext
- 5:22 PM Changeset in ffmpeg [c815ca36] by
- wma: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [f4a283ee] by
- wmapro: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [9873d71f] by
- wavpack: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [ee6ca11b] by
- vorbis: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [f80f8dd4] by
- vmdaudio: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [3b7d4338] by
- twinvq: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [ad2104ba] by
- tta: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [3997fef9] by
- truespeech: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [4a2b26fc] by
- tak: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [903b62cc] by
- smackaud: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [09d6831f] by
- sipr: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [fed74c0a] by
- shorten: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [5d5c248] by
- s302m: decode directly to the user-provided AVFrame
- 5:22 PM Changeset in ffmpeg [79fb2a1f] by
- ra288: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [f7e8c87c] by
- ra144: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [cbeb3ed3] by
- ralf: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [e01e1a46] by
- qdm2: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [1b9b6d6e] by
- qcelp: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [0905c963] by
- pcm-bluray: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [0fe4056f] by
- nellymoser: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [3a23752c] by
- mpc7/8: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [2c785e25] by
- mpegaudio: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [dc33fbbf] by
- mlp/truehd: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [86bfcfcf] by
- mace: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [bed957bb] by
- libspeex: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [19b2cb26] by
- libopus: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [0cd08367] by
- libopencore-amr: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [4f69612d] by
- libgsm: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [a8ea936a] by
- libilbc: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [b8788671] by
- dpcm: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [9b28e583] by
- imc/iac: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [6fdfdb23] by
- gsm: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [cb7b47a6] by
- g726: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [7e52fd6b] by
- g723.1: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [036e9b04] by
- g722: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [b8e9c99] by
- flac: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [97c7bdc6] by
- cinaudio: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [182821cf] by
- dca: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [7b783215] by
- cook: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [cddf8998] by
- comfortnoise: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [e42e5a89] by
- bmvaudio: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [a6bb39ad] by
- pcm: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [5cc0bd2c] by
- binkaudio: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [9a75ace2] by
- atrac3: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [0ded61b5] by
- atrac1: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [5932e2d7] by
- ape: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [da28bb3f] by
- amrwb: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [e3db3429] by
- amrnb: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [9b0b355] by
- als: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [5cd597f2] by
- alac: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [bae4f479] by
- adxenc: alloc/free coded_frame instead of keeping it in the ADXContext
- 5:21 PM Changeset in ffmpeg [0588935e] by
- adx: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [e57daa87] by
- adpcm: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [55d2e12a] by
- ac3: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [ffd21230] by
- aac: decode directly to the user-provided AVFrame
- 5:21 PM Changeset in ffmpeg [a3de4010] by
- 8svx: decode directly to the user-provided AVFrame
- 4:57 PM Ticket #2099 (FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even ...) updated by
- See Handbreak example. DTS-MA fails with error on write.
- 3:48 PM Ticket #2264 (subtitles filter does not accept ass files with Comment events) created by
- I will upload an ass file made with mkvextract from a sample uploaded …
- 3:18 PM Ticket #2099 (FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even ...) updated by
- Replying to JohnGalt: > The ticket isn't about not being …
- 3:09 PM Ticket #2263 (Read second SeekHead in Matroska files) updated by
- Iiuc, the sample you used is not complete but was cut with "dd". Is …
- 2:52 PM Ticket #2263 (Read second SeekHead in Matroska files) updated by
- Example file uploaded to ftp://upload.ffmpeg.org/incoming as …
- 2:50 PM Ticket #2099 (FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even ...) updated by
- The ticket isn't about not being able to decode the file. The ticket …
- 2:50 PM Ticket #2263 (Read second SeekHead in Matroska files) created by
- I have an MKV file for which using -ss is very slow. It plays fine in …
- 2:50 PM Changeset in ffmpeg [1ecce266] by
- WAV muxer: add RF64 support
- 2:36 PM Changeset in ffmpeg [09570412] by
- lavc/tta: Add support for encrypted streams Signed-off-by: James …
- 2:33 PM Ticket #2245 (Speed difference when using -ss on similar MKVs when extracting frame image) updated by
- Okay, okay, I’ll open up a new ticket ;)
- 2:28 PM Ticket #2099 (FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even ...) updated by
- Replying to JohnGalt: > TrueHD and DTS-MA must be …
- 2:13 PM Ticket #2099 (FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even ...) updated by
- Again: Use the sample linked to above, use handbreak as instructed and …
- 1:10 PM Changeset in ffmpeg [a63dc846] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: lavu: …
- 12:41 PM Changeset in ffmpeg [08db519e] by
- Merge commit '56dea32f09e71460add14a1b6d0fbe6eb16f02a4' * commit …
- 12:26 PM Changeset in ffmpeg [74913561] by
- Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b' * commit …
- 12:18 PM Changeset in ffmpeg [fe54f6cb] by
- Merge commit '4c51fe48ba6dde059360b7451db7f6bbf2f11db3' * commit …
- 12:11 PM Changeset in ffmpeg [e2b703f5] by
- Merge commit '62a43d30cc3b9b2460f2c926beb522df32493625' * commit …
- 11:41 AM Changeset in ffmpeg [3ccda2b0] by
- Merge commit '375ef6528c9dd2db7f9881e232cb0ec3aa16970d' * commit …
- 10:49 AM Ticket #2062 (Playback of HD-PVR recordings corrupted when using VDPAU) updated by
- Got it. I can see now why the qatar algorithm is more resilient to …
- 10:47 AM Changeset in ffmpeg [fd1abf42] by
- lavu: avoid clashing definition of E E is usually defined as a …
- 9:21 AM Ticket #2062 (Playback of HD-PVR recordings corrupted when using VDPAU) updated by
- I have a fix for this. Like jyavenard, I have swapped away from …
- 6:12 AM Changeset in ffmpeg [0b25c3b6] by
- mpeg12: do not decode extradata more than once. Fixes CVE-2012-2803. …
- 1:14 AM Changeset in ffmpeg [7ff1a4b1] by
- Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil. …
- 1:04 AM Changeset in ffmpeg [5260edee] by
- sanm: Use the correct height variable in the decoded_size checks …
- 1:00 AM Changeset in ffmpeg [4ee88db8] by
- sanm: init sizes with the full frame size Signed-off-by: Michael …
- 12:59 AM Changeset in ffmpeg [f0d9ccac] by
- sanm: reset frame sizes on buffer destruction Signed-off-by: Michael …
- 12:20 AM Ticket #2099 (FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even ...) updated by
- Replying to JohnGalt: > Again, TrueHD is not certified on …
- 12:17 AM Ticket #2262 (gif muxer should not be gif encoder) updated by
- The other users of the rawvideo encoder would be unhappy if rgb24 were …
- 12:15 AM Changeset in ffmpeg [365270ae] by
- sanm: add forgotten check for decoded_size in old_codec37() Fixes out …
Feb 11, 2013:
- 11:38 PM Changeset in ffmpeg [3b1f037d] by
- ffmpeg: fix streamcopy of lsf mp3. Fixes streamcopy of …
- 11:10 PM Ticket #2262 (gif muxer should not be gif encoder) created by
- Despite the error message the current behaviour is confusing to some …
- 10:53 PM Ticket #2099 (FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even ...) updated by
- Take the sample from above that is an m2ts file. Load it into …
- 10:43 PM Changeset in ffmpeg [64353be8] by
- doc/filters: rework idet filter description
- 10:43 PM Changeset in ffmpeg [af60e451] by
- doc/filters: apply minor fixes to il filter docs
- 10:43 PM Changeset in ffmpeg [4c69cafc] by
- doc/filters: fix position of il filter docs
- 10:38 PM Changeset in ffmpeg [b582af1e] by
- Use simple nop codes for <= sse (rather than <= mmx). The "CPU: …
- 9:54 PM Changeset in ffmpeg [972771dc] by
- h264chroma: remove duplicate 9/10 bit functions. Also use the …
- 9:23 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- Okay - I can't argue with that. So the question is what does ffmpeg …
- 9:22 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- I meant to say none of the 3 files work on Windows Media Center (it …
- 9:14 PM Ticket #2258 (allow -ss 30:00 instead of -ss 00:30:00) updated by
- no, -ss 30 is 30 seconds (and works in ffmpeg) you dont have to put …
- 7:33 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- What is correct or not is just a matter of definition. In this case, …
- 7:21 PM Ticket #2261 (mpegts: PID switch breaks demuxing) updated by
-
Priority changed
- 7:17 PM Ticket #2261 (mpegts: PID switch breaks demuxing) updated by
- By the way, VLC handles this fine with its own demuxer.
- 7:17 PM Changeset in ffmpeg [3658d2df] by
- doc: developer: Add a note about reserved system name space
- 7:17 PM Changeset in ffmpeg [56dea32f] by
- doc: developer: Fix wording in "naming conventions" section
- 7:17 PM Changeset in ffmpeg [69dca3a4] by
- openbsd: Add minor number to shared library install name This is what …
- 7:17 PM Changeset in ffmpeg [304b806c] by
- build: Make library minor version visible in the Makefile This allows …
- 7:17 PM Changeset in ffmpeg [b3f2a3f] by
- x86: mpeg4qpel: Make movsxifnidn do the right thing Fixes an …
- 7:12 PM Changeset in ffmpeg [4c51fe48] by
- h264: Copy h264chroma dsp context to slice thread copies This fixes …
- 7:12 PM Ticket #2261 (mpegts: PID switch breaks demuxing) updated by
-
Priority changed
- 7:10 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- Replying to ramitbhalla: > Win 8 Media Center. WMP works …
- 7:08 PM Ticket #2261 (mpegts: PID switch breaks demuxing) updated by
-
Priority changed
- 6:58 PM Ticket #1624 (add waveform filter for video) closed by
- fixed: I do not consider separate/combination Y/U/V/R/G/B/A that important. I …
- 6:57 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- hmm, so libavformat is doing something which isn't technically …
- 6:55 PM Ticket #1410 (Need Help Using FFMPEG with AVISYNTH) updated by
- And it happens in any directory? like your Desktop? It looks to me …
- 6:54 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- libavformat pretends such attachments are video streams, even if they …
- 6:49 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- So you're saying a attachment picture is a video stream and not an …
- 6:49 PM Ticket #2261 (mpegts: PID switch breaks demuxing) updated by
- vlc plays it fine
- 6:48 PM Ticket #2261 (mpegts: PID switch breaks demuxing) updated by
-
Status changed
- 6:47 PM Ticket #2261 (mpegts: PID switch breaks demuxing) created by
- Summary of the bug: How to reproduce: […]
- 6:27 PM Ticket #1410 (Need Help Using FFMPEG with AVISYNTH) updated by
- I can confirm this bug still persists, I am using …
- 6:25 PM Changeset in ffmpeg [0aa1d848] by
- ffv1enc: better heuristic to calculate initial states Slightly …
- 6:03 PM Changeset in ffmpeg [d192ac3e] by
- swscale: Disallow conversion to GBRP16 This reverts parts of …
- 5:33 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- Its this commit: …
- 5:28 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- Sorry no idea - I thought you folks would know what changed between …
- 5:25 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- Keep in mind that attachments are meant to be streams, however they …
- 5:20 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- Did you already find out which change caused your problem?
- 4:01 PM Ticket #1539 (ModPlug compile bug) closed by
- wontfix: I do not think this is ffmpeg fault.
- 4:00 PM Ticket #2227 (ffmpeg incorrectly identifying mjpeg as video stream instead of attachment) updated by
- Still not fixed in latest Git head […]
- 3:48 PM Changeset in ffmpeg [62a43d3] by
- crc: Move static data table from header to .c file Having static data …
- 3:47 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- Win 8 Media Center. WMP works, MCE doesn't. I'll try the latest git today
- 3:23 PM Changeset in ffmpeg [6fb296e9] by
- avcodec/rectangle: Remove nonsense assert
- 3:20 PM Changeset in ffmpeg [c177f2ec] by
- libfdk-aacenc: Actually check for upper bounds of cutoff …
- 3:15 PM Changeset in ffmpeg [375ef65] by
- libfdk-aacenc: Actually check for upper bounds of cutoff …
- 3:15 PM Changeset in ffmpeg [ab8f1a69] by
- arm: Fall back to runtime cpu feature detection via /proc/cpuinfo On …
- 2:43 PM Changeset in ffmpeg [8160864b] by
- lavfi/amerge: make description consistent with documentation …
- 12:13 PM Ticket #2198 (support reporting UL of MXF tracks) closed by
- fixed: Patch applied without "0x", see …
- 12:11 PM Changeset in ffmpeg [182e342f] by
- Print mxf Universal Label if the user requested verbose logging. …
- 11:29 AM Changeset in ffmpeg [10ec2308] by
- Merge remote-tracking branch 'qatar/release/0.5' into release/0.5 * …
- 11:15 AM Changeset in ffmpeg [c3a62d35] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: sparc: …
- 11:04 AM Changeset in ffmpeg [5d7009da] by
- evrcdec: fix wrong condition Fixes CID980005 and CID980004. …
- 9:08 AM Ticket #2258 (allow -ss 30:00 instead of -ss 00:30:00) updated by
- Replying to llogan: > 30:00 could possibly be interpreted …
- 9:00 AM Ticket #2258 (allow -ss 30:00 instead of -ss 00:30:00) updated by
- 30:00 could possibly be interpreted by a user as 30 hours as it may …
- 8:38 AM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- Replying to ramitbhalla: > I'm not sure if it's related, …
- 8:38 AM Ticket #2259 (http_proxy doesn't work) updated by
- the proxy works well in vlc
- 8:37 AM Ticket #2259 (http_proxy doesn't work) updated by
- C:\Windows\system32>set http_proxy=87.248.191.118:80 …
- 8:27 AM Ticket #2260 (FFmpeg doesn't auto-select subtitle codec for MP4) updated by
- Oh, you're correct. The subtitle file had at the beginning of the …
- 7:59 AM Ticket #2260 (FFmpeg doesn't auto-select subtitle codec for MP4) updated by
-
Keywords changed
Replying to slhck: > Encoding with-c:s mov_text… - 7:56 AM Ticket #2259 (http_proxy doesn't work) updated by
-
Keywords, Version changed
Please test current git head and to make this a valid ticket, please … - 1:29 AM Changeset in ffmpeg [fd6a021d] by
- get_bits: return pointer to buffer that is the result of the …
- 12:34 AM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- Please test current git head.
- 12:03 AM Changeset in ffmpeg [5e74a2b6] by
- bit_depth_template: don't depend on dsputil.h. Signed-off-by: Michael …
- 12:03 AM Changeset in ffmpeg [c7e3e554] by
- Move ff_emulated_edge_mc prototypes to videodsp. Signed-off-by: …
- 12:03 AM Changeset in ffmpeg [55e35c98] by
- h264 intra pred: add missing includes. Signed-off-by: Michael …
Feb 10, 2013:
- 11:50 PM Changeset in ffmpeg [8491ac3a] by
- mlpdec: check ch_assign more completely Fixes CID970924 …
- 9:57 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- I'm not sure if it's related, but the wtv files created by FFMPEG play …
- 9:54 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- None of the above 3 files created by ffmpeg work on the Xboc 360 …
- 9:23 PM Changeset in ffmpeg [d46d87d1] by
- sparc: dsputil_vis: Fix silly variable name search and replace typo
- 9:14 PM Ticket #2260 (FFmpeg doesn't auto-select subtitle codec for MP4) updated by
-
Version changed
Also broken in Git Master (git-2013-02-10-3acaea2) - 8:23 PM Ticket #2260 (FFmpeg doesn't auto-select subtitle codec for MP4) created by
- FFmpeg doesn't seem to be able to auto-select the proper subtitle …
- 8:00 PM Changeset in ffmpeg [3acaea26] by
- lavfi/il: filter out hwaccels formats from the list of supported formats
- 8:00 PM Changeset in ffmpeg [6b171f04] by
- lavf/matroskaenc: provide more feedback in case of unsupported codec …
- 7:59 PM Changeset in ffmpeg [f0703b6c] by
- lavd/v4l2: fix error logic when enumerating standards Set ret to 0 …
- 7:35 PM Ticket #2259 (http_proxy doesn't work) created by
- http_proxy doesn't work for http streams
- 7:24 PM Changeset in ffmpeg [0e3dacb1] by
- tiff: dont leave geotag_count in an invalid state on errors. Fixes …
- 7:18 PM Changeset in ffmpeg [f28043d0] by
- tiff: check for failure in search_keyval() Fixes null pointer …
- 6:52 PM Ticket #1570 (libv4l2: error dequeuing buf: Resource temporarily unavailable) updated by
- All requested testcases were broken with the current git, except the …
- 5:31 PM Changeset in ffmpeg [478fc7f5] by
- pictordec: fix cga palette index limit Fixes out of array read …
- 5:15 PM Changeset in ffmpeg [ea1d8465] by
- Fix division by 0 due to audio frame size Found-by: Mateusz "j00ru" …
- 5:01 PM Changeset in ffmpeg [b9500bf] by
- vp6: properly fail on unsupported feature Interlacing is not …
- 5:01 PM Changeset in ffmpeg [4f8f4458] by
- vp56: release frames on error Fixes CVE-2012-2783 CC: …
- 5:01 PM Changeset in ffmpeg [9def5c46] by
- shorten: Use separate pointers for the allocated memory for decoded …
- 5:01 PM Changeset in ffmpeg [7aeb281a] by
- shorten: check for realloc failure (cherry picked from commit …
- 5:01 PM Changeset in ffmpeg [a49599b1] by
- h264: check context state before decoding slice data partitions Fixes …
- 5:01 PM Changeset in ffmpeg [fe4409a3] by
- oggdec: check memory allocation (cherry picked from commit …
- 5:01 PM Changeset in ffmpeg [c3761b6] by
- Fix uninitialized reads on malformed ogg files. The ogg decoder …
- 5:01 PM Changeset in ffmpeg [2e1474fd] by
- lavf: avoid integer overflow in ff_compute_frame_duration() Scaling …
- 5:01 PM Changeset in ffmpeg [1f1b2f18] by
- yuv4mpeg: reject unsupported codecs The muxer already rejects …
- 5:01 PM Changeset in ffmpeg [80f89a9b] by
- tiffenc: Check av_malloc() results. (cherry picked from commit …
- 5:01 PM Changeset in ffmpeg [5235db68] by
- mpegaudiodec: fix short_start calculation The value should be always …
- 5:01 PM Changeset in ffmpeg [67317767] by
- h264: avoid stuck buffer pointer in decode_nal_units When …
- 5:01 PM Changeset in ffmpeg [d4e42341] by
- yuv4mpeg: return proper error codes. Fixes Bug 373. …
- 5:01 PM Changeset in ffmpeg [2ae6bdb] by
- avidec: return 0, not packet size from read_packet(). (cherry picked …
- 5:01 PM Changeset in ffmpeg [4fac60d5] by
- cavsdec: check for changing w/h. Our decoder does not support …
- 5:01 PM Changeset in ffmpeg [d1729c37] by
- avidec: use actually read size instead of requested size Fixes …
- 5:01 PM Changeset in ffmpeg [c28c631] by
- bytestream: add a new set of bytestream functions with overread …
- 5:01 PM Changeset in ffmpeg [6b97e76d] by
- avsdec: Set dimensions instead of relying on the demuxer. The decode …
- 5:01 PM Changeset in ffmpeg [4475a7d8] by
- lavfi: avfilter_merge_formats: handle case where inputs are same This …
- 5:01 PM Changeset in ffmpeg [0f6d4da] by
- bmpdec: only initialize palette for pal8. Gray8 is not considered to …
- 5:01 PM Changeset in ffmpeg [5c9d2d83] by
- Bump version number for the 0.5.10 release
- 4:54 PM Changeset in ffmpeg [cb85779d] by
- dpx: include offset in the total_size calculation Fixes out of array …
- 4:52 PM Changeset in ffmpeg [151067b] by
- dpx: Fix rounding in 10bit total_size calculation This could have …
- 4:32 PM Changeset in ffmpeg [d24de459] by
- pcx: Add missing padding to scanline buffer Fixes out of array read …
- 4:32 PM Changeset in ffmpeg [f41329c] by
- pcx: use init_get_bits8() Signed-off-by: Michael Niedermayer …
- 4:09 PM Changeset in ffmpeg [60950adc] by
- lavd/v4l2: implement consistent error handling In particular, avoid …
- 4:09 PM Changeset in ffmpeg [e005697a] by
- tests: add fate-lavfi-il test
- 3:52 PM Changeset in ffmpeg [6462268e] by
- pcx: fix rounding in bytes_per_scanline check Fixes out of array …
- 1:44 PM Changeset in ffmpeg [034a125c] by
- Support more atrac3-in-mkv samples. The mkv demuxer sometimes finds …
- 1:27 PM Changeset in ffmpeg [2c5e4ae2] by
- Revert "Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de'" This …
- 1:17 PM Changeset in ffmpeg [02b3ac87] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: sws: …
- 1:07 PM Changeset in ffmpeg [f2b89f21] by
- Merge commit '7b41c24c5fa221b55a9302efaf1a9eeb38b12551' * commit …
- 1:00 PM Changeset in ffmpeg [0b189654] by
- lavfi/il: move query_formats() definition up Respect order of call …
- 1:00 PM Changeset in ffmpeg [63a99622] by
- lavfi/il: simplify/generalize linesize computation Rely on generic …
- 12:55 PM Changeset in ffmpeg [d1d9b93e] by
- Merge commit 'e58013dd8f00e17dd98ba64e41c72f1d152f6608' * commit …
- 12:49 PM Changeset in ffmpeg [42431a55] by
- Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821' * commit …
- 12:18 PM Changeset in ffmpeg [e88f392] by
- Merge commit '81726a4f0b8a43e19898e2a36fdde80583bafff0' * commit …
- 12:06 PM Changeset in ffmpeg [9a714d87] by
- Merge commit 'f5fac6f77752931347ab302563802dcaa49c2419' * commit …
- 11:47 AM Changeset in ffmpeg [d8082065] by
- Merge commit 'db0a943266be29ff0596872ebb418dfed75d00de' * commit …
- 11:39 AM Changeset in ffmpeg [30085bd4] by
- Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761' * commit …
- 11:29 AM Ticket #2140 (null ptr deref due to vf_mp not setting pseudo palette) updated by
- The crash is a regression since 82541d8.
- 11:25 AM Changeset in ffmpeg [3600049d] by
- Merge commit '61f9ad2dfcb3f98b7ac5777d19d0e7b61d0be01e' * commit …
- 11:14 AM Changeset in ffmpeg [0af4506e] by
- Merge commit '36fab50e90d15352e403e4cc210890810f2fb4e2' * commit …
- 11:10 AM Ticket #2140 (null ptr deref due to vf_mp not setting pseudo palette) updated by
- The mp=il filter was ported and removed by Paul B Mahol, the crash is …
- 9:51 AM Changeset in ffmpeg [f02f231e] by
- Do not write invalid matroska files. Some real codecs are supported …
- 8:26 AM Ticket #2258 (allow -ss 30:00 instead of -ss 00:30:00) updated by
-
Status, Reproduced by developer changed
[…] - 8:22 AM Ticket #2256 (FFmpeg caused php starup error) closed by
- invalid: This is the FFmpeg bug tracker, not a support forum, please see …
- 8:22 AM Ticket #2257 (make ffmpeg option order like mencoder) closed by
- invalid: This does not look like a valid ticket (and I don't think it would be …
- 7:09 AM Ticket #2258 (allow -ss 30:00 instead of -ss 00:30:00) created by
- ffmpeg -ss 00:30:00 to seek 30 minutes be nice to just do ffmpeg -ss …
- 7:02 AM Ticket #2257 (make ffmpeg option order like mencoder) created by
- implement aliases for input and output options so command lines can be …
- 1:15 AM Changeset in ffmpeg [cf8d9b74] by
- imgconvert: use get_pix_fmt_score in avcodec_find_best_pix_fmt_of_2() …
- 1:14 AM Changeset in ffmpeg [13ae02d0] by
- imgconvert: add get_pix_fmt_score() get_pix_fmt_score() returns a …
- 12:57 AM Ticket #2256 (FFmpeg caused php starup error) created by
- Summary of the bug: i have installed the FFmpeg using the following …
Feb 9, 2013:
- 11:26 PM Creating multiple outputs edited by
- tee psuedo-muxer (diff)
- 9:56 PM Changeset in ffmpeg [969039eb] by
- lavfi/il: fix typo in Copyright Signed-off-by: Paul B Mahol …
- 9:43 PM Changeset in ffmpeg [c0a8918f] by
- lavfi: remove mp=il filter Native il video filter is now available. …
- 9:41 PM Changeset in ffmpeg [6e9abce5] by
- lavfi: port MP il filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 8:21 PM Changeset in ffmpeg [796012af] by
- targa: Fix y check in advance_line Fixes out of array accesses …
- 8:18 PM Ticket #2255 (2013 Spring Website Art Contest) created by
- We are now accepting designs for the website banner. This is a spring …
- 8:10 PM Ticket #1756 (2013 Winter Website Banner Contest) closed by
- completed (art): ffmpeg-winter-logo_muxsonV2.png by Muxon was chosen: …
- 7:50 PM Changeset in ffmpeg [f43d09cd] by
- lavf: add tee pseudo-muxer.
- 7:32 PM Changeset in ffmpeg [813784a8] by
- sws: disable yuv2rgb warning for planar rgb. planar rgb formats do …
- 7:32 PM Changeset in ffmpeg [350128b2] by
- rv10: remove check that is always true Signed-off-by: Paul B Mahol …
- 7:31 PM Changeset in ffmpeg [7b41c24c] by
- sws: dont enable chrSrcHSubSample for planar RGB This code path is …
- 7:31 PM Changeset in ffmpeg [e58013d] by
- sws: use planarRgbToRgbWrapper only for 8bit per component The …
- 7:31 PM Changeset in ffmpeg [d6d5ef55] by
- sws: GBRP9, GBRP10, and GBRP16 output support Signed-off-by: Michael …
- 6:51 PM Ticket #814 (rgb24 -> yuv420p conversion is not precise?) updated by
- It would be nice if these magical flags would be documented anywhere. …
- 6:44 PM Ticket #814 (rgb24 -> yuv420p conversion is not precise?) updated by
- Try this: ffmpeg -i tetest.tif -sws_flags …
- 6:17 PM Ticket #2150 (scale video filter improvement) updated by
-
Status, Component changed
- 6:17 PM Ticket #1333 (Seeking in voc) updated by
-
Component changed
- 6:14 PM Ticket #1248 (shorten: add duration info) updated by
-
Component changed
Not sure if libavcodec needs to be changed too… - 6:09 PM Ticket #2214 (h264 output video stream with yuv444p) updated by
-
Component changed
- 6:09 PM Ticket #2119 (Support for Playstation 2 Audio file format) updated by
-
Component changed
- 6:08 PM Ticket #2016 (Support libopenjpeg 2.0.0) updated by
-
Component changed
- 6:07 PM Ticket #296 (support seeking by decoding from the begin) updated by
-
Priority changed
- 6:04 PM Ticket #2134 (libavcodec and AC3 audio crash XBMC) closed by
- invalid
- 6:03 PM Ticket #1937 (cdxl: wrong duration) updated by
-
Priority, Type, Component changed
- 6:02 PM Ticket #1611 (The colors change when converting bgr24 to yuv420p) closed by
- needs_more_info: Conversion from rgb->yuv changes colors and can not be lossless. Also …
- 5:57 PM Ticket #1410 (Need Help Using FFMPEG with AVISYNTH) closed by
- needs_more_info: Please reopen if bug is still reproducible.
- 5:57 PM Changeset in ffmpeg [81726a4f] by
- FATE: add tests for additional flavors of asf cover art
- 5:57 PM Changeset in ffmpeg [1ef0e8a6] by
- asfdec: do not assume every AVStream has a corresponding ASFStream …
- 5:57 PM Changeset in ffmpeg [f5fac6f7] by
- asfdec: support reading ID3v2 tags in ASF files Yes, these files do …
- 5:57 PM Changeset in ffmpeg [db0a9432] by
- avplay: apply the stream sample_aspect_ratio to decoded video frames …
- 5:57 PM Changeset in ffmpeg [84b721d] by
- asfdec: also read Metadata Library Object In some ASF files this …
- 5:57 PM Changeset in ffmpeg [61f9ad2d] by
- asfdec: read the full Metadata Object, not just aspect ratio …
- 5:57 PM Changeset in ffmpeg [36fab50e] by
- asfdec: silence a warning Signed-off-by: Vladimir Pantelic …
- 5:56 PM Ticket #1398 (remuxed DTS audio won't play on hardware devices) updated by
-
Component changed
- 5:55 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- To make this a useful and valid ticket please: Find a wtv file that …
- 5:53 PM Ticket #1095 (libxavs: encoded file doesn't decode with built-in decoder) updated by
-
Component changed
- 5:52 PM Ticket #964 (No h263 Mode B support?) updated by
-
Component changed
- 5:50 PM Ticket #814 (rgb24 -> yuv420p conversion is not precise?) closed by
- wontfix: I really do not see how this could be fixed.
- 5:47 PM Ticket #138 (add support for rtmp live stream) closed by
- fixed: Thanks, feel free to reopen ticket that if you found it still does not …
- 5:44 PM Changeset in ffmpeg [b5fc95e7] by
- motionpixels: Check that the vlc table has been fully inited Fixes …
- 5:44 PM Changeset in ffmpeg [4401958f] by
- motionpixels: Propagate errors in vlc table init Found-by: Mateusz …
- 5:43 PM Ticket #2194 (ffplay: iff ilbm output changes after seeking with the mouse) updated by
- This is single frame, so seeking should not do this. Except seeking …
- 5:14 PM Changeset in ffmpeg [e149127b] by
- Call the common 7.1 wide channel layout "7.1(wide)". Rename the …
- 4:26 PM Changeset in ffmpeg [faac8500] by
- lavu/internal: rename macro E(x) to EXPAND(x) Fixes bunch of warnings …
- 4:05 PM Changeset in ffmpeg [4fa9defc] by
- lavfi/histogram: make waveform mode more useful Now it displays all …
- 2:16 PM Changeset in ffmpeg [da726a87] by
- paf, sanm: remove unused header after b05830169d Signed-off-by: Paul …
- 2:03 PM Changeset in ffmpeg [7a259a5f] by
- Fix libpostproc compilation on x86_32 with disable-optimizations.
- 1:57 PM Changeset in ffmpeg [b46a8f05] by
- doc/filters: end table in histogram docs
- 1:57 PM Changeset in ffmpeg [bad82243] by
- doc/demuxers: add docs for rawvideo demuxer
- 1:57 PM Changeset in ffmpeg [765dbea9] by
- lavf/rawvideodec: fix/extend option descriptions
- 1:57 PM Changeset in ffmpeg [9b9b5a47] by
- doc/demuxers: fix copy&paste error in "@c man end" line Use proper …
- 1:57 PM Changeset in ffmpeg [11169717] by
- doc/demuxers: sort demuxers by name
- 1:45 PM Changeset in ffmpeg [5cfc0ae8] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 1:33 PM Changeset in ffmpeg [6b2e6507] by
- Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' * commit …
- 1:32 PM Changeset in ffmpeg [8658e1c6] by
- mss4, ra288: Remove unused DSPContext local codec context members
- 1:27 PM Changeset in ffmpeg [276c9c05] by
- Merge commit '059866eb17cd3c66422a61d3e9c3305f55830a50' * commit …
- 1:27 PM Ticket #2100 (No burned in subtitles visible on Mac OSX) closed by
- invalid: Thank you for testing!
- 1:22 PM Changeset in ffmpeg [5fd6d85d] by
- rnd_avg: fix author attribution Reference: commit …
- 1:22 PM Changeset in ffmpeg [81a11452] by
- Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf' * commit …
- 1:13 PM Ticket #2100 (No burned in subtitles visible on Mac OSX) updated by
- Sorry for posting this ticket just before my holiday and only getting …
- 12:51 PM Changeset in ffmpeg [a8864615] by
- Merge commit 'b9c2408b19dc9408e9dc0ce4a099af529bbfba3b' * commit …
- 12:50 PM Ticket #1624 (add waveform filter for video) updated by
- Ignore, I found far more useful explanation here …
- 12:46 PM Changeset in ffmpeg [ffbe19fc] by
- Merge commit '35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6' * commit …
- 12:41 PM Ticket #1624 (add waveform filter for video) updated by
- Implemented as histogram filter: "-vf …
- 12:40 PM Changeset in ffmpeg [0af07495] by
- Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44' * commit …
- 12:35 PM Ticket #2225 (negate filter is broken on big-endian) updated by
- This actually happens for any input video? If yes than also lutrgb or …
- 12:27 PM Changeset in ffmpeg [e5670cb8] by
- lavfi/histogram: make it C90 compliant Signed-off-by: Paul B Mahol …
- 12:23 PM Changeset in ffmpeg [b0583016] by
- Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a' * commit …
- 12:12 PM Ticket #1832 (TrueHD Encoder?) updated by
- There is already abandoned mlp encoder (truehd is just variant of it) …
- 12:09 PM Ticket #175 (Strange increase of the size of dsputil.o) closed by
- fixed: I think this have been fixed.
- 12:01 PM Ticket #2253 (make fails with ./configure --disable-everything) updated by
- […]
- 11:45 AM Changeset in ffmpeg [29a92c01] by
- histogram filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 11:37 AM Changeset in ffmpeg [e5212354] by
- Merge commit 'b9ee5f2cab3ffe1c962e542346b1ed61394864ec' * commit …
- 11:34 AM Ticket #2253 (make fails with ./configure --disable-everything) updated by
- Regression since 91c8921 / 71155d7
- 11:05 AM Changeset in ffmpeg [bcb15e66] by
- Merge commit 'b5b7b75e91e291c810ebd01868a42b53f267a87c' * commit …
- 10:44 AM Changeset in ffmpeg [55151aa1] by
- Merge commit '0b016eb99d38738e2c53e36549a4732a0f863b2e' * commit …
- 3:06 AM Changeset in ffmpeg [a35f5c22] by
- Merge remote-tracking branch 'rdp/dshow_shared' * rdp/dshow_shared: …
- 1:59 AM Changeset in ffmpeg [53b2083f] by
- sparc: Revert some parameter name changes in dsputil_vis.c They were …
- 1:50 AM Ticket #2189 (ffmpeg -i http://url doesn't exit with absent server in windows) updated by
- Ctrl+C does seem fixed, thank you! Ok running what I believe to be …
- 1:00 AM Ticket #2254 (Unsupported h264 file) updated by
- Sample uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2254/
- 12:52 AM Ticket #2254 (Unsupported h264 file) created by
- (videolan ticket 8145) A vlc user uploaded a DVB recording from TTV HD …
- 12:52 AM Ticket #2244 (ffmpeg creates invalid odd-byte length wav files) updated by
- @cehoyos. I see the invalid error is a fault with my sample and that …
- 12:37 AM Ticket #2244 (ffmpeg creates invalid odd-byte length wav files) updated by
- Interestingly, FFmpeg (still) claims that the original file is …
- 12:36 AM Ticket #2244 (ffmpeg creates invalid odd-byte length wav files) closed by
- fixed: Fixed by Paul B Mahol.
- 12:32 AM Ticket #2253 (make fails with ./configure --disable-everything) updated by
-
Status, Reproduced by developer, Component, Summary, Priority, Version, Keywords changed
- 12:17 AM Changeset in ffmpeg [a92816c4] by
- get_se_golomb: fix decoding of very large values Signed-off-by: …
- 12:17 AM Encode/AAC edited by
- add strict error message for error searchers; awesomify song title (diff)
Feb 8, 2013:
- 11:08 PM Changeset in ffmpeg [5d3d39c7] by
- dsputil: Move fdct function declarations to dct.h
- 10:13 PM Changeset in ffmpeg [218aefce] by
- dsputil: Move LOCAL_ALIGNED macros to libavutil
- 10:10 PM Changeset in ffmpeg [059866eb] by
- dsputil: Move WRAPPER8_16_SQ macro to the only place it is used
- 10:10 PM Changeset in ffmpeg [bf6b3ec9] by
- dsputil: Move rnd_avg inline functions to a separate header
- 10:10 PM Changeset in ffmpeg [b9c2408b] by
- dsputil: Remove commented-out, unused function declarations
- 9:55 PM Changeset in ffmpeg [b8820e7a] by
- dsp: make put_no_rnd_pixels_tab 4x4 big This makes it match the other …
- 6:08 PM Ticket #2253 (make fails with ./configure --disable-everything) created by
- This may be expected, but thought I'd report it in case it isn't: How …
- 5:17 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
-
Keywords changed
- 4:52 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- To clarify the ffmpeg created WTV file has mpeg2video and AC3 audio.
- 4:16 PM Ticket #2170 (problem using av_packet_merge_side_data) updated by
- I will take the time to explain you in detail, with some working code, …
- 2:51 PM Ticket #2170 (problem using av_packet_merge_side_data) updated by
- What you try to store in the file / mux does not seem valid to me. Can …
- 2:27 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) created by
- Summary of the bug: WTV files created by ffmpeg do not play back on …
- 1:44 PM Ticket #2189 (ffmpeg -i http://url doesn't exit with absent server in windows) updated by
- The crash on Ctrl-C should be fixed, can you try again to get a useful …
- 1:10 PM Changeset in ffmpeg [89946c84] by
- dxva2: Prevent redefinition of _WIN32_WINNT Don't redefine …
- 11:59 AM Ticket #1970 (ffserver ignores ffmpeg command line arguments) updated by
- Whould a workaround be to filter first and then pipe the output to the …
- 11:51 AM Changeset in ffmpeg [47335126] by
- ff_end_tag: assert that the start is aligned. If its start is not …
- 10:40 AM Changeset in ffmpeg [810cd0dd] by
- riff: chunks must be at 2 byte boundary Fixes #2244. Signed-off-by: …
- 10:28 AM Ticket #1570 (libv4l2: error dequeuing buf: Resource temporarily unavailable) updated by
-
Analyzed by developer, Reproduced by developer changed
To llarevo: thanks for testing, I believe I know what causes this bug … - 10:10 AM Ticket #2249 (AAC avcodec_decode_audio4 sound) closed by
- invalid: The AAC decoder now returns AV_SAMPLE_FMT_FLTP, if you have to use …
- 10:04 AM Ticket #2250 (AAC avcodec_decode_audio4 sound) closed by
- invalid
- 9:56 AM Ticket #2245 (Speed difference when using -ss on similar MKVs when extracting frame image) updated by
- I indeed want to speed up the seeking, but the output should still be …
- 2:58 AM Ticket #2251 (avconv ignores "-q" argument) closed by
- invalid: You are at the wrong bug tracker. avconv is not from FFmpeg. See …
- 2:26 AM Ticket #2235 (Subtitles do not seek) updated by
- I can attach some files to test if it would make it easier?
- 2:11 AM Ticket #2251 (avconv ignores "-q" argument) created by
- When converting to webm with a "-q 9" argument, avconv instead uses …
- 12:51 AM Ticket #2250 (AAC avcodec_decode_audio4 sound) created by
- Summary of the bug: How to reproduce: […] Patches should be …
- 12:50 AM Ticket #2249 (AAC avcodec_decode_audio4 sound) created by
- Summary of the bug: How to reproduce: […] Patches should be …
Note:
See TracTimeline
for information about the timeline view.
