date | project | content | link |
|---|
| 00:39 today | ffmpeg | Commit by Michael Niedermayer on master :: r 4e04e1b81e ffmpeg/: ( link) Merge remote-tracking branch 'qatar/master'
- qatar/master: swscale: convert yuv2yuvX() to using named arguments. swscale: rename "dstw" to "w" to prevent name collisions. swscale: use named registers in yuv2yuv1_plane() place. lavf: fix aspect ratio mismatch message. avconv: set AVFormatContext.duration from '-t' cljr: implement encode2. cljr: set the properties of the coded_frame, not input frame. dnxhdenc: switch to encode2. bmpenc: switch to encode2(). Conflicts: libavcodec/bmpenc.c libavcodec/cljr.c libavformat/utils.c tests/ref/vsynth1/cljr tests/ref/vsynth2/cljr Merged-by: Michael Niedermayer <michaelni at gmx dot at>
| # |
| 20:37 yesterday | ffmpeg | Commit by Reimar Döffinger on master :: r f51a072160 ffmpeg/libavcodec/x86/ (6 files): ( link) | # |
| 14:47 yesterday | ffmpeg | Commit by Andrey Utkin on master :: r b66b58f7b0 ffmpeg/libavformat/utils.c: ( link) | # |
| 14:46 yesterday | ffmpeg | Commit by Andrey Utkin on master :: r e3cc617263 ffmpeg/libavformat/utils.c: ( link) | # |
| 13:09 yesterday | ffmpeg | Commit by Reimar Döffinger on master :: r 47e015e6f1 ffmpeg/libavformat/matroskadec.c: ( link) matroskadec: properly fall back to generic seek. In particular, detect when the index is obviously broken. This fixes the worst symptoms of trac issue #958 and makes sense to allow seeking in files without index. However it is possible that there still is an index parsing bug with that file. Signed-off-by: Reimar Döffinger < Reimar dot Doeffinger at gmx dot de> | # |
| 13:07 yesterday | ffmpeg | Commit by Reimar Döffinger on master :: r c18899d432 ffmpeg/libavformat/matroskadec.c: ( link) matroskadec: reset num_levels on seek. Otherwise when we run into levels beyond the max. allowed playback will be permanently broken. Signed-off-by: Reimar Döffinger < Reimar dot Doeffinger at gmx dot de> | # |
| 10:50 yesterday | ffmpeg | Commit by Reimar Döffinger on master :: r c15f3bd3db ffmpeg/ffmpeg.c: ( link) | # |
| 09:52 yesterday | ffmpeg | Commit by Reimar Döffinger on master :: r ff92549195 ffmpeg/libavformat/oggenc.c: ( link) Fix Theora-in-ogg keyframe handling. To make seeking work correctly, we must write a new granule for each keyframe. Unfortunately we currently have no regression tests due to no included Theora encoder. A test based on -vcodec copy from a Theora FATE sample should probably be added. Signed-off-by: Reimar Döffinger < Reimar dot Doeffinger at gmx dot de> | # |
| 02:46 yesterday | ffmpeg | Commit by Ronald S. Bultje on master :: r 8c433d8a03 ffmpeg/libswscale/x86/output.asm: ( link) swscale: rename "dstw" to "w" to prevent name collisions.
"dstw" can collide with the word-version of the "dst" argument, causing all kind of weird stuff down the pipe. | # |
| 01:51 yesterday | ffmpeg | Commit by Ronald S. Bultje on master :: r 3e23badd83 ffmpeg/libswscale/x86/output.asm: ( link) swscale: convert yuv2yuvX() to using named arguments. | # |
| 01:02 yesterday | ffmpeg | Commit by Ronald S. Bultje on master :: r ef66a0ed2e ffmpeg/libswscale/x86/output.asm: ( link) swscale: use named registers in yuv2yuv1_plane() place.
Most of the function had been converted before, but I forgot this particular location. | # |
| 19:39 Saturday | ffmpeg | Commit by Anton Khirnov on master :: r 3dffa1b46c ffmpeg/libavcodec/cljr.c: ( link) cljr: implement encode2. | # |
| 19:37 Saturday | ffmpeg | Commit by Anton Khirnov on master :: r 177bb4bf50 ffmpeg/ (3 files in 3 dirs): ( link) cljr: set the properties of the coded_frame, not input frame. | # |
| 19:14 Saturday | ffmpeg | Commit by Michael Niedermayer on master :: r 18a7f7465e ffmpeg/libavcodec/pthread.c: ( link) threads: Perform the generic progress cleanup more carefully. The cleanup is only done now when a picture is returned (assuming that it has to be done when its returned) a error is returned (assuming that there will be no further progress on the frame) the codec is not h264 (this is still needed due to some deadlocks in realvideo) This fixes a decoding regression with 00017.MTS Signed-off-by: Michael Niedermayer < michaelni at gmx dot at> | # |
| 19:13 Saturday | ffmpeg | Commit by Michael Niedermayer on master :: r 6be0960851 ffmpeg/libavcodec/pthread.c: ( link) threads: move state update after progress cleanup. This order is more logic and might prevent a race. Signed-off-by: Michael Niedermayer < michaelni at gmx dot at> | # |
| 19:11 Saturday | ffmpeg | Commit by Michael Niedermayer on master :: r f900d60178 ffmpeg/libavcodec/h264.c: ( link) h264: Mark previous field as done before throwing it away. This fixes some deadlock without the generic cleanup code. Signed-off-by: Michael Niedermayer < michaelni at gmx dot at> | # |
| 19:03 Saturday | ffmpeg | Commit by Anton Khirnov on master :: r 89829242a6 ffmpeg/libavcodec/dnxhdenc.c: ( link) dnxhdenc: switch to encode2. | # |
| 18:44 Saturday | ffmpeg | Commit by Anton Khirnov on master :: r 3f77c41171 ffmpeg/libavcodec/bmpenc.c: ( link) bmpenc: switch to encode2(). | # |
| 15:04 Saturday | ffmpeg | Commit by Reimar Döffinger on master :: r b223035511 ffmpeg/ (4 files in 3 dirs): ( link) | # |
| 14:49 on Feb 05 | ffmpeg | Commit by Andrey Utkin on master :: r c22e2ec9d1 ffmpeg/avconv.c: ( link) avconv: set AVFormatContext.duration from '-t' Set output files duration to recording_time option, if given. Rationale: to save duration into metadata for file that is written to non-seekable output, for formats like FLV (with metadata at beginning). Signed-off-by: Anton Khirnov < anton at khirnov dot net> | # |