Timeline
Dec 14, 2015:
- 10:39 PM Ticket #5089 (AC EOB marker is absent in MXF DV) updated by
- Which player does not show artefacts for disk1.mxf uploaded to …
- 10:38 PM Changeset in ffmpeg [06987dab] by
- avfilter/vf_decimate: fix typo in fraction Signed-off-by: Michael …
- 9:41 PM Changeset in ffmpeg [e8586ecb] by
- configure: add conditional library dependency for sofalizer and …
- 8:58 PM Changeset in ffmpeg [2f12172d] by
- avfilter/af_sofalizer: add frequency domain processing and use it by …
- 8:50 PM Ticket #4914 (Segmentation fault creating MXF transcoded from mp2) closed by
- fixed: Fixed in b51e7554e74cbf007a1cab83c7bed3ad9fa2793a
- 8:46 PM Ticket #4964 (decimate filter crashes with ppsrc option) closed by
- fixed: Fixed in 30fe3fd52721c8c6566001192cd16be423ffc92b
- 8:46 PM Changeset in ffmpeg [30fe3fd5] by
- avfilter/vf_decimate: Check that input parameters match Fixes …
- 7:51 PM Changeset in ffmpeg [22e960ad] by
- golomb: always check for invalid UE golomb codes in get_ue_golomb …
- 7:37 PM Changeset in ffmpeg [1925eaea] by
- avfilter/vf_decimate: change ts_unit to AVRational This might help …
- 7:21 PM Changeset in ffmpeg [997de2e8] by
- avfilter/vf_mpdecimate: Add missing emms_c() Signed-off-by: Michael …
- 6:53 PM Changeset in ffmpeg [ade31b94] by
- aacenc: switch to using the RNG from libavutil PSNR doesn't change as …
- 5:30 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- All of the asserts happen because of PNS. Disable it with -aac_pns 0 …
- 4:51 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Apparently, lower bitrate induces the assertion error. […] […]
- 3:58 PM Ticket #5086 (Option 'analyzeduration' not respected when using concat demuxer) updated by
- Sorry, no time to work on this for now. In case someone may want to: …
- 3:51 PM Changeset in ffmpeg [4aa876f2] by
- avformat/mxfenc: Do not crash if there is no packet in the first …
- 3:51 PM Changeset in ffmpeg [a9ce4583] by
- avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H The …
- 3:51 PM Changeset in ffmpeg [93fa19ad] by
- avformat/utils: estimate_timings_from_pts - increase retry counter, …
- 3:51 PM Changeset in ffmpeg [5c7ffbbd] by
- avformat/matroskaenc: Check codecdelay before use Fixes CID1238790 …
- 3:51 PM Changeset in ffmpeg [8be41ad2] by
- avutil/mathematics: Fix division by 0 Fixes: CID1341571 …
- 3:51 PM Changeset in ffmpeg [9a8d2f51] by
- mjpegdec: consider chroma subsampling in size check If the chroma …
- 3:51 PM Changeset in ffmpeg [d013f513] by
- avcodec/hevc: Check max ctb addresses for WPP Fixes out of array read …
- 3:51 PM Changeset in ffmpeg [548a07cd] by
- avcodec/vp3: ensure header is parsed successfully before tables Fixes …
- 3:51 PM Changeset in ffmpeg [0f331f94] by
- avcodec/jpeg2000dec: Check bpno in decode_cblk() Fixes: undefined …
- 3:51 PM Changeset in ffmpeg [0a06e282] by
- avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be …
- 3:51 PM Changeset in ffmpeg [dc0bc714] by
- swscale/utils: Fix for runtime error: left shift of negative value -1 …
- 3:51 PM Changeset in ffmpeg [5af53969] by
- avcodec/hevc: Fix integer overflow of entry_point_offset Fixes out of …
- 3:51 PM Changeset in ffmpeg [d17298b6] by
- avcodec/dirac_parser: Check that there is a previous PU before …
- 3:51 PM Changeset in ffmpeg [ece3912d] by
- avcodec/dirac_parser: Add basic validity checks for next_pu_offset and …
- 3:51 PM Changeset in ffmpeg [d092b7f0] by
- avcodec/dirac_parser: Fix potential overflows in pointer checks …
- 3:51 PM Changeset in ffmpeg [1601420b] by
- avcodec/wmaprodec: Check bits per sample to be within the range not …
- 3:51 PM Changeset in ffmpeg [bdf79f29] by
- avcodec/wmaprodec: Fix overflow of cutoff Fixes: …
- 3:51 PM Changeset in ffmpeg [4e80d4bf] by
- avformat/smacker: fix integer overflow with pts_inc Fixes: …
- 3:51 PM Changeset in ffmpeg [e3ffc7ab] by
- avcodec/vp3: Fix "runtime error: left shift of negative value" Fixes: …
- 3:51 PM Changeset in ffmpeg [76cb34f7] by
- mpegencts: Fix overflow in cbr mode period calculations ts->mux_rate …
- 3:51 PM Changeset in ffmpeg [da87a69] by
- avutil/timecode: Fix fps check The fps variable is explicitly set to …
- 3:51 PM Changeset in ffmpeg [86a52988] by
- avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from …
- 3:51 PM Changeset in ffmpeg [d259a053] by
- avcodec/apedec: Check length in long_filter_high_3800() Fixes out of …
- 3:51 PM Changeset in ffmpeg [710dccf0] by
- avcodec/vp3: always set pix_fmt in theora_decode_header() Fixes …
- 3:51 PM Changeset in ffmpeg [fc69fa84] by
- avcodec/mpeg4videodec: Check available data before reading custom …
- 3:51 PM Changeset in ffmpeg [88ccca20] by
- avutil/mathematics: Do not treat INT64_MIN as positive in …
- 3:51 PM Changeset in ffmpeg [07a30246] by
- avutil/integer: Fix av_mod_i() with negative dividend Signed-off-by: …
- 3:51 PM Changeset in ffmpeg [cf1f615b] by
- avformat/dump: Fix integer overflow in av_dump_format() Fixes part of …
- 3:51 PM Changeset in ffmpeg [900039e7] by
- avcodec/h264_refs: Check that long references match before use Fixes …
- 3:51 PM Changeset in ffmpeg [fad0748b] by
- avcodec/utils: Clear dimensions in ff_get_buffer() on failure Fixes …
- 3:51 PM Changeset in ffmpeg [6c25411c] by
- avcodec/utils: Use 64bit for aspect ratio calculation in …
- 3:51 PM Changeset in ffmpeg [c1d2967] by
- avcodec/vp3: Clear context on reinitialization failure Fixes null …
- 3:51 PM Changeset in ffmpeg [4fe6f9f] by
- avcodec/hevc: allocate entries unconditionally Fixes out of array …
- 3:51 PM Changeset in ffmpeg [694416e3] by
- avcodec/hevc_cabac: Fix multiple integer overflows Fixes: …
- 3:51 PM Changeset in ffmpeg [c1db1a5f] by
- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*() …
- 3:51 PM Changeset in ffmpeg [8ef86669] by
- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*() …
- 3:51 PM Changeset in ffmpeg [0cd23e0d] by
- avcodec/hevc: Check entry_point_offsets Fixes out of array read …
- 3:51 PM Changeset in ffmpeg [ed3d4336] by
- avcodec/cabac: Check initial cabac decoder state Fixes integer …
- 3:51 PM Changeset in ffmpeg [1258bdf7] by
- avcodec/cabac_functions: Fix "left shift of negative value -31767" …
- 3:51 PM Changeset in ffmpeg [54e94522] by
- avcodec/h264_slice: Limit max_contexts when slice_context_count is …
- 3:51 PM Changeset in ffmpeg [8405b632] by
- avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup …
- 3:45 PM Changeset in ffmpeg [90b1b935] by
- arm: add ff_int32_to_float_fmul_array8_neon Quite a bit faster than …
- 3:45 PM Changeset in ffmpeg [a0fc780a] by
- arm64: int32_to_float_fmul neon asm 3% faster dts decoding on a …
- 3:45 PM Changeset in ffmpeg [705f5e5e] by
- arm64: port synth_filter_float_neon from arm ~25% faster dts decoding …
- 3:45 PM Changeset in ffmpeg [c33c1fa] by
- arm64: convert dcadsp neon asm from arm ~2% faster dts decoding …
- 3:42 PM Changeset in ffmpeg [e2710e79] by
- arm: add a cpu flag for the VFPv2 vector mode The vector mode was …
- 3:42 PM Changeset in ffmpeg [5dfe4eda] by
- x86_64: int32_to_float_fmul_scalar sign extend integer length
- 3:42 PM Changeset in ffmpeg [64034849] by
- arm64: add cycle counter support The ISB (instruction synchronization …
- 3:16 PM Changeset in ffmpeg [50078c1c] by
- libavutil: move FFALIGN macro from common.h to macros.h Include …
- 2:16 PM Changeset in ffmpeg [dbce0179] by
- mpegtsenc: add flag to embed an AC-3 ES the DVB way So far an AC-3 …
- 2:16 PM Changeset in ffmpeg [cc4c2420] by
- avresample: Mark avresample_buffer() as pointer to const That buffer …
- 2:08 PM Ticket #5089 (AC EOB marker is absent in MXF DV) updated by
- Replying to cehoyos: > Replying to gausss: > > …
- 2:06 PM Ticket #5089 (AC EOB marker is absent in MXF DV) updated by
- Sorry, I attached the byte-cut of the first 11 MB. Please referr to …
- 1:38 PM Ticket #5089 (AC EOB marker is absent in MXF DV) updated by
-
Keywords changed
- 1:31 PM Ticket #5089 (AC EOB marker is absent in MXF DV) updated by
- Replying to gausss: > The attached file is a cut of the …
- 1:28 PM Ticket #5089 (AC EOB marker is absent in MXF DV) updated by
- The attached file is a cut of the original file, cutted with ffmpeg itself.
- 1:19 PM Ticket #5089 (AC EOB marker is absent in MXF DV) created by
- The decoding for some MXF DV file results in multiple AC EOB marker …
- 12:02 PM Ticket #5087 (Schematron validation not successful – DASH is not valid!) updated by
-
Keywords, Version, Component changed
Could this be a duplicate of ticket #4555? Is specific input required … - 11:50 AM Changeset in ffmpeg [932cbc84] by
- avfilter/vf_delogo: fix show option when clipping The show option did …
- 11:49 AM Ticket #5085 (ffmpeg crash on windows 2008 r2 sp1) closed by
- needs_more_info: Please reopen this ticket if you can add more information.
- 11:12 AM Changeset in ffmpeg [5bc223b1] by
- r3d: fix an invalid read introduced in 6bf4c1d
- 11:11 AM Ticket #5088 (copying mpegts file fails for h264 video) updated by
- My apologies, i did test with the latest git version before submitting …
- 11:04 AM Ticket #5088 (copying mpegts file fails for h264 video) updated by
-
Keywords, Status, Component, Reproduced by developer changed
For future tickets please remember to always test current FFmpeg git … - 10:12 AM Ticket #5088 (copying mpegts file fails for h264 video) updated by
- Can't attach my file because of the file size limit, and copying the …
- 10:07 AM Ticket #5088 (copying mpegts file fails for h264 video) created by
- Summary of the bug: copying an transport stream file to another …
- 9:34 AM Changeset in ffmpeg [758be457] by
- avcodec/nvenc: clamp initial qp value to [1, 51] Signed-off-by: Timo …
- 9:27 AM Changeset in ffmpeg [f1a88973] by
- avcodec/nvenc: set slice number to 1 to improve encoding quality …
- 7:56 AM Ticket #1178 (tiff enc: odd-sized yuv410p tiff image decodes in other apps with ...) updated by
-
Cc changed
- 1:56 AM Ticket #5006 (NVENC fails to encode/decode yuv420p) closed by
- needs_more_info: Feel free to reopen this ticket if you can provide the missing information.
Dec 13, 2015:
- 10:59 PM Ticket #5081 (A wish for ffmpeg to be able to reference input properties) updated by
-
Keywords, Component changed
- 10:58 PM Ticket #5084 (How to achieve requirements for concat-filter?) closed by
- invalid: Sorry, this is a bug tracker, you can get support on the user mailing list.
- 10:56 PM Changeset in ffmpeg [906c0b77] by
- get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL
- 10:28 PM Changeset in ffmpeg [28e9b7e8] by
- fate: increase FUZZ by 1 for aac-tns-encode This should fix this test …
- 9:50 PM Ticket #5086 (Option 'analyzeduration' not respected when using concat demuxer) updated by
- Please provide your input sample.
- 9:23 PM Changeset in ffmpeg [64f8c439] by
- rtmpproto: Include the full path as app when "slist=" is found This …
- 7:09 PM Ticket #5086 (Option 'analyzeduration' not respected when using concat demuxer) updated by
- Replying to cehoyos: > Please test current FFmpeg git head …
- 5:49 PM Changeset in ffmpeg [ac25d1d3] by
- avfilter/af_sofalizer: switch comments positions to correct order …
- 5:21 PM Changeset in ffmpeg [5083900b] by
- lavfi/ebur128: apply I dual mono correction only if I available …
- 4:57 PM Changeset in ffmpeg [f69f050a] by
- avfilter/af_sofalizer: fix calculation of split point Signed-off-by: …
- 4:27 PM Changeset in ffmpeg [95a144a] by
- avformat/mxfenc: Do not crash if there is no packet in the first …
- 3:42 PM Changeset in ffmpeg [b51e7554] by
- avformat/mxfenc: Do not crash if there is no packet in the first …
- 12:19 PM Ticket #5086 (Option 'analyzeduration' not respected when using concat demuxer) updated by
-
Keywords, Component changed
Please test current FFmpeg git head to make this a valid ticket. - 12:08 PM Ticket #5087 (Schematron validation not successful – DASH is not valid!) created by
- Created MPD manifest for DASH muxer not validated. i use command …
- 11:57 AM Changeset in ffmpeg [780c4223] by
- avfilter/af_sofalizer: remove reorder hack Signed-off-by: Paul B …
- 11:57 AM Changeset in ffmpeg [49d97d9b] by
- avfilter/af_sofalizer: move modulo operation out of loop …
- 11:40 AM Ticket #5086 (Option 'analyzeduration' not respected when using concat demuxer) created by
- Summary of the bug: When using the concat demuxer, the option …
- 11:01 AM Ticket #5083 (Conversion from yuv410p to rgb24 looks wrong) updated by
- You are correct that the problem is with swscale. If I pass …
- 9:15 AM Ticket #4921 (double free or corruption error using tee pseudo muxer with hls and flv) closed by
- fixed: Fixed with nicolas/doubleb patch in …
- 9:14 AM Changeset in ffmpeg [1450a39a] by
- lavf/tee: fix side data double free. Similar to 33fefdb44. Fix trac …
- 9:08 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Replying to Kamedo2: > I am considering a new listening …
- 8:41 AM Changeset in ffmpeg [1acc90ea] by
- lavf/tee: fix side data double free. Similar to 33fefdb44. Fix trac …
- 7:41 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- The bug comment:459 don't reproduce with {{{-profile:a …
- 6:55 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
-
I am considering a new listening test of
-c:a aacand {{{-c:a … - 1:59 AM Changeset in ffmpeg [d07f6582] by
- avformat/hlsenc: Check the return code of avformat_write_header() …
- 1:58 AM Ticket #5067 (crash on Mapping Multicast TV Stream to HLS with "Exactly one WebVTT ...) updated by
-
Cc changed
- 1:57 AM Ticket #5067 (crash on Mapping Multicast TV Stream to HLS with "Exactly one WebVTT ...) updated by
-
Cc changed
Segfault fixed in c62d1780fff8a1997dd1707bbc557efc8fe41e3c not sure if … - 1:28 AM Changeset in ffmpeg [c62d1780] by
- avformat/hlsenc: Check the return code of avformat_write_header() …
- 1:16 AM Ticket #5047 (Regression in mp3 audio stream handling) closed by
- fixed: Fixed in 861f47ddf463926da2cba9e12665e7f004419f4b
- 1:15 AM Changeset in ffmpeg [07b43fb6] by
- avformat/mov: Enable parser for mp3s by old HandBrake Fixes …
- 1:15 AM Changeset in ffmpeg [e3f08d93] by
- avformat/mxfenc: Fix integer overflow in length computation Fixes: …
- 1:11 AM Changeset in ffmpeg [861f47dd] by
- avformat/mov: Enable parser for mp3s by old HandBrake Fixes …
- 1:11 AM Changeset in ffmpeg [537e901f] by
- avformat/mxfenc: Fix integer overflow in length computation Fixes: …
- 12:13 AM Changeset in ffmpeg [e6258677] by
- avfilter/af_sofalizer: make it possible to configure speaker elevation …
Dec 12, 2015:
- 10:25 PM Changeset in ffmpeg [f87d2617] by
- Changelog: Update Signed-off-by: Michael Niedermayer …
- 10:19 PM Changeset in ffmpeg [93d336fb] by
- avformat/segment: Fix memory leak of cur_entry.filename Solution …
- 8:56 PM Changeset in ffmpeg [7dc469f3] by
- doc/general: add missing @tab for ADPCM VIMA Signed-off-by: Paul B …
- 8:31 PM Changeset in ffmpeg [d62e979] by
- avfilter/af_sofalizer: display some info when loading sofa file …
- 8:27 PM Changeset in ffmpeg [9f0b6e68] by
- vocdec: do not create the stream in read_header() The stream …
- 8:26 PM Changeset in ffmpeg [2d0432d9] by
- vocdec: put the code not shared with other demuxers under appropriate ifdef
- 8:26 PM Changeset in ffmpeg [09ae7b81] by
- flvdec: do not create any streams in read_header() The current muxer …
- 8:26 PM Changeset in ffmpeg [de9e199a] by
- lavc: make avpriv_mpa_decode_header private on next bump It's not …
- 8:26 PM Changeset in ffmpeg [72d65876] by
- mp3dec: replace avpriv_mpa_decode_header with …
- 8:25 PM Changeset in ffmpeg [955aec3c] by
- mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header …
- 8:24 PM Changeset in ffmpeg [cea1eef2] by
- lavc: get the profile name through the codec descriptor in avcodec_string()
- 8:22 PM Changeset in ffmpeg [2c68113] by
- lavc: add profiles to AVCodecDescriptor The profiles are a property …
- 8:21 PM Changeset in ffmpeg [cdc9ce09] by
- lavc: print the name of the codec, not its implementation, in …
- 8:20 PM Changeset in ffmpeg [6bf4c1d7] by
- r3d: do not create the audio stream until we know the sample rate
- 8:19 PM Changeset in ffmpeg [9f1eccb9] by
- ff_parse_specific_params: do not use AVCodecContext.frame_size It …
- 8:19 PM Changeset in ffmpeg [1f008f34] by
- rmenc: do not use AVCodecContext.frame_size It will not be set if the …
- 8:16 PM Changeset in ffmpeg [458e53f5] by
- mpegvideo_enc: actually add the side data with vbv_delay to the packet …
- 7:56 PM Changeset in ffmpeg [0a19538b] by
- avfilter: add SOFAlizer audio filter Signed-off-by: Paul B Mahol …
- 7:27 PM Ticket #5083 (Conversion from yuv410p to rgb24 looks wrong) updated by
-
Status, Component, Reproduced by developer changed
If there is an issue, it has nothing to do with libavcodec and can be … - 7:23 PM Ticket #1178 (tiff enc: odd-sized yuv410p tiff image decodes in other apps with ...) updated by
-
Cc changed
Replying to khali: > I am seeing a similar issue. (Is it … - 6:47 PM Changeset in ffmpeg [69e80d6c] by
- mips: i6400 core does have an FPU, so not disable it Signed-off-by: …
- 6:47 PM Changeset in ffmpeg [88d66f69] by
- mips: add i6400 core optimizations Signed-off-by: Vicente Olivert …
- 6:47 PM Changeset in ffmpeg [1dcd96f7] by
- mips: remove --mips64r6 configure option Having a configure option …
- 6:05 PM Changeset in ffmpeg [625b582d] by
- avcodec/aacsbr_template: Add Check to read_sbr_envelope() The limit …
- 5:21 PM Changeset in ffmpeg [7c1c453] by
- lavf/matroskadec: Set codec_tag also for audio codecs. This was …
- 5:12 PM Ticket #5085 (ffmpeg crash on windows 2008 r2 sp1) updated by
-
Keywords, Component changed
Please test current FFmpeg git head, if the crash is reproducible, … - 3:19 PM Ticket #5085 (ffmpeg crash on windows 2008 r2 sp1) created by
- […] …
- 2:11 PM Changeset in ffmpeg [ec11cfdf] by
- avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_components Relying on …
- 2:05 PM Changeset in ffmpeg [cd83f899] by
- avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H The …
- 1:20 PM Changeset in ffmpeg [c18176bd] by
- avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H The …
- 1:00 PM Changeset in ffmpeg [09a8b669] by
- doc: fix selectivecolor filter position
- 11:19 AM Changeset in ffmpeg [b78885a3] by
- avcodec/aacsbr: Split the env_facs table This also removes a #ifdef …
- 10:34 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- […]
- 10:01 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- The new AAC output cannot be decoded properly by the faad decoder. …
- 5:07 AM Ticket #5084 (How to achieve requirements for concat-filter?) updated by
- Just to rule out the parameter mismatch as cause, run the final concat …
- 12:10 AM Changeset in ffmpeg [b4f1636] by
- lavc: typo fix cliping -> clipping, saftey -> safety Signed-off-by: …
Dec 11, 2015:
- 9:27 PM Changeset in ffmpeg [edfc835a] by
- avformat/mpegtsenc: Add basic multi program support Signed-off-by: …
- 9:27 PM Changeset in ffmpeg [8f948b62] by
- ffmpeg: Add basic support to mux multiple programs Signed-off-by: …
- 9:27 PM Changeset in ffmpeg [676a93f2] by
- avformat: Add av_program_add_stream_index() This will be used by the …
- 8:33 PM Changeset in ffmpeg [5f55be70] by
- doc/issue_tracker.txt: various updates Added missing components. …
- 8:22 PM Ticket #2795 (Too Large Number of Skipped frames 1374156452>60000) closed by
- needs_more_info
- 4:05 PM Ticket #5084 (How to achieve requirements for concat-filter?) created by
- Summary of the bug: We are trying to implement a workflow which …
- 3:35 PM Changeset in ffmpeg [b8e5b1d7] by
- lavc/mdct_template: use lrint instead of floor hack Signed-off-by: …
- 3:22 PM Changeset in ffmpeg [df679f12] by
- lavc/dcaenc: avoid wasteful cos calls cos has symmetry; use this. …
- 3:21 PM Changeset in ffmpeg [a0ddebfe] by
- lavc/nellymoserdec: replace pow by exp2 exp2 suffices here. …
- 3:21 PM Changeset in ffmpeg [93afb338] by
- lavfi/formats: fix segfault when allocation fails This is a somewhat …
- 3:19 PM Changeset in ffmpeg [b0b133b8] by
- hevcdsp: use a macro for .rodata section fixes assembling on OS/2 …
- 1:13 PM Ticket #1178 (tiff enc: odd-sized yuv410p tiff image decodes in other apps with ...) updated by
-
Cc changed
I am seeing a similar issue. The following command generates a file … - 12:39 PM Changeset in ffmpeg [46cbb4c2] by
- ffmpeg: change command line option -dump to work without -loglevel …
- 12:39 PM Changeset in ffmpeg [5e8b9e74] by
- avutil/softfloat: Assert that the exponent did not overflow the legal …
- 12:21 PM Ticket #5083 (Conversion from yuv410p to rgb24 looks wrong) created by
- Summary of the bug: When generating still pictures from a yuv410p …
- 11:42 AM HWAccelIntro edited by
- drop link to not-so-useful libav-user thread (diff)
- 11:38 AM CompilationGuide/MinGW edited by
- add note about the MSYS2 usage (diff)
- 11:20 AM WikiStart edited by
- fix typo: shedule => schedule (diff)
- 11:08 AM Ticket #5082 (FLV demuxer does not set duration for video packets) closed by
- invalid
- 11:07 AM HWAccelIntro edited by
- Remove c66x, its not part of FFmpeg. Submit it upstream if you want it … (diff)
- 10:56 AM HWAccelIntro edited by
- add QSV entry (diff)
- 10:23 AM Ticket #5082 (FLV demuxer does not set duration for video packets) updated by
- 10:23 AM Ticket #5082 (FLV demuxer does not set duration for video packets) updated by
- Sorry, forget it. Just read up on it and the FLV format does not …
- 9:50 AM Ticket #5082 (FLV demuxer does not set duration for video packets) updated by
- Packet duration in the demuxer is available only in very few formats, …
- 9:39 AM Ticket #5082 (FLV demuxer does not set duration for video packets) created by
- ffmpeg -f lavfi -i testsrc -t 1 test-1s.flv ffprobe -show_entries …
- 5:18 AM Ticket #4347 (support writing crc elements to level 1 elements of matroska) updated by
- Anyone interested in working on adding crc support to the mkv muxer if …
- 4:51 AM Ticket #5081 (A wish for ffmpeg to be able to reference input properties) created by
- This is a feature request for ffmpeg to have the ability to reference …
Dec 10, 2015:
- 11:40 PM Ticket #5080 (Excessive HTTP GETs reading MP4 from web server) updated by
- I replaced the attached reports with ones from todays build. The …
- 11:31 PM Ticket #5080 (Excessive HTTP GETs reading MP4 from web server) updated by
-
Version changed
- 11:13 PM Changeset in ffmpeg [df2ce130] by
- avfilter/af_aemphasis: more declarations above Signed-off-by: Paul B …
- 11:08 PM Ticket #5080 (Excessive HTTP GETs reading MP4 from web server) updated by
- Please provide command line and console output for a current version …
- 11:04 PM Changeset in ffmpeg [fdc94db3] by
- sbr_qmf_analysis: sanitize input for 32-bit imdct If the input …
- 11:04 PM Changeset in ffmpeg [a9c20e92] by
- sbrdsp_fixed: assert that input values are in the valid range …
- 11:04 PM Changeset in ffmpeg [ff8816f7] by
- aacsbr: ensure strictly monotone time borders This fixes a division …
- 10:50 PM Changeset in ffmpeg [d8f13e78] by
- diracdec: remove duplicate codeblock decoding Broken by commit …
- 10:30 PM Ticket #5080 (Excessive HTTP GETs reading MP4 from web server) updated by
- This issue is reproducible with current FFmpeg git head, and has been …
- 10:26 PM Ticket #5080 (Excessive HTTP GETs reading MP4 from web server) updated by
-
Keywords changed
Is this issue reproducible with current FFmpeg git head? - 10:14 PM Changeset in ffmpeg [3652dd5d] by
- diracdec: Fix FPE on invalid low_delay data
- 9:47 PM Changeset in ffmpeg [cdf8c903] by
- diracdec: Replace dirac parse codes with better ones
- 9:42 PM Changeset in ffmpeg [7424a6d0] by
- diracdec: Read picture types by using parse_code
- 9:39 PM Changeset in ffmpeg [8880ca23] by
- diracdec: Store version major/minor flags
- 9:37 PM Changeset in ffmpeg [8eb6acef] by
- diracdec: Support new extended quantiser range
- 9:29 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Replying to heleppkes: > Wasn't one of claudio's changes …
- 9:26 PM Changeset in ffmpeg [8dcc99dc] by
- diracdec: Extract version parameters
- 9:04 PM Changeset in ffmpeg [9f374c5] by
- diracdec: Make slice parameters common between lowdelay and future hq …
- 7:27 PM Ticket #5080 (Excessive HTTP GETs reading MP4 from web server) created by
- OS: RHEL 3.14.33-26.47.amzn1.x86_64 Build: ffmpeg-2.8.1-64bit-static …
- 7:11 PM Changeset in ffmpeg [3bb6ce1a] by
- diracdec: Rename lowdelay_subband to decode_subband because it is …
- 6:25 PM Changeset in ffmpeg [3f07f12f] by
- diracdec: Template DSP functions adding 10-bit versions
- 4:52 PM Changeset in ffmpeg [95536898] by
- diracdec: Move strides to bytes, and pointer types to uint8_t. Start …
- 4:10 PM CompilationGuide/Ubuntu edited by
- (diff)
- 1:01 PM Changeset in ffmpeg [bd3409f5] by
- lavfi/vf_alphamerge: fix unitialized pointers Missed in commit …
- 12:53 PM Changeset in ffmpeg [08a96708] by
- lavfi/vf_overlay: fix unitialized pointers Missed in commit …
- 12:00 PM Ticket #5079 (rtmp stream ping recursion, timeout not work, interrupt_callback not ...) updated by
- I dont know.
- 11:49 AM Ticket #5079 (rtmp stream ping recursion, timeout not work, interrupt_callback not ...) updated by
-
Priority, Keywords, Version changed
Is this a regression or why would it be important? - 11:27 AM Ticket #5079 (rtmp stream ping recursion, timeout not work, interrupt_callback not ...) created by
- Summary of the bug: Not work interrupt_callback procedure and not work …
- 8:52 AM Changeset in ffmpeg [45938f03] by
- avfilter/x86/vf_maskedmerge: move %define out of .nextrow …
- 8:00 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Wasn't one of claudio's changes supposed to get rid of this particular …
- 1:09 AM Changeset in ffmpeg [82f3d47] by
- doc/developer: misc minor fixes Signed-off-by: Ganesh Ajjanagadde …
- 1:07 AM Changeset in ffmpeg [e5d771c] by
- avfilter/avf_showfreqs: avoid wasteful pow pow is a ridiculous …
Dec 9, 2015:
- 11:14 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- […] […]
- 10:23 PM Ticket #5078 (FFMPEG "loop=0" value results in warnings and extremely long runtime) updated by
- Replying to cehoyos: > Please provide input files and …
- 9:29 PM Changeset in ffmpeg [124c3759] by
- AAC encoder: fix OOB access in search_for_pns Fix OOB access in …
- 7:49 PM Ticket #5078 (FFMPEG "loop=0" value results in warnings and extremely long runtime) updated by
- Please provide input files and command lines including complete, uncut …
- 7:46 PM Changeset in ffmpeg [5e4ec877]n2.4.12 by
- avformat/utils: estimate_timings_from_pts - increase retry counter, …
- 7:46 PM Changeset in ffmpeg [5e105ac] by
- avformat/utils: estimate_timings_from_pts - increase retry counter, …
- 6:55 PM Changeset in ffmpeg [7fd1c85e] by
- lavf/mpjpegdec: Fixed dereference after null check Fixes Coverity CID …
- 5:31 PM Ticket #5078 (FFMPEG "loop=0" value results in warnings and extremely long runtime) updated by
-
Version changed
- 5:30 PM Ticket #5078 (FFMPEG "loop=0" value results in warnings and extremely long runtime) updated by
- Replying to cehoyos: > Is the issue reproducible with …
- 5:27 PM Changeset in ffmpeg [a9c721da] by
- avformat/matroskaenc: Check codecdelay before use Fixes CID1238790 …
- 5:17 PM Changeset in ffmpeg [80ceb469] by
- avformat/rmdec: Fix use of uninitialized variable Fixes: CID1341580 …
- 4:53 PM Changeset in ffmpeg [ab70292f] by
- avutil/mathematics: Fix division by 0 Fixes: CID1341571 …
- 4:53 PM Changeset in ffmpeg [4608cc17] by
- avutil/mathematics: Fix division by 0 Fixes: CID1341571 …
- 4:39 PM Changeset in ffmpeg [bc8b1e69] by
- avutil/mathematics: Fix division by 0 Fixes: CID1341571 …
- 3:56 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- These three still crashes. […] […] […]
- 3:47 PM Changeset in ffmpeg [8cfa912e] by
- avformat/flacdec: remove unused return code assignment Fixes …
- 3:18 PM Changeset in ffmpeg [e6971db1] by
- avformat/matroskaenc: Check codecdelay before use Fixes CID1238790 …
- 12:58 PM Changeset in ffmpeg [89bbf019] by
- lavfi/af_amix: fix memory leak Recent commits …
- 12:58 PM Changeset in ffmpeg [924fcac] by
- lavfi/af_channelmap: fix memory leak Recent commits …
- 12:58 PM Changeset in ffmpeg [31f0d555] by
- lavfi/vf_alphamerge: fix memory leaks Recent commits …
- 12:57 PM Changeset in ffmpeg [301c2784] by
- lavfi/vf_overlay: fix memory leaks Recent commits …
- 12:57 PM Changeset in ffmpeg [00c32201] by
- lavfi/show_palette: fix memory leak Recent commits …
- 12:36 PM Changeset in ffmpeg [cb93df0d] by
- avcodec/aacsbr_tablegen: always initialize tables at runtime This …
- 11:23 AM Changeset in ffmpeg [e74f1a12] by
- avfilter/vf_delogo: round to the closest value When the interpolated …
- 8:01 AM Ticket #5078 (FFMPEG "loop=0" value results in warnings and extremely long runtime) updated by
-
Component changed
- 8:00 AM Ticket #5078 (FFMPEG "loop=0" value results in warnings and extremely long runtime) updated by
- Is the issue reproducible with current FFmpeg git head?
- 3:55 AM Ticket #5078 (FFMPEG "loop=0" value results in warnings and extremely long runtime) created by
- Summary of the bug: When attempting to replace the audio stream of an …
- 3:15 AM Ticket #3315 (overlay with shortest=1 loops forever if one input is of unlimited duration) updated by
-
Cc changed
- 3:15 AM Ticket #1670 (-filter_complex doesn't handle well finite video + infinite audio) updated by
-
Cc changed
- 3:14 AM Ticket #1799 (movie: loop option doesn't seem to work) updated by
-
Cc changed
- 3:00 AM Changeset in ffmpeg [c8905e0d] by
- swscale/utils: replace pow by exp2 exp2 is a faster function. …
- 3:00 AM Changeset in ffmpeg [42868ca5] by
- avcodec/jpeg2000: replace naive pow call with smarter exp2fi pow is a …
Dec 8, 2015:
- 9:53 PM Changeset in ffmpeg [5b0da699] by
- aacenc: update max_sfb when num_swb changes This fixes out-of-bounds …
- 9:46 PM Ticket #5077 (AAC encoder fuzz assertion) reopened by
- Sorry, fixed permissions.
- 8:32 PM Ticket #5077 (AAC encoder fuzz assertion) closed by
- needs_more_info
- 8:25 PM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
- Oh right. But why the other error then which confused me? […] …
- 8:07 PM BadContent edited by
- (diff)
- 8:05 PM BadIP edited by
- (diff)
- 7:51 PM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
- Replying to michael.heuberger: > Ah, I found the problem …
- 7:48 PM Ticket #5077 (AAC encoder fuzz assertion) created by
- Crash: http://paste.ubuntu.com/13833099/ Sample: …
- 7:43 PM Changeset in ffmpeg [3d090653] by
- fate/api-jpeg-codec-param: rename to api-mjpeg-codec-param
- 6:09 PM Ticket #3823 (RTP encoding of MJPEG from Trendnet TV-IP651WI (IP cam) gives ...) updated by
- Replying to andrey.utkin: > Replying to [comment:19 …
- 6:00 PM Ticket #5000 (Skipping frames for GoPro videos recorder with Ambarella) updated by
-
Priority, Keywords, Version, Reproduced by developer changed
Please ignore, I can reproduce the issue now, will add more information. - 5:54 PM Ticket #5000 (Skipping frames for GoPro videos recorder with Ambarella) updated by
- I cannot reproduce an issue with the sample h264_gopro_ambarella.mp4 …
- 5:41 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- Thank you for the explanation (I expected this or an ancient version …
- 5:30 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- Huh, I finally resolved the issue. Thing is that I pull source using …
- 5:12 PM Changeset in ffmpeg [81c95eb8] by
- openh264: Directly include the deprecation guards header Make easier …
- 5:09 PM Changeset in ffmpeg [9aebea0a] by
- avcodec/h264: Set CORRUPT flag on output frames that are not fully …
- 4:50 PM Changeset in ffmpeg [503d8bf7] by
- lavu/frame: use AVPALETTE_SIZE instead of 1024
- 1:36 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Fixed the FFmpeg_anmr_error6.flac crashes in git master, version …
- 1:31 PM Changeset in ffmpeg [4c5136a4] by
- aacenc_ltp: disable LTP with high lambda values Makes no sense to …
- 1:31 PM Changeset in ffmpeg [6e5dbe72] by
- aacenc_tns: use 4 bits for short windows With only 7 coefficients per …
- 12:43 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- A slightly tidied-up patch is on its way.
- 11:59 AM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- Yes, I understand that.
- 11:50 AM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- Replying to matsp888: > The console output is totally …
- 11:36 AM Ticket #3823 (RTP encoding of MJPEG from Trendnet TV-IP651WI (IP cam) gives ...) updated by
- Replying to cehoyos: > Please send your patch to the the …
- 11:05 AM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- I forgot an av_freep(&matroska->pal) in the block at line 77 of the …
- 10:42 AM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- First of all, please excuse me for my initial bad behaviour. I know …
- 10:26 AM Changeset in ffmpeg [34138ece] by
-
log: Use a do {} while (0) for tlog
Avoid the warning
-Wempty-body. - 10:07 AM Ticket #5000 (Skipping frames for GoPro videos recorder with Ambarella) updated by
- Hi! I have the same issue: the output video is strongly lagging. I …
- 9:06 AM Changeset in ffmpeg [8142daca] by
- Merge commit '6788baebb3680d447eabdadf3f5743c8470a4611' * commit …
- 9:03 AM Changeset in ffmpeg [c9dbff60] by
- Merge commit '7d36474d1908d6267d4e11d4d9909f9604bd0c81' * commit …
- 9:03 AM Changeset in ffmpeg [68cb0dc] by
- Merge commit 'f7edcac040f73635fc1127489c9bb29ca8b43532' * commit …
- 8:59 AM Changeset in ffmpeg [92186f2d] by
- Merge commit 'b805482b1fba1d82fbe47023a24c9261f18979b6' * commit …
- 8:50 AM Changeset in ffmpeg [3f9c6483] by
- Merge commit 'c5eb279e240af6b7228a624cd7193732f2d5adaa' * commit …
- 8:50 AM Changeset in ffmpeg [8076711d] by
- Merge commit '1077d8c8455b27688de37cd04f8cc253fb37944d' * commit …
- 8:45 AM Changeset in ffmpeg [d1b7caf] by
- Merge commit 'bf12a81cc67d62dd45c58e29fa0e9177331cc151' * commit …
- 8:41 AM Changeset in ffmpeg [6a6cfeb2] by
- Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56' * commit …
- 7:36 AM Ticket #3823 (RTP encoding of MJPEG from Trendnet TV-IP651WI (IP cam) gives ...) updated by
- Please send your patch to the the development mailing list for review …
- 7:29 AM Ticket #5072 (Weird filter error: Not connected to any destination) closed by
- invalid
- 7:12 AM Changeset in ffmpeg [5aca33c2] by
- swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon_16
- 7:12 AM Changeset in ffmpeg [102842d5] by
- fate/api-{jpeg,png}-codec-param: add missing codec dependencies
- 7:12 AM Changeset in ffmpeg [bd0a9f6] by
- fate/api-codec-param: fix codec context leak
- 6:16 AM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
-
Ah, I found the problem myself. Audio frequency of
-ar -1was a bug … - 3:53 AM Ticket #5073 (Parsed_concat_1 @ 02ad98e0 Failed to configure output pad on ...) updated by
-
Resolution changed
This was not a bug, so it should be set as "invalid". - 3:39 AM Ticket #5073 (Parsed_concat_1 @ 02ad98e0 Failed to configure output pad on ...) updated by
-
Resolution changed
- 3:39 AM Ticket #5073 (Parsed_concat_1 @ 02ad98e0 Failed to configure output pad on ...) updated by
-
Resolution changed
- 3:28 AM Ticket #5003 ("missing header" decoding mp2 after seek) closed by
- invalid: My apologies, closing this ticket. For some reason I recalled no …
- 2:53 AM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- Another crash example, probably another arithmetic overflow like …
- 2:37 AM Changeset in ffmpeg [ff6dd585] by
- avcodec/libdcadec: honor -err_detect option Signed-off-by: Michael …
- 2:37 AM Changeset in ffmpeg [de12aa51] by
- avcodec/libdcadec: add some useful options Signed-off-by: Michael …
- 2:37 AM Changeset in ffmpeg [704b2783] by
- avcodec/libdcadec: implement logging callback Don't print a warning …
- 2:37 AM Changeset in ffmpeg [704654ea] by
- avcodec/libdcadec: fix request_channel_layout Take …
- 2:04 AM Ticket #5017 (av_seek_frame on MXF failed to seek with latest ffmpeg) closed by
- fixed: Fixed in 97795ba6c3a58fe1b72fedcf9c65c99fb0725b9c.
- 1:25 AM Ticket #3823 (RTP encoding of MJPEG from Trendnet TV-IP651WI (IP cam) gives ...) updated by
-
Cc changed
- 1:24 AM Ticket #3823 (RTP encoding of MJPEG from Trendnet TV-IP651WI (IP cam) gives ...) updated by
- Working on a patch to support large JPEGs over RTP: …
- 1:14 AM Changeset in ffmpeg [97795ba6] by
- lavf/mxfdec: fix seeking before the first keyframe Regression since …
Dec 7, 2015:
- 10:31 PM Ticket #5073 (Parsed_concat_1 @ 02ad98e0 Failed to configure output pad on ...) updated by
- From the concat filter …
- 10:27 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- Well, OK. It wasn't easy for him to grasp it at first of course. I …
- 10:23 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- It's not about value, it's about helping a bug tracker maintainer …
- 10:15 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- Replying to RiCON: > I just did what you should've done …
- 9:59 PM Ticket #5073 (Parsed_concat_1 @ 02ad98e0 Failed to configure output pad on ...) updated by
- I did not find the error message unclear. In my application whenever a …
- 8:36 PM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
- This command is a mess. Some hints: * Please provide the most minimal …
- 8:16 PM Ticket #5073 (Parsed_concat_1 @ 02ad98e0 Failed to configure output pad on ...) closed by
- invalid: Not a bug. In this case use setsar filter.
- 7:47 PM Ticket #5076 (Add options for background and waveform colors in showwaves) created by
- Several users have requested the ability to change the colors for the …
- 7:28 PM Changeset in ffmpeg [dd1d9b80] by
- lavu/opencl: restore #if HAVE_THREADS Fix regression since a8bb81a. …
- 7:10 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
-
What about
make distclean && ./configure && make -j8 ffmpeg.exe? … - 6:55 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- Huh, this is weird. After the 1st build I go this: […] But then, …
- 6:43 PM Changeset in ffmpeg [006d3e97] by
- cosmetics: Fix weird indentations
- 6:35 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- Am I correct that if you do {{{make ffmpeg.exe && ./ffmpeg.exe …
- 6:27 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- Here. […]
- 6:18 PM Ticket #5074 (support perceptual hashing) updated by
- Here's a good introduction to it: …
- 6:17 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- And the following? […]
- 6:14 PM Ticket #5074 (support perceptual hashing) updated by
- What is perceptual hashing?
- 6:00 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- Btw, to keep issue per report, I created ticket #5075 about duration …
- 5:59 PM Ticket #5075 (Duration of M4A file is wrong?) updated by
-
Summary changed
- 5:56 PM Ticket #5075 (Duration of M4A file is wrong?) created by
- I think duration is an issue after all. I attached files to …
- 5:40 PM Ticket #5074 (support perceptual hashing) created by
- Summary of the enhancement: I would love to see FFmpeg support for …
- 5:34 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- The same. $ ./version.sh N-77129-ga0050d9
- 5:28 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
-
And what does
./version.shin the relevant directory show? - 5:22 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- I attached a context diff with the changes I've made to matroskadec.c …
- 5:14 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- And there is no need to (and for codec_id actually incorrect) to set …
- 5:02 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- I should perhaps also emphasize once again that this patch will make …
- 4:58 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) closed by
- fixed
- 4:53 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
-
Two crash bugs on 240kbps on both
-profile:a aac_ltpand … - 4:52 PM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- Now it sounds better. Thanks. Here's the git output: $ git describe …
- 4:49 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- That looks a bit better, Carl. But I don't understand why all the …
- 4:27 PM Changeset in ffmpeg [febfb49a] by
- matroskadec: Fix sample_aspect_ratio for stereo matroska content …
- 4:27 PM Changeset in ffmpeg [c34df422] by
- sgienc: Make sure to initialize skipped header portions Fix fate …
- 4:27 PM Changeset in ffmpeg [16216b71] by
- lavc: Drop exporting 2-pass encoding stats These variables are coming …
- 4:27 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- I told you I couldn't use the patch directly because I have an older …
- 4:25 PM Changeset in ffmpeg [a8bb81a0] by
- lavc, lavu: use avutil/thread.h instead of redundant conditional includes
- 4:12 PM Changeset in ffmpeg [a0050d9b] by
- configure: fix vp9_d3d11va_hwaccel deps Signed-off-by: James Almer …
- 4:01 PM Changeset in ffmpeg [be00ec83] by
- lavc: Deprecate coder_type and its symbols Most option values are …
- 3:39 PM Changeset in ffmpeg [5e0c47d4] by
- avutil/threadmessage: fix build without HAVE_THREADS, new attempt
- 3:28 PM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- The patch was made available by Carl. It can be applied easily with …
- 3:10 PM Changeset in ffmpeg [312c83e0] by
- avcodec/g723_1: fix license header
- 3:01 PM Changeset in ffmpeg [357c6265] by
- Merge commit 'cb49bb10ca7fcff2e382d9d989232b1a7f28e7da' * commit …
- 3:00 PM Changeset in ffmpeg [8cfa7bef] by
- Merge commit '0fc61c6ab6912a2f0c40fdd3f3c591bc2a33efd4' * commit …
- 2:57 PM Changeset in ffmpeg [e92aa34d] by
- Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110' * commit …
- 2:55 PM Changeset in ffmpeg [ee367fa] by
- Merge commit '7f57ea143c55ce5732ef7e31e4b75ae6c307af13' * commit …
- 2:55 PM Changeset in ffmpeg [d1256272] by
- Merge commit 'ca5f386e75c592ce25b8184516fd0d580ccb31bb' * commit …
- 2:50 PM Changeset in ffmpeg [90c93fb1] by
- Merge commit 'f023d57d355ff3b917f1aad9b03db5c293ec4244' * commit …
- 2:26 PM Changeset in ffmpeg [6c9cc21b] by
- Merge commit '165cc6fb9defcd79fd71c08167f3e8df26b058ff' * commit …
- 2:04 PM Changeset in ffmpeg [9cf74191] by
- Merge commit 'aac996cc01042194bf621d845bbe684549b5882e' * commit …
- 1:58 PM Changeset in ffmpeg [2730a201] by
- Merge commit 'b74b88f30da2389f333a31815d8326d5576d3331' * commit …
- 1:57 PM Changeset in ffmpeg [dc97ff83] by
- fate/api: add w32+os2 support for fate-api-threadmessage
- 1:51 PM Changeset in ffmpeg [0ecec744] by
- Merge commit 'a0fa6d06b848f26b16ba12f0a9a4a85b93ab8022' * commit …
- 1:45 PM Changeset in ffmpeg [255f8966] by
- Merge commit 'f7986239f4dbec91c743c4c5eb0a2339bd325bf6' * commit …
- 1:40 PM Changeset in ffmpeg [b98305f0] by
- fate/api: fix fate-api-threadmessage dependency
- 1:28 PM Changeset in ffmpeg [d4b1b33e] by
- avutil/threadmessage: fix build without HAVE_THREADS
- 1:20 PM Changeset in ffmpeg [4a2058bf] by
- Merge commit '7139489c452ef8af6a745ec4e62056ee4ea4d6a8' * commit …
- 1:18 PM Changeset in ffmpeg [4e015669] by
- Merge commit 'b0e8651a2a84553d08fbb2f7cb9697bd64fb1b55' * commit …
- 1:16 PM Changeset in ffmpeg [14b58347] by
- Merge commit '4f979418c723652ad4e43115118c57a44bd46b52' * commit …
- 11:22 AM Changeset in ffmpeg [b6d029c2] by
- doc/filters: add more compand examples Signed-off-by: Paul B Mahol …
- 11:13 AM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
-
Please remove the
-logleveloption from your command line unless … - 10:47 AM Changeset in ffmpeg [e6690ce0] by
- avfilter/af_biquads: pass filter ctx to av_log calls Signed-off-by: …
- 10:42 AM Changeset in ffmpeg [f1ccd076] by
- h264: do not call frame_start() for missing frames We do not need to …
- 10:42 AM Changeset in ffmpeg [d6dc5d15] by
- aacdec: fix aac_static_table_init() prototype
- 10:42 AM Changeset in ffmpeg [68e547ae] by
- avpacket: use ERANGE instead of EOVERFLOW EOVERFLOW seems to be …
- 10:39 AM Changeset in ffmpeg [bd5c860f] by
- avutil/threadmessage: split the pthread condition in two Fix a dead …
- 10:39 AM Changeset in ffmpeg [a26e4215] by
- fate/api: test threadmessage
- 10:39 AM Changeset in ffmpeg [f98abe0e] by
- avutil/threadmessage: add av_thread_message_flush()
- 10:39 AM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
-
Version changed
- 10:34 AM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
- Okay, pulled the latest FFmpeg and compiled with all the other codec. …
- 9:56 AM Ticket #4491 (hls applehttp with Invalid stream index) updated by
- I think he means when the stream goes to an advertisement.
- 9:39 AM Changeset in ffmpeg [6596c6fc] by
- fate: add limited_input_seek tests Signed-off-by: Simon Thelen …
- 9:11 AM Changeset in ffmpeg [d5f5c90b] by
- rtsp: free opts dictionary on failure of getnameinfo Signed-off-by: …
- 9:11 AM Changeset in ffmpeg [8df8f0c7] by
- movenc-test: add a missing va_end call Signed-off-by: Martin Storsjö …
- 9:07 AM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- Unfortunately, it only works with FFplay. MPlayer (at least the …
- 8:47 AM Changeset in ffmpeg [5068fb1e] by
- ffmpeg_dxva2: support vp9 hwaccel
- 8:44 AM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- OK, I have added the proposed patch from Martin Storsjö mentioned …
- 8:38 AM Changeset in ffmpeg [1e6cf727] by
- avcodec: implement vp9 dxva2 hwaccel
- 8:25 AM Changeset in ffmpeg [585083dd] by
- vp9: add hwaccel hooks
- 8:23 AM Changeset in ffmpeg [cd1b7e2b] by
- vp9: fix pixel format changes with threading
- 8:14 AM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
- Please test current FFmpeg git head and please provide the command …
- 7:25 AM Ticket #5073 (Parsed_concat_1 @ 02ad98e0 Failed to configure output pad on ...) updated by
- Replying to samverdikt: > {{{ > [Parsed_concat_0 @ …
- 6:57 AM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
-
Cc changed
- 6:56 AM Ticket #5072 (Weird filter error: Not connected to any destination) updated by
- Sure. First download and extract the attached test files into another …
- 4:27 AM Changeset in ffmpeg [21fbc412] by
- cmdutils: use version accessor macros Signed-off-by: Reynaldo H. …
- 4:23 AM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- For the record, the original QuickTime file (and other files with …
- 3:45 AM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- I can't see any changes in matroskadec.c at GitHub, so I suppose you …
- 3:34 AM Ticket #5071 (FFmpeg doesn't use the correct palette when playing Apple Graphics ...) updated by
- RICON, mkvmerge does NOT lose any information, as I said before. …
- 3:32 AM Ticket #5073 (Parsed_concat_1 @ 02ad98e0 Failed to configure output pad on ...) updated by
- Below is the log: …
- 12:34 AM Changeset in ffmpeg [073fcfe3] by
- mjpegdec: consider chroma subsampling in size check If the chroma …
- 12:34 AM Changeset in ffmpeg [d52b5f85]n2.5.9 by
- mjpegdec: consider chroma subsampling in size check If the chroma …
- 12:34 AM Changeset in ffmpeg [2e54b8c3] by
- mjpegdec: consider chroma subsampling in size check If the chroma …
- 12:28 AM Changeset in ffmpeg [54ed3ebb] by
- avfilter/showcqt: BASEFREQ and ENDFREQ cast to double fix default …
- 12:28 AM Changeset in ffmpeg [162754c] by
- Remove Redundant Entry of MPEG2 Video Desc Signed-off-by: Anshul …
- 12:06 AM Ticket #5070 (Lot of artifacts in AAC encoder and duration is incorrect) updated by
- Replying to d4eva: > About version 2.8: I cloned source as …
Note:
See TracTimeline
for information about the timeline view.
