Timeline



May 23, 2016:

10:27 PM Ticket #5586 (Blend Y variable issue) closed by Elon Musk
fixed
9:42 PM Changeset in ffmpeg [8392794c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mips/idctdsp_mmi: Version 2 of the optimizations for loongson …
9:42 PM Changeset in ffmpeg [377e5db3] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mips/pixblockdsp_mmi: Version 2 of the optimizations for …
9:42 PM Changeset in ffmpeg [05a54618] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mips/blockdsp_mmi: Version 2 of the optimizations for loongson …
9:38 PM Ticket #5586 (Blend Y variable issue) updated by Carl Eugen Hoyos
Keywords changed
Please test current FFmpeg git head and provide the command line that …
8:54 PM Changeset in ffmpeg [9bd1d795] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/dca_exss: always update downmix flags Fixes potential parsing …
7:49 PM Changeset in ffmpeg [5b8faaad] by Paul B Mahol <onemda@gmail.com>
avfilter/vf_blend: fix incorrect Y variable when threading is used …
2:48 PM Ticket #5586 (Blend Y variable issue) updated by Crystian Leão
Summary changed
2:41 PM Ticket #5586 (Blend Y variable issue) created by Crystian Leão
Summary of the bug: When i use the blend filter, the Y variable in the …
12:33 PM BadIP edited by Michael Niedermayer
(diff)
9:28 AM Changeset in ffmpeg [6b852a3f] by Michael Niedermayer <michael@niedermayer.cc>
libavutil/opencl: fixed uninitialized var warning Signed-off-by: …
4:46 AM Changeset in ffmpeg [ac84e618] by Anton Khirnov <anton@khirnov.net>
avfiltergraph: check the query_formats() return value
4:46 AM Changeset in ffmpeg [2ef6dab0] by Anton Khirnov <anton@khirnov.net>
lavc: document that avcodec_close() should not be used We cannot …
4:46 AM Changeset in ffmpeg [04fc8e24] by Anton Khirnov <anton@khirnov.net>
lavc: deprecate avcodec_get_context_defaults3() This function is …
4:46 AM Changeset in ffmpeg [5f30ac27] by Anton Khirnov <anton@khirnov.net>
lavc: deprecate avcodec_copy_context() Since AVCodecContext contains …
4:46 AM Changeset in ffmpeg [14634429] by Anton Khirnov <anton@khirnov.net>
lavf: update muxing doxy Describe the new AVCodecParameters API.
3:39 AM Changeset in ffmpeg [84417593] by Michael Niedermayer <michael@niedermayer.cc>
libavcodec/cfhd: fixed wrong printf format Signed-off-by: Michael …
3:39 AM Changeset in ffmpeg [5836a503] by Michael Niedermayer <michael@niedermayer.cc>
libavfilter/af_hdcd: fixed negative signed value shift Signed-off-by: …
1:37 AM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by Joseph DeVore
thx for the progress :) EDIT: any update Shiz? EDIT2: Still no …
12:31 AM Changeset in ffmpeg [89806e0b] by Michael Niedermayer <michael@niedermayer.cc>
fate: add aecho test Signed-off-by: Michael Niedermayer …

May 22, 2016:

9:32 PM Changeset in ffmpeg [cd506c27] by Paul B Mahol <onemda@gmail.com>
avcodec/truemotion2rt: also export key frame info Signed-off-by: Paul …
9:07 PM Changeset in ffmpeg [74b1bf63] by Diego Biurrun <diego@biurrun.de>
mp3: Make the extrasize explicit Initialize the bit buffer with the …
9:04 PM Changeset in ffmpeg [854c405d] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/iff: mention RGB8/RGBN decoder Signed-off-by: Michael …
8:58 PM Changeset in ffmpeg [5ce1d089] by Paul B Mahol <onemda@gmail.com>
avcodec/mvcdec: simplify, no need to use reget buffer Signed-off-by: …
8:31 PM Ticket #5584 (FFmpeg libraries leak 1MiB memory chunks on corrupt files) updated by John Fitzgerald
FFmpeg was previously built without '--disable-debug'. Full FFmpeg …
6:49 PM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by shiz
cehoyos: You're thinking of the probably related PSMF format used on …
6:43 PM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by Carl Eugen Hoyos
Keywords changed
6:30 PM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by Carl Eugen Hoyos
Since this file's software license is the GPL, it would be better to …
6:25 PM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by v0lt
MPC-BE can decode the audio stream. See …
6:22 PM Changeset in ffmpeg [52567e81] by Diego Biurrun <diego@biurrun.de>
get_bits: Drop some TRACE-level debug code It will not be provided by …
6:22 PM Changeset in ffmpeg [e45a638f] by Diego Biurrun <diego@biurrun.de>
dump: Drop unused variable
6:22 PM Changeset in ffmpeg [e2a3df1a] by Diego Biurrun <diego@biurrun.de>
avconv: Use more precise deprecation ifdefs This fixes compilation …
6:22 PM Changeset in ffmpeg [35c85806] by Diego Biurrun <diego@biurrun.de>
avconv: stop using AVStream.codec It is now only used by the …
1:30 PM Ticket #5567 (IFF ILBM: support multipalette images (PCHG)) updated by ami_stuff
these two viewers seems to support decoding of PCHG files: …
12:55 PM 6251.LBM attached to Ticket #5585 by ami_stuff
12:55 PM Ticket #5585 (IFF PBM fails to decode) created by ami_stuff
attached IFF PBM file stopped decoding corectly somewhere between …
6:23 AM Ticket #5584 (FFmpeg libraries leak 1MiB memory chunks on corrupt files) updated by Carl Eugen Hoyos
Priority, Keywords changed
Please recompile without --disable-debug and provide valgrind output …
1:32 AM Ticket #5584 (FFmpeg libraries leak 1MiB memory chunks on corrupt files) created by John Fitzgerald
I am testing the next patchset for the MOC player which adds the …
1:22 AM Changeset in ffmpeg [566be4f9] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskaenc: reindent after last commit Signed-off-by: …
1:22 AM Changeset in ffmpeg [2062d512] by Michael Niedermayer <michael@niedermayer.cc>
avformat/matroskaenc: wrap par->format use as sample format under …
12:14 AM Changeset in ffmpeg [9d5894b2] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avienc: Fix memleaks on errors Fixes CID1361951 …
12:14 AM Changeset in ffmpeg [ea88dc3e] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avienc: Rename reshuffles return variable to ensure it is not …

May 21, 2016:

9:30 PM Ticket #5583 (support for openmp of soxr) updated by Michael Niedermayer
Cc changed
7:40 PM Ticket #5549 (ffrtmp errors where librtmp succeeds) updated by RiCON
As reference, the rtmp_swfsize is 259809 and rtmp_swfhash is …
7:03 PM Ticket #5581 (vp6: support decoding of interlaced video) updated by ami_stuff
this patch almost works with my sample …
6:22 PM Ticket #5583 (support for openmp of soxr) updated by Michael Niedermayer
if the soxr warper doesnt return any data until it has a large enough …
5:50 PM Ticket #5419 (HLS EXT-X-DISCONTINUITY tag is not supported) updated by an_ffmpeg_user
Replying to xyq204101: > Replying to cehoyos: …
5:47 PM Ticket #5472 (ffmpeg: invalid dts - ffmpeg can not handle pgs subtitles) updated by Håkon Struijk Holmen
Cc changed
5:23 PM Ticket #5472 (ffmpeg: invalid dts - ffmpeg can not handle pgs subtitles) reopened by Håkon Struijk Holmen
I have added some test data.. Contents of sample1.txt: Other …
5:23 PM Changeset in ffmpeg [defb960a] by Paul B Mahol <onemda@gmail.com>
avfilter/af_loudnorm: fix crash when ebur128 initialization was not …
5:19 PM sample1.tar.gz attached to Ticket #5472 by Håkon Struijk Holmen
Test data
4:49 PM Changeset in ffmpeg [4da4bfcd] by Paul B Mahol <onemda@gmail.com>
avformat: add MTAF demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
4:49 PM Changeset in ffmpeg [8c17eea] by Paul B Mahol <onemda@gmail.com>
avcodec: add adpcm MTAF decoder Signed-off-by: Paul B Mahol …
4:47 PM Changeset in ffmpeg [e7c5dbb4] by Michael Niedermayer <michael@niedermayer.cc>
avfilter/avf_ahistogram: raise minimum acmax to 1 If acmax can be 0 …
4:31 PM Ticket #5468 (on2avc (0x0501): improve decoding of stereo modes) updated by ami_stuff
attached some more samples […]
4:30 PM 48khz_stereo_256kbps.avi attached to Ticket #5468 by ami_stuff
4:30 PM 48khz_stereo_64kbps.avi attached to Ticket #5468 by ami_stuff
4:29 PM 48khz_mono_256kbps.avi attached to Ticket #5468 by ami_stuff
4:29 PM 48khz_mono_32kbps.avi attached to Ticket #5468 by ami_stuff
4:29 PM 44khz_stereo_256kbbp.avi attached to Ticket #5468 by ami_stuff
4:29 PM 44khz_stereo_64kbps.avi attached to Ticket #5468 by ami_stuff
4:29 PM 44khz_mono_256kbps.avi attached to Ticket #5468 by ami_stuff
4:29 PM 44khz_mono_32kbps.avi attached to Ticket #5468 by ami_stuff
4:28 PM 32khz_stereo_128kbps.avi attached to Ticket #5468 by ami_stuff
4:28 PM 32khz_stereo_32kbps.avi attached to Ticket #5468 by ami_stuff
4:28 PM 32khz_mono_96kbps.avi attached to Ticket #5468 by ami_stuff
4:28 PM 32khz_mono_16kbps.avi attached to Ticket #5468 by ami_stuff
4:28 PM 24khz_stereo_64kbps.avi attached to Ticket #5468 by ami_stuff
4:28 PM 24khz_stereo_16kbps.avi attached to Ticket #5468 by ami_stuff
4:27 PM 24khz_mono_64kbps.avi attached to Ticket #5468 by ami_stuff
4:27 PM 24khz_mono_8kbps.avi attached to Ticket #5468 by ami_stuff
4:27 PM 22khz_stereo_80kbps.avi attached to Ticket #5468 by ami_stuff
4:27 PM 22khz_stereo_16kbps.avi attached to Ticket #5468 by ami_stuff
4:27 PM 22khz_mono_64kbps.avi attached to Ticket #5468 by ami_stuff
4:27 PM 22khz_mono_8kbps.avi attached to Ticket #5468 by ami_stuff
4:26 PM 16khz_stereo_64kbps.avi attached to Ticket #5468 by ami_stuff
4:26 PM 16khz_stereo_16kbps.avi attached to Ticket #5468 by ami_stuff
4:26 PM 16khz_mono_48kbps.avi attached to Ticket #5468 by ami_stuff
4:26 PM 16khz_mono_8kbps.avi attached to Ticket #5468 by ami_stuff
4:26 PM 12khz_stereo_16kbps.avi attached to Ticket #5468 by ami_stuff
4:26 PM 12khz_mono_16kbps.avi attached to Ticket #5468 by ami_stuff
4:25 PM 12khz_mono_8kbps.avi attached to Ticket #5468 by ami_stuff
4:25 PM 11khz_stereo_40kbps.avi attached to Ticket #5468 by ami_stuff
4:25 PM 11khz_stereo_16kbps.avi attached to Ticket #5468 by ami_stuff
4:25 PM 11khz_mono_8kbps.avi attached to Ticket #5468 by ami_stuff
4:10 PM Changeset in ffmpeg [8e069eb5] by Paul B Mahol <onemda@gmail.com>
avcodec/aic: add frame threading support Signed-off-by: Paul B Mahol …
3:13 PM Changeset in ffmpeg [c749be9e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mips: loongson optimize h264pred with mmi v3 1. no longer use …
3:13 PM Changeset in ffmpeg [4a963ee6] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mips: loongson optimize hpeldsp with mmi v1 1.the codes are …
3:13 PM Changeset in ffmpeg [a20646bb] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mips/mpegvideo_mmi: Version 2 of the optimizations for …
1:49 PM Changeset in ffmpeg [ccc3f4e] by Paul B Mahol <onemda@gmail.com>
avcodec/sgirledec: simplify, no need to use reget buffer …
1:46 PM Ticket #2667 (console spamming when decoding a h264 / mp4 stream) updated by Elon Musk
Do you know decoder that decodes this fine?
12:25 PM Changeset in ffmpeg [a3eb5a3c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mips/h264chroma_mmi: Version 2 of the optimizations for …
11:58 AM Ticket #5583 (support for openmp of soxr) created by ponpon
i requests support for openmp of soxr. i did some tests. from it, it …
9:37 AM Ticket #5580 (vp7: interlaced sample with "blit-pitch" feature) updated by ami_stuff
Summary changed
9:34 AM Ticket #5582 (vp5: support decoding of interlaced video) created by ami_stuff
http://samples.mplayerhq.hu/V-codecs/VP5/vp5_interlace.avi
9:15 AM vp6_interlaced.avi attached to Ticket #5581 by ami_stuff
9:14 AM Ticket #5581 (vp6: support decoding of interlaced video) created by ami_stuff
another sample is here: https://trac.videolan.org/vlc/ticket/3338 […]
8:59 AM interlaced_blit_pitch.avi attached to Ticket #5580 by ami_stuff
8:58 AM Ticket #5580 (vp7: interlaced sample with "blit-pitch" feature) created by ami_stuff
so it eventually can be implemented …
8:44 AM Ticket #5567 (IFF ILBM: support multipalette images (PCHG)) updated by ami_stuff
also decodes correctly with wasp …
7:07 AM Ticket #2667 (console spamming when decoding a h264 / mp4 stream) updated by Elon Musk
Than file is invalid and errors are valid.
7:01 AM Ticket #2667 (console spamming when decoding a h264 / mp4 stream) updated by Carl Eugen Hoyos
The original file that allows to reproduce the issue is in …
5:19 AM Ticket #2667 (console spamming when decoding a h264 / mp4 stream) updated by Elon Musk
But nothing appears if you just decode file?
2:12 AM Changeset in ffmpeg [64fe1eeb] by James Almer <jamrial@gmail.com>
avcodec/dca: use LUT for LBR frequency ranges Values for unsupported …
1:54 AM Changeset in ffmpeg [801dbf02] by James Almer <jamrial@gmail.com>
avcodec/dca: simplify 'residual ok' flag tracking Move this from …
1:42 AM Ticket #2667 (console spamming when decoding a h264 / mp4 stream) reopened by Carl Eugen Hoyos
I still see very similar messages as three years ago. […]

May 20, 2016:

7:36 PM Changeset in ffmpeg [a0349ae2] by James Almer <jamrial@gmail.com>
avcodec/dca_parser: improve frame end search Parse core frame size …
7:05 PM Ticket #2667 (console spamming when decoding a h264 / mp4 stream) closed by Elon Musk
fixed: Doesn't happen any more here.
6:11 PM Changeset in ffmpeg [39f7620d] by James Almer <jamrial@gmail.com>
avcodec/dca: don't set initial sample_fmt Valid sample_fmt will be …
5:58 PM Changeset in ffmpeg [b5cda230] by James Almer <jamrial@gmail.com>
avcodec/dca: remove useless debug message Most DTS-in-WAV streams …
5:32 PM Changeset in ffmpeg [b50bd695] by Michael Niedermayer <michael@niedermayer.cc>
avutil/eval-test: Check av_expr_parse_and_eval() for failure and also …
5:11 PM Changeset in ffmpeg [e0706e9c] by James Almer <jamrial@gmail.com>
avcodec/dca: remove Rice code length limit Signed-off-by: James Almer …
7:54 AM Ticket #5577 (tinterlace filter mode drop_odd and drop_even is wrong) closed by Elon Musk
fixed: Fixed in 8b5941ce5954e26d372b8bf88babfa3d62175dd0.
7:51 AM Changeset in ffmpeg [8b5941ce] by Paul B Mahol <onemda@gmail.com>
doc/filters: fix order of tinterlace filter drop modes Signed-off-by: …
7:38 AM Ticket #5538 (adpcm_ima_amv ERROR: step_index errors) closed by Elon Musk
fixed: Fixed in 14992421df88514e64fb56cfa888eade918cfc19.
2:32 AM Changeset in ffmpeg [b24fffeb] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/utils: Move avctx->codec check before its use Fixes …

May 19, 2016:

9:48 PM Changeset in ffmpeg [14992421] by Paul B Mahol <onemda@gmail.com>
avcodec/adpcm: pick correct step_index for IMA AMV Fixes #5538
8:38 PM Ticket #5579 (Random green block artifacts when decoding H264 streams) updated by Carl Eugen Hoyos
Priority, Keywords changed
8:03 PM Ticket #5578 (Disabling Icy-Metadata header not working) updated by gorilla.maguila
Keywords, Version, Component changed
7:49 PM Ticket #5512 (Audio Out of Sync after transcode) updated by enevills
As a workaround, I'm running this after I transcoder my file. {{{ …
7:38 PM h264_field_coding_green_block_artifacts_snapshot.jpg attached to Ticket #5579 by Anouar Hadj Taieb
7:37 PM Ticket #5579 (Random green block artifacts when decoding H264 streams) created by Anouar Hadj Taieb
Summary of the bug: I'm seeing random green blocks coding mismatch …
7:19 PM Changeset in ffmpeg [699201ac] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/options-test: Check avcodec_open2() return value Fixes: …
4:39 PM Ticket #5578 (Disabling Icy-Metadata header not working) created by gorilla.maguila
Trying to use -icy 0 does not disable Icy-Metadata header: […]
4:26 PM Changeset in ffmpeg [4b38df82] by Stefano Sabatini <stefasab@gmail.com>
lavf/mpegts: add ID3 entry to the REGD_types array This allows to …
4:26 PM Changeset in ffmpeg [1ab8e03a] by Stefano Sabatini <stefasab@gmail.com>
lavf/mpegtsenc: set metadata stream type and write descriptor for ID3 …
4:13 PM Changeset in ffmpeg [7ecfe4dc] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/diracdec: Fix potential integer overflow Fixes CID1361948 …
3:18 PM Ticket #5576 (bugreports page) updated by Elon Musk
Description, Summary changed
3:11 PM Ticket #5560 (IFF ANIM: support decoding of Anim Brushes) closed by Elon Musk
fixed: Fixed in a5c5ae5ed855f65f33abf27ce2f5839e07c7c8e9.
3:02 PM Changeset in ffmpeg [7494b497] by Paul B Mahol <onemda@gmail.com>
avformat/iff: parse DPAN chunk Signed-off-by: Paul B Mahol …
2:52 PM Changeset in ffmpeg [a5c5ae5e] by Paul B Mahol <onemda@gmail.com>
avcodec/iff: add support for ANBR files Signed-off-by: Paul B Mahol …
2:20 PM Ticket #5576 (bugreports page) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component changed
Please consider providing a patch.
12:17 PM Changeset in ffmpeg [3399a26d] by Anton Khirnov <anton@khirnov.net>
nvenc: allow setting the number of slices Based on a patch by Agatha …
12:17 PM Changeset in ffmpeg [10545f84] by Anton Khirnov <anton@khirnov.net>
nvenc: De-compensate aspect ratio compensation of DVD-like content. …
12:17 PM Changeset in ffmpeg [9375c974] by Anton Khirnov <anton@khirnov.net>
nvenc: list the major contributors in the copyright header
12:17 PM Changeset in ffmpeg [09522a30] by Anton Khirnov <anton@khirnov.net>
configure: Don't require nonfree for nvenc As the nvEncodeApi.h …
12:17 PM Changeset in ffmpeg [6f58b4dc] by Anton Khirnov <anton@khirnov.net>
nvenc: drop the hard dependency on CUDA The code needs only a few …
12:17 PM Changeset in ffmpeg [f11ec8ce] by Anton Khirnov <anton@khirnov.net>
nvenc: only support HW frames when CUDA is enabled hwcontext_cuda.h …
12:17 PM Changeset in ffmpeg [2156c4c3] by Anton Khirnov <anton@khirnov.net>
nvenc: write the VUI signal properties for HEVC Bump the API version …
12:17 PM Changeset in ffmpeg [a1df7865] by Anton Khirnov <anton@khirnov.net>
nvenc: only write the VUI signal type fields if they are set Based on …
12:17 PM Changeset in ffmpeg [cea1fb85] by Anton Khirnov <anton@khirnov.net>
nvenc: Generate bufferingPeriod/pictureTiming SEI For some unknown …
12:17 PM Changeset in ffmpeg [a1e215ea] by Anton Khirnov <anton@khirnov.net>
nvenc: Delay frame output to increase encoding speed Signed-off-by: …
12:08 PM Changeset in ffmpeg [9427d92f] by Anton Khirnov <anton@khirnov.net>
nvenc: add support for lossless encoding Based on a patch by Philip …
12:08 PM Changeset in ffmpeg [795329dd] by Anton Khirnov <anton@khirnov.net>
nvenc: Generate AUD NAL units for better compatiblity Signed-off-by: …
12:08 PM Changeset in ffmpeg [e42b9bc8] by Anton Khirnov <anton@khirnov.net>
nvenc: fix the rc option definitions
11:44 AM Changeset in ffmpeg [65dc7ca4] by Anton Khirnov <anton@khirnov.net>
Add release notes for 12.
11:44 AM Changeset in ffmpeg [d68fb147] by Anton Khirnov <anton@khirnov.net>
mjpegdec: Properly fail on malloc failure Signed-off-by: Derek …
11:43 AM Changeset in ffmpeg [85ce963] by Anton Khirnov <anton@khirnov.net>
configure: move the hardware accel libs' entries in the configure …
11:41 AM Changeset in ffmpeg [c0f4c7db] by Anton Khirnov <anton@khirnov.net>
configure: move the hardware accel libs' entries in the help text …
11:41 AM Ticket #5577 (tinterlace filter mode drop_odd and drop_even is wrong) created by nicol
Summary of the bug: tinterlace filter mode drop_odd and drop_even is …
11:40 AM Changeset in ffmpeg [5e220344] by Anton Khirnov <anton@khirnov.net>
configure: improve the help text for external libraries Add a more …
11:40 AM Changeset in ffmpeg [0d95d88f] by Anton Khirnov <anton@khirnov.net>
lavc: revert the Makefile part of 330177b There is no real advantage …
10:09 AM Ticket #5576 (bugreports page) created by ponpon
from #5352 bugreports page, http://ffmpeg.org/bugreports.html. says …
9:49 AM Ticket #5575 (can't compile with --disable-hwaccels on osx) created by ponpon
thank you for excellent program. i can't compile with …
7:55 AM Changeset in ffmpeg [ded4a654] by Diego Biurrun <diego@biurrun.de>
xtea-test: Use struct allocation functions from the API
7:55 AM Changeset in ffmpeg [8131bd4] by Diego Biurrun <diego@biurrun.de>
blowfish-test: Use struct allocation functions from the API
7:55 AM Changeset in ffmpeg [a86ef804] by Diego Biurrun <diego@biurrun.de>
blowfish-test: Return different values for different errors
7:46 AM Changeset in ffmpeg [b84f3a40] by Martin Storsjö <martin@martin.st>
movenc: Write 'loci' geotag metadata for 3gp and mp4 Signed-off-by: …
7:46 AM Changeset in ffmpeg [f12a705] by Martin Storsjö <martin@martin.st>
movenc: Factorize a function for finding a metadata entry and the …
7:46 AM Changeset in ffmpeg [daec1651] by Martin Storsjö <martin@martin.st>
movenc: Write ?xyz geotag metadata for mov files Signed-off-by: …
7:46 AM Changeset in ffmpeg [bc431319] by Martin Storsjö <martin@martin.st>
mov: Also export loci altitude Signed-off-by: Martin Storsjö …
7:46 AM Changeset in ffmpeg [94d8141c] by Martin Storsjö <martin@martin.st>
mov: Append place name instead of overwriting for loci Signed-off-by: …
7:46 AM Changeset in ffmpeg [f126365c] by Martin Storsjö <martin@martin.st>
mov: Fix parsing short loci Previously, we required the minimum …
7:46 AM Changeset in ffmpeg [704d2bd1] by Martin Storsjö <martin@martin.st>
mov: Print reason of loci parsing failure Signed-off-by: Martin …
7:46 AM Changeset in ffmpeg [d34826c3] by Martin Storsjö <martin@martin.st>
mov: Add a comment referring to the standard that defines the loci box …
5:31 AM Ticket #5512 (Audio Out of Sync after transcode) updated by enevills
Replying to cehoyos: > Replying to enevills: …
5:25 AM Ticket #5512 (Audio Out of Sync after transcode) updated by Carl Eugen Hoyos
Replying to enevills: > I just gave {{{ -vcodec mpeg4 …
5:14 AM Ticket #5512 (Audio Out of Sync after transcode) updated by enevills
I just gave -vcodec mpeg4 -qscale 2 and it is 1 frame early. …
4:55 AM Ticket #5512 (Audio Out of Sync after transcode) updated by Carl Eugen Hoyos
Cc changed
Replying to enevills: > I see the same thing when making …
3:02 AM Changeset in ffmpeg [e34e7a57] by James Almer <jamrial@gmail.com>
avformat/dtshddec: move data_start outside of DTSHDDemuxContext It's …
1:28 AM Changeset in ffmpeg [df01a29c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/exr: Fix potential integer overflow Fixes CID1361949 …

May 18, 2016:

11:01 PM Ticket #5512 (Audio Out of Sync after transcode) updated by enevills
I see the same thing when making x264 files with AAC audio. After …
10:47 PM Concatenate edited by evilsoup
Since there has been a bug report relating to the mmcat script not … (diff)
10:19 PM Changeset in ffmpeg [641dccc2] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/h264: Check init_get_bits8() for failure Fixes CID1361935 …
10:10 PM Changeset in ffmpeg [4a81bddb] by Michael Niedermayer <michael@niedermayer.cc>
ffmpeg_filter: Fix AVBufferSrcParameters leak Fixed: CID1361950 …
10:04 PM Ticket #5498 (Pentax K-r MJPEG files - one second clicking) closed by Michael Niedermayer
fixed: Fixed in d08f2c172fd2baab022f0118f49e5b2852a2d463
9:59 PM Changeset in ffmpeg [d08f2c17] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avidec: Detect index with too short entries Fixes Ticket5498 …
9:59 PM Changeset in ffmpeg [7155bd1c] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/m101: Ask for samples with too small extradata_size …
8:15 PM Changeset in ffmpeg [c0c37800] by Paul B Mahol <onemda@gmail.com>
avfilter: add loudnorm Signed-off-by: Kyle Swanson <k@ylo.ph>
8:07 PM BadContent edited by llogan
(diff)
6:59 PM Changeset in ffmpeg [72d62106] by Martin Storsjö <martin@martin.st>
movenc: Add a missed const This was missed in e1eb0fc9601, when …
5:15 PM Ticket #5507 (ffplay crashes when decoding h265 over rtsp) updated by brunorosa
I used this rtsp server: https://github.com/revmischa/rtsp-server
4:59 PM Ticket #5507 (ffplay crashes when decoding h265 over rtsp) updated by Michael Niedermayer
Cc changed
Can this be reproduced with a public rtsp stream or what needs to be …
4:52 PM Ticket #5520 (m101: crash with fuzzed file) closed by Michael Niedermayer
fixed: Fixed in 42ee137a0a7d025f77964e38b438d00095e6dd11
4:40 PM Changeset in ffmpeg [42ee137a] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/m101: Check BPS value Fixes null pointer dereference Fixes …
4:08 PM Ticket #1496 (Stream passthru : VideoCodec copy) updated by onitake
Too bad. But I'll give it a shot. Can't be too hard, right? :)
2:12 PM BadContent edited by Ronald S. Bultje
(diff)
2:06 PM Ticket #4350 (Concatenating split files of a Ikegami GFPack camera) updated by Steve Dierker
That is not what I meant. These 4 files are generated by a Ikegami …
1:44 PM Ticket #1496 (Stream passthru : VideoCodec copy) updated by Timo R.
ffserver is essentialy unmaintained. If you send patches they'd most …
1:38 PM Ticket #1496 (Stream passthru : VideoCodec copy) updated by onitake
Is there any activity on this feature? Would it be difficult to …
1:34 PM Ticket #4350 (Concatenating split files of a Ikegami GFPack camera) updated by Carl Eugen Hoyos
Do I understand correctly that shorter samples do not allow to …
10:46 AM Changeset in ffmpeg [810a8ba5] by Paul B Mahol <onemda@gmail.com>
avcodec/iff: add forgotten checks for end of input buffer …
10:42 AM Ticket #5574 (unacceptable latency to convert rtsp to hls with ffmpeg) closed by Carl Eugen Hoyos
invalid: For future tickets please remember to test current FFmpeg git head …
10:32 AM Changeset in ffmpeg [eef2f64] by Paul B Mahol <onemda@gmail.com>
avcodec/iff: scala anim32 & anim16 decompression Signed-off-by: Paul …
10:28 AM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by gjdfgh
This is a harmless leak, and it will prevent you from running into …
10:23 AM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Hendrik
examples often skip a bit of cleanup and error checking for brevity, …
10:19 AM Ticket #3194 (valgrind leak on example package (leaking global lock manager mutex ...) updated by Marco Pracucci
I'm testing ffmpeg 3.0.2 and I can still reproduce this memory leak. …
9:43 AM Ticket #5574 (unacceptable latency to convert rtsp to hls with ffmpeg) updated by Timo R.
In order to play HLS the player has to download the last 3 segments of …
9:25 AM Ticket #5574 (unacceptable latency to convert rtsp to hls with ffmpeg) created by fanniewang
Summary of the bug: We need to play our rtsp live streaming in ios, so …
8:59 AM Ticket #5572 (Rewrapping NTSC MOV to AVI, results in 60000/1001 fps) updated by Peter B.
None. It's played back correctly. The fps metadata in the container …
8:29 AM Ticket #5328 (dvbsubtitles re encoding) updated by Julian Gardner
Any news on this remux bug
7:37 AM Changeset in ffmpeg [a79aafd0] by Martin Storsjö <martin@martin.st>
movenc: Add a test for VFR with b-frames, with a duration change at a …
7:37 AM Changeset in ffmpeg [e1eb0fc9] by Martin Storsjö <martin@martin.st>
movenc: Use packets in interleaving queues for the duration at the end …
7:37 AM Changeset in ffmpeg [fd4957d9] by Martin Storsjö <martin@martin.st>
movenc-test: Test write_data_type Signed-off-by: Martin Storsjö …
7:36 AM Changeset in ffmpeg [71852a1] by Martin Storsjö <martin@martin.st>
matroskaenc: Provide output bytestream markers Signed-off-by: Martin …
7:36 AM Changeset in ffmpeg [dbbaad3] by Martin Storsjö <martin@martin.st>
movenc: Provide output bytestream markers for fragmented content …
7:36 AM Changeset in ffmpeg [371df9ba] by Martin Storsjö <martin@martin.st>
flvenc: Provide output bytestream markers Signed-off-by: Martin …
7:36 AM Changeset in ffmpeg [db7968bf] by Martin Storsjö <martin@martin.st>
avio: Allow custom IO users to get labels for the output bytestream …
7:21 AM Ticket #5573 (Incorrect duration when decoding raw G.729) created by Carl Eugen Hoyos
[…] […] Both input and output file have a duration of 65 seconds.
6:13 AM Ticket #5572 (Rewrapping NTSC MOV to AVI, results in 60000/1001 fps) updated by Carl Eugen Hoyos
Keywords changed
Which media player plays the output file with an incorrect speed?
12:24 AM Ticket #5572 (Rewrapping NTSC MOV to AVI, results in 60000/1001 fps) created by Peter B.
Summary of the bug: When rewrapping a videofile in a MOV …

May 17, 2016:

10:53 PM Changeset in ffmpeg [936751b6] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avio: Fix null pointer dereference in case of memleak …
10:51 PM Changeset in ffmpeg [7bacf745] by Michael Niedermayer <michael@niedermayer.cc>
avformat/avio: fix memory leak in url_find_protocol Signed-off-by: …
9:47 PM Changeset in ffmpeg [2875745] by Michael Niedermayer <michael@niedermayer.cc>
avformat/utils: Check negative bps before shifting in …
8:57 PM HWAccelIntro edited by llogan
add toc. general cleanups. nvenc does not use -crf (diff)
8:23 PM Ticket #5571 (Function not implemented "code": -38,) closed by Carl Eugen Hoyos
invalid: To solve your issue, you will have to read FFmpeg's console output …
8:19 PM Ticket #5571 (Function not implemented "code": -38,) updated by haary_neo
Replying to llogan: > Please provide a sample input file …
8:15 PM Ticket #5571 (Function not implemented "code": -38,) updated by haary_neo
Replying to cehoyos: > To make this a valid ticket run …
8:03 PM Ticket #5561 (Implement a tiff parser) updated by Carl Eugen Hoyos
It may be faster to run dash configure --list-parsers. Note that …
8:01 PM Ticket #5571 (Function not implemented "code": -38,) updated by Carl Eugen Hoyos
Priority changed
To make this a valid ticket run ffmpeg -i test.mov on the system …
7:59 PM Ticket #5571 (Function not implemented "code": -38,) updated by llogan
Please provide a sample input file and the complete console output …
7:40 PM windows output 1.txt attached to Ticket #5571 by haary_neo
Output from windows
7:39 PM Ticket #5571 (Function not implemented "code": -38,) created by haary_neo
I am trying to probe a video file of MOV format. In Linux I am getting …
7:13 PM Ticket #5561 (Implement a tiff parser) updated by csab6597
I would like to add a wish that there could be a more meaningful …
6:48 PM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) closed by Carl Eugen Hoyos
invalid: Thank you for testing!
6:12 PM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) updated by Max
My bad, I thought I can use named parameters "as is", but they are …
6:09 PM Ticket #4350 (Concatenating split files of a Ikegami GFPack camera) updated by Steve Dierker
The seqfault is fixed in the current git-master, but the files are …
5:47 PM Ticket #5569 (POWER8 VSX vectorization libswscale/output.c) updated by Carl Eugen Hoyos
Priority, Status changed
https://www.bountysource.com/issues/34315145-power8-vsx-vectorization-l
5:47 PM Ticket #5570 (POWER8 VSX vectorization libswscale/input.c) updated by Carl Eugen Hoyos
Priority, Status changed
https://www.bountysource.com/issues/34315232-power8-vsx-vectorization-l
5:46 PM Ticket #5568 (POWER8 VSX vectorization libswscale/swscale.c) updated by Carl Eugen Hoyos
Priority, Status changed
Please consider looking at ticket #5508
5:45 PM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) updated by Carl Eugen Hoyos
Replying to solomax: > The only difference is: > …
5:03 PM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) updated by Max
According to …
4:44 PM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) updated by Max
The only difference is: -rtmp_conn S:code is replaced with -rtmp_conn …
4:42 PM Ticket #5568 (POWER8 VSX vectorization libswscale/swscale.c) updated by David Edelsohn
Some developers already have stated interest and started to work on …
4:39 PM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) updated by Carl Eugen Hoyos
Replying to solomax: > sorry, I thought it is trivial to …
4:35 PM Ticket #5568 (POWER8 VSX vectorization libswscale/swscale.c) updated by Carl Eugen Hoyos
Are there already developer(s) working on your task or will you add …
4:25 PM Changeset in ffmpeg [8e757716] by Vittorio Giovara <vittorio.giovara@gmail.com>
avprobe: Print stereo3d information
4:25 PM Changeset in ffmpeg [0c4468dc] by Vittorio Giovara <vittorio.giovara@gmail.com>
stereo3d: Add API to get name from value or value from name Use it in …
4:24 PM Changeset in ffmpeg [d621b2f7] by Vittorio Giovara <vittorio.giovara@gmail.com>
lavf: Raw G.729 demuxer Signed-off-by: Vittorio Giovara …
3:53 PM Ticket #5570 (POWER8 VSX vectorization libswscale/input.c) updated by David Edelsohn
Keywords, Version changed
3:52 PM Ticket #5569 (POWER8 VSX vectorization libswscale/output.c) updated by David Edelsohn
Keywords, Version changed
3:52 PM Ticket #5568 (POWER8 VSX vectorization libswscale/swscale.c) updated by David Edelsohn
Keywords, Version changed
3:29 PM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) updated by Max
sorry, I thought it is trivial to change one parameter with another .. …
3:18 PM Ticket #5569 (POWER8 VSX vectorization libswscale/output.c) updated by David Edelsohn
To improve performance on IBM POWER architecture. The swscale methods …
3:16 PM Ticket #5568 (POWER8 VSX vectorization libswscale/swscale.c) updated by David Edelsohn
swscale methods frequently appear high in profiles. The routines have …
3:02 PM Ticket #5569 (POWER8 VSX vectorization libswscale/output.c) updated by Elon Musk
Why?
3:01 PM Ticket #5568 (POWER8 VSX vectorization libswscale/swscale.c) updated by Carl Eugen Hoyos
Could you elaborate? Ideally before opening more tickets... Are you …
3:01 PM Ticket #5570 (POWER8 VSX vectorization libswscale/input.c) created by David Edelsohn
Optimize approximately 50 functions in libswscale/input.c for POWER8 …
2:59 PM Ticket #5569 (POWER8 VSX vectorization libswscale/output.c) created by David Edelsohn
Optimize approximately 30 functions in libswscale/output.c for POWER8 …
2:55 PM Ticket #5568 (POWER8 VSX vectorization libswscale/swscale.c) created by David Edelsohn
Optimize approximately 17 functions in libswscale/swscale.c for POWER8 …
2:18 PM Changeset in ffmpeg [d55568d2] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
Merge commit '71d3305c2711d4f6ec8b92db09ff64cf4e19a58e' * commit …
2:16 PM Changeset in ffmpeg [278dcec2] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa' * commit …
1:55 PM Changeset in ffmpeg [6b295bc] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
Merge commit '56b17a33f231859cbccbd741b4763617cb4ecf03' * commit …
1:38 PM Changeset in ffmpeg [7ab2c03] by Derek Buitenhuis <derek.buitenhuis@gmail.com>
Merge commit 'e9f884416c76558098fc1f63825b293956e8483c' * commit …
12:30 PM Ticket #5567 (IFF ILBM: support multipalette images (PCHG)) updated by Carl Eugen Hoyos
Keywords, Status, Version, Component, Reproduced by developer changed
12:25 PM Gallery_decoded.png attached to Ticket #5567 by ami_stuff
12:24 PM Gallery.iff attached to Ticket #5567 by ami_stuff
12:24 PM Ticket #5567 (IFF ILBM: support multipalette images (PCHG)) created by ami_stuff
http://wiki.amigaos.net/wiki/ILBM_IFF_Interleaved_Bitmap#ILBM.PCHG
12:22 PM Ticket #5529 (Unable to decode some H.264 stream after last changes) closed by Hendrik
fixed
12:21 PM Changeset in ffmpeg [15ad023] by Hendrik Leppkes <h.leppkes@gmail.com>
Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6' * commit …
12:11 PM Ticket #5529 (Unable to decode some H.264 stream after last changes) updated by Hendrik
Fixed in a9bb4cf87d1eb68f9ed2dc971e3400b95c1a6a78
12:03 PM Changeset in ffmpeg [a9bb4cf8] by Hendrik Leppkes <h.leppkes@gmail.com>
h2645_parse: support badly muxed mp4 streams Some streams contain an …
11:58 AM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) updated by Carl Eugen Hoyos
Replying to solomax: > red5 server reports error in case …
11:54 AM Ticket #5565 (Reading some tiff images fails with "max resync size reached, could ...) updated by Arnaud
Thanks a lot for the quick answer :) I wasn't able to exactly git …
11:05 AM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) updated by Max
Not sure what is wrong with command ... Maybe some redundant options …
10:52 AM Ticket #5566 (mpegts autodetection regression) created by Carl Eugen Hoyos
The sample attached to ticket #580 is not autodetected since …
10:40 AM Ticket #5565 (Reading some tiff images fails with "max resync size reached, could ...) updated by Carl Eugen Hoyos
Keywords changed
10:39 AM Ticket #5565 (Reading some tiff images fails with "max resync size reached, could ...) updated by Carl Eugen Hoyos
Regression since 296cd9c432775bbf57867fd76e8d2f505a512569 related to …
10:27 AM Ticket #5565 (Reading some tiff images fails with "max resync size reached, could ...) updated by Carl Eugen Hoyos
For future tickets: Please remember not to provide ffprobe output for …
10:22 AM Ticket #5565 (Reading some tiff images fails with "max resync size reached, could ...) updated by Carl Eugen Hoyos
Priority, Keywords, Status, Reproduced by developer changed
10:16 AM bug_tiff.tif.tar.bz2 attached to Ticket #5565 by Arnaud
tiff image not working
10:13 AM Ticket #5565 (Reading some tiff images fails with "max resync size reached, could ...) created by Arnaud
Summary of the bug: How to reproduce: […] I was able to reproduce …
9:41 AM Changeset in ffmpeg [34effe81] by Martin Storsjö <martin@martin.st>
fate: Update fate-lavf-ts after commit 393596f9d5 Signed-off-by: …
9:16 AM Changeset in ffmpeg [b8de14bc] by Diego Biurrun <diego@biurrun.de>
tools: Port to codec parameters API
9:02 AM Changeset in ffmpeg [95b20ad7] by Paul B Mahol <onemda@gmail.com>
avcodec/iff: fix artifacts with uncompressed ham ANIMs Signed-off-by: …
8:29 AM Changeset in ffmpeg [393596f9] by Luca Barbato <lu_zero@gentoo.org>
mpegtsenc: stop impersonating ses in sdt Unless specified, users must …
8:29 AM Changeset in ffmpeg [ffa190d0] by Luca Barbato <lu_zero@gentoo.org>
Move VLC and RL_VLC_ELEM structure definitions to a separate header …
8:25 AM Ticket #5558 (concat protocol should run in "-safe 0" mode by default) updated by Carl Eugen Hoyos
Priority, Keywords, Version, Component changed
It is unlikely that the current behaviour will change but feel free to …
8:21 AM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) updated by Carl Eugen Hoyos
Priority changed
Your command line does not conform to the documentation and the …
8:10 AM Ticket #5564 (It is impossible to create complex rtmp_conn parameter) created by Max
Summary of the bug: According to the documentation [1] it should be …
7:11 AM Changeset in ffmpeg [b2361326] by Anton Khirnov <anton@khirnov.net>
avconv_dxva2: use the hwcontext API
7:11 AM Changeset in ffmpeg [c46db38c] by Anton Khirnov <anton@khirnov.net>
hwcontext: add a dxva2 implementation
2:18 AM Changeset in ffmpeg [af3e944e] by Michael Niedermayer <michael@niedermayer.cc>
avcodec/mips/h264dsp_mmi: Version 2 of the optimizations for loongson …

May 16, 2016:

11:48 PM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by Joseph DeVore
ok sry
10:29 PM Changeset in ffmpeg [60c2e38d] by James Almer <jamrial@gmail.com>
avformat/dtshddec: implement AUPR_HDR chunk parsing Use it to get …
10:29 PM Changeset in ffmpeg [ab3c04c] by James Almer <jamrial@gmail.com>
avformat/dtshddec: parse chunks stored after audio data Reviewed-by: …
9:10 PM RemapFilter edited by Floris Sluiter
(diff)
9:06 PM RemapFilter edited by Floris Sluiter
(diff)
9:06 PM Samsung gear2560x1280.zip attached to RemapFilter by Floris Sluiter
Samsung Gear 2560x1280 input files
8:55 PM RemapFilter edited by Floris Sluiter
(diff)
8:54 PM RemapFilter edited by Floris Sluiter
(diff)
8:48 PM ThetaS_remap_files.zip attached to RemapFilter by Floris Sluiter
Theta S input maps
8:44 PM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by Elon Musk
Please refrain from pinging bug if you have nothing new to add.
8:42 PM Ticket #4651 (bmp: some RLE errors) closed by Elon Musk
wontfix
8:41 PM Ticket #5562 (IFF ANIM: deadlock with fuzzed ANIM-J) closed by Elon Musk
fixed: Fixed in 8767470fb572f394104d24acffb70eea9ce48ad3.
8:39 PM Changeset in ffmpeg [72e33eec] by Paul B Mahol <onemda@gmail.com>
avcodec/iff: add support for ANIMs with keyframes and concatenated …
8:06 PM Ticket #5558 (concat protocol should run in "-safe 0" mode by default) updated by GrayFace
Replying to cehoyos: > …
5:30 PM Ticket #5563 (Update wiki: centos comiplation guide) updated by Bhaidaya
Done. Thanks!
5:29 PM CompilationGuide/Centos edited by Bhaidaya
changed opus git repo address to use http protocol instead of git … (diff)
5:08 PM Ticket #5563 (Update wiki: centos comiplation guide) closed by Carl Eugen Hoyos
invalid: Please feel free to change this line in the wiki.
4:31 PM Ticket #5563 (Update wiki: centos comiplation guide) created by Bhaidaya
on page: https://trac.ffmpeg.org/wiki/CompilationGuide/Centos change …
2:40 PM Ticket #5561 (Implement a tiff parser) updated by Elon Musk
Not possible, tiff parser.
2:30 PM Ticket #5561 (Implement a tiff parser) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Summary, Priority, Version, Keywords, Type, Description changed
1:39 PM Changeset in ffmpeg [8767470f] by Paul B Mahol <onemda@gmail.com>
avcodec/iff: check if there is enough bytes left Signed-off-by: Paul …
12:23 PM Changeset in ffmpeg [635b2ec5] by Michael Niedermayer <michael@niedermayer.cc>
avformat/utils: Do not compute the bitrate from duration == 0 Fixes …
12:23 PM Changeset in ffmpeg [6085d6b2] by Michael Niedermayer <michael@niedermayer.cc>
ffmpeg: Check that r_frame_rate is set before attempting to use it …
12:20 PM 74_cucug_deadlock_fuzz.anim attached to Ticket #5562 by ami_stuff
12:19 PM 74_D_deadlock_fuzz.anim attached to Ticket #5562 by ami_stuff
12:19 PM Ticket #5562 (IFF ANIM: deadlock with fuzzed ANIM-J) created by ami_stuff
[…]
10:17 AM Ticket #5551 (av_bsf_send_packet can't take ownership on not reference-counted packets) updated by mrlika
And latst variant: 0) Do not touch anything Do you have any thoughts …
8:51 AM Changeset in ffmpeg [d338abb6] by Anton Khirnov <anton@khirnov.net>
mpeg4videodec: Call av_log() in check_marker() with AVCodecContext …
8:51 AM Changeset in ffmpeg [e4b38878] by Anton Khirnov <anton@khirnov.net>
Move check_marker() from get_bits to mpeg4videodec MPEG-4 is the only …
8:31 AM Changeset in ffmpeg [31f6a4b4] by Anton Khirnov <anton@khirnov.net>
lavc: mark the old audio/video encoding API as deprecated
8:31 AM Changeset in ffmpeg [2fb1d17a] by Anton Khirnov <anton@khirnov.net>
x86inc: Enable AVX emulation in additional cases Allows emulation to …
8:31 AM Changeset in ffmpeg [300fb0df] by Anton Khirnov <anton@khirnov.net>
x86inc: Improve handling of %ifid with multi-token parameters The …
8:31 AM Changeset in ffmpeg [8d02579f] by Anton Khirnov <anton@khirnov.net>
x86inc: Fix AVX emulation of some instructions Signed-off-by: Anton …
8:31 AM Changeset in ffmpeg [ba3eb745] by Anton Khirnov <anton@khirnov.net>
x86inc: Fix AVX emulation of scalar float instructions Those …
8:31 AM Changeset in ffmpeg [8996515b] by Anton Khirnov <anton@khirnov.net>
avpacket: fix setting AVPacket.data in av_packet_ref() The data field …
8:30 AM Changeset in ffmpeg [e62ff72f] by Anton Khirnov <anton@khirnov.net>
lavc: make avcodec_open2() fail when the timebase is not set for …
7:17 AM Projects edited by wseemann
Added FFmpegMediaPlayer (diff)
7:00 AM file_1_test.tif attached to Ticket #5561 by csab6597
3:10 AM Changeset in ffmpeg [feeb3a92] by Michael Niedermayer <michael@niedermayer.cc>
swresample/resample: Fix division by 0 with tap_count=1 …
1:13 AM Ticket #4478 (PlayStation 2 movie files not supported (.pss)) updated by Joseph DeVore
any further updates? I am hoping some one will figure out how the …
Note: See TracTimeline for information about the timeline view.