Timeline
Jul 10, 2012:
- 10:01 PM Changeset in ffmpeg [9b3f9f4] by
- tiffenc: use av_fast_padded_malloc(z) Signed-off-by: Paul B Mahol …
- 9:42 PM Changeset in ffmpeg [0e003d8c] by
- lavc: add av_fast_padded_mallocz Signed-off-by: Paul B Mahol …
- 9:32 PM Changeset in ffmpeg [ca16f88c] by
- tiffenc: add .init Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 8:29 PM Changeset in ffmpeg [5a9d6993] by
- parseutils: ignore digits below the microsecond. Accept 1.1234567 as …
- 7:00 PM Changeset in ffmpeg [a8ad6ffa] by
- rtsp: Add listen mode This makes the RTSP demuxer act as a server, …
- 6:51 PM Changeset in ffmpeg [b27c7d70] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: mss1: …
- 6:32 PM Changeset in ffmpeg [e346176d] by
- x86: cpu: clean up check for cpuid instruction support This adds …
- 6:26 PM Changeset in ffmpeg [96890c00] by
- configure: Change the rdtsc check to a linker check A compile-only …
- 6:21 PM Changeset in ffmpeg [6e71c120] by
- rtsp: Make rtsp_open_transport_ctx() non-static This is required for …
- 6:20 PM Changeset in ffmpeg [6bbb3622] by
- rtsp: Move rtsp_read_close This avoids having to add forward …
- 6:20 PM Changeset in ffmpeg [45b06858] by
- rtsp: Parse the mode=receive/record parameter in transport lines We …
- 5:38 PM Changeset in ffmpeg [84d902f] by
- mpeg4videoenc: use av_assert Signed-off-by: Michael Niedermayer …
- 5:38 PM Changeset in ffmpeg [43c60937] by
- mpeg4videodec: use av_assert Signed-off-by: Michael Niedermayer …
- 5:28 PM Ticket #1516 (Possible dead loop while making snapshot from a MP4) closed by
- worksforme: Works fine here. Please note that it does make a difference where you …
- 5:20 PM Ticket #1520 (allow mathematical expressions for -t and -ss) updated by
- I see three separate issues here: First, the possibility of putting …
- 4:41 PM CompilationGuide edited by
- note cross compile (diff)
- 3:05 PM Ticket #1517 (Pixel format autoselection does not choose wisely for yuvj420p) updated by
- Isn't this duplication of ticked #1426. (there are probably others too....)
- 2:59 PM Ticket #1518 (Add support for corepng png1 files) closed by
- wontfix: The fate sample is badly truncated, full sample from …
- 2:57 PM Ticket #1516 (Possible dead loop while making snapshot from a MP4) updated by
- Replying to cehoyos: > Replying to tewilove: > …
- 2:32 PM Ticket #527 (NellyMoser codec reports zero frame size and bitrate) updated by
- It looks like my hack doesn't really work that well. I'm transcoding …
- 12:53 PM Ticket #1519 (use -coder 1 by default in ffv1 encoding when needed) closed by
- fixed: Should be fixed.
- 12:34 PM Changeset in ffmpeg [0abab003] by
- dpx: invalid aspect ratio is 0/1, not 0/0.
- 12:32 PM Changeset in ffmpeg [acf02839] by
- Set default ffv1 coder to -1. Autoselect coder 1 instead of default …
- 12:32 PM Changeset in ffmpeg [4c4e1256] by
- Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation …
- 12:32 PM Changeset in ffmpeg [08ed3e8b] by
- Cosmetics: Move ffv1 encoder initialisation code.
- 12:24 PM Changeset in ffmpeg [71c689e8] by
- dsputil: turn assert into if() as its possible to trigger with ffv1 …
- 11:58 AM Changeset in ffmpeg [ed219ed3] by
- mss1: fix decoding masked regions in interframes Spotted by Alberto Delmás
- 11:51 AM Changeset in ffmpeg [f39bbc9] by
- mxfdec: fix off by one error. Found-by: Mateusz "j00ru" Jurczyk and …
- 11:51 AM Changeset in ffmpeg [83728d2d] by
- mxfdec: only parse next partition pack if parsing forward …
- 11:51 AM Changeset in ffmpeg [34ca5ae5] by
- mxfdec: let pkt->pts = mxf->current_edit_unit if intra-only We cannot …
- 11:51 AM Changeset in ffmpeg [634d6705] by
- mxfdec: fix frame height vs field height confusion Reviewed-by: Tomas …
- 11:51 AM Changeset in ffmpeg [5ed032fb] by
- mxfdec: Add intra_only flag to MXFTrack This allows future …
- 11:51 AM Changeset in ffmpeg [fb8fa3c6] by
- mxfdec: fix Avid AirSpeed files being misinterpreted as OP1a The "ECs …
- 11:51 AM Changeset in ffmpeg [1fadf53e] by
- mxfdec: truncate packets that extend past the next edit unit This …
- 11:51 AM Changeset in ffmpeg [fda891e1] by
- mxfdec: set pixel format for cdci picture formats The properties of …
- 11:51 AM Changeset in ffmpeg [dfefede0] by
- mxfdec: detect uncomp pictures using essence container ul This …
- 11:51 AM Changeset in ffmpeg [5255ca24] by
- mxfdec: set track edit rate num/den in expected order This matches …
- 11:33 AM Changeset in ffmpeg [358d854d] by
- x86/cpu: implement get/set_eflags using intrinsics Signed-off-by: …
- 11:33 AM Changeset in ffmpeg [c0ee695b] by
- x86/cpu: implement support for cpuid through intrinsics …
- 11:33 AM Changeset in ffmpeg [3f150ffb] by
- x86/cpu: implement support for xgetbv through intrinsics …
- 11:33 AM Changeset in ffmpeg [f80ddd5b] by
- lavu: use intrinsics for emms on systems lacking inline asm support …
- 11:27 AM Changeset in ffmpeg [73077464] by
- Recognize yuv10 image files as v210x. Reviewed-by: Kieran Kunhya
- 11:22 AM Changeset in ffmpeg [5bcabc56] by
- Define snow .pix_fmts to allow colour space auto-selection.
- 11:10 AM Ticket #1522 (H264 Support SP frames exactly) created by
- Only the first nine frames of …
- 8:37 AM Changeset in ffmpeg [620b1e7e] by
- mem: Don't abort on av_malloc(0) in debug mode This makes the …
- 8:18 AM Ticket #1511 (udp protocol docs missing some options) updated by
-
Priority, Keywords, Version, Status, Reproduced by developer changed
- 7:58 AM Ticket #1519 (use -coder 1 by default in ffv1 encoding when needed) updated by
-
Priority, Keywords, Version, Status changed
Patch on mailing list. - 7:45 AM Ticket #1521 (Seek does not work on a asf file.) updated by
-
Keywords, Status, Reproduced by developer changed
For future bug reports: Please always add a command line together with … - 5:34 AM Ticket #1438 (Seeking in vob file with timestamp discontinuities fails) updated by
- Yes, I just did not find time yet to generalise the description (I …
- 2:59 AM Ticket #1521 (Seek does not work on a asf file.) updated by
- sample file size is ~23mB. To download it, please visit: …
- 2:50 AM Ticket #1521 (Seek does not work on a asf file.) created by
- Summary of the bug: Seek does not work on a asf file. Every seek …
- 1:30 AM Changeset in ffmpeg [b4d0c3d9] by
- exr: return proper error code instead of -1 Signed-off-by: Paul B …
- 1:28 AM Changeset in ffmpeg [dc0d551b] by
- exr: use buf_size instead of recalculating same value Signed-off-by: …
- 12:17 AM Changeset in ffmpeg [1d890ec8] by
- h264/decode_scaling_matrices: fix coding order of 8x8 matrixes. This …
- 12:17 AM Changeset in ffmpeg [e162733d] by
- h264: 12 and 14 bit support This works with I, P and B frames CAVLC …
- 12:17 AM Changeset in ffmpeg [1465ecf0] by
- h264dsp: 12 and 14 bit support Signed-off-by: Michael Niedermayer …
- 12:17 AM Changeset in ffmpeg [5d05acba] by
- h264pred: 12 and 14 bit support Signed-off-by: Michael Niedermayer …
- 12:17 AM Changeset in ffmpeg [69d5e40e] by
- h264idct: 12 and 14 bit support Signed-off-by: Michael Niedermayer …
- 12:17 AM Changeset in ffmpeg [6ff6a51b] by
- h264: limit 10bpp MC pading trick to 10bpp Signed-off-by: Michael …
- 12:17 AM Changeset in ffmpeg [e8b9e1e2] by
- dsputil: extend things to 12 and 14 bits Signed-off-by: Michael …
- 12:04 AM Changeset in ffmpeg [1a8b0025] by
- fate: add test for paf demuxer Signed-off-by: Paul B Mahol …
- 12:04 AM Changeset in ffmpeg [101615c7] by
- fate: add test for paf video decoder Signed-off-by: Paul B Mahol …
- 12:04 AM Changeset in ffmpeg [409cc458] by
- fate: add test for paf audio decoder Signed-off-by: Paul B Mahol …
Jul 9, 2012:
- 11:37 PM Changeset in ffmpeg [c88d98fe] by
- lavfi/movie: reindent after the previous patch Signed-off-by: Steven …
- 11:37 PM Changeset in ffmpeg [ac726a4] by
- lavfi/movie: flush decoder frames on EOF movie currently forwards EOF …
- 11:29 PM Changeset in ffmpeg [a5382b50] by
- lavfi/buffersink: restore possibility to pass opaque data Use the …
- 11:29 PM Changeset in ffmpeg [21d56098] by
- lavfi: add init_opaque callback This will be used by filters which …
- 11:14 PM Ticket #1438 (Seeking in vob file with timestamp discontinuities fails) updated by
- Hi cehoyos, Did you managed to reproduce the error with the second …
- 10:59 PM Ticket #1504 (Split an input video into multiple output video chunks) updated by
- Replying to burek: > cool man :) I thought that -segment …
- 10:57 PM Ticket #1504 (Split an input video into multiple output video chunks) closed by
- fixed: Should be addressed in: […]
- 10:53 PM Changeset in ffmpeg [aef9e94f] by
- lavf/segment: add -segment_time_delta option
- 10:49 PM Changeset in ffmpeg [2058b52c] by
- lavf/segment: add -segment_times option Address trac ticket #1504.
- 8:40 PM Changeset in ffmpeg [f8911b9] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: mss3: …
- 6:18 PM Ticket #527 (NellyMoser codec reports zero frame size and bitrate) updated by
- Replying to cehoyos: > Could you provide a backtrace when …
- 5:44 PM Ticket #1520 (allow mathematical expressions for -t and -ss) created by
- Summary of the bug: It seems that -t and -ss support integer and …
- 5:37 PM Ticket #1519 (use -coder 1 by default in ffv1 encoding when needed) created by
- Summary of the bug: When I encode yuv422p10le video (or any >8 bit …
- 4:17 PM Changeset in ffmpeg [54677422] by
- mss3: use standard zigzag table
- 4:17 PM Changeset in ffmpeg [acfb6b6c] by
- mss3: split DSP functions that are used in MTS2(MSS4) into separate file
- 3:20 PM Changeset in ffmpeg [82f82ccf] by
- motion-test: do not use getopt() It is not available on all systems …
- 2:50 PM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by
- Here upload. …
- 2:30 PM Changeset in ffmpeg [5427df01] by
- tcp: add initial timeout limit for incoming connections …
- 1:38 PM Changeset in ffmpeg [bf53863] by
- mpeg12: switch to av_assert Signed-off-by: Michael Niedermayer …
- 1:38 PM Ticket #1518 (Add support for corepng png1 files) created by
- The sample in fate/png1/corepng-partial.avi decodes visually …
- 1:38 PM Changeset in ffmpeg [cdb3f2f5] by
- mpeg12enc: switch to av_assert Signed-off-by: Michael Niedermayer …
- 1:30 PM Changeset in ffmpeg [c88a8327] by
- movenc: Addtion of \251cmt field to udta Allows support of comment in …
- 12:34 PM Ticket #1517 (Pixel format autoselection does not choose wisely for yuvj420p) created by
- If the input pixel format is yuvj420p, pixel format autoselection …
- 11:46 AM Changeset in ffmpeg [36b2bd96] by
- Show hyphen in codec tag.
- 10:50 AM Changeset in ffmpeg [8e85ba8d] by
- configure: Change the rdtsc check to a linker check A compile-only …
- 10:10 AM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by
- Happy to see that so starts working on it. If need be I can re-upload …
- 7:46 AM Ticket #1516 (Possible dead loop while making snapshot from a MP4) updated by
-
Description changed
Replying to tewilove: > File will be uploaded to a … - 7:21 AM Ticket #1516 (Possible dead loop while making snapshot from a MP4) updated by
- Them measure the time it took for 20, multiply it by 24, and wait that …
- 7:13 AM Ticket #1516 (Possible dead loop while making snapshot from a MP4) updated by
- Replying to Cigaes: > Try the same command line replacing …
- 7:10 AM Ticket #1516 (Possible dead loop while making snapshot from a MP4) updated by
- Try the same command line replacing 479.342 first with 2, then again …
- 6:32 AM Changeset in ffmpeg [8a645bfc] by
- avconv: propagate fatal errors from lavfi.
- 6:25 AM Changeset in ffmpeg [cd99146] by
- lavfi: add error handling to filter_samples().
- 6:22 AM Changeset in ffmpeg [8d18bc55] by
- fate-run: make avconv() properly deal with multiple inputs.
- 6:22 AM Changeset in ffmpeg [083d0f6b] by
- asplit: don't leak the input buffer.
- 6:21 AM Changeset in ffmpeg [1ffb6456] by
- af_resample: fix request_frame() behavior. Make sure that an output …
- 6:21 AM Changeset in ffmpeg [6f834293] by
- af_asyncts: fix request_frame() behavior. Make sure that an output …
- 6:15 AM Changeset in ffmpeg [0dd283fa] by
- libx264: support aspect ratio switching Signed-off-by: Anton Khirnov …
- 5:43 AM Changeset in ffmpeg [5b7a88f] by
- matroskadec: honor error_recognition when encountering unknown elements.
- 5:10 AM Ticket #1516 (Possible dead loop while making snapshot from a MP4) updated by
- File will be uploaded to a 3rd-party site soon. …
- 5:09 AM Ticket #1516 (Possible dead loop while making snapshot from a MP4) created by
- Summary of the bug: CPU 100%. How to reproduce: […]
- 2:51 AM Changeset in ffmpeg [07df939a] by
- exr: support for reading pixelAspectRatio Signed-off-by: Paul B Mahol …
- 1:55 AM Changeset in ffmpeg [16a433d6] by
- tiffenc: PIX_FMT_YUV440P support Signed-off-by: Paul B Mahol …
Jul 8, 2012:
- 11:43 PM Changeset in ffmpeg [e2a6eb8] by
- sgidec: add CODEC_CAP_DR1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 11:40 PM Changeset in ffmpeg [0f656935] by
- sgidec: remove redundant argument from read_uncompressed_sgi() …
- 11:40 PM Changeset in ffmpeg [60351ec] by
- g723_1: add CODEC_CAP_DR1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 11:40 PM Changeset in ffmpeg [5d23043c] by
- exr: add CODEC_CAP_DR1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 11:40 PM Changeset in ffmpeg [104ea001] by
- dpx: add CODEC_CAP_DR1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 11:33 PM Changeset in ffmpeg [7bc15516] by
- sgidec: fix off by 1 error that tested a sample too far for oob. This …
- 8:52 PM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by
- Sample uploaded to …
- 8:49 PM Changeset in ffmpeg [30659a22] by
- smush: properly flag audio packets Signed-off-by: Paul B Mahol …
- 8:49 PM Changeset in ffmpeg [26fa841] by
- paf: properly flag video packets Signed-off-by: Paul B Mahol …
- 8:47 PM HowToBurnSubtitlesIntoVideo edited by
- indicate --enable-libass and subtitles convert (diff)
- 8:33 PM Changeset in ffmpeg [ca1f2b3e] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 8:29 PM Changeset in ffmpeg [d8ce478c] by
- lavf: limit "Adjusting PTS forward" code to video streams It can end …
- 7:35 PM Ticket #1435 (Remuxing aac from mov to avi breaks timestamps) updated by
- the link with the "acopy_mpeg4MP4_mp4" file shows: "Sorry, this file …
- 7:28 PM Ticket #1241 (ffmpeg build is trying to compile 'neon' although this instruction set ...) updated by
- Which patch fixes what ? ive tested several patches and configurations …
- 7:22 PM Changeset in ffmpeg [64103976] by
- lavr: resampling: add support for s32p, fltp, and dblp internal sample …
- 7:22 PM Changeset in ffmpeg [372647ae] by
- lavr: resampling: add filter type and Kaiser window beta to AVOptions
- 7:22 PM Changeset in ffmpeg [8ca08066] by
- lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format …
- 7:22 PM Changeset in ffmpeg [db0e7bd0] by
- lavr: mix: validate internal sample format in ff_audio_mix_init()
- 5:54 PM Changeset in ffmpeg [299387e] by
- vf_settb: rename the file as f_settb.
- 5:54 PM Changeset in ffmpeg [65e65e3c] by
- settb: cosmetic: reindent vf_settb structure.
- 5:54 PM Changeset in ffmpeg [ba856c0b] by
- lavfi: implement asettb filter.
- 3:59 PM Changeset in ffmpeg [99622f6] by
- mpegaudioenc: use av_assert Signed-off-by: Michael Niedermayer …
- 3:59 PM Changeset in ffmpeg [a6a085a9] by
- v4l2: use av_assert Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 3:38 PM Changeset in ffmpeg [3f345290] by
- lavf/segment: sort options
- 3:38 PM Changeset in ffmpeg [8dc31f8] by
- lavf/segment: make use of av_parse_time() when parsing the …
- 3:08 PM Changeset in ffmpeg [0a7b8eff] by
- doc/muxers: sort options for the segment muxer
- 3:08 PM Changeset in ffmpeg [7f08bfa] by
- lavf/segment: add segment_list_type option, extend format for the …
- 3:08 PM Changeset in ffmpeg [b010d9b5] by
- lavf/nutenc: provide meaningful error message and error code in case …
- 3:07 PM Ticket #1474 (Some audio encoders stopped encoding strange channel layouts) updated by
- Probably. But then we need to have heuristics to decide when a …
- 11:41 AM Changeset in ffmpeg [bba819bd] by
- fate: FLAC tests require SAMPLES.
- 1:47 AM Changeset in ffmpeg [e145afb4] by
- vf_tinterlace: use av_assert Signed-off-by: Michael Niedermayer …
Jul 7, 2012:
- 11:18 PM Changeset in ffmpeg [abb0a998] by
- lavfi: do not pass opaque field to init functions Fix signature …
- 10:33 PM Changeset in ffmpeg [2d420087] by
- sanm: make use of dsputil About 27% faster decoding. Signed-off-by: …
- 10:26 PM Changeset in ffmpeg [acdf9a6c] by
- aacdec: correct "audio config changed" warning message Idea-by: …
- 10:26 PM Changeset in ffmpeg [d039b607] by
- latm: fix initialization on some streams when no extradata is …
- 9:09 PM Changeset in ffmpeg [66a29797] by
- cmutils: include shellapi.h on Win32 (for CommandLineToArgvW). This …
- 8:48 PM Changeset in ffmpeg [70731745] by
- x86inc: put basicnop under ifdef to prevent compile failure. This …
- 8:35 PM Changeset in ffmpeg [07b28702] by
- x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).
- 6:52 PM Changeset in ffmpeg [68712ce8] by
- swr/x86: 16bit integer mix functions need SSE2 not SSE Signed-off-by: …
- 6:34 PM Changeset in ffmpeg [25b51b2c] by
- id3v2: add a mimetype for bmp pictures.
- 6:34 PM Changeset in ffmpeg [b7d3a9a0] by
- flacdec: be less strict when parsing attached pictures. Only return …
- 6:33 PM Changeset in ffmpeg [dba5b06] by
- flacdec: don't create an attached picture stream until we have all …
- 6:29 PM Changeset in ffmpeg [3245c8b6] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: mxfdec: …
- 6:26 PM Changeset in ffmpeg [e14052d] by
- x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros …
- 6:16 PM Changeset in ffmpeg [dc12f7d4] by
- x86inc: try to put amdnop under ifdef to prevent compile failure …
- 5:14 PM Changeset in ffmpeg [9fb08427] by
- vf_pp: dont pass NULL into pp, it would fail Signed-off-by: Michael …
- 5:14 PM Changeset in ffmpeg [561a365d] by
- pp: check that the argument is not NULL as this is not supported …
- 5:09 PM Changeset in ffmpeg [fdaad635] by
- mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..). Also replace …
- 3:37 PM Changeset in ffmpeg [bb62a8b6] by
- doc: update mono to stereo workaround example Now uses …
- 12:51 PM Changeset in ffmpeg [dadfd2a5] by
- tools/bisect: rename to tools/bisect-create Idea-by: Alexander …
- 11:15 AM Changeset in ffmpeg [6de70d7f] by
- tools/bisect: rename temporary file and add it to git ignore …
- 11:10 AM Changeset in ffmpeg [ccc0a3a9] by
- tool/bisect: add some magic to make the bisect tool be useable when …
- 11:02 AM Changeset in ffmpeg [d9dcc940] by
- vc1: implement frame interlaced b-frame header parsing Signed-off-by: …
- 10:57 AM Changeset in ffmpeg [50bfd547] by
- log: fix compilation failure on mingw due to reference to undefined …
- 10:49 AM Ticket #1515 (configure does not test for needed texi2html features) created by
- http://article.gmane.org/gmane.comp.video.ffmpeg.user/38311 The user …
- 10:45 AM WikiStart edited by
- (diff)
- 10:35 AM How to quickly compile libaacplus created by
- 10:34 AM Changeset in ffmpeg [d3f4fd76] by
- celp_math: use av_assert Signed-off-by: Michael Niedermayer …
- 10:33 AM Changeset in ffmpeg [dc7aecd8] by
- cabac: use av_assert Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:29 AM Ticket #1366 (aac enc crash) closed by
- fixed: doesn't crash anymore
- 10:26 AM Ticket #1376 (avfilter crash) updated by
- > I do have an older system here with an actual Athlon-XP in it . . . …
- 1:41 AM Changeset in ffmpeg [1842b27] by
- lavu: 256 color support Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 12:17 AM Changeset in ffmpeg [46a47077] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
Jul 6, 2012:
- 8:31 PM Ticket #1191 (qt tiff enc: make output compatible with quitcktime) updated by
- I attached qt tiff 256 grays.
- 8:31 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- I have also tested gcc 4.5.4, 4.6.3, and 4.7.1, and all appear to do …
- 8:01 PM Ticket #1514 (support gray16 pixel format in tiff) closed by
- fixed: should be fixed.
- 7:54 PM Changeset in ffmpeg [a6da14ec] by
- tiffenc: PIX_FMT_GRAY8A support Signed-off-by: Paul B Mahol …
- 7:42 PM Ticket #1191 (qt tiff enc: make output compatible with quitcktime) updated by
- Are you sure that for gray8 in mov bpp is set to 0x28 (40)?
- 7:40 PM Changeset in ffmpeg [df548c5] by
- tiffenc: PIX_FMT_GRAY16LE support Signed-off-by: Paul B Mahol …
- 7:39 PM Changeset in ffmpeg [1806858f] by
- tiffenc: merge common code Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 7:39 PM Changeset in ffmpeg [146d29c] by
- tiffenc: use av_get_bits_per_pixel() to get bpp Signed-off-by: Paul B …
- 7:32 PM Changeset in ffmpeg [82c4abbf] by
- tiffenc: use av_pix_fmt_descriptors to set bpp_tab[] Signed-off-by: …
- 7:32 PM Changeset in ffmpeg [e100a259] by
- tiffenc: simplify calculation of bpp_tab_size Signed-off-by: Paul B …
- 6:07 PM Changeset in ffmpeg [f27386cd] by
- x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macro …
- 5:22 PM Changeset in ffmpeg [5adc829e] by
- configure: add functions for testing code fragments This simplifies …
- 5:10 PM Ticket #1376 (avfilter crash) updated by
- Understood. I have been working a different problem with ffmpeg on …
- 4:33 PM Changeset in ffmpeg [5997285d] by
- ffmpeg: poll filters even after -t limit. If not, frames can still …
- 3:40 PM Changeset in ffmpeg [665100c2] by
- Fix destination row striding in altivec_yuv2_bgr24. Misaligned row …
- 3:08 PM Changeset in ffmpeg [b22ecbc] by
- cosmetics: various spelling fixes Signed-off-by: Michael Niedermayer …
- 2:24 PM Ticket #1493 (Transcoding MOV file from Rhozet Carbon Server creates video with ...) updated by
- Replying to kbreeman: > Using "ffmpeg -i infile.mov -an …
- 11:51 AM Changeset in ffmpeg [b7558ac2] by
- af_amix: avoid spurious EAGAIN. Input on/off state can change in …
- 11:51 AM Changeset in ffmpeg [54bf88e] by
- af_amix: return AVERROR(EAGAIN) when request_frame didn't produce …
- 11:51 AM Changeset in ffmpeg [428b3698] by
- af_amix: only consider negative return codes as errors.
- 10:59 AM Changeset in ffmpeg [53ddd43f] by
- avconv: use only meaningful timestamps in start time check.
- 10:54 AM Changeset in ffmpeg [b98c8f4f] by
- avconv: fix the check for -ss as an output option. start time is …
- 9:47 AM Changeset in ffmpeg [60270eb] by
- doc/indevs/iec61883: document requirements for iec61883 device …
- 9:43 AM Changeset in ffmpeg [e0d6b909] by
- configure: cleanup libiec61883 code, allow enabling via command line …
- 9:37 AM Changeset in ffmpeg [1f061da5] by
- mss3: add forgotten 'static' qualifier for private table
- 7:24 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- For what its worth, when I updated my GCC from 4.2.2 to 4.6.2 - my …
- 5:39 AM Ticket #1495 (resample / ac3 encoding regression) updated by
- I have tested it on my system this with this binary: …
- 4:02 AM Ticket #1494 (Assertion fails when encoding wmav2) updated by
- I have tested it on my system this with this binary: …
- 2:19 AM Changeset in ffmpeg [6936111d] by
- bmv: add CODEC_CAP_DR1 Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 2:04 AM Changeset in ffmpeg [894319e0] by
- lpc: use default number of passes when lpc_passes is invalid Should …
- 1:11 AM Changeset in ffmpeg [8f239412] by
- tiffdec: PIX_FMT_GRAY16LE support Signed-off-by: Paul B Mahol …
- 12:44 AM Changeset in ffmpeg [8293a21a] by
- lavc: fix shared build after dnxhd merge. Signed-off-by: Nicolas …
- 12:25 AM Changeset in ffmpeg [ec08676] by
- Blowfish: restructure/simplify code a bit. Very slightly faster (2% …
- 12:25 AM Changeset in ffmpeg [9862cbd7] by
- add side data to indicate the amount of samples to skip at the begin …
- 12:25 AM Changeset in ffmpeg [636dbe26] by
- fate: increase fuzzyness for ac3 encode for 3dnow Signed-off-by: …
- 12:19 AM Changeset in ffmpeg [c2cbe58c] by
- paf: add forgotten CODEC_CAP_DR1 Signed-off-by: Paul B Mahol …
Jul 5, 2012:
- 11:11 PM Changeset in ffmpeg [3e3e414f] by
- lavfi/buffersink: fix doxy, remove "video" reference The file …
- 8:57 PM Changeset in ffmpeg [0a19000d] by
- lavc: options: add planar names for request_sample_fmt Signed-off-by: …
- 8:57 PM Changeset in ffmpeg [784514a4] by
- flacdec: add planar output support Signed-off-by: Mans Rullgard …
- 8:50 PM Ticket #1306 (Open EXR : wrong processing of an *.exr files) updated by
-
Cc changed
here is a full set of samples if someone will decide to implement more … - 7:55 PM Changeset in ffmpeg [24823a7] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: qdm2: …
- 7:07 PM Changeset in ffmpeg [e43f56b2] by
- flvdec: Treat all nellymoser versions as the same codec This avoids …
- 6:58 PM Ticket #1514 (support gray16 pixel format in tiff) updated by
-
Priority, Keywords, Status, Component, Reproduced by developer changed
- 6:40 PM Changeset in ffmpeg [92c7ef1e] by
- Merge branch 'mxfenc_improvements' of …
- 6:37 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Well, no guts, no glory . . . I updated from gcc 4.2.4 to gcc 4.4.7, …
- 6:35 PM Ticket #1514 (support gray16 pixel format in tiff) created by
- Summary of the bug: I would like to use a 16 bit gray pixel format in …
- 5:18 PM Changeset in ffmpeg [acb52d32] by
- h264: print error on unsupported seperate color planes Signed-off-by: …
- 5:13 PM WikiStart edited by
- (diff)
- 5:09 PM WikiStart edited by
- (diff)
- 5:01 PM Capture/ALSA edited by
- (diff)
- 4:57 PM Capture/ALSA edited by
- (diff)
- 4:42 PM Capture/ALSA created by
- 3:38 PM Ticket #1432 (progressive delay) updated by
- avi-mp3-v2.patch has an updated fix, with more extensive testing.
- 3:37 PM Changeset in ffmpeg [bb58c43c] by
- qdm2: remove broken and disabled dump_context() debug function
- 3:37 PM Changeset in ffmpeg [878e6690] by
- x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros
- 3:37 PM Changeset in ffmpeg [4d475236] by
- x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros Signed-off-by: …
- 3:37 PM Changeset in ffmpeg [2cd1f5c] by
- x86inc: modify ALIGN to not generate long nops on i586 Signed-off-by: …
- 3:37 PM Changeset in ffmpeg [d20f133e] by
- x86: h264_intrapred: port to cpuflag macros
- 3:07 PM Ticket #1493 (Transcoding MOV file from Rhozet Carbon Server creates video with ...) updated by
- Using "ffmpeg -i infile.mov -an out.mp4" results in the same number of …
- 2:51 PM Ticket #1512 (bogus ffmpeg -codecs output) closed by
- fixed
- 2:46 PM Changeset in ffmpeg [50d0f6ce] by
- Extend -codecs output. Allow to show different supported …
- 1:28 PM Changeset in ffmpeg [c88e60af] by
- swr/x86: 10l, missed some SSE2 instructions in code marked as SSE. …
- 11:42 AM Changeset in ffmpeg [03481028] by
- configure: dont blindly enable iec61883 This should fix a configure …
- 11:34 AM Changeset in ffmpeg [d99001ca] by
- mxfenc: support dnxhd codec
- 11:34 AM Changeset in ffmpeg [135e6843] by
- mxfenc: support smpte dv codec After some internal talks it seems the …
- 11:15 AM Changeset in ffmpeg [2696789c] by
- avplay: update input filter pointer when the filtergraph is reset. …
- 11:15 AM Changeset in ffmpeg [4c679750] by
- avconv: fix parsing of -force_key_frames option. Currently it always …
- 11:02 AM Changeset in ffmpeg [325fb246] by
- FireWire DV/HDV input device using libiec61883 Signed-off-by: Stefano …
- 10:50 AM Changeset in ffmpeg [28fff0d9] by
- h264: use templates to avoid excessive inlining Instead of inlining …
- 10:24 AM Changeset in ffmpeg [6d74e3c] by
- Optimization of MP3 decoders for MIPS MP3 fixed and floating point …
- 10:15 AM Changeset in ffmpeg [4ea70511] by
- Merge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-Encoder * …
- 9:52 AM Ticket #1376 (avfilter crash) updated by
- Replying to tadawson: > As per request by cehoyos in …
- 9:45 AM Changeset in ffmpeg [983db9b2] by
- xtea: Make the count parameter match the documentation Previously it …
- 9:41 AM Changeset in ffmpeg [e4a7fb3d] by
- blowfish: Make the count parameter match the documentation Previously …
- 9:41 AM Changeset in ffmpeg [18f2d5cb] by
- mpegvideo: Don't use ff_mspel_motion() for vc1 Using ff_mspel_motion …
- 8:55 AM Changeset in ffmpeg [1fe6cb44] by
- lavf/file: cosmetic: Use "not" instead of "equals zero" This is …
- 8:55 AM Changeset in ffmpeg [585bd492] by
- lavf/file: cosmetic: Remove superfluous ternary operator
- 8:55 AM Changeset in ffmpeg [e1613476] by
- doc/fate: Rework examples to a section of its own Make it easier to …
- 8:55 AM Changeset in ffmpeg [c44cae7e] by
- doc/fate: Add hint for debugging connection to server
- 8:55 AM Changeset in ffmpeg [10fa37c5] by
- doc/fate: Add missing @file command Make the document more consistent.
- 8:55 AM Changeset in ffmpeg [52a3d57] by
- doc/fate: Use more commonly used terms It might be easier to …
- 8:55 AM Changeset in ffmpeg [5fc74f0] by
- doc/fate: Add email address for contacting the FATE admin
- 8:42 AM Changeset in ffmpeg [f6687bf5] by
- xtea: invert branch and loop precedence Should slightly improve …
- 8:40 AM Changeset in ffmpeg [669bbedf] by
- blowfish: invert branch and loop precedence Should slightly improve …
- 8:37 AM Changeset in ffmpeg [5b54a90c] by
- flvdec: optionally trust the metadata In certain conditions video or …
- 7:32 AM Ticket #1376 (avfilter crash) updated by
- Replying to tadawson: > Noting that the original ticket …
- 6:57 AM Changeset in ffmpeg [715129cd] by
- avconv: Set audio filter time base to the sample rate If the output …
- 6:52 AM Ticket #1376 (avfilter crash) updated by
- Noting that the original ticket is on 10.2, I retested on 10.3 (the …
- 6:39 AM Changeset in ffmpeg [07eeeb1d] by
- vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow …
- 6:35 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- I'm not sure what to say . . . This system is probably 75% compiled …
- 6:35 AM Ticket #1376 (avfilter crash) updated by
- As per request by cehoyos in #1464, I tested this: AMD Phenom 940, …
- 6:26 AM Ticket #1513 (lost version.h in libavutil/version.h) closed by
- fixed: Should be fixed, thank you for the report!
- 6:21 AM Changeset in ffmpeg [b5baad3a] by
- Install libavutil/version.h Fixes ticket #1513
- 5:41 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
-
Status changed
Thank you for testing! (Unfortunately, imo, your result seems to … - 3:02 AM Ticket #1513 (lost version.h in libavutil/version.h) updated by
- my revision is: […]
- 3:01 AM Ticket #1513 (lost version.h in libavutil/version.h) created by
- Summary of the bug: How to reproduce: […] […]
- 2:54 AM Changeset in ffmpeg [7de4a165] by
- PAF demuxer and decoder Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 2:39 AM Changeset in ffmpeg [9b2b5768] by
- sws/x86: add av_assert() to ensure 16bit code is used with 16bit data …
- 2:38 AM Changeset in ffmpeg [a32032b5] by
- sws/x86: add some forgotten 12bit planar yuv cases Signed-off-by: …
- 2:23 AM Changeset in ffmpeg [73bb4e9c] by
- nut: add 12/14 bit yuv to nut/raw Signed-off-by: Michael Niedermayer …
- 1:24 AM Ticket #1512 (bogus ffmpeg -codecs output) created by
- Summary of the bug: ffmpeg -codecs shows F ot S ot B if codecs …
Jul 4, 2012:
- 11:40 PM Changeset in ffmpeg [1f9bc310] by
- sanm: remove code duplication Signed-off-by: Paul B Mahol …
- 11:38 PM Changeset in ffmpeg [3b9dd906] by
- sanm: replace conditions in for loops with more common version …
- 10:17 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- OK . . . I have that threshold point identified. It was a good deal …
- 9:47 PM Changeset in ffmpeg [fa36f334] by
- sws: support 12&14 bit planar colorspaces Reviewed-by: Paul B Mahol …
- 9:23 PM Changeset in ffmpeg [1f295042] by
- blowfish.h: include author attribution Reviewed-by: Clément Bœsch …
- 9:23 PM Changeset in ffmpeg [0713c38e] by
- xtea.h: include author attribution Reviewed-by: Clément Bœsch …
- 9:22 PM Ticket #1376 (avfilter crash) updated by
- also does not crash with "-cpuflags -sse"
- 9:19 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Sorry, just noted that avplay had been being build in some checkouts . …
- 8:57 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > I can't speak to avplay, since …
- 8:55 PM Ticket #1474 (Some audio encoders stopped encoding strange channel layouts) updated by
- True, but you could use AV_CH_LAYOUT_SURROUND instead of …
- 8:46 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- I can't speak to avplay, since that is not in this source tree, but …
- 8:45 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- So ffplay plays the sample correctly with c83ef63 and avplay with 58c42af ?
- 8:27 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Well, a rather lengthy session in GIT has given a specific commit …
- 8:15 PM Ticket #1474 (Some audio encoders stopped encoding strange channel layouts) updated by
- I do not know about libfaac, but libvorbis, and possibly some version …
- 7:40 PM Ticket #1474 (Some audio encoders stopped encoding strange channel layouts) updated by
- Replying to Cigaes: > I would say that the current …
- 7:39 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- -cpuflags 0 has no effect . . . still broken. I am looking into a …
- 7:25 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- And again, I ask . . . which it the upper and which is the lower? As …
- 7:24 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > I had been starting to play with …
- 7:03 PM Changeset in ffmpeg [039e9fe0] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
- 6:40 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- First: while finding the cause is very welcome, it is likely that just …
- 6:22 PM Ticket #1474 (Some audio encoders stopped encoding strange channel layouts) updated by
- I would say that the current behaviour is correct: you are trying to …
- 5:44 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- 5:44 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Gladly. Which GIT head relates to which build? I had been starting …
- 5:42 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Please use git bisect if you want to help - start with 16abd68 and …
- 5:24 PM Ticket #1378 (ffmpeg lists every track in a QuickTime file twice) updated by
- uploaded as duplicate-track-display.mov
- 4:59 PM Changeset in ffmpeg [8b421fad] by
- dpx: sanitize aspect ratio. Fixes some samples where the ratio is …
- 4:54 PM Ticket #1378 (ffmpeg lists every track in a QuickTime file twice) updated by
- Replying to cehoyos: > Did you read …
- 4:48 PM Changeset in ffmpeg [7c29377b] by
- lavfi: reclassify showfiltfmts as a TESTPROG This tool uses lavfi …
- 4:12 PM Changeset in ffmpeg [fa2d7473] by
- graph2dot: fix printf format specifier tools/graph2dot.c:85: warning: …
- 3:47 PM Ticket #1493 (Transcoding MOV file from Rhozet Carbon Server creates video with ...) updated by
- Replying to mjs973: > How many video frames are coded if …
- 3:25 PM Changeset in ffmpeg [55751918] by
- swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on …
- 3:25 PM Changeset in ffmpeg [70a1c800] by
- vp8: loopfilter >=sse2 functions need aligned stack on x86-32. …
- 2:46 PM Changeset in ffmpeg [c5183847] by
- amr: remove shift out of the AMR_BIT() macro. MSVC doesn't like the …
- 2:46 PM Changeset in ffmpeg [723b266d] by
- dsputilenc: group yasm and inline asm function pointer assignment.
- 2:45 PM Changeset in ffmpeg [1ce1e636] by
- mov: use forward declaration of a function instead of a table. MSVC …
- 2:43 PM Ticket #1509 (H264 Encoding Broken with pthreads > 1 on windows) updated by
- The version of libx264 compiled into the binary is: …
- 2:37 PM Changeset in ffmpeg [d3b84fdc] by
- libopenjpegdec: add support for decoding YUV420/422/444P12/14 …
- 2:37 PM Changeset in ffmpeg [713a7854] by
- libopenjpegenc: cosmetics: reorder pix_fmts Signed-off-by: Michael …
- 2:37 PM Changeset in ffmpeg [7544ef7] by
- libopenjpegenc: add support for YUV420/422/444P12/14 Signed-off-by: …
- 2:26 PM Ticket #1511 (udp protocol docs missing some options) created by
- The html docs about udp protocol, located here …
- 2:20 PM Changeset in ffmpeg [2fc354f9] by
- ffmpeg: rework checks for the -t option. This commit is based on …
- 2:10 PM Ticket #1509 (H264 Encoding Broken with pthreads > 1 on windows) updated by
- did you try updating your libx264?
- 1:58 PM Ticket #1510 (Stability issues with mpegts streams) updated by
- Replying to cehoyos: > Replying to mufin: > …
- 1:45 PM Changeset in ffmpeg [7beeea8f] by
- error: define AVERROR_EXTERNAL. This code is intended for errors in …
- 1:38 PM Ticket #1510 (Stability issues with mpegts streams) updated by
- Replying to mufin: > Another one is a crash (segfault) …
- 1:35 PM Ticket #1378 (ffmpeg lists every track in a QuickTime file twice) updated by
-
Cc changed
Replying to rmk: > I also have a file that exhibits that … - 1:33 PM Changeset in ffmpeg [aa39516a] by
- error: define AVERROR_BUFFER_TOO_SMALL. Some API require a buffer and …
- 1:10 PM Changeset in ffmpeg [2047e40e] by
- Clarify Doxygen comment for FF_API_* #defines.
- 1:10 PM Changeset in ffmpeg [112971af] by
- configure: simplify get_version() All libs have version headers now, …
- 1:10 PM Changeset in ffmpeg [86ab7b0f] by
- Create version.h headers for libraries that lack them
- 1:10 PM Changeset in ffmpeg [40e61b7b] by
- gitignore: Use full path instead of relative path to specify patterns …
- 1:04 PM Ticket #1378 (ffmpeg lists every track in a QuickTime file twice) updated by
- I also have a file that exhibits that behaviour tested with a rather …
- 12:57 PM Ticket #1475 (Memory leak in ff_read_packet when decoding udp mpegts multicast stream) updated by
- Replying to michael: You are right...better check on the …
- 12:56 PM Ticket #1510 (Stability issues with mpegts streams) created by
- I have a scenario where I need to permanently decode mpegts-over-ip …
- 12:10 PM Changeset in ffmpeg [89b81a1c] by
- mpegvideo: remove VLAs Signed-off-by: Martin Storsjö <martin@martin.st>
- 12:10 PM Changeset in ffmpeg [8c14f7a] by
- Add XTEA encryption support in libavutil Signed-off-by: Martin …
- 12:10 PM Changeset in ffmpeg [bc3dbcc8] by
- Add Blowfish encryption support in libavutil Signed-off-by: Martin …
- 12:10 PM Changeset in ffmpeg [143f1e92] by
- eval: Add the isinf() function and tests for it Signed-off-by: Martin …
- 11:59 AM Ticket #1143 (Timecode skipped in drawtext filter) updated by
- With current git master the error message regarding reorder buffer is …
- 11:24 AM Changeset in ffmpeg [25accf9] by
- flacdec: move lpc filter to flacdsp Signed-off-by: Mans Rullgard …
- 11:24 AM Changeset in ffmpeg [4a852834] by
- flacdec: split off channel decorrelation as flacdsp Signed-off-by: …
- 8:43 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Still fails: […]
- 8:36 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- You could also test --disable-mmx and --disable-mmx2
- 8:11 AM Changeset in ffmpeg [296d0da8] by
- avplay: Add an option for not limiting the input buffer size For …
- 7:58 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Not that I was expecting a change, but an uplift to binutils 2.22 from …
- 7:46 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to cehoyos: > Replying to tadawson: …
- 7:41 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- I tried the other optimization disables, and no joy - still broken. …
- 7:40 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > Additional note: 10.3 is …
- 7:37 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > Any suggestions? Please test the …
- 7:35 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Additional note: 10.3 is somewhat noisy with the --disable-asm, but …
- 7:33 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Note: The older version is much smoother with -an . . . so the audio …
- 7:31 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Without any changes, the old version will run this video . . . I have …
- 7:27 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > Thanks. But yet again, the older …
- 7:24 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- I'll also gladly run the other tests - it's only about 2 mins per …
- 7:23 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Thanks. But yet again, the older versions appear to handle the stream …
- 7:19 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Am I correct that you can also reproduce the issue with $ ffmpeg -i …
- 7:17 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Could you test if one of those makes a difference (without …
- 7:14 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > I will check. Does the …
- 7:06 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- --disable-asm is the ticket. With that set, my video runs cleanly, …
- 6:47 AM Changeset in ffmpeg [ab2356c] by
- Let the ffmpeg executable select the abuffersink filter.
- 6:44 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- I will check. Does the functionality with the "-an" indicate a …
- 6:36 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > Better - that runs cleanly for …
- 6:18 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Better - that runs cleanly for about 4 seconds and then freezes. The …
- 6:15 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > Test of GIT referenced above with …
- 5:59 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Test of GIT referenced above with suggested options is different, but …
- 5:46 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- The current GIT head as of about 5 hours ago, also failed . . . …
- 5:38 AM Ticket #1509 (H264 Encoding Broken with pthreads > 1 on windows) updated by
-
Component, Description changed
- 5:37 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > I am having a similar problem. To …
- 5:36 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > > …
- 5:35 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to cehoyos: > Replying to tadawson: …
- 5:32 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Replying to tadawson: > I will upload on request. …
- 5:26 AM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- What is outstanding here is to complete the git bisect task to attempt …
- 3:59 AM Changeset in ffmpeg [1c840fa2] by
- FATE: add a test for WMA cover art.
- 3:59 AM Changeset in ffmpeg [8059d3b7] by
- FATE: add a test for apetag cover art
- 3:58 AM Changeset in ffmpeg [bf2a7f9] by
- FATE: add a test for itunes cover art.
- 2:34 AM Changeset in ffmpeg [87466f81] by
- flacdec: factor out code setting avctx->sample_fmt
- 2:30 AM Changeset in ffmpeg [d155b60f] by
- flac: make FLAC_CHMODE_* constants consecutive
- 2:30 AM Changeset in ffmpeg [93e7ef9a] by
- flacdec: allocate sample buffers with av_malloc The buffers are only …
- 2:29 AM Changeset in ffmpeg [0da301e1] by
- flacdec: remove curr_bps from FLACContext This value does not need to …
- 2:17 AM Eclipse edited by
- (diff)
- 2:17 AM Changeset in ffmpeg [df3a96c4] by
- ffmpeg: Add sanity check on frame duplication This prevents long …
- 2:17 AM Changeset in ffmpeg [a54bc1eb] by
- riff: add "YUV8" FourCC sample: …
- 2:07 AM WikiStart edited by
- (diff)
- 2:06 AM Eclipse edited by
- (diff)
- 2:05 AM Eclipse created by
- 1:50 AM WikiStart edited by
- (diff)
- 1:48 AM Encode/MP3 created by
- 1:44 AM WikiStart edited by
- (diff)
- 1:43 AM How to change audio volume up-down with FFmpeg created by
- 1:35 AM WikiStart edited by
- (diff)
- 1:35 AM Encode/MPEG-4 created by
- 1:28 AM WikiStart edited by
- (diff)
- 1:28 AM How to speed up / slow down a video created by
- 1:26 AM WikiStart edited by
- (diff)
- 1:26 AM HowToConvertSubtitleToASS created by
- 1:24 AM WikiStart edited by
- (diff)
- 1:24 AM HowToBurnSubtitlesIntoVideo created by
- 1:21 AM How to take multiple screenshots to an image (tile, mosaic) edited by
- (diff)
- 1:21 AM WikiStart edited by
- (diff)
- 1:20 AM How to take multiple screenshots to an image (tile, mosaic) edited by
- (diff)
- 1:19 AM How to take multiple screenshots to an image (tile, mosaic) created by
- 1:11 AM WikiStart edited by
- (diff)
- 1:11 AM Create a thumbnail image every X seconds of the video created by
- 1:01 AM WikiStart edited by
- (diff)
- 1:00 AM Slideshow created by
- 12:57 AM WikiStart edited by
- (diff)
- 12:56 AM Capture/Desktop created by
- 12:52 AM WikiStart edited by
- (diff)
- 12:46 AM Capture/Webcam created by
- 12:22 AM Changeset in ffmpeg [983fa8bc] by
- fate: add flac encode/decode tests with various options …
- 12:22 AM Changeset in ffmpeg [360aa246] by
- flacenc: add option for forcing stereo decorrelation mode This is …
Jul 3, 2012:
- 11:17 PM Changeset in ffmpeg [776a4e4] by
- doc/muxers/segment: apply minor documentation updates and adjustements …
- 11:02 PM Changeset in ffmpeg [5eb4af6c] by
- snow: move init code that depends on picture paramaters to after these …
- 10:47 PM Changeset in ffmpeg [93d67296] by
- video_get_buffer: return ENOMEM instead of -1 on malloc failure …
- 10:46 PM Changeset in ffmpeg [f339ebc1] by
- lavc/utils: print error message on get_buffer related errors …
- 10:46 PM Changeset in ffmpeg [f91b7d80] by
- mdutils: print error message on error get_buffer related errors …
- 10:32 PM Changeset in ffmpeg [86e107a7] by
- Merge remote-tracking branch 'qatar/master' * qatar/master: …
- 10:02 PM Changeset in ffmpeg [af392efe] by
- lavf/segment: rename SegmentContext.pb to list_pb The new name is …
- 9:42 PM Ticket #845 (Artefacts with Indeo 4) updated by
- […] and […] samples were fixed by the latest fix for indeo4 …
- 9:39 PM Ticket #1290 (Segment muxer does not work with audio-only) closed by
- fixed: Should be fixed in: […] Works here with command: […]
- 9:27 PM Ticket #1509 (H264 Encoding Broken with pthreads > 1 on windows) created by
- Summary of the bug: Encoding H264 appears to be broken on both Win32 & …
- 9:26 PM Changeset in ffmpeg [d8013f38] by
- lavf/segment: add error log in case of invalid filename template …
- 9:23 PM Changeset in ffmpeg [a1e092cc] by
- lavf/segment: fix logic for segmenting audio-only inputs Also add a …
- 9:23 PM Changeset in ffmpeg [4e2899dd] by
- lavf/segment: add more information in log message in seg_write_packet()
- 9:05 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- Interestingly, .MP4 files fail in the same way from this device - …
- 8:34 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- No - your attachment gives a bit of garbled still video in 10.3, 11.0 …
- 8:06 PM Changeset in ffmpeg [597282ef] by
- doc: add documentation regarding MIPS optimizations Add doc/mips.txt …
- 7:48 PM Changeset in ffmpeg [fd0e6ef9] by
- lavf/segment: remove unused offset variable
- 7:48 PM Changeset in ffmpeg [77dcae5] by
- lavf/segment: apply misc fixes to the private options internal …
- 7:48 PM Changeset in ffmpeg [a5af2933] by
- lavf/segment: slightly simplify fail logic in seg_write_packet()
- 7:48 PM Changeset in ffmpeg [4ad17bc7] by
- lavf/segment: move list filename printing logic from segment_end() to …
- 7:46 PM Changeset in ffmpeg [30327865] by
- ismindex: Verify that all bitrate variants match In Smooth Streaming, …
- 7:46 PM Changeset in ffmpeg [1be8c908] by
- ismindex: Properly report errors reading the MFRA atom Signed-off-by: …
- 7:43 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
-
Cc changed
Replying to tadawson: > I am having a similar problem. … - 7:35 PM Changeset in ffmpeg [71e5a140] by
- Suggest aresample filter if it was not compiled but requested.
- 7:26 PM Ticket #1464 (FFplay regression with H264 high profile input (gcc 4.2.* specific)) updated by
- I am having a similar problem. To test, I have static builds of ffmpeg …
- 6:16 PM Ticket #1474 (Some audio encoders stopped encoding strange channel layouts) updated by
-
Summary changed
Regression since ca332b1 - 5:33 PM Ticket #1502 (vc1 decoding regression) updated by
- Replying to reimar: > Do any other players play this file? …
- 5:09 PM Ticket #1502 (vc1 decoding regression) updated by
- I was not able to verify the output (AMD broke their Linux drivers …
- 5:03 PM Changeset in ffmpeg [6ea973f] by
- avcodec_align_dimensions2: support 12 & 14 bit planar colorspaces …
- 5:03 PM Changeset in ffmpeg [4251a0b8] by
- imgconvert: add planar RGB formats to pix_fmt_info Signed-off-by: …
- 5:03 PM Changeset in ffmpeg [6ca8ef51] by
- imgconvert: add yuv 9,10,12,14 bit planar YUV formats to pix_fmt_info …
- 5:02 PM Changeset in ffmpeg [e9757066] by
- libavutil: add 12 and 14 bit planar colorspaces Reviewed-by: Jean …
- 4:21 PM Ticket #1474 (Some audio encoders stopped encoding strange channel layouts) updated by
-
Priority, Keywords changed
- 3:35 PM Changeset in ffmpeg [1a068bfe] by
- cosmetics: Consistently use C-style comments with multiple inclusion guards
- 3:35 PM Changeset in ffmpeg [4051be6f] by
- anm: fix a few Doxygen comments
- 3:35 PM Changeset in ffmpeg [09f21198] by
- misc typo and wording fixes
- 3:26 PM Changeset in ffmpeg [22662ca5] by
- attributes: add av_noreturn Also use it in the declaration of the …
- 3:26 PM Changeset in ffmpeg [a1641e95] by
- attributes: drop pointless define guards the av_-prefixed attributes …
- 3:10 PM Changeset in ffmpeg [06eb4f08] by
- configure: do not disable av_always_inline with --enable-small …
- 1:35 PM Changeset in ffmpeg [09a445ce] by
- flvdec: initial stream switch support Codec change midstream gets …
- 1:35 PM Changeset in ffmpeg [906f9dce] by
- avplay: fix write on freed memory for rawvideo Do not assume avpacket …
- 1:31 PM Changeset in ffmpeg [33895451] by
- snow: remove a VLA used for edge emulation Signed-off-by: Martin …
- 1:14 PM Changeset in ffmpeg [fb93e61e] by
- x86: lavfi: fix gradfun/yadif build with mmx/sse disabled These …
- 1:06 PM Changeset in ffmpeg [5d171b1f] by
- jvdec: check if there is enough data Signed-off-by: Paul B Mahol …
- 1:06 PM Changeset in ffmpeg [f8a81755] by
- jvdec: remove redundant check Signed-off-by: Paul B Mahol …
- 1:06 PM Changeset in ffmpeg [1bc9e4c5] by
- jvdec: remove buf_size It is same as avpkt->size. Signed-off-by: …
- 1:06 PM Changeset in ffmpeg [1c638cfc] by
- jvdec: stop reading partial palette Signed-off-by: Paul B Mahol …
- 11:29 AM Changeset in ffmpeg [c673a90b] by
- tools: add bisect script This script works like "git bisect" except …
- 11:00 AM Ticket #1507 (Aspect ratio wrong in rv40 video (after resolution change)) updated by
-
Status, Reproduced by developer, Summary changed
[…] This part is a duplicate of ticket #1312 But the video aspect … - 10:47 AM Changeset in ffmpeg [c9de83fe] by
- yadif/x86: add prototypes for functions, make code valid C again. …
- 10:38 AM Changeset in ffmpeg [114f82ee] by
- jvdec: check that the video_size fits in the packet. Prevents use of …
- 10:00 AM Ticket #1508 (Unexported Ogg metadata) created by
- […] The title & comment meta appear in VLC, but don't with FFmpeg …
- 9:53 AM Changeset in ffmpeg [596814f9] by
- jvdec: fix memleak of jv->frames Signed-off-by: Paul B Mahol …
- 9:52 AM Ticket #1507 (Aspect ratio wrong in rv40 video (after resolution change)) updated by
- Sample uploaded to …
- 9:16 AM Changeset in ffmpeg [cbd9b2f9] by
- snow: remove the runs[] VLA. Signed-off-by: Martin Storsjö …
- 9:16 AM Changeset in ffmpeg [4d8516fd] by
- snow: Check mallocs at init Signed-off-by: Martin Storsjö …
- 7:24 AM Ticket #1506 (sgi fails to decode) updated by
-
Keywords, Status, Version, Component, Reproduced by developer changed
- 5:47 AM Ticket #1507 (Aspect ratio wrong in rv40 video (after resolution change)) updated by
-
Keywords changed
To make this a valid ticket, please provide complete uncut console … - 5:45 AM Ticket #1505 (Memory poisoning) closed by
- fixed: Added in 7c84e7d33762a4bccc0002476a3b20e0b8f26fcc
- 3:26 AM Changeset in ffmpeg [9d0c71e5] by
- jvdemux: correct size for truncated packets Signed-off-by: Michael …
- 2:55 AM Ticket #1507 (Aspect ratio wrong in rv40 video (after resolution change)) created by
- Summary of the bug: Change of dimensions of the source video seems not …
- 2:18 AM Changeset in ffmpeg [699083ed] by
- fate: add test for Bitmap Brothers JV demuxer Signed-off-by: Paul B …
- 2:18 AM Changeset in ffmpeg [7c520701] by
- fate: add test for Bitmap Brothers JV video Signed-off-by: Paul B …
- 1:31 AM Changeset in ffmpeg [6671c400] by
- h264pred: assert that depth is supported Signed-off-by: Michael …
- 1:31 AM Changeset in ffmpeg [9c995fe1] by
- h264dsp: assert that depth is supported Signed-off-by: Michael …
- 1:31 AM Changeset in ffmpeg [5a1bbb3a] by
- dsputil: assert that depth is supported Signed-off-by: Michael …
Note:
See TracTimeline
for information about the timeline view.
