Timeline
May 27, 2014:
- 11:31 PM Ticket #3678 (Regressions in the video duration/bitrate report) updated by
-
Component changed
Replying to Malizor: > {{{ > Duration: 00:00:00.16, … - 11:12 PM Changeset in ffmpeg [919c320f] by
- avformat/oggenc: fix EOS flag This corrects the bug that caused the …
- 11:00 PM Changeset in ffmpeg [b5657516] by
- Merge commit '9767d7c092c890ecc5953452e8a951fd902dd67b' * commit …
- 10:28 PM Changeset in ffmpeg [5313d60] by
- Merge commit '1d3eb0b5735f6dd72d2bf648455cf06ac7c24bc1' * commit …
- 10:03 PM Changeset in ffmpeg [48a6916] by
- Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' * commit …
- 9:16 PM Changeset in ffmpeg [e2abc0d5] by
- Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' * commit …
- 8:54 PM Seeking edited by
- trivial nits; removed "multiple cuts at once" since it provided no … (diff)
- 8:34 PM Changeset in ffmpeg [43c57db] by
- Merge commit '888dcd86755d37e55fd74166f6d38ad66d41db58' * commit …
- 8:29 PM Changeset in ffmpeg [d84286b1] by
- Merge commit 'f1df0a4c08b54e722e7a2c797d0d31c7f2c531d0' * commit …
- 7:58 PM Ticket #2343 (Stream is blocked by 20 seconds or more when reading an mjpeg stream ...) updated by
- It may take too long because MJPEG streams don't include timestamps, …
- 6:42 PM Changeset in ffmpeg [5be8c276] by
- avformat/rtspdec: Use av_mallocz_array() Signed-off-by: Michael …
- 6:42 PM Changeset in ffmpeg [28706178] by
- avcodec/vp3: use av_mallocz_array() Signed-off-by: Michael …
- 6:42 PM Changeset in ffmpeg [0674da99] by
- avcodec/cavs: use av_mallocz_array() Signed-off-by: Michael …
- 6:23 PM Changeset in ffmpeg [8a64ea76] by
- doc/filters: amix only supports float samples Signed-off-by: Lou …
- 5:16 PM Changeset in ffmpeg [9767d7c0] by
- oggenc: Flush after writing headers Before, header information for …
- 5:16 PM Changeset in ffmpeg [1d3eb0b5] by
- oggenc: Move ogg_write_pages up above ogg_write_header Signed-off-by: …
- 4:22 PM Changeset in ffmpeg [1853e2cb] by
- avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NB …
- 3:54 PM Changeset in ffmpeg [512f3ffe] by
- dsputil: Split off HuffYUV encoding bits into their own context Also …
- 3:52 PM Changeset in ffmpeg [0d439fbe] by
- dsputil: Split off HuffYUV decoding bits into their own context Also …
- 3:52 PM Changeset in ffmpeg [0d26264] by
- avfilter/vf_drawtext: Avoid using non public AV_PIX_FMT_NB …
- 3:45 PM Changeset in ffmpeg [ee0c91cc] by
- avfilter/vf_telecine: Avoid using non public AV_PIX_FMT_NB …
- 3:45 PM Changeset in ffmpeg [515e8aed] by
- avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NB …
- 3:45 PM Changeset in ffmpeg [e10ac3a1] by
- avfilter/vf_swapuv: Avoid using non public AV_PIX_FMT_NB …
- 3:44 PM Changeset in ffmpeg [cfa0ad6] by
- avfilter/vf_noise: Avoid using non public AV_PIX_FMT_NB …
- 3:44 PM Changeset in ffmpeg [1dbc9846] by
- avfilter/vf_mergeplanes: Avoid using non public AV_PIX_FMT_NB …
- 3:44 PM Changeset in ffmpeg [c0f8801e] by
- avfilter/il: Avoid using non public AV_PIX_FMT_NB Signed-off-by: …
- 3:43 PM Changeset in ffmpeg [5feac96f] by
- avfilter/hflip: Avoid using non public AV_PIX_FMT_NB Signed-off-by: …
- 3:43 PM Changeset in ffmpeg [f3fdc32e] by
- avfilter/crop: Avoid using non public AV_PIX_FMT_NB Signed-off-by: …
- 3:43 PM Changeset in ffmpeg [64fb19cc] by
- avfilter/formats: Avoid using non public AV_PIX_FMT_NB Signed-off-by: …
- 3:23 PM Ticket #3678 (Regressions in the video duration/bitrate report) created by
- We noticed that, from version n1.1 and on, ffprobe reports wrong video …
- 2:28 PM Changeset in ffmpeg [0f17bc64] by
- Improve the detection of architecture x86. This fixes building on …
- 1:12 PM Changeset in ffmpeg [58632070] by
- x86/dsputilenc: use HADDD in ff_sse16_sse2 Signed-off-by: James Almer …
- 10:12 AM Changeset in ffmpeg [888dcd86] by
- h264_picture: Remove pointless dsputil.h #include
- 10:12 AM Changeset in ffmpeg [f1df0a4c] by
- on2avc: Remove pointless dsputil.h #include
- 5:50 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Replying to michael: > where can i find this file ? It's …
- 5:16 AM Ticket #3677 (av_read_frame after av_seek_frame failed (.rm)) updated by
- in fact I have 5 rm videos which all have non-zero first packet …
- 5:13 AM Ticket #3676 (av_read_frame after av_seek_frame failed) closed by
- duplicate
- 5:09 AM Ticket #3677 (av_read_frame after av_seek_frame failed (.rm)) updated by
- test video is here …
- 5:03 AM Ticket #3677 (av_read_frame after av_seek_frame failed (.rm)) created by
- Built my test program with latest ffmpeg git header commit …
- 5:03 AM Ticket #3676 (av_read_frame after av_seek_frame failed) created by
- Built my test program with latest ffmpeg git header commit …
- 3:55 AM Changeset in ffmpeg [e64e079e] by
- x86/dsputilenc: implement SSE2 version of diff_pixels Signed-off-by: …
- 3:52 AM Changeset in ffmpeg [a0c5cd34] by
- avcodec/x86/dsputilenc: set the count of SSE registers correctly for …
- 1:23 AM Changeset in ffmpeg [a1cb4efd] by
- Merge commit '7cc4c9f32f446feaec5447e3d097e8147e35f156' * commit …
- 1:18 AM Changeset in ffmpeg [50ffd843] by
- Merge commit 'b03b2d86aa9d79670825b42d8a8a7c41f59cb444' * commit …
- 1:14 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Lagarith version 1323 also works with MPlayer and is >20% faster than …
- 1:04 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Replying to Zerowalker: > The only comparison i have done …
- 1:02 AM Changeset in ffmpeg [cdf6a944] by
- Merge commit 'a7d070acb55c3ebbdd5e93e3366f32865732b8a3' * commit …
- 12:58 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Lagarith performance can be tested with MPlayer and -vo gl (-vo null …
- 12:54 AM Changeset in ffmpeg [de5ec088] by
- Merge commit '862f33c10ea38ea49fa4188725df5e5246dbd1d8' * commit …
- 12:53 AM Changeset in ffmpeg [a37f2cc5] by
- avfilter/vf_format: fix duplicate ; Signed-off-by: Michael …
- 12:46 AM Changeset in ffmpeg [6e9dbee] by
- Merge commit '45fc73edfe071f9690e8671ed2dc402b1cb02ece' * commit …
- 12:27 AM Changeset in ffmpeg [e222cfef] by
- Merge commit '4d8c28deab2488579f585406110b1be790896e59' * commit …
- 12:15 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Replying to michael: > did someone compare the decoders …
- 12:10 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- The only comparison i have done is on Playback, looking at CPU Usage …
- 12:04 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Replying to cehoyos: > Replying to [comment:12 …
May 26, 2014:
- 11:52 PM Ticket #3671 (can't decode rm video with -ss 0) updated by
-
Keywords, Component changed
- 11:51 PM Ticket #3671 (can't decode rm video with -ss 0) updated by
-
Keywords, Status, Version, Reproduced by developer, Summary changed
[…] - 11:24 PM Ticket #3671 (can't decode rm video with -ss 0) updated by
- Replying to cehoyos: > Is this not reproducible with …
- 8:39 PM Ticket #3673 (video-stream not recognized) updated by
-
Resolution, Reproduced by developer changed
"Fixed" in e6a084641aada7a2e4672172f2ee26642800a361 if this causes … - 8:33 PM Changeset in ffmpeg [e6a08464] by
- avformat/utils: set max analyze duration depending on the …
- 8:33 PM Changeset in ffmpeg [52887aa4] by
- avformat: move default for max_analyze_duration into utils.c this way …
- 8:25 PM Changeset in ffmpeg [7cc4c9f3] by
- lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB Thatt hardcodes the …
- 8:25 PM Changeset in ffmpeg [b03b2d86] by
- buffersrc: avoid using AV_PIX_FMT_NB That hardcodes the number of …
- 8:25 PM Changeset in ffmpeg [a7d070ac] by
- vf_fieldorder: avoid using AV_PIX_FMT_NB That hardcodes the number of …
- 8:24 PM Changeset in ffmpeg [862f33c] by
- vf_scale: use the pixfmt descriptor API Avoid using AV_PIX_FMT_NB, …
- 8:22 PM Changeset in ffmpeg [45fc73ed] by
- vf_format: rework format list parsing Avoid using AV_PIX_FMT_NB, …
- 8:18 PM Changeset in ffmpeg [60ef6124] by
- MAINTAINERS: add Trac maintainers Signed-off-by: Lou Logan <lou@lrcd.com>
- 8:11 PM Changeset in ffmpeg [5b1a56b3] by
- doc/ffmpeg: note that -t is also an input option Signed-off-by: Lou …
- 8:05 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Oh, so got it backwards, Native = ffmpeg? If so, than we are in an …
- 7:54 PM Changeset in ffmpeg [2dbf5e7] by
- configure: s/solving/solve Signed-off-by: Lou Logan <lou@lrcd.com>
- 7:28 PM Changeset in ffmpeg [53bac1b4] by
- doc: add a tutorial for writing filters.
- 7:08 PM Ticket #3648 (caf muxer writes incorrect mFramesPerPacket in desc chunk for MPEG-2 ...) closed by
- fixed: Should be fixed in 2d56f0d0 - thank you for the report!
- 7:05 PM Changeset in ffmpeg [d35000c2] by
- avcodec/g723_1: fix writing into input frame data and warning …
- 6:28 PM Changeset in ffmpeg [2d56f0d0] by
- Write the actual mp3 frame size when muxing into caf if available. …
- 4:14 PM Ticket #3645 (Remuxing adpcm_ms to caf fails for some samples) closed by
- needs_more_info: I was unable to reproduce this (only tested with QuickTime 7). I …
- 3:36 PM Seeking edited by
- As of FFmpeg 2.1, when transcoding with ffmpeg (i.e. not … (diff)
- 2:52 PM Ticket #3674 (WMP does not accept sample aspect ratio close to 1 but != 1 in mov) updated by
- […]
- 2:45 PM Ticket #3674 (WMP does not accept sample aspect ratio close to 1 but != 1 in mov) updated by
- I attached three addtional samples to make an analysis slightly …
- 2:39 PM Ticket #3675 (Crash while trying to feed to ffserver) updated by
-
Priority, Keywords changed
- 2:35 PM Changeset in ffmpeg [2db89765] by
- Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
- 2:33 PM Ticket #3675 (Crash while trying to feed to ffserver) created by
- I am trying to use ffserver + ffmpeg to stream video from my webcam. …
- 2:00 PM Changeset in ffmpeg [99d742aa] by
- configure: uClibc native pthread requires -ldl In the configure …
- 1:37 PM Changeset in ffmpeg [86ae0da6] by
- x86: hpeldsp: propagate changes across codecs Some codecs still use …
- 11:16 AM Ticket #3674 (WMP does not accept sample aspect ratio close to 1 but != 1 in mov) updated by
-
Status, Reproduced by developer, Priority, Keywords changed
Seems to be a regression since 4557d7d0 related to ticket #570. - 10:54 AM Ticket #3673 (video-stream not recognized) updated by
-
Keywords changed
Replying to doublemax: > You are right - sorry for … - 10:45 AM Ticket #3674 (WMP does not accept sample aspect ratio close to 1 but != 1 in mov) updated by
- I could successfully use your specified workaround to get it working. …
- 10:42 AM Ticket #3673 (video-stream not recognized) updated by
- You are right - sorry for disturbing.
- 10:28 AM Ticket #3674 (WMP does not accept sample aspect ratio close to 1 but != 1 in mov) updated by
-
Keywords, Version, Summary changed
The issue can be reproduced with the following command line: […] … - 9:53 AM Ticket #3673 (video-stream not recognized) closed by
- wontfix: Replying to doublemax: > {{{ > ffmpeg -analyzeduration …
- 9:40 AM Changeset in ffmpeg [fc9c857c] by
- ffmpeg: use thread message API.
- 9:40 AM Changeset in ffmpeg [55cc60cd] by
- lavu: add thread message API.
- 9:33 AM Changeset in ffmpeg [58a10e0e] by
- compat/w32pthreads: add return value to pthread_cond_init().
- 9:29 AM Ticket #3673 (video-stream not recognized) reopened by
- 9:28 AM Ticket #3673 (video-stream not recognized) updated by
- I have tried to adapt 'analyzeduration' and 'probesize' - it didn't …
- 9:15 AM Ticket #3674 (WMP does not accept sample aspect ratio close to 1 but != 1 in mov) created by
- Summary of the bug: I have a screen recorded video with frame rate 15, …
- 8:48 AM Ticket #3673 (video-stream not recognized) closed by
- wontfix: Replying to doublemax: > {{{ > [flv @ 0x2e96c20] Could not …
- 8:32 AM Ticket #3673 (video-stream not recognized) updated by
- Same problem with ffmpeg-git. ffmpeg transcodes the video-file to …
- 7:55 AM Ticket #3673 (video-stream not recognized) updated by
-
Keywords changed
Please test current FFmpeg git head and post the failing command line … - 7:45 AM Ticket #3673 (video-stream not recognized) created by
- Problem: ffmpeg makes audio out of video ffmpeg commandline …
- 7:14 AM Ticket #3671 (can't decode rm video with -ss 0) updated by
-
Is this not reproducible with
ffmpeg? - 4:48 AM Ticket #3672 (av_read_frame failed after av_seek_frame(0) called) created by
- I built a test program with latest ffmpeg git header the test code …
- 1:51 AM Ticket #3671 (can't decode rm video with -ss 0) created by
- while ffplay plays video correctly, ffplay -ss 0 can't. $ ffplay.exe …
- 12:11 AM Ticket #3663 (video can't seek to 0) closed by
- fixed: Fixed in 96470ca22b3b46677de0e2df64e87c5ec80d752b
- 12:03 AM Ticket #3649 (Solaris Intel static libraries required AMD 3D NOW even though the CPU ...) updated by
- Replying to bmitchel: > I tried compiling 2.2.2 on Solaris …
May 25, 2014:
- 11:45 PM Ticket #3649 (Solaris Intel static libraries required AMD 3D NOW even though the CPU ...) updated by
- With regards to reproducible by using ffmpeg, it doesn't appear so. …
- 11:23 PM Changeset in ffmpeg [96470ca2] by
- avformat/mov: allow seeking back to the begin even if nothing is …
- 11:22 PM Changeset in ffmpeg [d2eacbb7] by
- doc/APIchanges: fix typo in date
- 11:15 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Replying to Zerowalker: > Actually at comment:5, you say …
- 10:20 PM Changeset in ffmpeg [d236d490] by
- update APIchanges & version for c37d179 Signed-off-by: Michael …
- 9:54 PM Changeset in ffmpeg [c37d1792] by
- avformat: add format_probesize to allow tuning the maximum amount of …
- 9:12 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Actually at comment:5, you say the opposite from what i mean. I am …
- 9:08 PM Changeset in ffmpeg [b0d0e29f] by
- avcodec/sgirledec: fix () in RBG323_TO_BGR8() macro Signed-off-by: …
- 7:42 PM Changeset in ffmpeg [9f50d3b9] by
- avcodec/rv34: Fix () in GET_PTS_DIFF() macro Signed-off-by: Michael …
- 7:41 PM Changeset in ffmpeg [a45e6b7b] by
- avcodec/psymodel: Fix () in AAC_CUTOFF() macro Signed-off-by: Michael …
- 7:41 PM Changeset in ffmpeg [e5dc7439] by
- avcodec/proresenc_anatoliy: Fix () in macros Signed-off-by: Michael …
- 5:42 PM Changeset in ffmpeg [a3950a90] by
- Revert "x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm" This …
- 5:26 PM Changeset in ffmpeg [9babf137] by
- avcodec/msvideo1enc: Fix () in MKRGB555() macro Signed-off-by: …
- 5:25 PM Changeset in ffmpeg [eb718f4c] by
- avcodec/opus: Fix () in ROUND_MULL() macro Signed-off-by: Michael …
- 5:25 PM Changeset in ffmpeg [d62a4707] by
- avcodec/opus_celt: Fix () in CELT_PVQ_V macro Signed-off-by: Michael …
- 5:25 PM Changeset in ffmpeg [c163f5e6] by
- avcodec/pngdec: fix () in OP_* macros Signed-off-by: Michael …
- 2:30 PM Changeset in ffmpeg [ad733089] by
- x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm Signed-off-by: …
- 2:18 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Replying to Zerowalker: > Your UT Video Codec is faster …
- 1:44 PM Changeset in ffmpeg [6e725f19] by
- configure: try to fix the disappearing "r" bug in fate Signed-off-by: …
- 1:29 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Oh, wait so you are saying. Your UT Video Codec is faster cause of …
- 11:07 AM Changeset in ffmpeg [ee9b019] by
- Merge commit 'e0d01dc7d7fc3ce4c23f286a10870e9599c8b8b9' * commit …
- 8:47 AM Ticket #3657 (float pixel format) updated by
-
Status, Version, Summary changed
- 8:46 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Replying to Zerowalker: > Is it possible to make a …
- 8:28 AM Changeset in ffmpeg [657c6032] by
- avcodec/webvttenc: do not use EOVERFLOW. According to doc/errno.txt …
- 6:33 AM Changeset in ffmpeg [4d8c28d] by
- imgutils: make systematic palette opaque. Signed-off-by: Anton …
- 3:19 AM Changeset in ffmpeg [cf7ff014] by
- avcodec/mss4: Fix () in MKVAL() macro Signed-off-by: Michael …
- 3:18 AM Changeset in ffmpeg [6e720c5c] by
- avcodec/mss34dsp: fix () in SOP* macros Signed-off-by: Michael …
- 3:18 AM Changeset in ffmpeg [fa160af0] by
- avcodec/mlpdec: fix () in MSB_MASK() macro Signed-off-by: Michael …
- 1:45 AM Changeset in ffmpeg [f276bf30] by
- avcodec/ivi_dsp: add some missing () to macros Signed-off-by: Michael …
- 1:45 AM Changeset in ffmpeg [70f671c3] by
- avcodec/hevc: fix () in macros Signed-off-by: Michael Niedermayer …
- 1:45 AM Changeset in ffmpeg [0f45e643] by
- avcodec/h264_slice: fix macro () Signed-off-by: Michael Niedermayer …
- 1:45 AM Changeset in ffmpeg [af62b427] by
- avcodec/h264: fix () in macros Signed-off-by: Michael Niedermayer …
- 1:45 AM Changeset in ffmpeg [97e6b5ee] by
- avcodec/golomb-test: fix () in EXTEND() macro Signed-off-by: Michael …
- 1:45 AM Changeset in ffmpeg [fa915d41] by
- avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro Signed-off-by: …
- 1:04 AM Changeset in ffmpeg [4372fb7a] by
- avcodec/webvttenc: add webvtt encoder Based off the srt encoder. The …
- 12:03 AM Changeset in ffmpeg [d94e255d] by
- x86/dsputilenc: make the SUM_ABS_DCTELEM macro more readable …
May 24, 2014:
- 10:38 PM Changeset in ffmpeg [46e38835] by
- avcodec/opusdec: check alignment, misalignment could lead to crashes …
- 7:46 PM Changeset in ffmpeg [61eea421] by
- x86/dsputilenc: port sum_abs_dctelem functions to yasm Signed-off-by: …
- 6:49 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Is it possible to make a benchmark using the same file? You see i got …
- 6:33 PM Changeset in ffmpeg [ddeb58b9] by
- avcodec/asvenc: dont use a negative global_quality Signed-off-by: …
- 6:32 PM Changeset in ffmpeg [9a7d332b] by
- avcodec/aacenc: dont use global quality if its negative Some …
- 4:46 PM Ticket #3668 (Issues with subtitles removal) updated by
- Replying to inkubux: > I finally decided to switch back to …
- 3:57 PM Ticket #3668 (Issues with subtitles removal) updated by
- This is the weird thing ffprobe displays the subtitles: […] Also …
- 2:58 PM Ticket #3657 (float pixel format) updated by
- When people request float values for pixels (or samples), I always …
- 1:54 PM Ticket #3670 (Assertion failure on seek with AVI file) updated by
- […]
- 1:52 PM Ticket #3670 (Assertion failure on seek with AVI file) updated by
-
Priority, Keywords, Status, Reproduced by developer changed
For future tickets: Please always provide your failing command line … - 1:44 PM Ticket #3670 (Assertion failure on seek with AVI file) created by
- Sample: http://rapidshare.com/share/C974ECA93412975F0E933DB3794D1438 …
- 1:15 PM Changeset in ffmpeg [81aa0f46] by
- x86: hpeldsp: implement SSSE3 version of _xy2 Loading pb_1 rather …
- 12:27 PM Ticket #3668 (Issues with subtitles removal) updated by
- Replying to inkubux: > I'm worried since what I want is to …
- 12:18 PM Ticket #3668 (Issues with subtitles removal) updated by
- I'm worried since what I want is to actually remove the …
- 11:21 AM Changeset in ffmpeg [72631624] by
- Merge commit '8692e6284f5169257a537c8fc25addf32fc67c87' * commit …
- 10:32 AM CompilationGuide/MacOSX edited by
- Corrected due to change of address of Homebrew install path (diff)
- 9:56 AM Ticket #3657 (float pixel format) updated by
- Float images would be useful for some other things too, but I bet …
- 9:49 AM Ticket #3668 (Issues with subtitles removal) updated by
-
Keywords, Component changed
If there is an issue, it is a regression since 8d63aaed / db03cb37 … - 9:26 AM Ticket #3669 (crashing vobsubs) updated by
-
Keywords changed
- 9:20 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- I tested with the following file: […] […] […]
- 9:19 AM Ticket #3669 (crashing vobsubs) closed by
- fixed: Crash should be fixed in cba92a2226151abf0e3c24ed594e127203d485b8 by …
- 9:08 AM Changeset in ffmpeg [cba92a22] by
- avformat/vobsub: do not create empty streams. Fixes NULL dereference …
- 6:21 AM Changeset in ffmpeg [e0d01dc7] by
- smoothstream: check malloc calls Signed-off-by: Anton Khirnov …
- 5:51 AM Changeset in ffmpeg [8692e628] by
- rdt: check malloc calls Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 1:56 AM Changeset in ffmpeg [308188b] by
- Add metadata injection to blackdetect Signed-off-by: Michael …
- 1:45 AM Changeset in ffmpeg [9722a6a3] by
- x86: hpeldsp: implement SSE2 put_pixels16_xy2 This is obviously …
- 1:29 AM Changeset in ffmpeg [f0aca50] by
- x86: hpeldsp: implement SSE2 versions Those are mostly used in codecs …
- 1:23 AM Ticket #3669 (crashing vobsubs) created by
- Summary of the bug: How to reproduce: […] Patches should be …
- 12:15 AM Changeset in ffmpeg [9eaa8c22] by
- MAINTAINERS: remove myself as website maintainer I never implemented …
May 23, 2014:
- 11:16 PM Changeset in ffmpeg [7538ad22] by
- x86/hevc_deblock: improve chroma functions register allocation …
- 9:30 PM Changeset in ffmpeg [08c51e12] by
- ffplay: support rotated video. with -f lavfi -i testsrc=s=hd1080 as …
- 9:30 PM Changeset in ffmpeg [e63a17bf] by
- avformat/mov: use av_display_rotation_get() for rotate metadata.
- 9:30 PM Changeset in ffmpeg [fa972dcf] by
- avutil/display: use hypot().
- 9:10 PM Changeset in ffmpeg [584327f2] by
- x86/dsputil: fix argument declaration in vector_clipf Should fix fate …
- 8:59 PM Changeset in ffmpeg [518cbf9b] by
- x86/dsputil: fix VECTOR_CLIP_INT32 macro The inline loop was …
- 8:39 PM Changeset in ffmpeg [6b88f22e] by
- avcodec/dcadec: dont use hex float, msvc doesnt support it Found-by: …
- 8:19 PM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
- I cannot comment on your other questions, I am not a native speaker, sorry.
- 8:19 PM Changeset in ffmpeg [9ccb5455] by
- avcodec/dcadec: use a constant instead of assuming every compiler can …
- 8:19 PM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
- Replying to ramitbhalla: > also from what you said if I …
- 8:08 PM Changeset in ffmpeg [6da06ef6] by
- avcodec/dcadec: make dca_dmix_code() 650% faster This effectively …
- 7:13 PM Changeset in ffmpeg [9340ced4] by
- Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
- 6:48 PM Changeset in ffmpeg [d062db7] by
- Merge commit '21f68c2489cba2a1a4a41d0c5c828266e6162800' * commit …
- 6:39 PM Changeset in ffmpeg [4e4dbb99] by
- dcadec: fix xxch_dmix_coeff and xxch_dmix_sf after merge …
- 6:14 PM Ticket #2252 (WTV files created by ffmpeg do not playback on XBox 360 extender) updated by
- I am also having trouble with WTV files created with H.264 video. I …
- 5:46 PM Ticket #2748 (Inconsistent UDP output packet size) updated by
- Not fixed, ffmpeg continues to produce packets of inconsistent length. …
- 5:05 PM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
- also from what you said if I had used -vtag avc1 it should work right? …
- 5:03 PM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
- okay so essentially it's definiing the h264 fourcc that was missing. …
- 5:01 PM Changeset in ffmpeg [c867be03] by
- Merge commit '6b7b8585d73548f08b98959df39d80b97677662f' * commit …
- 4:42 PM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) closed by
- fixed: No, I had not completely understood the issue myself originally, …
- 4:06 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- But i don't know what numbers you want, what commands do you want me …
- 3:50 PM Changeset in ffmpeg [21f68c24] by
- avcodec: bump version after rotation api Signed-off-by: Kostya …
- 3:14 PM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
- if I understood your comment correctly, because of the missing -vbsf …
- 3:10 PM Ticket #3668 (Issues with subtitles removal) updated by
- here is another dump on the other machine with version …
- 2:53 PM Ticket #3668 (Issues with subtitles removal) updated by
- I've also attached 2 files input.m4v output.m4v
- 2:52 PM Ticket #3668 (Issues with subtitles removal) updated by
- Thanks for your response I've added more info to the ticket. Here is …
- 2:29 PM Ticket #3668 (Issues with subtitles removal) updated by
-
Keywords changed
Replying to inkubux: > ffmpeg version N-62765-g8120668 … - 2:27 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- As said, please post numbers. If you don't want to post any numbers, …
- 2:25 PM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
- Which flag do you mean?
- 2:20 PM Changeset in ffmpeg [27d460fe] by
- Refuse to mux H.264 with fourcc H264 into avi without startcode. …
- 1:40 PM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
- Instead of refusing to mux wouldn't it better to automatically add the …
- 1:34 PM Ticket #3668 (Issues with subtitles removal) created by
- on 2 different machines i'm running ffmpeg version N-62765-g8120668 …
- 1:25 PM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
- Hmm, this is very weird. For example, if i playback an UT Video Codec …
- 1:07 PM Changeset in ffmpeg [6b7b8585] by
- dca: Convert dca_dmixtable to integers Also include zero in the …
- 1:02 PM Changeset in ffmpeg [6a4832ca] by
- x86/diracdsp: mark all functions as yasm No inline asm dirac code …
- 11:16 AM Ticket #2024 (Reencoding dvbsub fails) updated by
- Problem is due to setting end_display_time using page_time_out in …
- 11:14 AM Ticket #2024 (Reencoding dvbsub fails) updated by
-
Analyzed by developer, Component, Reproduced by developer changed
- 11:12 AM Ticket #2024 (Reencoding dvbsub fails) updated by
-
Status, Owner changed
- 10:26 AM Concatenate edited by
- Remove a misleading sentence. (diff)
- 10:11 AM Ticket #3667 (Enhancement: concat can not directly work with mks or mp4) updated by
- Replying to artofit: > So why this method is not …
- 10:10 AM Ticket #3667 (Enhancement: concat can not directly work with mks or mp4) updated by
-
Assuming you have two input files
input1andinput2, the … - 10:09 AM Ticket #3667 (Enhancement: concat can not directly work with mks or mp4) updated by
- https://trac.ffmpeg.org/wiki/How%20to%20concatenate%20(join,%20merge)% …
- 9:49 AM Ticket #3667 (Enhancement: concat can not directly work with mks or mp4) closed by
- invalid: This is not possible, the specification of some containers do not …
- 9:48 AM Ticket #3651 (UT Video Codec is inefficient compared to libutvideo) updated by
-
Status, Version, Reproduced by developer, Summary changed
While the native utvideo decoder is significantly faster here than … - 9:32 AM Ticket #3667 (Enhancement: concat can not directly work with mks or mp4) created by
- For the sake of standardisation, would welcome to allow […] This …
- 8:23 AM Ticket #3666 (Enhancement Opus compression_level and qscale) updated by
-
Keywords, Version, Component changed
- 8:22 AM Ticket #3665 (Enhancement: can only concat opus in opus container) closed by
- invalid: The concat protocol cannot work for Matroska files.
- 8:22 AM Ticket #3666 (Enhancement Opus compression_level and qscale) created by
- For the sake of standardisation, would welcome […] instead of …
- 8:21 AM Ticket #3664 (ffprobe can't read packet DTS/PTS (regression since removal of ...) updated by
-
Priority, Keywords, Version, Status, Description changed
Looks like a regression since 4eb49fdd possibly related to ticket #1746. - 8:07 AM Ticket #3665 (Enhancement: can only concat opus in opus container) created by
- Ffmpeg can only concat Opus files if they are in an opus container. …
- 7:49 AM Ticket #3663 (video can't seek to 0) updated by
-
Status, Reproduced by developer, Priority, Version, Keywords, Description changed
Regression since 7432bcf / accea4d9 possibly related to tickets #2991 … - 7:05 AM Ticket #3664 (ffprobe can't read packet DTS/PTS (regression since removal of ...) created by
- ffprobe built from latest git head can't read out all DTS/PTS. …
- 6:32 AM Ticket #3663 (video can't seek to 0) updated by
- Replying to cehoyos: > Is the issue not reproducible with …
- 6:25 AM Ticket #3663 (video can't seek to 0) updated by
-
Is the issue not reproducible with
ffmpeg? - 6:11 AM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
- No because we believe the original output file (as you produced it) is …
- 4:41 AM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
- How did you know to add -vbsf h264_mp4toannexb. This was an issue with …
- 2:39 AM Changeset in ffmpeg [64bf8455] by
- avformat/mov: Dont blindly trust the stream duration in seting chapter …
- 2:33 AM Changeset in ffmpeg [220df143] by
- avformat/utils: Check end time in avpriv_new_chapter() Signed-off-by: …
- 2:00 AM Changeset in ffmpeg [744df0a0] by
- avformat/movenc: Check that packet duration is valid in …
- 1:55 AM Ticket #3663 (video can't seek to 0) created by
- ffplay plays attached video correctly with ./ffplay.exe filename, but …
May 22, 2014:
- 10:28 PM Ticket #3638 (ffmpeg converting mp4 with h.264 to avi - no video in WMP) updated by
-
Keywords, Version, Component changed
The following works fine here: […] - 10:08 PM Changeset in ffmpeg [1d36defe] by
- x86/dsputil: port ff_vector_clipf_sse to yasm Signed-off-by: James …
- 9:34 PM Changeset in ffmpeg [fdcb2873] by
- Fix the mime types for MPEG and MPEG-TS formats As per the RFCs: …
- 8:18 PM Ticket #3660 (.trec source file cannot be decoded) updated by
- Compiled the latest GIT and it is working now.
- 8:15 PM Ticket #3660 (.trec source file cannot be decoded) updated by
-
What happens if you rename the file to
out.trec? - 6:17 PM Changeset in ffmpeg [c081ca85] by
- x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnow This is a port of the …
- 6:17 PM Changeset in ffmpeg [17ac9980] by
- x86: hpeldsp: mark _xy2 versions as approximate Currently, only the …
- 6:17 PM Changeset in ffmpeg [f8de35eb] by
- x86: hpeldsp: kill hpeldsp_mmx.c before: 1987 decicycles in 8_x2, …
- 6:09 PM Changeset in ffmpeg [bda8ceb9] by
- maintainers: adding myself as a maintainer to webm dash adding myself …
- 6:06 PM Ticket #3660 (.trec source file cannot be decoded) updated by
-
Cc changed
- 5:58 PM Ticket #3660 (.trec source file cannot be decoded) updated by
- Replying to cehoyos: > Does the internal editor read the …
- 4:53 PM Ticket #2078 (FFMPEG created WTV files cannot be fast forwarded or fast rewound in ...) updated by
- Would love to see this worked out, will patiently wait…
- 4:53 PM Changeset in ffmpeg [37cef8c7] by
- libavformat/matroskaenc: Add WebM DASH support WebM DASH …
- 1:27 PM Changeset in ffmpeg [a996eacc] by
- Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
- 1:15 PM Changeset in ffmpeg [eff913c9] by
- Autodetect Asterisk raw pcm with extension "sln".
- 1:12 PM Ticket #3661 (Blu-Ray stream changes audio from ac-3 to dts) updated by
-
Status, Reproduced by developer, Summary changed
[…] […] - 1:08 PM Changeset in ffmpeg [124c94a1] by
- avdevice/v4l2: Use av_malloc_array() Signed-off-by: Michael …
- 1:05 PM Changeset in ffmpeg [aca48725] by
- avcodec/proresdec2: Use av_malloc_array() Signed-off-by: Michael …
- 1:04 PM Changeset in ffmpeg [e8e9186a] by
- avcodec/pgssubdec: Use av_malloc(z)_array() Signed-off-by: Michael …
- 12:47 PM Ticket #3661 (Blu-Ray stream changes audio from ac-3 to dts) updated by
- Uploaded longer version to FTP/incoming as …
- 12:38 PM Ticket #3662 (Corrupt media file causes ffmpeg to output confusing error messages ...) created by
- Dear ffmpeg team! This report demonstrates an example when reading a …
- 12:15 PM Ticket #3661 (Blu-Ray stream changes audio from ac-3 to dts) updated by
- Please upload a sample that is long enough to reproduce your original …
- 11:25 AM Ticket #3661 (Blu-Ray stream changes audio from ac-3 to dts) updated by
- If the 2.5 MB attachment limit enforced by this site is too low I can …
- 11:16 AM Ticket #3661 (Blu-Ray stream changes audio from ac-3 to dts) reopened by
- Please provide the beginning of the original transport stream.
- 10:56 AM Ticket #3661 (Blu-Ray stream changes audio from ac-3 to dts) updated by
-
Cc changed
> So this does indeed seem to be a problem with mplayer's codec … - 10:51 AM Ticket #3661 (Blu-Ray stream changes audio from ac-3 to dts) closed by
- invalid: Confirmed that forcing the audio to DTS (although only the libdca DTS …
- 10:39 AM Ticket #3661 (Blu-Ray stream changes audio from ac-3 to dts) updated by
- That stream is not entirely AC-3, after a few seconds it switches to …
- 10:30 AM Ticket #3661 (Blu-Ray stream changes audio from ac-3 to dts) created by
- Summary of the bug: Attempting to view the Blu-Ray "Defiance" (UK …
- 9:42 AM Ticket #3185 (ffprobe do not handle HEVC correctly) updated by
- Aha thanks for info, is there any way to actually instruct ffprobe to …
- 9:41 AM Ticket #3185 (ffprobe do not handle HEVC correctly) closed by
- fixed
- 9:33 AM Ticket #3185 (ffprobe do not handle HEVC correctly) updated by
- durations are just not supported for raw video files like .h265, the …
- 9:30 AM Ticket #3185 (ffprobe do not handle HEVC correctly) reopened by
- I hope it's not too daring from me to reopen a ticket, but I'm still …
- 12:30 AM Ticket #3660 (.trec source file cannot be decoded) updated by
- Replying to Mind0Master1: > Replying to [comment:9 …
May 21, 2014:
- 11:53 PM Changeset in ffmpeg [f932e5f7] by
- avcodec/vdpau_internal: move "struct vdpau_picture_context" up to …
- 11:53 PM Changeset in ffmpeg [d5d6b8e2] by
- Fix compilation error around struct visibility when VDPAU disabled. …
- 11:48 PM Ticket #3660 (.trec source file cannot be decoded) updated by
- Replying to cehoyos: > > .trec is new recording format of …
- 11:22 PM Ticket #3660 (.trec source file cannot be decoded) updated by
- Replying to Mind0Master1: > Replying to [comment:7 …
- 11:20 PM Ticket #3660 (.trec source file cannot be decoded) updated by
- Replying to cehoyos: > Which application - that is not …
- 11:01 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by
- It seems that ANMR just needs a larger search space. Expanding …
- 10:59 PM Ticket #3660 (.trec source file cannot be decoded) updated by
- Replying to Mind0Master1: > Replying to [comment:4 …
- 10:53 PM Ticket #3660 (.trec source file cannot be decoded) updated by
- Replying to cehoyos: > Can you playback the sample you …
- 9:33 PM Changeset in ffmpeg [80ee2dfc] by
- x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasm Also add …
- 9:33 PM Changeset in ffmpeg [7b052672] by
- x86/dsputil: port clear_block functions to yasm Signed-off-by: James …
- 9:12 PM Ticket #3660 (.trec source file cannot be decoded) closed by
- fixed: Fixed in afaa39b4 - thank you for the report! It would still be great …
- 8:58 PM Changeset in ffmpeg [83f5877] by
- ffprobe: fix crash happening because of new streams occuring Fix trac …
- 8:53 PM Changeset in ffmpeg [acafd181] by
- ffprobe: fix crash happening because of new streams occuring Fix trac …
- 8:48 PM Changeset in ffmpeg [afaa39b4] by
- Don't overwrite codec_id with 0 in ff_mp4_read_dec_config_descr(). …
- 8:28 PM Ticket #3660 (.trec source file cannot be decoded) updated by
- Replying to Atarikid: > Even forcing the pixel format …
- 8:25 PM Ticket #3660 (.trec source file cannot be decoded) updated by
-
Keywords, Status, Component, Reproduced by developer changed
Two patches sent. - 7:46 PM Ticket #3660 (.trec source file cannot be decoded) updated by
-
Component, Priority, Type, Description, Summary changed
- 7:40 PM Ticket #3660 (.trec source file cannot be decoded) updated by
- Oeps... title is misleading. Should be [FFmpeg-trac] …
- 7:29 PM Changeset in ffmpeg [ce4d91ba] by
- sws: document color range >8bit oddity
- 7:15 PM Ticket #3660 (.trec source file cannot be decoded) created by
- Camtasia started using a new cross platform recording format called …
- 4:53 PM Changeset in ffmpeg [1f359c85] by
- ffmpeg: use av_stream_get_end_pts() Simplifies code and should …
- 4:53 PM Changeset in ffmpeg [7f7080dc] by
- avformat: add av_stream_get_end_pts() Signed-off-by: Michael …
- 3:39 PM Changeset in ffmpeg [91a8262b] by
- avcodec/utils: add error message for the recode_subtitle() without …
- 3:33 PM Changeset in ffmpeg [ef0c466a] by
- Replace assert with AVERROR when recode_subtitle called w/o ICONV. …
- 2:13 PM Ticket #3659 (Some H.264 WTV files created by ffmpeg do not playback on WMP and MCE) created by
- Summary of the bug: With some WTV files, the original file plays fine …
- 2:03 PM Changeset in ffmpeg [e61055fd] by
- avcodec/atrac3plusdec: Use av_mallocz_array() Signed-off-by: Michael …
- 1:59 PM Changeset in ffmpeg [606a49d2] by
- avcodec/atrac3: Use av_mallocz_array() Signed-off-by: Michael …
- 1:59 PM Changeset in ffmpeg [f0211f41] by
- ffprobe: Use av_malloc_array() Signed-off-by: Michael Niedermayer …
- 11:46 AM Ticket #3622 (Second audio track in mov sometimes marked as default) updated by
- i ran "make fate" on 2.2.2 without and with you patch and couldn't …
- 11:38 AM Changeset in ffmpeg [3d4e3650] by
- avcodec/x86/hpeldsp_init: remove redundant if() Signed-off-by: …
- 11:37 AM Changeset in ffmpeg [cd9e08e1] by
- hpeldsp: fix build without inline asm Signed-off-by: Michael …
- 1:25 AM Changeset in ffmpeg [d1a32c3f] by
- x86: kill fpel_mmx.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 1:02 AM Changeset in ffmpeg [19e66c72] by
- avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE …
- 12:42 AM Encode/VP8 edited by
- add link (diff)
May 20, 2014:
- 9:29 PM Ticket #3658 (pts < dts av_interleaved_write_frame(): Invalid argument) updated by
-
Priority, Keywords, Status, Component, Reproduced by developer changed
Regression since 1e5271a9 - related to ticket #2143. […] - 9:14 PM Ticket #3658 (pts < dts av_interleaved_write_frame(): Invalid argument) updated by
- I mean FFmpeg stops remuxing at 29:58 (duration of input file is …
- 8:55 PM Changeset in ffmpeg [ca2fd259] by
- Fix compilation errors when deprecated features are disabled. …
- 8:54 PM Ticket #3658 (pts < dts av_interleaved_write_frame(): Invalid argument) updated by
-
Version changed
Replying to bsnote: > I've tried with current FFmpeg git … - 8:06 PM Ticket #3658 (pts < dts av_interleaved_write_frame(): Invalid argument) updated by
- I've tried with current FFmpeg git HEAD (2491579) and x86 build using …
- 7:42 PM Ticket #231 (ffplay freezes with date -s in linux) closed by
- fixed: I guess this is fixed with the latest av_gettime_relative patches in …
- 7:37 PM Ticket #3509 (ffplay unable to play 352800 Hz wav file (pulse audio has a hard limit ...) closed by
- fixed: This should be fixed in 0c8d8c0c80671fd592697fee5ca7e645c26d2da9, …
- 7:31 PM Changeset in ffmpeg [be656c36] by
- avcodec/h264_picture: Fix build without error resilience Found-by: …
- 7:13 PM Changeset in ffmpeg [c9ab8790] by
- Fix build with --enable-ladspa --disable-frei0r. …
- 6:41 PM Ticket #3427 (Negative time format contains too many minuses: -577014:-32:-22.-77) reopened by
- I can still reproduce this problem: […]
- 6:30 PM Ticket #3655 (splitting a file with -f segment options causes all per stream ...) updated by
- ffmpeg -i r.mp4 -map 0 -c copy -f segment output%d.mp4 ffmpeg version …
- 6:06 PM Ticket #3652 (FFPlay cannot play H264 file) updated by
-
Keywords, Status, Reproduced by developer changed
For future tickets: Please always include a failing ffmpeg command … - 5:51 PM Ticket #3658 (pts < dts av_interleaved_write_frame(): Invalid argument) updated by
-
Priority changed
Could you elaborate on what your problem with remuxing your input file … - 5:23 PM Ticket #3658 (pts < dts av_interleaved_write_frame(): Invalid argument) created by
- Summary of the bug: …
- 3:06 PM Ticket #3654 (amerge creating audio with echo or silence) updated by
- I am uploading a sample now. I was worried about sharing the content I …
- 1:29 PM Changeset in ffmpeg [2491579d] by
- configure: arm: do not enable fast-unaligned if it is explicitly …
- 10:10 AM Ticket #2145 (avi files >1G do not seek with WMP) updated by
- Replying to cehoyos: I am also facing the same issue. I have tested …
- 8:35 AM Ticket #3657 (float pixel format) updated by
- (Double post)
- 8:35 AM Ticket #3657 (float pixel format) updated by
- Oh, sorry that I forgot to mention that blender uses float type buffer.
- 7:18 AM Ticket #3657 (float pixel format) updated by
-
Cc changed
What kind of 32 bit? Integer? Float? - 7:15 AM Ticket #3657 (float pixel format) created by
- Hello, As there are more and more Cameras able to record with more …
- 6:46 AM Ticket #3655 (splitting a file with -f segment options causes all per stream ...) updated by
- Please provide your command line together with the complete, uncut …
- 6:44 AM Ticket #3654 (amerge creating audio with echo or silence) updated by
- Did you upload the sample?
- 5:50 AM Ticket #3656 (Can not set timeout AVOptions) created by
- used av_dict_set(options, "timeout", "5000000", 0); but failed, …
- 4:25 AM Ticket #3653 (Filtersize of 1 and x86 swscale code) closed by
- fixed: Fixed in 6310eb8010b7a3b3016e297132380cbd4e3d2d10
- 4:10 AM Changeset in ffmpeg [6310eb80] by
- avutil/cpu: force mmx on selection of higher x86 SIMD features Fixes …
- 2:21 AM Changeset in ffmpeg [e50ae60d] by
- avcodec/fate-idct8x8: Defined behavior: eliminate negative …
- 1:58 AM Ticket #3652 (FFPlay cannot play H264 file) updated by
- I can add some information - if in this check: file - …
- 1:39 AM Changeset in ffmpeg [7d25af1] by
- Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37' * commit …
- 1:33 AM Changeset in ffmpeg [9e6769d2] by
- Merge commit 'afe176265480880e1f702c96a8ba434b0d88728b' * commit …
- 1:28 AM Eclipse edited by
- (diff)
- 1:26 AM Changeset in ffmpeg [447b988b] by
- Merge commit '132a5711a2aaaa6c7d139a0a30046a6ad41b64aa' * commit …
- 12:46 AM Changeset in ffmpeg [9893e883] by
- avformat/mux: Remove localized encoder strings Fixes muxing to end up …
- 12:21 AM Changeset in ffmpeg [84087204] by
- avcodec/smvjpegdec: Dont ignore avcodec_close() return code …
- 12:20 AM Changeset in ffmpeg [0739614c] by
- avcodec: remove no longer needed ff_codec_close_recursive() …
- 12:01 AM Changeset in ffmpeg [be2bbc52] by
- ffmpeg_opt: dont copy "encoder" metadata unless stream copy is used …
Note:
See TracTimeline
for information about the timeline view.
