Timeline
Apr 8, 2016:
- 11:13 PM Ticket #4816 (png: wrong alpha detection) closed by
- fixed: Fixed in d433623fba2b273491ff7dda401648e7d07e19fe
- 11:12 PM Changeset in ffmpeg [325d0b6] by
- avcodec/pngdec: Fix alpha detection with skip_frame Fixes Ticket4816 …
- 11:10 PM Changeset in ffmpeg [d433623f] by
- avcodec/pngdec: Fix alpha detection with skip_frame Fixes Ticket4816 …
- 10:58 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
- Replying to cehoyos: > Replying to [comment:9 …
- 10:16 PM Changeset in ffmpeg [7abc8e7a] by
- swscale/arm: add ff_hscale_8_to_15_neon
- 9:51 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
- Support for both samples is now added.
- 9:49 PM Ticket #4712 (shorten decoder is not lossless) closed by
- fixed: Fixed in 966d43d7786d1a95162e3feff1d5bfbcb58e571f.
- 9:45 PM Changeset in ffmpeg [dee13862] by
- avcodec/shorten: fix decoding of files with number of samples lower …
- 9:44 PM Ticket #3664 (ffprobe can't read packet DTS/PTS (regression since removal of ...) updated by
-
Summary changed
- 9:21 PM Changeset in ffmpeg [c18fdc86] by
- avcodec/shorten: remove useless if condition and comment, reindent …
- 8:34 PM Changeset in ffmpeg [a4790e18] by
- avformat/nistshperedec: add support for mu-law as sample-byte-format …
- 8:32 PM Changeset in ffmpeg [966d43d7] by
- avcodec/shorten: fix decoding of last frame Previously it would be …
- 7:56 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
- Replying to giuliopaci: > This file is not supported by …
- 7:42 PM Changeset in ffmpeg [6936c115] by
- fate: Add test for Ticket 2397 (dvdsub) Signed-off-by: Michael …
- 7:05 PM Ticket #5397 (Incorrect curves filter work) updated by
- At least a command line together with complete, uncut console output …
- 6:55 PM Ticket #5397 (Incorrect curves filter work) updated by
- Hello, does anyone read this bug report?
- 5:32 PM Ticket #3841 (support MYUV 10-bit & 8-bit 4:2:2 YUV) updated by
- something can be seen with this: […]
- 4:40 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
- I have uploaded this file that is supported by sph2pipe, but not by …
- 4:28 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
- Mu-law should be supported, no?
- 4:19 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
- I confirm the patch is working for me as well. I am doing an …
- 3:58 PM Changeset in ffmpeg [cab9661d] by
- sws/aarch64/yuv2rgb: honor iOS calling convention y_offset and …
- 2:18 PM Ticket #5415 (Incorrect timestamps when using seek OR segment muxer for mp4) created by
- Hi, According to …
- 1:22 PM Ticket #5414 (Frame rate reduction using framestep filter fails) created by
- Hi, This seems to be a regression issue since it works perfectly fine …
- 11:25 AM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
- I sent patch for that to mailing list too. Googling of NIST SPHERE I …
- 11:19 AM Changeset in ffmpeg [259879d3] by
- avformat/nistspheredec: fix silly bug Signed-off-by: Paul B Mahol …
- 10:45 AM Changeset in ffmpeg [1490682b] by
- avcodec/pngenc: check return value of av_frame_copy() Signed-off-by: …
- 10:37 AM Changeset in ffmpeg [c3320a5] by
- avcodec/pngenc: restore image size before copying frame …
- 7:59 AM Changeset in ffmpeg [ae8a13c5] by
- avcodec/shorten: if allocation fails reset max_frame_size Otherwise …
- 7:40 AM Changeset in ffmpeg [3e99b377] by
- avcodec: remove "get_buffer() failed" message It is already provided …
Apr 7, 2016:
- 11:10 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
- Wow! The fix was ultra fast. :-) Thank you! However I checked the …
- 9:02 PM Ticket #5409 (shorten in nistsphere container does not seem to work) closed by
- fixed: Fixed in 0c9490609d888ba384798777a3daaf012488ad89
- 8:15 PM Changeset in ffmpeg [0c949060] by
- avformat: support shorten in nistshpere demuxer Signed-off-by: Paul B …
- 7:00 PM Ticket #5403 (ffplay 2.8.6 is no more able to play my .VOB files) closed by
- invalid
- 6:43 PM CompilationGuide/Ubuntu edited by
- remove --force-yes. not sure why it was added. (diff)
- 6:37 PM Ticket #5403 (ffplay 2.8.6 is no more able to play my .VOB files) updated by
- ffplay works with your new FFmpeg version (3.0.1) many thanks for the …
- 5:40 PM Changeset in ffmpeg [b7a776aa] by
- doc/filters: add drawtext example Show example which draws text at a …
- 5:22 PM Ticket #5379 (-ss option does not work for stream selection) updated by
- This is a design flaw. ffmpeg with -ss works as analyse, seek, …
- 2:14 PM Changeset in ffmpeg [d12b5b2f] by
- build: Split test programs off into separate files This avoids …
- 1:26 PM Changeset in ffmpeg [330177b5] by
- build: Group declarations for hw-accelerated de-/encoding separately
- 1:26 PM Changeset in ffmpeg [01621202] by
- build: miscellaneous cosmetics Restore alphabetical order in lists, …
- 1:23 PM Changeset in ffmpeg [e656a6cc] by
- configure: cosmetics: Drop pointless end-of-line semicolons
- 1:07 PM Ticket #5413 (Image size, pixel format cannot be detected ( 0x0,-1 ) for short h264 video) updated by
- It works fine with bigger file. Here is a console output: ./ffmpeg …
- 12:54 PM Ticket #5413 (Image size, pixel format cannot be detected ( 0x0,-1 ) for short h264 video) updated by
- Please find attached screenshots from my bash console. This problem is …
- 12:02 PM Changeset in ffmpeg [3a9611d6] by
- avfilter: add remap filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 11:41 AM Ticket #5413 (Image size, pixel format cannot be detected ( 0x0,-1 ) for short h264 video) updated by
-
Keywords, Status, Version changed
Replying to sadensmol: > ./ffmpeg -probesize 100M … - 11:41 AM Changeset in ffmpeg [c1690620] by
- swscale/utils: Remove unused variable Signed-off-by: Michael …
- 11:26 AM Ticket #5413 (Image size, pixel format cannot be detected ( 0x0,-1 ) for short h264 video) updated by
- input line ( OSX ) ./ffmpeg -probesize 100M -analyzeduration 100M -i …
- 11:22 AM Ticket #5413 (Image size, pixel format cannot be detected ( 0x0,-1 ) for short h264 video) updated by
-
Keywords, Component changed
Please provide both command line and complete, uncut console output to … - 11:16 AM Ticket #5413 (Image size, pixel format cannot be detected ( 0x0,-1 ) for short h264 video) created by
- Cannot convert video which plays fine with Windows Media Player. …
- 9:29 AM Ticket #5404 (Missing output frames in h264 decoder with stream already demuxed from ...) updated by
- I'll think about it. I really thought there was a bug though. Have a …
- 9:11 AM Ticket #5404 (Missing output frames in h264 decoder with stream already demuxed from ...) updated by
- Please remember to post all usage question on the user mailing list: …
- 9:08 AM Ticket #5404 (Missing output frames in h264 decoder with stream already demuxed from ...) updated by
-
Replying to cehoyos:
> Use
-vsync 0to avoid the … - 8:44 AM Ticket #5402 (strftime %l pattern doesn't work on Windows build ( works on OSX just ...) updated by
- Afaict, the option is marked as deprecated usually meaning you get …
- 8:19 AM Ticket #5402 (strftime %l pattern doesn't work on Windows build ( works on OSX just ...) updated by
- Thank you for the update. I got this but still has no solution for …
- 8:14 AM Ticket #5401 (ipmovie: problem with demuxer) updated by
-
Keywords, Status, Version, Reproduced by developer changed
- 8:03 AM Ticket #5402 (strftime %l pattern doesn't work on Windows build ( works on OSX just ...) closed by
- invalid: https://msdn.microsoft.com/en-us/library/fe06s4ak.aspx Please reopen …
- 7:55 AM Ticket #5404 (Missing output frames in h264 decoder with stream already demuxed from ...) closed by
- invalid: Replying to pcabarat: > {{{ > frame= 501 fps=414 q=-0.0 …
- 7:50 AM Ticket #5403 (ffplay 2.8.6 is no more able to play my .VOB files) updated by
- Replying to steer: > Following your advice, i replaced the …
- 7:08 AM Changeset in ffmpeg [2d720069] by
- avformat: add aix demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 6:00 AM Ticket #5411 (Trim filter doesn't work with time specified as HH:MM:SS) updated by
- I cannot. I rely on precompiled Windows binaries. I can't find a …
- 1:14 AM Ticket #5412 (Invalid read in avcodec_string with fuzzed file) updated by
-
Priority, Keywords, Status, Reproduced by developer changed
Regression since ec0275843d8eb933699807da81f6f366291f034a
Apr 6, 2016:
- 10:49 PM Ticket #5410 (bink: skip "SMUSH" hunk) updated by
- http://jsg.id.au/scumm/smush.txt
- 10:48 PM Ticket #5410 (bink: skip "SMUSH" hunk) updated by
- Replying to cehoyos: > Please elaborate on where this file …
- 10:47 PM Ticket #5412 (Invalid read in avcodec_string with fuzzed file) created by
- Summary of the bug: FFmpeg segfaults when probing fuzzed file …
- 10:14 PM Ticket #5410 (bink: skip "SMUSH" hunk) updated by
- Please elaborate on where this file comes from.
- 9:46 PM Ticket #5410 (bink: skip "SMUSH" hunk) reopened by
- 9:45 PM Ticket #5411 (Trim filter doesn't work with time specified as HH:MM:SS) updated by
-
Keywords changed
I am unable to reproduce the regression, please provide command line … - 9:21 PM Ticket #5410 (bink: skip "SMUSH" hunk) updated by
-
Reproduced by developer, Component, Priority, Version, Keywords, Type changed
Patch sent. - 8:38 PM Ticket #5406 (adpcm_vima: problem with stereo files) updated by
- Replying to ami_stuff: > Also unrelated to this ticket > …
- 8:36 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
-
Priority, Keywords, Version, Component changed
- 8:26 PM Ticket #5411 (Trim filter doesn't work with time specified as HH:MM:SS) updated by
-
Description changed
- 8:09 PM Ticket #5410 (bink: skip "SMUSH" hunk) closed by
- wontfix: There is no way to fix this.
- 8:06 PM Ticket #5411 (Trim filter doesn't work with time specified as HH:MM:SS) created by
- The trim filter doesn't work with time expressed as …
- 8:03 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
-
Status changed
You can find patch that fixes this on ffmpeg-devel mailing list. - 7:59 PM Ticket #5410 (bink: skip "SMUSH" hunk) created by
- to decode attached file bink demuxer should skip SMUSH hunk (file …
- 7:21 PM Ticket #5403 (ffplay 2.8.6 is no more able to play my .VOB files) updated by
- Following your advice, i replaced the ffmpeg version comming with the …
- 6:17 PM Ticket #5409 (shorten in nistsphere container does not seem to work) updated by
- I just uploaded shorten_in_nistsphere_does_not_work.sph example and …
- 6:13 PM Ticket #5409 (shorten in nistsphere container does not seem to work) created by
- I have several files in NIST sphere format containing an embedded …
- 4:35 PM Ticket #5407 (WavPack correction file (hybrid mode)) updated by
-
Summary changed
- 4:13 PM Changeset in ffmpeg [00658253] by
- fate: Update DDS tests
- 4:13 PM Changeset in ffmpeg [22e49e6e] by
- dds: Simplify postprocessing check
- 4:13 PM Changeset in ffmpeg [02538636] by
- dds: Add support for alpha-only files Due to how pixel format …
- 4:13 PM Changeset in ffmpeg [9a9fb710] by
- dds: Add support for rgb555 files Signed-off-by: Vittorio Giovara …
- 2:12 PM Ticket #4861 (E-AC3 audio glitch : exponent out-of-range) updated by
- The Microsoft decoder also plays this without any glitches.
- 1:40 PM Ticket #5408 (non-existing PPS 0 referenced after ffmpeg segment (HLS) encoding) closed by
- invalid
- 1:36 PM Ticket #5408 (non-existing PPS 0 referenced after ffmpeg segment (HLS) encoding) updated by
- Yes, bug in latest release 3.0.1, but no bug in git head
- 1:34 PM Ticket #5408 (non-existing PPS 0 referenced after ffmpeg segment (HLS) encoding) updated by
- So there is no bug?
- 1:33 PM Ticket #5408 (non-existing PPS 0 referenced after ffmpeg segment (HLS) encoding) updated by
- Is not reproduced on 6d7f5667a0c48361ece1c6706a372760f396964d
- 12:32 PM Ticket #5408 (non-existing PPS 0 referenced after ffmpeg segment (HLS) encoding) updated by
- Please test current FFmpeg git head.
- 12:20 PM Ticket #5408 (non-existing PPS 0 referenced after ffmpeg segment (HLS) encoding) updated by
- You can download source file here - …
- 12:18 PM Ticket #5408 (non-existing PPS 0 referenced after ffmpeg segment (HLS) encoding) created by
- Summary of the bug: I'm using ffmpeg to convert files to HLS format …
- 11:19 AM Ticket #1306 (Open EXR : wrong processing of an *.exr files) closed by
- fixed: Tile. MultiResolution and rest of compression types are now supported.
- 11:12 AM Changeset in ffmpeg [6d7f5667] by
- avcodec/exr: enable mipmap, ripmap decoding
- 9:48 AM Ticket #5406 (adpcm_vima: problem with stereo files) updated by
- Also unrelated to this ticket …
- 9:16 AM Ticket #5407 (WavPack correction file (hybrid mode)) updated by
-
Priority, Keywords, Version, Status, Reproduced by developer changed
[…] - 9:09 AM Ticket #5406 (adpcm_vima: problem with stereo files) updated by
-
Keywords, Status, Version, Reproduced by developer changed
Broken files uploaded to … - 6:14 AM Ticket #5407 (WavPack correction file (hybrid mode)) updated by
- Well relevant to understand what is a correction file obviously. …
- 2:13 AM Changeset in ffmpeg [8005b6d] by
- AAC encoder: fix valgrind errors Move wi.clipping computation outside …
- 1:16 AM Changeset in ffmpeg [2c697c65] by
- fate: force fixed point aac decoder in filter-meta-4560-rotate0 This …
- 12:17 AM Changeset in ffmpeg [37497488] by
- fate: add missing filter-meta-4560-rotate0 dependencies …
Apr 5, 2016:
- 10:55 PM Ticket #5407 (WavPack correction file (hybrid mode)) updated by
- Replying to Underground78: > Relevant excerpt from …
- 9:53 PM RemapFilter edited by
- (diff)
- 9:44 PM RemapFilter edited by
- (diff)
- 9:41 PM RemapFilter created by
- 9:36 PM WikiStart edited by
- (diff)
- 9:35 PM WikiStart edited by
- (diff)
- 9:32 PM WikiStart edited by
- (diff)
- 9:26 PM Ticket #5407 (WavPack correction file (hybrid mode)) updated by
- Sample files: audio track + …
- 9:20 PM Ticket #5407 (WavPack correction file (hybrid mode)) created by
- As far as I can tell ffmpeg is currently not able to use WavePack …
- 8:49 PM Ticket #5406 (adpcm_vima: problem with stereo files) updated by
- Replying to richardpl: > And from where you got this? …
- 8:33 PM Ticket #5406 (adpcm_vima: problem with stereo files) updated by
- And from where you got this?
- 8:08 PM Ticket #5405 (ffv1 in 2 pass mode creates corrupted files when bit depth > 8) updated by
-
Keywords, Component, Reproduced by developer changed
- 7:40 PM Ticket #5405 (ffv1 in 2 pass mode creates corrupted files when bit depth > 8) updated by
-
Keywords, Status, Component, Reproduced by developer changed
Not a regression afaict. - 7:36 PM Ticket #5406 (adpcm_vima: problem with stereo files) created by
- audio in the output file = noise …
- 7:35 PM Ticket #5405 (ffv1 in 2 pass mode creates corrupted files when bit depth > 8) created by
- Summary of the bug: When source video has more than 8 bits per …
- 3:59 PM Ticket #5404 (Missing output frames in h264 decoder with stream already demuxed from ...) updated by
- Here are the uncut console outputs : Demuxing: […] Decoding …
- 3:40 PM Ticket #5404 (Missing output frames in h264 decoder with stream already demuxed from ...) updated by
-
Priority, Keywords changed
Please provide command line(s) including complete, uncut console … - 3:16 PM Changeset in ffmpeg [fdd7a594] by
- libxvid: Create extradata in init using a dummy frame Modifying …
- 2:36 PM Ticket #5404 (Missing output frames in h264 decoder with stream already demuxed from ...) created by
- Summary of the bug: .yuv direct output from .ts and .yuv output from …
- 10:00 AM Changeset in ffmpeg [04059821] by
- sws/aarch64: restore ff_hscale_8_to_15_neon() Fix final scaling and …
- 8:49 AM Changeset in ffmpeg [56a3a3f0] by
- avformat: add musx demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
- 8:48 AM Changeset in ffmpeg [8a4c3f52] by
- avcodec: add adpcm dat4 decoder Signed-off-by: Paul B Mahol …
- 7:03 AM Changeset in ffmpeg [7d49abdf] by
- AAC encoder: fix filling of wi.clipping array Fill all windows in all …
Apr 4, 2016:
- 9:24 PM Changeset in ffmpeg [a07934d5] by
- ffplay: fix silence insertion on error or pause Insertion of silence …
- 9:19 PM Ticket #5403 (ffplay 2.8.6 is no more able to play my .VOB files) updated by
- This does not look like a valid ticket: Please recompile from current …
- 8:45 PM Changeset in ffmpeg [6103a845] by
- Changelog: Make formating consistent Signed-off-by: Michael …
- 8:30 PM Changeset in ffmpeg [83286153] by
- libavcodec/exr : add support for compression in tile
- 8:30 PM Changeset in ffmpeg [062ad63] by
- libavcodec/exr : cosmetic change
- 8:23 PM Ticket #5403 (ffplay 2.8.6 is no more able to play my .VOB files) updated by
- I built the latest ffmpeg version and got the same problem.
- 8:21 PM Ticket #5403 (ffplay 2.8.6 is no more able to play my .VOB files) created by
- I have update my OpenSuse version from 12.3 to Leap and the VOB files …
- 4:40 PM Ticket #5348 (hls url stopt after after a few seconds) updated by
- Pleas fix this Bug or revert to old code.
- 1:41 PM Changeset in ffmpeg [8dde92b9] by
- fate: Update Screenpresso tests
- 1:40 PM Changeset in ffmpeg [ec8a69fa] by
- screenpresso: Correctly handle keyframes The first byte contains …
- 1:40 PM Changeset in ffmpeg [95db8c75] by
- screenpresso: Add extended pixel format support Signed-off-by: …
- 1:39 PM Changeset in ffmpeg [b5f47d95] by
- fate: Update RSCC tests The current sample comes from an older …
- 1:39 PM Changeset in ffmpeg [51dc4de1] by
- rscc: Add extended pixel format support Signed-off-by: Vittorio …
- 1:05 PM Changeset in ffmpeg [4c6836db] by
- nvenc_h264: Fix name of private AVClass
- 11:01 AM Ticket #5402 (strftime %l pattern doesn't work on Windows build ( works on OSX just ...) updated by
- I don't really know what this bug is related to,but i see in docs that …
- 9:15 AM Ticket #5402 (strftime %l pattern doesn't work on Windows build ( works on OSX just ...) updated by
-
Priority, Component changed
Aren't you just reporting a deficiency of the Windows C runtime? To … - 8:52 AM Ticket #5402 (strftime %l pattern doesn't work on Windows build ( works on OSX just ...) created by
- Summary of the bug: The following strftime pattern doesn't work on …
- 1:12 AM Changeset in ffmpeg [54c9146] by
- fate: Add wav-ac3 test Signed-off-by: Michael Niedermayer …
- 1:12 AM Changeset in ffmpeg [ec7fda2d] by
- fate: add fate-flv-demux Signed-off-by: Michael Niedermayer …
- 1:12 AM Changeset in ffmpeg [419cb35e] by
- fate: Add fate-ts-opus-demux Signed-off-by: Michael Niedermayer …
Apr 3, 2016:
- 7:33 PM Changeset in ffmpeg [64b1ec80] by
- fate: add demux test for OggOpus Reviewed-by: Michael Niedermayer …
- 6:28 PM Changeset in ffmpeg [52562503] by
- AAC encoder: new regression test Test to catch the recently fixed …
- 6:03 PM Changeset in ffmpeg [bad41d37] by
- AAC encoder: fix initialization of minsf In some situations (exactly …
- 5:36 PM Changeset in ffmpeg [e3453fd] by
- matroska: Write the field order information And bump the document …
- 5:20 PM Changeset in ffmpeg [76466ab] by
- avformat/brstm: lower magic number, fixes decoding of some files …
- 5:04 PM Changeset in ffmpeg [6518cbc5] by
- lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformat It …
- 3:56 PM Changeset in ffmpeg [06c4ed0c] by
- avformat/wavdec: fix typo with len Found-by: carl Signed-off-by: …
- 3:09 PM Changeset in ffmpeg [25a01c52] by
- libavcodec/exr: add tile support Signed-off-by: Paul B Mahol …
- 3:09 PM Changeset in ffmpeg [d2ed3391] by
- libavcodec/exr: fix PRX24 Float decompression Signed-off-by: Paul B …
- 11:42 AM Ticket #5401 (ipmovie: problem with demuxer) created by
- attached file fails to decode (decodes ok with mve2avi) […]
- 11:31 AM Ticket #4740 (interplayvideo: support decoding older coding scheme) updated by
- more samples attached (from Star-Trek (1993) game)
- 11:30 AM Ticket #5400 (rtsp url path arguments not accepted) created by
- Hi I am trying to transcode the rtsp feed from my cctv dvr to mp4 …
- 9:15 AM Ticket #5399 (Dealing with duplicated multicast RTP packets) created by
- I have been discussing a bug / feature (depending on your point of …
- 8:04 AM Ticket #5398 (non-Latin characters in Windows console) created by
- Can not read the names of the DirectShow audio device in Windows 7 …
- 4:42 AM DirectShow edited by
- add ffplay ex (diff)
- 2:18 AM Changeset in ffmpeg [4f682318] by
- fate/exr : add test for b44/b44a compression Signed-off-by: Michael …
- 1:25 AM Changeset in ffmpeg [cf4d050b] by
- avformat/wavdec: Remove direct s->pb->buffer access Signed-off-by: …
Apr 2, 2016:
- 11:55 PM Changeset in ffmpeg [fcbdc44f] by
- wavdec: Only set the codec ID in read_header WAV is not a NOHEADER …
- 11:55 PM Changeset in ffmpeg [47f0d80e] by
- avfilter/src_movie: fix how we check for overflows with seek_point …
- 11:50 PM Changeset in ffmpeg [de0bcea6] by
- avcodec/mjpegdec: Do not permute quantization tables This fixes …
- 11:50 PM Changeset in ffmpeg [c1f9734f] by
- avfilter/src_movie: fix how we check for overflows with seek_point …
- 10:56 PM Ticket #5397 (Incorrect curves filter work) created by
- Summary of the bug: curves video filter provides much darker picture …
- 9:48 PM Changeset in ffmpeg [ce87711d] by
- exif: take a generic log context The AVCodecContext is only used for …
- 9:48 PM Changeset in ffmpeg [994412fb] by
- avcodec: properly initialize AVCodecParameters profile/level …
- 8:27 PM Ticket #5352 (encoding error with VideoToolbox H.264 Encoder and profile high) closed by
- fixed
- 6:31 PM Changeset in ffmpeg [4b150fbe] by
- lavf/segment: add option to write empty filler segments as needed
- 6:31 PM Changeset in ffmpeg [5b4f44f6] by
- lavf/segment: slight refactor to seg_write_packet This reduces some …
- 6:31 PM Changeset in ffmpeg [44a9395b] by
- lavf/segment: style nit
- 5:16 PM Changeset in ffmpeg [c9ad357a] by
- lavc/videotoolboxenc: Workaround encoder error …
- 5:16 PM Changeset in ffmpeg [78016694] by
- lavc/videotoolboxenc: Fix crash when closing codec after error Fixes …
- 5:03 PM Changeset in ffmpeg [ffd1c3ee] by
- lavc/utils: use pkt_timebase for legacy subtitles timing code This is …
- 5:03 PM Changeset in ffmpeg [d8620158] by
- lavc/ccaption_dec: remove usage of avctx->time_base lavc/utils …
- 3:56 PM Changeset in ffmpeg [b3051a46] by
- vaapi_h264: Fix bit offset of slice data. Commit …
- 12:06 PM Changeset in ffmpeg [33275a0d] by
- ac3dec: change logging of skipped E-AC-3 substreams. Change log level …
- 12:05 PM Changeset in ffmpeg [fef2147b] by
- eac3dec: don't call avpriv_request_sample every frame. These errors …
- 10:48 AM Changeset in ffmpeg [e8a9b644] by
- lavu/base64: add AV_BASE64_DECODE_SIZE() macro This is consistent …
- 8:03 AM Changeset in ffmpeg [b4daa2c4] by
- lavc/audiotoolboxdec: add eac3 decoder This is added in 10.11, so we …
- 8:03 AM Changeset in ffmpeg [1b9e90e] by
- lavc/audiotoolboxdec: fix a number of config and timestamp issues - …
- 8:03 AM Changeset in ffmpeg [59a44923] by
- lavc/audiotoolboxdec: support ADTS AAC input
- 8:03 AM Changeset in ffmpeg [36770d87] by
- lavc/audiotoolboxenc: allow setting maxrate with pre-10.9 deployment …
- 8:03 AM Changeset in ffmpeg [0667327f] by
- lavc/audiotoolboxenc: fix iOS build
- 8:03 AM Changeset in ffmpeg [c820e600] by
- lavc/audiotoolboxenc: fix a number of config issues - size variables …
- 8:03 AM Changeset in ffmpeg [7524b678] by
- lavc/audiotoolboxenc: remove unneeded packet metadata This isn't …
- 8:03 AM Changeset in ffmpeg [d38fe9f4] by
- lavf/segment: support automatic bitstream filtering Most useful for …
Apr 1, 2016:
- 10:35 PM Ticket #4437 (AVFoundation recording has consistent intermittent frame drops) updated by
- Came across something curious in a recent test. I did a lossless RGB …
- 10:32 PM Ticket #5384 (Command line tools fail to open file with ':' char in filename) updated by
- I understand very well. The root issue is that the protocol prefix …
- 10:15 PM Ticket #5396 (ffmpeg don`t close program if -t or -to used with -map 0) updated by
-
Status, Version, Reproduced by developer changed
The issue is reproducible if the (network) input transport stream … - 10:14 PM Ticket #5384 (Command line tools fail to open file with ':' char in filename) updated by
- Replying to ahthovaikied: > The fact there is a workaround …
- 7:39 PM Changeset in ffmpeg [b3eda694] by
- swscale: add bt2020 yuv2rgb coefficients.
- 7:39 PM Changeset in ffmpeg [98038e2e] by
- swscale: fix bt709 yuv2rgb coefficients. They were derived from …
- 6:34 PM Ticket #5396 (ffmpeg don`t close program if -t or -to used with -map 0) updated by
- Above i`ve attached log for below command: […] After update ffmpeg …
- 5:09 PM Changeset in ffmpeg [0de1c1ab] by
- fate: add demux test for TS with AC3 (Ticket 4864) Signed-off-by: …
- 5:09 PM Changeset in ffmpeg [7615197] by
- fate: Test for Ticket4560 Signed-off-by: Michael Niedermayer …
- 5:09 PM Changeset in ffmpeg [1d64a9d9] by
- fate: Add regression test for Ticket 1239 Signed-off-by: Michael …
- 5:08 PM Changeset in ffmpeg [9f03b850] by
- avcodec/parser: assert that the codec id is not NONE in …
- 4:55 PM Ticket #5384 (Command line tools fail to open file with ':' char in filename) updated by
- The fact there is a workaround does not make it an invalid issue IMO. …
- 3:35 PM Changeset in ffmpeg [5d79566a] by
- avcodec/j2kenc: Add attribution to OpenJPEG project: …
- 3:35 PM Changeset in ffmpeg [b6b4b0a6] by
- avcodec/j2kenc: Add attribution to OpenJPEG project: …
- 3:33 PM Changeset in ffmpeg [eadaef2a] by
- sws/aarch64: disable ff_hscale_8_to_15_neon temporarly Looks broken.
- 3:23 PM Changeset in ffmpeg [58994d7b] by
- swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter part
- 3:23 PM Changeset in ffmpeg [5629361c] by
- swscale/arm/yuv2rgb: save a few instructions by processing the luma …
- 3:23 PM Changeset in ffmpeg [33966830] by
- swscale/arm/yuv2rgb: re-order compute_rgba macro arguments
- 3:23 PM Changeset in ffmpeg [ff4885fa] by
- swscale/arm/yuv2rgb: rename …
- 3:23 PM Changeset in ffmpeg [562653b7] by
- swscale/arm/yuv2rgb: macro-ify
- 3:23 PM Changeset in ffmpeg [0286b56f] by
- swscale/arm/yuv2rgb: factorize lsl in load_args_nvx
- 3:23 PM Changeset in ffmpeg [0649fe0f] by
- swscale/arm/yuv2rgb: factorize lsl in load_args_yuv420p
- 3:23 PM Changeset in ffmpeg [2aec59c0] by
- swscale/arm/yuv2rgb: remove unused store of dst + linesize in …
- 3:23 PM Changeset in ffmpeg [b3ea9019] by
- swscale/arm/yuv2rgb: factorize lsl in load_args_yuv422p
- 3:23 PM Changeset in ffmpeg [466e209e] by
- swscale/arm/yuv2rgb: fix comments in load_args_yuv422p
- 3:23 PM Changeset in ffmpeg [11b4acab] by
- swscale/arm/yuv2rgb: remove 32bit code path
- 1:21 PM Ticket #4534 (Voxware metasound sounds broken) updated by
-
Cc changed
- 1:21 PM Ticket #4534 (Voxware metasound sounds broken) updated by
- I attached full set of Voxware files if someone will want to try to …
- 11:24 AM Ticket #5396 (ffmpeg don`t close program if -t or -to used with -map 0) updated by
-
Priority, Keywords changed
Please test current FFmpeg git head with-tand provide the … - 10:57 AM Ticket #5396 (ffmpeg don`t close program if -t or -to used with -map 0) created by
- -map 0 (save all streams) option used with -t or -to causes that …
- 10:52 AM Changeset in ffmpeg [a5f5b8b] by
- lavc: factor apply_param_change() AV_EF_EXPLODE handling Remove the …
- 10:52 AM Changeset in ffmpeg [f099cb2f] by
- lavu: improve documentation of some AVFrame functions
- 8:09 AM Ticket #5395 (After rotate an image with % sign file name in destination, the name ...) closed by
- invalid: How is this related to transpose? Please see …
- 6:18 AM Ticket #5395 (After rotate an image with % sign file name in destination, the name ...) created by
- Trying to rotate an image where destination file name contains % sign, …
- 3:30 AM Changeset in ffmpeg [1db8eb15] by
- avconv: Drop an unused variable
Note:
See TracTimeline
for information about the timeline view.
