Timeline



Jul 22, 2014:

11:46 PM ArticlesForCreation edited by llogan
Projects page has been created. Remove Theora suggestion. WMP tips … (diff)
11:38 PM WikiStart edited by llogan
add Projects page link (diff)
11:29 PM Projects created by llogan
make initial page
10:34 PM Changeset in ffmpeg [7e5d75d5] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '06a1d1323bc8afd03f085ae98d9b74e431b3534e' * commit …
10:29 PM Changeset in ffmpeg [9515d7c6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5be7d8597d02bcaba2de2503c0e59cf865c746dc' * commit …
10:23 PM Changeset in ffmpeg [9eeedf87] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '57f1b1dcc77a93c2a5c503d4e47fe2f567cf9db5' * commit …
10:18 PM Changeset in ffmpeg [77304cf3] by Michael Niedermayer <michaelni@gmx.at>
avcodec: dct/rdft only support float mode, skip their contents for …
9:02 PM Changeset in ffmpeg [005e81d6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '11c7155cce50971a38e6cebd39a3ba5a54645fae' * commit …
8:57 PM Changeset in ffmpeg [06a1d132] by Martin Storsjö <martin@martin.st>
configure: Extend the neon intrinsics check Check for an instruction …
8:49 PM Ticket #3786 (missing picture in access unit with size 62) closed by Carl Eugen Hoyos
needs_more_info: Please reopen this ticket if (it is reproducible with current FFmpeg …
8:32 PM Ticket #3786 (missing picture in access unit with size 62) updated by ghazel
Version changed
Still happens on 2.3. I cannot upload a sample.
8:32 PM Changeset in ffmpeg [1df2f7b6] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'eba2233b58c2c4b468c58287d6537b2f1188a8cd' * commit …
8:23 PM Changeset in ffmpeg [013172ae] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '67bc1ba5d75953d136bfa02ce6c0a27e9fd9dac3' * commit …
8:02 PM Changeset in ffmpeg [016cca45] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532' * commit …
7:23 PM Encode/H.264 edited by llogan
(diff)
6:55 PM Changeset in ffmpeg [5be7d859] by Diego Biurrun <diego@biurrun.de>
fft-test: Comment some #endifs
6:55 PM Changeset in ffmpeg [57f1b1dc] by Diego Biurrun <diego@biurrun.de>
fft-test: Drop unnecessary #ifdefs around header includes
6:55 PM Changeset in ffmpeg [11c7155c] by Diego Biurrun <diego@biurrun.de>
dct/rdft: Add missing typedefs for context structs Without the …
6:46 PM Changeset in ffmpeg [eba2233b] by Diego Biurrun <diego@biurrun.de>
build: Add define for SIMD extensions requiring 16-byte aligned buffers
6:45 PM Changeset in ffmpeg [67bc1ba5] by Diego Biurrun <diego@biurrun.de>
libxvid: Drop PPC-specific CPU detection hack It is doubtful if the …
5:10 PM Ticket #3741 (Using AVStream.codec.time_base as a timebase hint to the muxer is ...) reopened by Christian Ebert
Could I have the confirmation that the warning is to be expected with …
4:23 PM Changeset in ffmpeg [bc15b523] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
4:11 PM Changeset in ffmpeg [ed248e7f] by Michael Niedermayer <michaelni@gmx.at>
hevc: wait proper position for tmvp The position is either rounded or …
4:09 PM Changeset in ffmpeg [050d79b6] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Autodetect big-endian tiff files.
4:07 PM Changeset in ffmpeg [c68098b] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mjpegdec: add pix_fmt: 0x14121200 Fixes: _15801_F.jpg …
3:45 PM Ticket #3792 (TIFF tag type (0) is not implemented) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Keywords, Version, Analyzed by developer, Type changed
Patch sent: …
3:38 PM Changeset in ffmpeg [539e7272] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: simplify set_string_number() Signed-off-by: Michael …
2:58 PM Changeset in ffmpeg [4852a88d] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: set_string_number(): remove unneeded copy also remove …
2:38 PM Changeset in ffmpeg [7bdd2ff6] by Luca Barbato <lu_zero@gentoo.org>
http: Use a constant for the supported header size
2:36 PM Changeset in ffmpeg [ca6b33b8] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevcdsp_init: Fix "warning: assignment from incompatible …
2:27 PM Changeset in ffmpeg [d7e162d4] by Michael Niedermayer <michaelni@gmx.at>
hevcdsp: remove an unneeded variable in the loop filter beta0 and …
2:18 PM Changeset in ffmpeg [ae2f048f] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevc_deblock: cosmetics cherry picked from commit …
2:17 PM Changeset in ffmpeg [b435043a] by Michael Niedermayer <michaelni@gmx.at>
hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructions …
2:16 PM Changeset in ffmpeg [e8581b17] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevc_deblock: use test instead of cmp 0 cherry picked …
2:14 PM Changeset in ffmpeg [dc69247d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevc_deblock: use of paddw instead of psllw cherry picked …
2:13 PM Changeset in ffmpeg [500a0394] by Michael Niedermayer <michaelni@gmx.at>
avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions" …
2:00 PM Changeset in ffmpeg [7a4cf671] by Michael Niedermayer <michaelni@gmx.at>
hevc: cleaning up SSE2 and SSSE3 deblocking filters Signed-off-by: …
1:28 PM cionek1.jpeg attached to Ticket #3792 by pszemus
1:27 PM Ticket #3792 (TIFF tag type (0) is not implemented) created by pszemus
Summary of the bug: TIFF tag type(0) is not implemented warning, …
1:19 PM Changeset in ffmpeg [5f08b41] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: cosmetics cherry picked from commit …
1:13 PM Changeset in ffmpeg [cd714afe] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: more cleanups cherry picked from commit …
1:05 PM Changeset in ffmpeg [3ad04608] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: code cleaning cherry picked from commit …
12:17 PM Changeset in ffmpeg [c4d63cd2] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: simplifying derive_spatial_merge_candidates function cherry …
12:12 PM Changeset in ffmpeg [e9bb45ba] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: remove same prediction block cherry picked from commit …
12:11 PM Changeset in ffmpeg [560b0253] by Michael Niedermayer <michaelni@gmx.at>
hevc/mvs: simplify derive_temporal_colocated_mvs cherry picked from …
11:59 AM Changeset in ffmpeg [062b9f2c] by Michael Niedermayer <michaelni@gmx.at>
fate/hevc: update with new Rext bitstreams cherry picked from commit …
11:59 AM Changeset in ffmpeg [37822a56] by Michael Niedermayer <michaelni@gmx.at>
hevc/rext: remove warning for cross component prediction cherry …
11:57 AM Ticket #3749 (segment with segment_time_delta cause the first file empty.) closed by Stefano Sabatini
fixed: Should be fixed in: […]
11:53 AM Changeset in ffmpeg [44071b0d] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: sanitize segment end time in case last packet do not …
11:43 AM Changeset in ffmpeg [71315748] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: do not allow to create segments with no key-frames Fix …
11:07 AM Changeset in ffmpeg [627c044f] by Michael Niedermayer <michaelni@gmx.at>
hevc/rext: fixing rdpcm and scaling list for Range Extension -new …
11:00 AM Changeset in ffmpeg [fa0506e4] by Michael Niedermayer <michaelni@gmx.at>
hevc/rext: update boundary strength for chroma deblocking filter …
10:55 AM Changeset in ffmpeg [4ec1cb24] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '78670fbf07bd03479073d4218440de4914304680' * commit …
10:46 AM Changeset in ffmpeg [7cdb3b2] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '6869612f5c7d4d2f20f69a5658328a761deadb1c' * commit …
10:41 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) updated by Carl Eugen Hoyos
Replying to iRidium_mobile: > I found a problem when …
10:38 AM Ticket #2748 (Inconsistent UDP output packet size) updated by Carl Eugen Hoyos
Cc changed
Replying to smallishzulu: > My comment is this patch can …
10:37 AM Ticket #3791 (Show URL parameters in FFserver status page) updated by Carl Eugen Hoyos
Priority, Keywords changed
10:28 AM Ticket #3791 (Show URL parameters in FFserver status page) created by Carlos Bremo
It would be very nice if URL parameters for streams are shown in the …
6:36 AM Ticket #2748 (Inconsistent UDP output packet size) updated by smallishzulu
aviobuf.c.patch​ added by ksotik works ok and accurate. Last night I …
6:14 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) updated by iRidium_mobile
I found a problem when working in ffmpeg with RSTP protocol. When …
3:22 AM Changeset in ffmpeg [9cb45f6a] by Michael Niedermayer <michaelni@gmx.at>
doc/APIchanges: mention FF_INPUT_BUFFER_PADDING_SIZE chage …
3:21 AM Changeset in ffmpeg [0f04e27] by Michael Niedermayer <michaelni@gmx.at>
libavformat/img2dec.c: Add a long_name to the piped image demuxers …
3:14 AM Changeset in ffmpeg [135ea609] by Michael Niedermayer <michaelni@gmx.at>
libavformat/img2dec.c: Add a long_name to the piped image demuxers …
2:56 AM Ticket #3787 (h264 parser only accepts extradata before the first frame) updated by Benjamin Peterson
Consider the file I just attached. Asking ffmpeg to read this file …
2:54 AM example.flv attached to Ticket #3787 by Benjamin Peterson
File to reproduce the problem
1:35 AM Changeset in ffmpeg [c933f2c4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '16e6652286213014c28a9c3af70435e767d28638' * commit …
1:06 AM Changeset in ffmpeg [135b1a3f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd45ebd4876ab8fc07736a644de07e1b1d11a8e5d' * commit …
1:00 AM Changeset in ffmpeg [ab7c6790] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '389380c27915b0505fed538cd54c035c891fabd9' * commit …
12:51 AM Changeset in ffmpeg [e621e6ca] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '28df1d24112c6ad0763985df2faeeb198cfbad69' * commit …
12:45 AM Changeset in ffmpeg [dac096cf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bb0babd7054bed7edfd9f4d6b20cdba864de1830' * commit …
12:40 AM Changeset in ffmpeg [7f1543d4] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b396bbad100a7493691d09b8dceba91e3cd28e2e' * commit …
12:34 AM Changeset in ffmpeg [c7168d1a] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'fc27e7272e6f1a7053812f8a15b1b7098de44c71' * commit …
12:11 AM Changeset in ffmpeg [70f7006e] by Michael Niedermayer <michaelni@gmx.at>
avformat/mov: Pass through iTunSMPB from MOV. Allows demuxing of …
12:11 AM Changeset in ffmpeg [42f3bc40] by Michael Niedermayer <michaelni@gmx.at>
avformat/adtsenc: Optionally enable ID3 in ADTS. Signed-off-by: …

Jul 21, 2014:

10:08 PM Changeset in ffmpeg [78670fbf] by Diego Biurrun <diego@biurrun.de>
imgconvert: cosmetics: Reshuffle defines to reduce ifdeffery
10:08 PM Changeset in ffmpeg [6869612f] by Diego Biurrun <diego@biurrun.de>
arm: Macroize the test for 'setend' CPU instruction support …
9:18 PM Changeset in ffmpeg [16e66522] by Janne Grunau <janne-libav@jannau.net>
aarch64: NEON intrinsics dct_unquantize_h263. Intrinsics only used on …
9:18 PM Changeset in ffmpeg [d45ebd48] by Janne Grunau <janne-libav@jannau.net>
configure: add support for neon intrinsics
9:08 PM Changeset in ffmpeg [c75c594e] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4d2d0595cf9dd199c35aefef450952d209a56573' * commit …
8:59 PM Ticket #3788 ([SMK] Seek error) updated by Underground78
It does fail with IVYDES.SMK: could not seek to position 1.000.
8:29 PM Changeset in ffmpeg [16c66f31] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2ce53880bfeb431decdd2fc82298c0aff823ab47' * commit …
8:18 PM Changeset in ffmpeg [389380c2] by Luca Barbato <lu_zero@gentoo.org>
http: Do move the class instantiation in the conditional block Remove …
8:18 PM Changeset in ffmpeg [28df1d24] by Luca Barbato <lu_zero@gentoo.org>
http: Provide an option to override the HTTP method Certain servers …
8:18 PM Changeset in ffmpeg [bb0babd7] by Luca Barbato <lu_zero@gentoo.org>
build: Support executable only ldflags The options is useful to build …
8:18 PM Changeset in ffmpeg [b396bbad] by Luca Barbato <lu_zero@gentoo.org>
configure: Do not add extralibs to avresample .pc file The library …
8:02 PM Changeset in ffmpeg [9a436ae] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '16b7328058fa600d5158c84d9cc621a134eb88bc' * commit …
7:39 PM Changeset in ffmpeg [fc27e727] by Anton Khirnov <anton@khirnov.net>
mpegts: do not export empty language tags Signed-off-by: Anton …
7:35 PM Changeset in ffmpeg [79df91bf] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'bd499d9af668aef979ec9f3f3215b8dd508c7ec1' * commit …
7:16 PM Changeset in ffmpeg [94c4ad27] by Michael Niedermayer <michaelni@gmx.at>
doc/APIchanges: mention FF_INPUT_BUFFER_PADDING_SIZE chage …
7:13 PM Changeset in ffmpeg [4d2d059] by Diego Biurrun <diego@biurrun.de>
fate: Split audio- and video-related RealMedia targets Signed-off-by: …
3:00 PM Changeset in ffmpeg [265dadbe] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: Support general expressions involving AVOption constants …
1:30 PM Changeset in ffmpeg [88efc013] by Michael Niedermayer <michaelni@gmx.at>
avutil: move QP2LAMBDA constant to eval Signed-off-by: Michael …
1:28 PM Changeset in ffmpeg [2c5c7f10] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: remove dead code from set_string_number() Signed-off-by: …
1:20 PM Changeset in ffmpeg [4927c0a9] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt.c: fix bug when parsing option fix these strange behavior: …
12:33 PM Changeset in ffmpeg [2ce5388] by Diego Biurrun <diego@biurrun.de>
build: Conditionally compile all avcodec test programs
12:32 PM Changeset in ffmpeg [16b73280] by Diego Biurrun <diego@biurrun.de>
build: Conditionally build and run DCT test program
12:32 PM Changeset in ffmpeg [bd499d9a] by Diego Biurrun <diego@biurrun.de>
build: Conditionally build and test iirfilter
12:18 PM Ticket #3622 (Second audio track in mov sometimes marked as default) updated by Aubin Paul
Replying to michael: > Replying to cehoyos: …
12:00 PM Changeset in ffmpeg [40541716] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dct-test: remove fixed array sizes They are unneeded and make …
11:54 AM Ticket #3782 (Codec problem) closed by Carl Eugen Hoyos
needs_more_info: Please do not hesitate to reopen this ticket if you can add more …
11:54 AM Changeset in ffmpeg [c05dbb87] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c3ec963d0d0fac2d817f7fbce2e89ed46eeba550' * commit …
11:53 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) updated by Carl Eugen Hoyos
Keywords, Version, Component changed
Please tell us which server needs the TEARDOWN command so a proper …
11:33 AM Changeset in ffmpeg [d986c414] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '81b9bf319226fe03436c80aaa8a2c91767cab7ce' * commit …
11:32 AM Downstreams edited by Carl Eugen Hoyos
http://packman.links2linux.org/ provides FFmpeg packages, exactly as … (diff)
11:03 AM Changeset in ffmpeg [5b998dae] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a9f3f5fadb57bae3f3ff0be69e56b2c6014f2513' * commit …
8:25 AM Changeset in ffmpeg [c3ec963d] by Diego Biurrun <diego@biurrun.de>
mjpeg: return proper error code Signed-off-by: Diego Biurrun …
8:10 AM Changeset in ffmpeg [81b9bf31] by Diego Biurrun <diego@biurrun.de>
dct-test: Move arch-specific bits into arch-specific subdirectories
8:00 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Can someone instruct me as to how tiny_psnr is intended to be used …
7:59 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Added a YCbCr calculator for testing raw values. Coefficients and …
7:57 AM RGB-YCbCr-Calculator.ods attached to Ticket #3785 by troy_s
A LibreOffice Calc spreadsheet to calculate YCbCr from RGB values for …
6:35 AM Changeset in ffmpeg [a9f3f5fa] by Janne Grunau <janne-libav@jannau.net>
Revert "tiff: support reading gray+alpha at 8 bits" This reverts …
3:47 AM testchart-709-studio-8bit.png attached to Ticket #3785 by troy_s
8 bit conversion of the 32 bit EXR in PNG format.
3:45 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Correction on my part, due to the test pattern selected, the ranges …
1:55 AM Ticket #3790 (IP Video Transcoding violates GPL) created by Kieran Kunhya
http://www.ipvideotrans.com/transcoding.html --enable-gpl …
1:48 AM Changeset in ffmpeg [ce385c8] by Michael Niedermayer <michaelni@gmx.at>
avfilter/biquads: avoid clipping when using floating type …
1:19 AM Changeset in ffmpeg [71e515c1] by Michael Niedermayer <michaelni@gmx.at>
avformat/sapenc: Use av_mallocz_array() Signed-off-by: Michael …
1:18 AM Changeset in ffmpeg [437da3e] by Michael Niedermayer <michaelni@gmx.at>
avfilter/vf_owdenoise: use av_malloc_array() Signed-off-by: Michael …
1:16 AM Ticket #3789 (shortest command doesnt work when using a filter_complex with audio ...) updated by Carl Eugen Hoyos
Is this a regression?
1:12 AM Ticket #3789 (shortest command doesnt work when using a filter_complex with audio ...) updated by Timothy Gu
Keywords, Version, Description changed
12:42 AM Ticket #3788 ([SMK] Seek error) updated by Carl Eugen Hoyos
Did you try the following? […]
12:27 AM Changeset in ffmpeg [ec59f027] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '819bb3e81c72939ae1c1a4e5fc3dfdf3e98df074' * commit …
12:23 AM Ticket #3789 (shortest command doesnt work when using a filter_complex with audio ...) created by phingers
Summary of the bug: shortest command doesn't work when using a …
12:16 AM Changeset in ffmpeg [dc021a02] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c39059bea3adebcd888571d1181db215eee54495' * commit …
12:05 AM Changeset in ffmpeg [08b597b1] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b31d76e45fc3c6529dd7109e721676f3ec376d00' * commit …

Jul 20, 2014:

11:56 PM Changeset in ffmpeg [110420aa] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '4de8b60684ce13dff3e3d372dae4f49b9e53f755' * commit …
10:32 PM Changeset in ffmpeg [819bb3e8] by Vittorio Giovara <vittorio.giovara@gmail.com>
fate: add h264-direct-bff test
10:32 PM Changeset in ffmpeg [c39059be] by Vittorio Giovara <vittorio.giovara@gmail.com>
h264: Fix direct temporal mvs for bottom-field-first poc order Such …
10:32 PM Changeset in ffmpeg [b31d76e] by Vittorio Giovara <vittorio.giovara@gmail.com>
tiff: support reading gray+alpha at 8 bits Signed-off-by: Vittorio …
9:58 PM Changeset in ffmpeg [e59ce544] by Michael Niedermayer <michaelni@gmx.at>
doc: fix two spelling errors Signed-off-by: Michael Niedermayer …
9:12 PM Ticket #3788 ([SMK] Seek error) updated by Underground78
I don't know how to try reproducing this issue with ffmpeg otherwise I …
8:58 PM Ticket #3788 ([SMK] Seek error) updated by Carl Eugen Hoyos
Is this also reproducible with ffmpeg (the application)? Please …
8:23 PM IVYDES.SMK attached to Ticket #3788 by Underground78
8:23 PM Ticket #3788 ([SMK] Seek error) created by Underground78
The attached SMK file causes a seek error which is easily reproducible …
8:02 PM Changeset in ffmpeg [4de8b606] by Diego Biurrun <diego@biurrun.de>
idct: Move arm-specific declarations to a header in the arm directory
6:57 PM Changeset in ffmpeg [9a8a18a] by Michael Niedermayer <michaelni@gmx.at>
doc/issue_tracker: Correct sub-domain for mailing list Signed-off-by: …
6:32 PM Changeset in ffmpeg [02e3e3ea] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9f99a5f1d078721a30a76aec27c58805b7b87e58' * commit …
6:21 PM Ticket #3783 (ffmpeg should init decoders before filters) updated by Clément Bœsch
Summary changed
5:27 PM Ticket #3777 (Wrong duration for mp3 file) updated by llogan
Possibly related to #2697.
5:18 PM Changeset in ffmpeg [f2a8c429]n1.0.10 by Michael Niedermayer <michaelni@gmx.at>
update for 1.0.10 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
5:05 PM Ticket #2686 (Native AAC encoder collapses at high bitrates on some samples) updated by Kamedo2
If it's not easy to fix the bit allocation, maybe we should commit the …
4:34 PM Changeset in ffmpeg [a81f72e4]n0.5.14 by Michael Niedermayer <michaelni@gmx.at>
Update for 0.5.14 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
3:01 PM Changeset in ffmpeg [e2842cf] by Michael Niedermayer <michaelni@gmx.at>
MAINTAINERS: Add db0 for the website Signed-off-by: Michael …
12:13 PM Changeset in ffmpeg [9f99a5f1] by Diego Biurrun <diego@biurrun.de>
mpegencconetxt: Move rv10-specific orig_width/orig_height where they …
12:03 PM Changeset in ffmpeg [73b7a360] by Michael Niedermayer <michaelni@gmx.at>
matroskaenc: Don't set language to empty string, use "und" …
8:59 AM Ticket #3787 (h264 parser only accepts extradata before the first frame) updated by Carl Eugen Hoyos
Keywords changed
Unfortunately, this has currently no similarities with a valid ticket. …
3:42 AM Changeset in ffmpeg [729479a1] by Michael Niedermayer <michaelni@gmx.at>
fate/hevc: update fate rext tests cherry picked from commit …
1:38 AM testchart-709-studio.exr.gz attached to Ticket #3785 by troy_s
32 bit float EXR of broadcast scaled 709 values using the matrix and …
1:36 AM RGB-to-broadcast-YCbCr-709.ods attached to Ticket #3785 by troy_s
ODS spreadsheet of the matrix values used to obtain the EXR result off …
1:10 AM Ticket #3787 (h264 parser only accepts extradata before the first frame) created by Benjamin Peterson
Summary of the bug: The H264 parser only accepts extradata before the …
12:48 AM Changeset in ffmpeg [950a4f83] by Michael Niedermayer <michaelni@gmx.at>
hevc: fix offset for sao temporary frame fixes fate on alpha cherry …
12:23 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by Carl Eugen Hoyos
[…]
12:15 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Ridiculously stupid question likely, but how does one use tiny_psnr? …
12:04 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Just performed a git pull and tested the raw YCbCr output again. Looks …
12:01 AM Changeset in ffmpeg [28f31e78] by Clément Bœsch <u@pkh.me>
doc: restore default.css This partially reverts …

Jul 19, 2014:

11:51 PM Changeset in ffmpeg [9ce64ba1] by Clément Bœsch <u@pkh.me>
doc: update the documentation generator to match the new website …
11:43 PM Ticket #3786 (missing picture in access unit with size 62) updated by Carl Eugen Hoyos
Please test current FFmpeg git head. Did you upload a sample?
11:16 PM Ticket #3786 (missing picture in access unit with size 62) created by ghazel
Summary of the bug: Transcoding produces a large number of opaque …
9:33 PM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by Michael Niedermayer
a raw image that can be compared with tests/tiny_psnr would be quite …
9:32 PM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by Michael Niedermayer
Fixed the full range issue in b53bdae11f1eceea1a2e25a98aee81e1d1954e14
9:24 PM Changeset in ffmpeg [b53bdae1] by Michael Niedermayer <michaelni@gmx.at>
swscale/utils: fix rgb -> fullrange yuv Fixes part of Ticket3785 …
8:58 PM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Attached a (hopefully) accurate EXR with the YCbCr values based off of …
8:45 PM Changeset in ffmpeg [d84abf35] by Michael Niedermayer <michaelni@gmx.at>
swscale/utils: remove unused define Signed-off-by: Michael …
7:20 PM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Analysing the resultant output image as a raw RGB image for …
7:11 PM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
I will likely need a little help to assert that the output I'll be …
6:48 PM Changeset in ffmpeg [cb169126] by Michael Niedermayer <michaelni@gmx.at>
avformat/dvenc: Implement 32khz & 44.1khz for 25/50fps 30000/1001 fps …
5:44 PM Changeset in ffmpeg [a7bb22c5] by Michael Niedermayer <michaelni@gmx.at>
avformat/seek: use av_malloc_array() Signed-off-by: Michael …
5:42 PM Changeset in ffmpeg [d9ddbaa9] by Michael Niedermayer <michaelni@gmx.at>
avfilter/avfilter: use av_malloc(z)_array() Signed-off-by: Michael …
5:34 PM Ticket #3232 (Use texi2any instead of texi2html for documentation generation) updated by Timothy Gu
Status, Owner changed
3:30 PM Changeset in ffmpeg [d13a731f] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc_ps: Check abs_delta_rps Fixes integer overflow …
2:51 PM Changeset in ffmpeg [ba80b8d2] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc: check nb_cpb Signed-off-by: Michael Niedermayer …
1:27 PM Changeset in ffmpeg [7a4a5515] by Michael Niedermayer <michaelni@gmx.at>
hevc: use intreadwrite When dealing with MVs, both components may be …
12:55 PM Changeset in ffmpeg [8da1defe] by Michael Niedermayer <michaelni@gmx.at>
libavutil: document side effects of macros Signed-off-by: Michael …
12:20 PM Changeset in ffmpeg [5e55c7e1] by Michael Niedermayer <michaelni@gmx.at>
hevc: report more precise progress There's a lag of one CTB line for …
12:10 PM Changeset in ffmpeg [7bdbd265] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '1a583c0c60240adb8fa6620c6df33f1a0a0fe5d9' * commit …
11:56 AM Changeset in ffmpeg [77664736] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5dcc201505f71b1e73e9eef12ce89d4eed252ad0' * commit …
11:45 AM Changeset in ffmpeg [6da96a9f] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '85cabb8d002f2cd100ced5cc17d87bfc9460d314' * commit …
11:39 AM Changeset in ffmpeg [80acedae] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'd6e1d37100af568211f28ec0bcf7958a3a2a299e' * commit …
11:26 AM Changeset in ffmpeg [54cba3f5] by Michael Niedermayer <michaelni@gmx.at>
swscale/x86/hscale_fast_bilinear_simd: add inline asm guards Should …
9:38 AM Changeset in ffmpeg [1a583c0c] by Diego Biurrun <diego@biurrun.de>
fdct: Move ppc-specific declarations to a header in the ppc directory
9:33 AM Changeset in ffmpeg [5dcc2015] by Diego Biurrun <diego@biurrun.de>
simple_idct: Move x86-specific declarations to a header in the x86 …
9:25 AM Changeset in ffmpeg [85cabb8d] by Diego Biurrun <diego@biurrun.de>
fdct: Move x86-specific declarations to a header in the x86 directory
3:53 AM Changeset in ffmpeg [d5ee3580] by Michael Niedermayer <michaelni@gmx.at>
sws: move inline asm hscale to MMX_OBJS Found-by: jamrial …
3:36 AM Changeset in ffmpeg [6532a1a8] by Michael Niedermayer <michaelni@gmx.at>
sws/x86: split mmxext fast bilinear scaler out Signed-off-by: Michael …
3:36 AM Changeset in ffmpeg [e9f7c7ae] by Michael Niedermayer <michaelni@gmx.at>
sws: Move fast bilinear C code into seperate file Signed-off-by: …
3:36 AM Changeset in ffmpeg [76899be1] by Michael Niedermayer <michaelni@gmx.at>
swscale/swscale_internal: add needed version.h Signed-off-by: Michael …
3:17 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by Carl Eugen Hoyos
Keywords changed
Aren't you testing the h264 encoder in your command lines? Why don't …
2:47 AM Ticket #3780 (Malfunction the program with rtsp protocol) closed by Carl Eugen Hoyos
fixed: May be fixed in ee88a208 - please test FFmpeg current git head!
2:46 AM Ticket #3769 (-moov_size option causes MOV file structure to be corrupted) closed by Carl Eugen Hoyos
fixed: Should be fixed in 0e70266b - thank you for the report!
2:36 AM ArticlesForCreation edited by Michael Niedermayer
add suggestion to move project list to wiki (diff)
2:15 AM Changeset in ffmpeg [a86d527] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'e0a2e60c0a6cbcceef08e94af5081d2aa8e6a52f' * commit …
1:38 AM Changeset in ffmpeg [69c7aad4] by Michael Niedermayer <michaelni@gmx.at>
oss_audio: use a macro to simplify ioctl() error checking Also add a …
1:25 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
On advice of michaelni, using the scale option to set range and color …
12:18 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) updated by troy_s
Component changed
Tested yuv444p10be and yuv444p16be and the quantization issues still …
12:08 AM Ticket #3785 (SWSCALE: in_range, in_color_matrix, out_range, out_color_matrix incorrect) created by troy_s
Summary of the bug: Seems that swscale is still sadly mangling …

Jul 18, 2014:

10:11 PM Changeset in ffmpeg [e1e3ec9b] by Michael Niedermayer <michaelni@gmx.at>
hevc: fix transquant_bypass cherry picked from commit …
10:04 PM Changeset in ffmpeg [d6e1d371] by Diego Biurrun <diego@biurrun.de>
oss_audio: Split muxer and demuxer Signed-off-by: Diego Biurrun …
9:47 PM Changeset in ffmpeg [fdb20db6] by Michael Niedermayer <michaelni@gmx.at>
hevc/rext: put a warning log message instead of an error log message …
9:16 PM Ticket #3784 (ffprobe of plain WAV file fails with "Not a valid DCA frame") updated by Carl Eugen Hoyos
Priority, Keywords, Version, Status, Reproduced by developer changed
For future tickets: Please always test current FFmpeg git head before …
9:11 PM Changeset in ffmpeg [ee88a208] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Parse dri when receiving jpg via rtp. Based on a patch by contact at …
9:11 PM Changeset in ffmpeg [0e70266b] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Write valid free atom when -moov_size is specified. Fixes ticket #3769.
8:59 PM Changeset in ffmpeg [ffa0b510] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc: fix pict_type Signed-off-by: Michael Niedermayer …
8:48 PM testwav1-chopped.wav attached to Ticket #3784 by Leigh Dyer
8:48 PM Ticket #3784 (ffprobe of plain WAV file fails with "Not a valid DCA frame") created by Leigh Dyer
I have what should be a fairly plain WAV file -- it's 44.1khz, 16-bit, …
8:46 PM Changeset in ffmpeg [d249e68] by Michael Niedermayer <michaelni@gmx.at>
hevc/sao: optimze sao implementation - adding one extra pixel all …
8:45 PM Changeset in ffmpeg [2897447d] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '913fa85a2c1fcd71802f7decdef5f355e0d9c757' * commit …
8:33 PM Changeset in ffmpeg [097bf834] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9e0b29911f1f167381a7dbdfca68bf417b8c767b' * commit …
8:28 PM Changeset in ffmpeg [4b0fa45b] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b4edbe9a0eb48423fbf249b0ca7fb62838bdb7f5' * commit …
8:16 PM Changeset in ffmpeg [521f5697] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '8b0dd4942aac320d1ca3c40fa7ea1be342c71273' * commit …
8:04 PM Changeset in ffmpeg [e0a2e60c] by Diego Biurrun <diego@biurrun.de>
dct-test: Reuse enum idct_permutation_type instead of duplicating it
8:01 PM Changeset in ffmpeg [42d32635] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae' * commit …
7:48 PM Changeset in ffmpeg [f6ed5df] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c0de9159a7ba5707aa0a5c2bc73ae78b7b87ec46' * commit …
7:43 PM Changeset in ffmpeg [cff61d59] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '24af1aa0f70362a66cda04c9d7cd012e019f5572' * commit …
7:36 PM Changeset in ffmpeg [29119aff] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '746ad4e0df7faf93329804e412ec53c1d929a75b' * commit …
7:30 PM Changeset in ffmpeg [2dbda937] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'cb44b21da1f59923be577f08c267ec270529be97' * commit …
5:38 PM Changeset in ffmpeg [0f701310] by Michael Niedermayer <michaelni@gmx.at>
fate: Add test for wav Peak Envelope Chunk encoder (levl chunk). …
5:08 PM Ticket #3779 (speex "Unable to parse option value "(null)" as sample format") updated by Carl Eugen Hoyos
Replying to cehoyos: > Iirc this is a duplicate a a …
5:05 PM Changeset in ffmpeg [5dcd43cd] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix make checkheaders for libavcodec/proresdsp.h.
4:58 PM Changeset in ffmpeg [913fa85a] by Diego Biurrun <diego@biurrun.de>
dct-test: Skip indirection for MMX IDCT permutation
4:58 PM Changeset in ffmpeg [9e0b2991] by Diego Biurrun <diego@biurrun.de>
x86: dnxhdenc: Eliminate some unnecessary ifdefs
3:27 PM Changeset in ffmpeg [b4edbe9a] by Diego Biurrun <diego@biurrun.de>
libgsm: Split decoder and encoder Signed-off-by: Diego Biurrun …
2:51 PM Changeset in ffmpeg [8b0dd494] by Diego Biurrun <diego@biurrun.de>
idctdsp: prettyprinting cosmetics
2:51 PM Changeset in ffmpeg [b4987f72] by Diego Biurrun <diego@biurrun.de>
idct: Convert IDCT permutation #defines to an enum Also rename the …
2:43 PM Changeset in ffmpeg [c0de9159] by Diego Biurrun <diego@biurrun.de>
avdevice: Give names to anonymously typedeffed structs Anonymous …
2:29 PM Changeset in ffmpeg [24af1aa0] by Diego Biurrun <diego@biurrun.de>
fft: Convert FFT/MDCT permutation type #defines to enums
1:14 PM Changeset in ffmpeg [746ad4e0] by Diego Biurrun <diego@biurrun.de>
dct-test: Improve CPU flags struct member name
1:14 PM Changeset in ffmpeg [cb44b21d] by Diego Biurrun <diego@biurrun.de>
dct-test: Move cpu_flags variable out of global scope
12:24 PM Changeset in ffmpeg [cb8cb85d] by Michael Niedermayer <michaelni@gmx.at>
lavfi/drawtext: add alias "expr_int_format" to expansion function …
11:31 AM Changeset in ffmpeg [00357834] by Michael Niedermayer <michaelni@gmx.at>
smacker: remove dead code Signed-off-by: Timothy Gu …
11:17 AM Changeset in ffmpeg [d13effb0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '7e18a727d2c2a19f22fcf68875d1b05fd2eafcef' * commit …
10:44 AM Changeset in ffmpeg [cd4497d8] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'fe67f3fbb5f9f6a6b60f837f6bc5e087ac11f3bf' * commit …
10:31 AM Ticket #3783 (ffmpeg should init decoders before filters) created by Cigaes
[…] […] Notice this particular line: […] This happens …
8:17 AM Changeset in ffmpeg [7e18a727] by Martin Storsjö <martin@martin.st>
arm: cosmetics: Consistently use lowercase for shift operators …
8:17 AM Changeset in ffmpeg [fe67f3fb] by Martin Storsjö <martin@martin.st>
arm: cosmetics: Fix a misaligned asm operand Signed-off-by: Martin …
8:05 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) updated by Carl Eugen Hoyos
Component changed
Please test current FFmpeg git head and provide your failing command …
8:04 AM Ticket #3780 (Malfunction the program with rtsp protocol) updated by Carl Eugen Hoyos
Please send your patch against current FFmpeg git head made with …
8:02 AM Ticket #3782 (Codec problem) updated by Carl Eugen Hoyos
Component changed
Please test current FFmpeg git head and provide your failing command …
5:54 AM Ticket #3782 (Codec problem) created by iRidium_mobile
Summary of the bug: When using ffmpeg versions 2.1.1 and 2.2 I came …
5:51 AM Ticket #3781 (Malfunction of the program with rtsp protocol.) created by iRidium_mobile
Summary of the bug: When using ffmpeg versions 2.1.1 and 2.2 I came …
5:49 AM rtpdec_jpeg.c attached to Ticket #3780 by iRidium_mobile
correction of the problem
5:48 AM Ticket #3780 (Malfunction the program with rtsp protocol) created by iRidium_mobile
Summary of the bug: When using ffmpeg versions 2.1.1 and 2.2 I came …
3:15 AM Changeset in ffmpeg [277e5ca6] by Michael Niedermayer <michaelni@gmx.at>
alpha/me_cmp: move code out of dsputil Signed-off-by: James Almer …
3:15 AM Changeset in ffmpeg [95a2d705] by Michael Niedermayer <michaelni@gmx.at>
alpha/idctdsp: move disabled cruft out of dsputil Signed-off-by: …
3:12 AM Ticket #3779 (speex "Unable to parse option value "(null)" as sample format") updated by ghazel
Recompiling with --with-speex (I used homebrew, so it was "brew …
2:57 AM Changeset in ffmpeg [d5ba19e6] by Michael Niedermayer <michaelni@gmx.at>
avcodec/a64multienc use av_freep() Signed-off-by: Michael Niedermayer …
2:56 AM Changeset in ffmpeg [cd3c85ac] by Michael Niedermayer <michaelni@gmx.at>
a64multienc: remove dead assignment Signed-off-by: Timothy Gu …
2:44 AM Changeset in ffmpeg [b64808e9] by Michael Niedermayer <michaelni@gmx.at>
kerndeint: remove dead assignments Signed-off-by: Timothy Gu …
2:27 AM Ticket #3779 (speex "Unable to parse option value "(null)" as sample format") updated by Carl Eugen Hoyos
I believe that you are only missing --enable-libspeex. Iirc this …
1:44 AM Changeset in ffmpeg [c67cf846] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5a272190a04666f0fe41be767396b30712638c21' * commit …
1:14 AM Changeset in ffmpeg [7809c260] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5edad2c4a1f46bcc56be755af86ab355c2f1b37f' * commit …
1:12 AM Changeset in ffmpeg [c27adb37] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '87552d54d3337c3241e8a9e1a05df16eaa821496' * commit …
1:05 AM Ticket #3779 (speex "Unable to parse option value "(null)" as sample format") updated by ghazel
Ah. It seems to guess and use libmp3lame anyway, but I'll start using …
12:57 AM Ticket #3779 (speex "Unable to parse option value "(null)" as sample format") updated by Timothy Gu
Version changed
You should use -acodec libmp3lame because we don't have an encoder …
12:43 AM Ticket #3779 (speex "Unable to parse option value "(null)" as sample format") created by ghazel
Summary of the bug: FLV with speex audio fails to transcode to MKV …
12:33 AM Changeset in ffmpeg [4c735ee0] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '5c22e8e4ad0852d61d5c4ba8d67d33fd72339497' * commit …
12:23 AM Ticket #3769 (-moov_size option causes MOV file structure to be corrupted) updated by rling
It's my very simple in-house tool. My tool correctly parses …

Jul 17, 2014:

10:48 PM Changeset in ffmpeg [c527c14d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/dvenc: clear all dsp contexts Signed-off-by: Michael …
10:34 PM Changeset in ffmpeg [5a272190] by Martin Storsjö <martin@martin.st>
armv6: Accelerate butterflies_float I benchmarked the result by …
10:34 PM Changeset in ffmpeg [5edad2c4] by Martin Storsjö <martin@martin.st>
armv6: Accelerate vector_fmul_window I benchmarked the result by …
10:34 PM Changeset in ffmpeg [87552d54] by Martin Storsjö <martin@martin.st>
armv6: Accelerate ff_fft_calc for general case (nbits != 4) The …
10:34 PM Changeset in ffmpeg [5c22e8e4] by Martin Storsjö <martin@martin.st>
armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6) The …
9:59 PM Changeset in ffmpeg [162cffca] by Michael Niedermayer <michaelni@gmx.at>
avcodec/me_cmp: restore author attribution and copyrights These where …
9:27 PM Changeset in ffmpeg [3a2d1465] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2d60444331fca1910510038dd3817bea885c2367' * commit …
9:11 PM patchrtmpproto.diff attached to Ticket #3778 by Carl Eugen Hoyos
9:03 PM Ticket #3778 (RTMPProto Overflow Interger (bytes_read) Bug) updated by Carl Eugen Hoyos
Priority changed
9:03 PM Ticket #3778 (RTMPProto Overflow Interger (bytes_read) Bug) updated by Carl Eugen Hoyos
Keywords changed
Please either test attached patch or explain how the issue can be …
8:31 PM Ticket #3778 (RTMPProto Overflow Interger (bytes_read) Bug) created by Raul Barajas
Summary of the bug: There is a bug in rtmpproto.c inside get_packet. …
8:20 PM Changeset in ffmpeg [6be71e99] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a578b0407dc983aecd72028e1127062689b67089' * commit …
8:07 PM Changeset in ffmpeg [d6676a16] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'c23ce454b3e33634a188d6facfd2b7182af5af93' * commit …
6:47 PM Ticket #2516 (pgssub produce warnings and are blinking) updated by Carl Eugen Hoyos
Replying to JohnAStebbins: > Has anyone confirmed that …
6:41 PM Ticket #2516 (pgssub produce warnings and are blinking) updated by Carl Eugen Hoyos
Priority changed
The ffplay issue was fixed by Michael in e5eff191 The issue is still …
6:24 PM Ticket #2516 (pgssub produce warnings and are blinking) updated by JohnAStebbins
Has anyone confirmed that kagero_cut.ts has a *valid* PGS stream. I …
4:28 PM Changeset in ffmpeg [8e297686] by Nicolas George <george@nsup.org>
lavd/x11grab: reindent after last commit.
4:12 PM Changeset in ffmpeg [099aff5c] by Nicolas George <george@nsup.org>
lavfi: check refcount before merging. When merging the formats around …
4:12 PM Changeset in ffmpeg [1d12df1a] by Nicolas George <george@nsup.org>
lavd/x11grab: add an option to disable MIT-SHM. With remote displays …
4:11 PM Changeset in ffmpeg [16c67954] by Nicolas George <george@nsup.org>
lavd/x11grab: check 32-bits color masks. The X11 servers by VNC, at …
4:11 PM Changeset in ffmpeg [36fbe3c7] by Nicolas George <george@nsup.org>
lavd/x11grab: change error code for unsupported visuals.
4:11 PM Changeset in ffmpeg [a65c0a3] by Nicolas George <george@nsup.org>
lavd/x11grab: disable drawing mouse without XFixes. Fix a segfault if …
4:07 PM Changeset in ffmpeg [2d604443] by Diego Biurrun <diego@biurrun.de>
dsputil: Split motion estimation compare bits off into their own context
4:06 PM Ticket #3776 (Decoding bug when playing some MPEG-4 ALS streams) updated by muken
The libavcodec's ALS decoder has the frame counter (frame_id) to omit …
4:00 PM Changeset in ffmpeg [dca22ab0] by Michael Niedermayer <michaelni@gmx.at>
avcodec/resample: Use av_m/realloc_array() Signed-off-by: Michael …
4:00 PM Changeset in ffmpeg [ad516dd2] by Michael Niedermayer <michaelni@gmx.at>
avcodec/resample2: Use av_malloc(z)_array() Signed-off-by: Michael …
4:00 PM Changeset in ffmpeg [f46e876] by Michael Niedermayer <michaelni@gmx.at>
ffserver: use av_mallocz_array() Signed-off-by: Michael Niedermayer …
3:33 PM Ticket #3776 (Decoding bug when playing some MPEG-4 ALS streams) updated by olderz
I forgot to say that the buzz bug occurs only skipping during …
3:13 PM Ticket #3724 (Computed HLS duration is sometimes incorrect with short segment durations) closed by Stefano Sabatini
fixed: Should be fixed now in commit: […]
2:51 PM Changeset in ffmpeg [526bd7bd] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: set segment end time when the first packet arrives …
2:51 PM Changeset in ffmpeg [3d38c990] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: fix weird indent
2:51 PM Changeset in ffmpeg [b6a8c524] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: show incoming packet duration in debug message
2:51 PM Changeset in ffmpeg [5acad500] by Stefano Sabatini <stefasab@gmail.com>
lavf/segment: only use reference frames for computing the segment end …
2:47 PM Changeset in ffmpeg [a578b040] by Martin Storsjö <martin@martin.st>
configure: Assume runtime cpu detection on arm on --target-os=android …
2:30 PM Ticket #2254 (Unsupported h264 file) updated by Carl Eugen Hoyos
The sample is damaged as far as I can tell (as said I originally …
2:22 PM mp4alsrm23[bad].mp4 attached to Ticket #3776 by olderz
2:22 PM mp4alsrm22[works].mp4 attached to Ticket #3776 by olderz
2:20 PM buzz.mp4 attached to Ticket #3776 by olderz
2:15 PM Ticket #3776 (Decoding bug when playing some MPEG-4 ALS streams) updated by Carl Eugen Hoyos
Keywords, Status, Component, Reproduced by developer changed
Samples uploaded to …
2:08 PM Ticket #2340 (A/V desync with dv sample) closed by Carl Eugen Hoyos
fixed: Fixed by Michael in 88f038ac
2:07 PM Ticket #2341 (No audio in damaged dv stream) closed by Carl Eugen Hoyos
fixed: Fixed by Michael in 88f038ac
2:00 PM Changeset in ffmpeg [eb1e5cf8] by Michael Niedermayer <michaelni@gmx.at>
avformat/dv: implement fallback in dv_extract_pack() Fixes Ticket2340 …
2:00 PM Changeset in ffmpeg [84642ec8] by Michael Niedermayer <michaelni@gmx.at>
avformat/dv: implement fallback in dv_extract_pack() Fixes Ticket2340 …
1:29 PM Ticket #3776 (Decoding bug when playing some MPEG-4 ALS streams) updated by Thilo Borgmann
We are still interested in ALS :) Please produce a small sample …
1:29 PM Changeset in ffmpeg [88f038ac] by Michael Niedermayer <michaelni@gmx.at>
avformat/dv: implement fallback in dv_extract_pack() Fixes Ticket2340 …
1:22 PM Ticket #3776 (Decoding bug when playing some MPEG-4 ALS streams) updated by olderz
Replying to cehoyos: > Replying to olderz: > …
1:09 PM Ticket #3773 (regression: h264_mp4toannexb crashes) updated by Carl Eugen Hoyos
Replying to vi: > --enable-demuxer=h264 …
1:06 PM 114.mp3 attached to Ticket #3777 by Carl Eugen Hoyos
1:05 PM Ticket #3777 (Wrong duration for mp3 file) created by Carl Eugen Hoyos
http://thread.gmane.org/gmane.comp.video.ffmpeg.user/52966 A user …
12:50 PM Ticket #3773 (regression: h264_mp4toannexb crashes) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
12:48 PM Ticket #3776 (Decoding bug when playing some MPEG-4 ALS streams) updated by Carl Eugen Hoyos
Replying to olderz: > (since RM23 version produces …
12:34 PM Ticket #3776 (Decoding bug when playing some MPEG-4 ALS streams) created by olderz
When I play some mp4/als streams with ffplay (and others players based …
12:29 PM Ticket #3773 (regression: h264_mp4toannexb crashes) updated by vi
Keywords changed
[…]
12:28 PM sample.mp4 attached to Ticket #3773 by vi
Short input video sample
12:20 PM Changeset in ffmpeg [e5cb7795] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '324ff59444ff5470bb325ff1e2be7c4b054fc944' * commit …
12:00 PM Changeset in ffmpeg [5fce29ef] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '2db953f84671997e936f91140ffb5143c1537844' * commit …
11:50 AM Changeset in ffmpeg [b884599] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'a11ef610eec5241e226efbd1c5bb5eb45c88d2c2' * commit …
11:44 AM Ticket #3299 (Add the possibility to fade in / fade out text with drawtext) closed by Stefano Sabatini
fixed: This is possible since commit: […] You need to set an expression …
11:42 AM Ticket #3699 (Ability to use expressions using Drawtext to offset frame number ...) closed by Stefano Sabatini
fixed: It is something like text='%{eif\:n+OFFSET}' Since commit: […]
10:44 AM Changeset in ffmpeg [3babbf3b] by Stefano Sabatini <stefasab@gmail.com>
doc/filters/drawtext: simplify example, use clip() eval function
10:42 AM Changeset in ffmpeg [e9ff5df0] by Stefano Sabatini <stefasab@gmail.com>
lavfi/drawtext: add fontcolor_expr option Allow to dynamically …
10:37 AM Ticket #3775 (Invalid read when transcoding 1x1 PNG) updated by pszemus
After some testing: occurs only with PNG & GIF input images with width …
10:32 AM Changeset in ffmpeg [c23ce454] by Diego Biurrun <diego@biurrun.de>
x86: dsputil: Coalesce all init files This makes the init files match …
10:18 AM Changeset in ffmpeg [324ff594] by Diego Biurrun <diego@biurrun.de>
avpacket: Check for and return errors in ff_interleave_add_packet() …
10:06 AM Ticket #3775 (Invalid read when transcoding 1x1 PNG) updated by pszemus
Same occurs with 3x3 GIF input image: …
10:05 AM Changeset in ffmpeg [2db953f8] by Diego Biurrun <diego@biurrun.de>
h264: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
9:29 AM Changeset in ffmpeg [dec87454] by Stefano Sabatini <stefasab@gmail.com>
lavfi/drawtext: add expansion function eif() It evaluates expression …
9:29 AM Changeset in ffmpeg [f3e886c7] by Stefano Sabatini <stefasab@gmail.com>
lavu/eval: add clip function
9:18 AM bg_80black.png attached to Ticket #3775 by Carl Eugen Hoyos
9:18 AM Ticket #3775 (Invalid read when transcoding 1x1 PNG) updated by Carl Eugen Hoyos
Keywords, Status, Component, Reproduced by developer changed
[…]
9:10 AM Ticket #3775 (Invalid read when transcoding 1x1 PNG) created by pszemus
Summary of the bug: I'm trying to transcode and rescale an 1x1 PNG …
8:52 AM Ticket #3774 (Missing library version information on website) updated by Carl Eugen Hoyos
Did you consider to send a patch yourself?
8:51 AM Ticket #3772 (Transcoding fails due to non monotonically increasing dts to muxer ...) closed by Carl Eugen Hoyos
invalid: Please reopen this ticket if you can reproduce the issue with current …
8:02 AM Ticket #3772 (Transcoding fails due to non monotonically increasing dts to muxer ...) updated by muhammet
I couldn't reproduce the problem on the current FFmpeg git head. Maybe …
6:55 AM Ticket #3774 (Missing library version information on website) updated by projectsymphony
Ok so could you mention it? It would make life easier when hunting …
6:49 AM Ticket #3774 (Missing library version information on website) updated by Carl Eugen Hoyos
It is provided for compatibility reasons and cannot be removed.
6:42 AM Ticket #3774 (Missing library version information on website) updated by projectsymphony
Sorry but I don't understand, if it is not maintained it should be …
6:25 AM Ticket #3774 (Missing library version information on website) updated by Carl Eugen Hoyos
Priority, Type, Component changed
Please understand that there is nothing unstable about current FFmpeg …
4:21 AM Changeset in ffmpeg [7cd6d61] by Michael Niedermayer <michaelni@gmx.at>
avutil/opt: try to fix the case where src==dst in av_opt_copy() …
2:58 AM Ticket #3774 (Missing library version information on website) created by projectsymphony
Hi, In the download page where stable versions are listed, there is a …
12:35 AM Changeset in ffmpeg [fa6716c6] by Michael Niedermayer <michaelni@gmx.at>
libavformat/segment: change segment_list_size behavior to match …

Jul 16, 2014:

10:09 PM Ticket #2343 (Stream is blocked by 20 seconds or more when reading an mjpeg stream ...) updated by Michael Niedermayer
can you post the mjpeg stream dumped with tools/aviocat i dont think …
9:32 PM Ticket #2254 (Unsupported h264 file) updated by Michael Niedermayer
15 month have passed, has anyone found anything that can play this …
9:00 PM Ticket #2280 (establish versioning with framemd5 and framecrc outputs) closed by Michael Niedermayer
fixed: version command line option added in …
8:58 PM Changeset in ffmpeg [37a0ac1d] by Michael Niedermayer <michaelni@gmx.at>
avformat: Micro bump for "md5enc: add format_version, to allow …
8:50 PM Changeset in ffmpeg [7da2592f] by Michael Niedermayer <michaelni@gmx.at>
avformat/md5enc: add format_version, to allow selecting which version …
7:52 PM Ticket #3773 (regression: h264_mp4toannexb crashes) updated by Carl Eugen Hoyos
Component changed
Please provide an input sample that allows to reproduce the issue and …
7:38 PM Changeset in ffmpeg [57641410] by Michael Niedermayer <michaelni@gmx.at>
armv6: Accelerate butterflies_float I benchmarked the result by …
7:37 PM Changeset in ffmpeg [649c6661] by Michael Niedermayer <michaelni@gmx.at>
armv6: Accelerate vector_fmul_window I benchmarked the result by …
7:26 PM Changeset in ffmpeg [a11ef610] by Diego Biurrun <diego@biurrun.de>
h264: Remove some commented-out, broken cruft
7:24 PM Changeset in ffmpeg [a3f752bc] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snow: remove unused variables Signed-off-by: Michael …
6:55 PM Changeset in ffmpeg [1b034483] by Michael Niedermayer <michaelni@gmx.at>
aaccoder: remove unused assignment Signed-off-by: Timothy Gu …
6:09 PM Changeset in ffmpeg [21dfabfa] by Michael Niedermayer <michaelni@gmx.at>
Merge commit 'adff0a8166345bb9513f0f658043fb6387e90122' * commit …
4:26 PM Ticket #3772 (Transcoding fails due to non monotonically increasing dts to muxer ...) updated by Carl Eugen Hoyos
Can you reproduce the problem with version 2.3 or current FFmpeg git head?
4:01 PM Ticket #3773 (regression: h264_mp4toannexb crashes) created by vi
How to reproduce: […] Starting from commit …
3:56 PM ffmpeg-20140716-175201.log attached to Ticket #3772 by muhammet
Transcoding with tee and using ffmpeg compiled by me.
3:52 PM ffmpeg-20140716-173232.log attached to Ticket #3772 by muhammet
Transcoding with tee and using a static build.
3:51 PM Ticket #3772 (Transcoding fails due to non monotonically increasing dts to muxer ...) created by muhammet
Summary of the bug: A wmv file will be transcoded to mp4 and hls using …
2:39 PM Ticket #3741 (Using AVStream.codec.time_base as a timebase hint to the muxer is ...) updated by Christian Ebert
I still see it with -f segment. Is that to be expected?
1:18 PM Changeset in ffmpeg [adff0a81] by Diego Biurrun <diego@biurrun.de>
arm: dsputil: Coalesce all init files
12:38 PM Changeset in ffmpeg [9bc0410e] by Michael Niedermayer <michaelni@gmx.at>
vp9: remove unused assignment Signed-off-by: Timothy Gu …
12:27 PM Changeset in ffmpeg [ea6178ff] by Michael Niedermayer <michaelni@gmx.at>
get_bits: remove unused assignment Signed-off-by: Timothy Gu …
11:47 AM Ticket #3769 (-moov_size option causes MOV file structure to be corrupted) updated by Carl Eugen Hoyos
Version changed
Which tool cannot parse the output file with the incorrect free atom?
11:15 AM Ticket #3771 (Errors shown when decoding interplay video) created by Carl Eugen Hoyos
Many errors are shown when decoding the fate-sample for interplay …
10:41 AM Ticket #3769 (-moov_size option causes MOV file structure to be corrupted) updated by rling
Sorry, I don't have a checkout and am too time poor to contribute. …
10:09 AM Ticket #3768 (dvbsub to overlay get corrupt output) updated by Carl Eugen Hoyos
Status, Reproduced by developer, Component, Priority, Version, Keywords changed
Regression since 7e6cf364
9:55 AM Ticket #3440 (vp8: a/v desync on seek with -auto-alt-ref 1) updated by Carl Eugen Hoyos
Replying to michael: > i tried to encode 2 files one with …
6:27 AM Ticket #3769 (-moov_size option causes MOV file structure to be corrupted) updated by Carl Eugen Hoyos
Keywords, Component changed
Are you planning to send a patch created with git format-patch
2:57 AM Changeset in ffmpeg [aa1d096d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snow: only allocate space for edges when encoding …
2:20 AM Changeset in ffmpeg [8156e036] by Michael Niedermayer <michaelni@gmx.at>
avcodec/snowdec: remove mpegvideoencdsp dependency Signed-off-by: …
1:53 AM Changeset in ffmpeg [b67a0e99] by Michael Niedermayer <michaelni@gmx.at>
diracdec: don't call ff_emulated_edge_mc_8 directly Use the videodsp …
1:40 AM Changeset in ffmpeg [f00bb086] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '14b4e64eabc84c5a5e57c8ccc56bbeb95380823b' * commit …
12:42 AM Changeset in ffmpeg [bef4d9b]n2.3 by Michael Niedermayer <michaelni@gmx.at>
RELEASE_NOTES: update Signed-off-by: Timothy Gu …
12:10 AM Changeset in ffmpeg [68fd80ee] by Vittorio Giovara <vittorio.giovara@gmail.com>
g2meet: allow size changes within original sizes
12:09 AM Changeset in ffmpeg [bc4f6ae8] by Michael Niedermayer <michaelni@gmx.at>
Changelog: change "version <next>" to "version 2.3" Found-by: …
12:09 AM Changeset in ffmpeg [faafd1e4] by Michael Niedermayer <michaelni@gmx.at>
Changelog: change "version <next>" to "version 2.3" Found-by: …
12:08 AM Changeset in ffmpeg [14b4e64e] by Vittorio Giovara <vittorio.giovara@gmail.com>
g2meet: allow size changes within original sizes
12:07 AM Changeset in ffmpeg [2678b250] by Michael Niedermayer <michaelni@gmx.at>
doc/APIchanges: update Signed-off-by: Michael Niedermayer …
12:06 AM Changeset in ffmpeg [13a72d9b]n2.4-dev by Michael Niedermayer <michaelni@gmx.at>
doc/APIchanges: update Signed-off-by: Michael Niedermayer …
12:01 AM Changeset in ffmpeg [e3224960] by Michael Niedermayer <michaelni@gmx.at>
RELEASE_NOTES: update version numbers Signed-off-by: Michael …

Jul 15, 2014:

11:45 PM Changeset in ffmpeg [7fa72ff1] by Michael Niedermayer <michaelni@gmx.at>
update for FFmpeg 2.3 Signed-off-by: Michael Niedermayer …
11:34 PM Changeset in ffmpeg [cf92cc87] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc: clear HEVClcList[i] on allocation Fixes fate failure …
10:40 PM Changeset in ffmpeg [a0b71e9f] by Michael Niedermayer <michaelni@gmx.at>
avfilter/drawtext: Add basic text shaping using libfribidi Fixes …
10:40 PM Changeset in ffmpeg [04980dbe] by Michael Niedermayer <michaelni@gmx.at>
avdevice/avfoundation: kCVPixelFormatType_OneComponent8 only exists …
10:11 PM Changeset in ffmpeg [ad24256e] by Michael Niedermayer <michaelni@gmx.at>
diracdec: remove unused dsputil context Signed-off-by: James Almer …
10:06 PM Changeset in ffmpeg [e240d01c] by Michael Niedermayer <michaelni@gmx.at>
avformat/matroskadec: fix declaration after statement Signed-off-by: …
9:58 PM Changeset in ffmpeg [3e73d142] by Michael Niedermayer <michaelni@gmx.at>
lavf: Add WebM DASH Manifest Muxer This patch adds the ability to …
9:56 PM ArticlesForCreation edited by Timothy Gu
(diff)
9:56 PM Changeset in ffmpeg [5a206569] by Michael Niedermayer <michaelni@gmx.at>
lavf/matroska: Add functions for WebM DASH Manifest Add functions and …
9:53 PM Encode/YouTube edited by Jeff
Oops...small ommission in the sample command lines… (diff)
9:37 PM Changeset in ffmpeg [895e92ec] by Michael Niedermayer <michaelni@gmx.at>
Blackframe video filter now sets metadata accordingly. the …
9:19 PM Ticket #3622 (Second audio track in mov sometimes marked as default) updated by Michael Niedermayer
Replying to cehoyos: > The issue is still reproducible …
9:10 PM Ticket #3458 (hevc: crash with max_alloc and threads 5) closed by Michael Niedermayer
fixed: Fixed in 880dbe43ca71982ecdfe1c73446137d6b2fd24d5
8:19 PM Changeset in ffmpeg [b7638af] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc: treat current_sps like sps_list This simplifies the …
8:19 PM Changeset in ffmpeg [0bb71a85] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc_ps: prevent stale pointer in malloc failure case …
8:16 PM Changeset in ffmpeg [5302fa52] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc_ps: do not loose all reference to pointers still in use …
7:49 PM Changeset in ffmpeg [880dbe43] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc: treat current_sps like sps_list This simplifies the …
7:49 PM Changeset in ffmpeg [0fc2045d] by Michael Niedermayer <michaelni@gmx.at>
avcodec/hevc_ps: prevent stale pointer in malloc failure case …
7:49 PM Changeset in ffmpeg [95144729] by Michael Niedermayer <michaelni@gmx.at>
avutil & avdevice: remove av_bprint_fd_contents() MSVC does not allow …
7:26 PM Changeset in ffmpeg [7a15c22c] by Clément Bœsch <u@pkh.me>
build: fix build with --disable-encoders draw_edges() should probably …
7:07 PM Ticket #3770 (WardenCam violates LGPL/GPL) updated by rong2k
(correction: APK is too big to attach, use APK downloader, …
7:04 PM Ticket #3770 (WardenCam violates LGPL/GPL) created by rong2k
Android app WardenCam violates the FFMpeg licenses. Libraries in apk …
6:18 PM Changeset in ffmpeg [e10b62ab] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg_opt: remove intra_dc_precision, its handled by AVOptions …
5:56 PM Changeset in ffmpeg [5bda0467] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_enc: make edge for interlaced mpeg2 encoding smaller …
5:56 PM Changeset in ffmpeg [339d8fb] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_enc: check intra dc precission Signed-off-by: …
5:56 PM Changeset in ffmpeg [97f86cd9] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_enc: workaround applications specifying intra dc …
5:56 PM Changeset in ffmpeg [8a91cf85] by Michael Niedermayer <michaelni@gmx.at>
avcodec/options_table: add liberal limits to intra dc precission …
5:56 PM Changeset in ffmpeg [19e5114] by Michael Niedermayer <michaelni@gmx.at>
avcodec/mpegvideo_enc: return proper error instead of failing …
2:48 PM Ticket #3741 (Using AVStream.codec.time_base as a timebase hint to the muxer is ...) updated by bat999
Yes, it's fixed. Thanks. :-) @Xubuntu:~/ffmpeg-HEAD-01c17b5$ ./ffmpeg …
1:53 PM Ticket #3741 (Using AVStream.codec.time_base as a timebase hint to the muxer is ...) closed by Michael Niedermayer
fixed: Fixed in 01c17b5224ce0c9899a58f639ef6611fe626ef5f
1:51 PM Changeset in ffmpeg [01c17b52] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: Fix copying timebase to muxer context Fixes Ticket3741 …
1:03 PM Changeset in ffmpeg [7bf5084e] by Michael Niedermayer <michaelni@gmx.at>
doc/utils: add missing @c man end title Signed-off-by: Timothy Gu …
12:55 PM Ticket #3714 (Remuxing mpegts results in 5% bigger file size than original file) updated by Andy Furniss
Looking again at some different recordings and whole mux samples it …
12:14 PM Ticket #3769 (-moov_size option causes MOV file structure to be corrupted) updated by rling
Appears to be related to these lines near 4394-4402 of …
12:08 PM Changeset in ffmpeg [453f8eae] by Michael Niedermayer <michaelni@gmx.at>
hevc/rext: add support for Range extension tools SPS features/flags: …
12:05 PM Ticket #3769 (-moov_size option causes MOV file structure to be corrupted) created by rling
Summary of the bug: Using the -moov_size option causes a 'free' atom …
12:00 PM Ticket #3714 (Remuxing mpegts results in 5% bigger file size than original file) updated by Andy Furniss
You may find that the software that recorded the sample has heavily …
11:47 AM Changeset in ffmpeg [5a41999d] by Michael Niedermayer <michaelni@gmx.at>
hevc/rext: basic infrastructure for supporting range extension - …
11:37 AM Changeset in ffmpeg [250430bf] by Michael Niedermayer <michaelni@gmx.at>
hevc: separate residu and prediction (needed for Range Extension) …
11:31 AM Changeset in ffmpeg [255086a] by Michael Niedermayer <michaelni@gmx.at>
hevc: use local variable for split_cu_flag (cherry picked from commit …
11:25 AM Changeset in ffmpeg [f5beda3b] by Michael Niedermayer <michaelni@gmx.at>
hevc: move restore_tqb where it should be. (cherry picked from commit …
11:11 AM Changeset in ffmpeg [1241eb88] by Michael Niedermayer <michaelni@gmx.at>
hevc: simplify SAO computation, delay from one row its computation …
2:40 AM Ticket #3675 (Crash while trying to feed to ffserver) updated by Michael Niedermayer
Please provide complete information to reproduce the issue, …
1:08 AM Changeset in ffmpeg [d5953615] by Michael Niedermayer <michaelni@gmx.at>
RELEASE_NOTES: Mention Libav and add codename Signed-off-by: Timothy …
12:49 AM Ticket #3741 (Using AVStream.codec.time_base as a timebase hint to the muxer is ...) updated by Andrew
I will 3rd this one as having this problem and I am suspicious that it …
12:14 AM Changeset in ffmpeg [0edc7996]n2.2.5 by Michael Niedermayer <michaelni@gmx.at>
x86/scale: fix xmm register count for hscale*_sse2 xmm6 was being …
12:01 AM Changeset in ffmpeg [3cf61357] by Michael Niedermayer <michaelni@gmx.at>
Update for FFmpeg 2.2.5 Signed-off-by: Michael Niedermayer …
Note: See TracTimeline for information about the timeline view.