Timeline



Jun 20, 2011:

11:34 PM Ticket #265 (MMX2 yuv420p10 → yuv444p scaler produces vertical undithered(?) lines ...) updated by Michael Niedermayer
Replying to michael: > maybe comparing the output from …
11:28 PM Ticket #292 (ffplay -f video4linux2 regression) updated by Stefano Sabatini
AFAIK the patch was fine and I used v4l2 so many times with no problem …
11:14 PM Ticket #180 (ffmpeg and ffserver different builds interraction) updated by Michael Niedermayer
If this can be reproduced with git master then please try to find out …
11:12 PM Ticket #292 (ffplay -f video4linux2 regression) created by Carl Eugen Hoyos
ffplay -f video4linux2 /dev/video0 does not work any more since …
10:56 PM Changeset in ffmpeg [e6c52cee] by Justin Ruggles <justin.ruggles@gmail.com>
Replace usages of av_get_bits_per_sample_fmt() with …
10:44 PM Ticket #291 (FFplay adds unnecessary black bars at the left and right side of the video) created by ami_stuff
FFplay adds unnecessary black bars at the left and right side of the …
10:41 PM Ticket #271 (regression with seeking in avi) reopened by exobuzz
10:40 PM Ticket #271 (regression with seeking in avi) updated by exobuzz
I see this bug is marked as fixed on git. I just rebuilt ffmpeg from …
10:36 PM Changeset in ffmpeg [c5ee7407] by Mans Rullgard <mans@mansr.com>
x86: cabac: fix register constraints for 32-bit mode Some operands …
10:21 PM Ticket #272 (altivec specific code segfaults on ppc when compiled with --enable-pic) closed by Michael Niedermayer
fixed: Patch applied i assume this fixes this ticket Thanks for the patch
10:14 PM Ticket #240 (ffmpeg crashes when forced to decode wma9.1 lossless 6ch with wmav2 decoder) updated by Carl Eugen Hoyos
Status, Version, Component, Reproduced by developer changed
[…]
9:55 PM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Michael Niedermayer
Replying to KSHawkEye: > I believe it is related to the …
9:53 PM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Michael Niedermayer
Replying to KSHawkEye: > It was introduced with commit …
9:51 PM Ticket #213 (aac codec regression) reopened by Carl Eugen Hoyos
Works fine for me on 32- and 64-bit Linux (Core 2 Duo).
9:41 PM Ticket #289 (Regression: mp3 duration estimated from bitrate wrong (bitrate guess wrong)) updated by Carl Eugen Hoyos
Status, Version, Reproduced by developer changed
I cannot reproduce any problems when re-muxing, but the original …
9:38 PM Ticket #279 (Remuxing aac in TS fails) updated by Michael Niedermayer
I tried with a random ts file and mpegts_write_header() is called
9:36 PM Changeset in ffmpeg [2143d69b] by Mans Rullgard <mans@mansr.com>
cabac: move x86 asm to libavcodec/x86/cabac.h Signed-off-by: Mans …
9:36 PM Changeset in ffmpeg [d075e7d5] by Mans Rullgard <mans@mansr.com>
x86: h264: cast pointers to intptr_t rather than int Only the …
9:36 PM Changeset in ffmpeg [3a4edb76] by Mans Rullgard <mans@mansr.com>
x86: h264: remove hardcoded edi in decode_significance_8x8_x86() …
9:36 PM Changeset in ffmpeg [b92c1a6d] by Mans Rullgard <mans@mansr.com>
x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86() …
9:36 PM Changeset in ffmpeg [3fc4e36c] by Mans Rullgard <mans@mansr.com>
x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86() …
9:36 PM Changeset in ffmpeg [e4b5a204] by Mans Rullgard <mans@mansr.com>
x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86() …
9:36 PM Changeset in ffmpeg [3146a30e] by Mans Rullgard <mans@mansr.com>
x86: cabac: change 'a' constraint to 'r' in get_cabac_inline() …
9:36 PM Changeset in ffmpeg [f743595e] by Mans Rullgard <mans@mansr.com>
x86: cabac: remove hardcoded esi in get_cabac_inline() Signed-off-by: …
9:36 PM Changeset in ffmpeg [da3af4d] by Mans Rullgard <mans@mansr.com>
x86: cabac: remove hardcoded edx in get_cabac_inline() Signed-off-by: …
9:36 PM Changeset in ffmpeg [51f16a9b] by Mans Rullgard <mans@mansr.com>
x86: cabac: remove unused macro parameter Signed-off-by: Mans …
9:36 PM Changeset in ffmpeg [018c3383] by Mans Rullgard <mans@mansr.com>
x86: cabac: remove hardcoded ebx in inline asm Signed-off-by: Mans …
9:36 PM Changeset in ffmpeg [6b712acc] by Mans Rullgard <mans@mansr.com>
x86: cabac: remove hardcoded struct offsets from inline asm …
9:36 PM Changeset in ffmpeg [34ee43fc] by Mans Rullgard <mans@mansr.com>
cabac: remove inline asm under #if 0 A comment says it's not faster …
9:36 PM Changeset in ffmpeg [8fcc0e79] by Mans Rullgard <mans@mansr.com>
cabac: remove BRANCHLESS_CABAC_DECODER switch The code does not …
9:36 PM Changeset in ffmpeg [eaa2d5a9] by Mans Rullgard <mans@mansr.com>
cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLED …
9:32 PM Ticket #290 (alpha channel not preserved when transcoding) created by matteosistisette
When transcoding an flv file which has an alpha channel into a video …
9:28 PM Changeset in ffmpeg [093768c9] by Michael Niedermayer <michaelni@gmx.at>
Fix bink audio playback outside of FFmpeg. There are 2 known Bink …
9:22 PM Ticket #286 (Transcoding wmav2 file leaves ffmpeg in infinite loop) updated by jdelstrother
I've emailed the user who created that file to try and get some more …
9:17 PM Ticket #288 (Theora encode bitrate bug.) updated by Carl Eugen Hoyos
Priority, Status changed
FFmpeg allows to mux theora into other containers (avi, mkv, nut): …
9:13 PM Ticket #286 (Transcoding wmav2 file leaves ffmpeg in infinite loop) updated by Carl Eugen Hoyos
Priority, Status, Component, Reproduced by developer, Summary changed
How was this file produced? Is it playable by any software? Not a …
9:06 PM Changeset in ffmpeg [dea22a1a] by Reinhard Tartler <siretart@tauware.de>
document libswscale bump
8:55 PM Ticket #213 (aac codec regression) updated by ami_stuff
Spam is gone, but the file still decodes incorrectly - I have tested …
8:18 PM Changeset in ffmpeg [20153fb8] by Reinhard Tartler <siretart@tauware.de>
error_resilience: skip last-MV predictor step if MVs are not …
8:18 PM Changeset in ffmpeg [d42aaa80] by Reinhard Tartler <siretart@tauware.de>
error_resilience: actually add counter when adding a MV predictor. …
8:17 PM Ticket #240 (ffmpeg crashes when forced to decode wma9.1 lossless 6ch with wmav2 decoder) updated by ami_stuff
This output comes from libav debug build (sorry, I have no debug …
8:11 PM Ticket #281 (Build Error AC3 Encoder Option) updated by Michael Niedermayer
enabling the ac3 encoder with both alternative implementations …
7:20 PM Ticket #272 (altivec specific code segfaults on ppc when compiled with --enable-pic) updated by Kim Nguyen
>what performance effect does this patch have? >it could slow things …
7:03 PM Changeset in ffmpeg [3a07f5a4] by Anton Khirnov <anton@khirnov.net>
qdm2: Fix alignment of local array. Fixes ticket270 Signed-off-by: …
6:54 PM Changeset in ffmpeg [5a0a6ae6] by Anton Khirnov <anton@khirnov.net>
ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX Fix …
6:54 PM Changeset in ffmpeg [702a62a1] by Anton Khirnov <anton@khirnov.net>
drawtext: add braces around initialisers for option defaults Fix …
6:54 PM Changeset in ffmpeg [53a715f5] by Anton Khirnov <anton@khirnov.net>
drawtext: reindent after the previous commit Signed-off-by: Anton …
6:54 PM Changeset in ffmpeg [3fd53def] by Anton Khirnov <anton@khirnov.net>
drawtext: fix strftime() text expansion The feature was dropped after …
6:37 PM Ticket #272 (altivec specific code segfaults on ppc when compiled with --enable-pic) updated by Michael Niedermayer
what performance effect does this patch have? it could slow things …
6:29 PM Ticket #240 (ffmpeg crashes when forced to decode wma9.1 lossless 6ch with wmav2 decoder) updated by Michael Niedermayer
If theres a crash, gdb output would be usefull
6:13 PM Changeset in ffmpeg [cfbaeb31] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: print warning if encoding would duplicate massive amounts of …
5:10 PM libav-recode.mp3 attached to Ticket #289 by hjr
libav-recode.mp3
5:10 PM libav-copy.mp3 attached to Ticket #289 by hjr
libav-copy.mp3
5:10 PM Ticket #289 (Regression: mp3 duration estimated from bitrate wrong (bitrate guess wrong)) created by hjr
Bitrate is analyzed wrong and mp3 duration is way off then. == Recent …
4:01 PM Changeset in ffmpeg [07935318] by Reinhard Tartler <siretart@tauware.de>
Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07b On …
2:24 PM Changeset in ffmpeg [ea6331f8] by Ronald S. Bultje <rsbultje@gmail.com>
h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).
1:19 PM libtheora.c.patch attached to Ticket #288 by igor
1:18 PM Ticket #288 (Theora encode bitrate bug.) created by igor
In ./libavcodec/libtheoraenc.c: […] It's wrong! Right way is: …
11:22 AM Changeset in ffmpeg [54dd50d1] by Michael Niedermayer <michaelni@gmx.at>
cmdutils: remove outcommented merge trash Signed-off-by: Michael …
10:49 AM Ticket #287 (unicode under windows) created by Anton Sergunov
It will be nice to make unicode wrapper for main() under win32. …
10:40 AM infinite_loop_wma9_truncated.aiff attached to Ticket #286 by jdelstrother
Truncated output file from the wma9 input
10:38 AM infinite_loop_wma9.mov attached to Ticket #286 by jdelstrother
WMA9 file that makes ffmpeg loop indefinitely
10:37 AM Ticket #286 (Transcoding wmav2 file leaves ffmpeg in infinite loop) created by jdelstrother
Hi, I have a mov-wrapped wma9 file that, if I try to transcode it to …
10:15 AM Ticket #254 (mpeg2video encoded in interlaced/field mode decodes incorrectly (demuxer)) updated by Carl Eugen Hoyos
Component changed
My last comment was wrong, it still works fine with mplayer -vc …
8:41 AM Ticket #213 (aac codec regression) closed by Carl Eugen Hoyos
worksforme: The console shows no spam and the output plays fine. Please re-open if …
8:38 AM Ticket #126 (h263 seeking / decoding problem) updated by Carl Eugen Hoyos
Summary changed
After seeking, mplayer -demuxer lavf -vc ffh263 shows some artefacts …
4:11 AM Ticket #231 (ffplay freezes with date -s in linux) updated by sahandeva
Replying to michael: > Do we want to do thread locking in …
2:07 AM Changeset in ffmpeg [56e11d23] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: Drop …
1:15 AM Changeset in ffmpeg [ae88e9c] by Alex Converse <alex.converse@gmail.com>
mov: Fix empty edit detection.

Jun 19, 2011:

11:58 PM Changeset in ffmpeg [4aeb7769] by Michael Niedermayer <michaelni@gmx.at>
dump_metadata: Fix 0xd in metadata Fixed ticket245 Signed-off-by: …
11:58 PM Changeset in ffmpeg [867b1067] by Michael Niedermayer <michaelni@gmx.at>
Attempt to fix ticket266 Signed-off-by: Michael Niedermayer …
11:58 PM Changeset in ffmpeg [940a55cc] by Michael Niedermayer <michaelni@gmx.at>
eval: Fix 32bit unsigned parsing Fixes ticket264 Signed-off-by: …
11:58 PM Changeset in ffmpeg [a7e4342f] by Michael Niedermayer <michaelni@gmx.at>
avidec: consider non video to contain only keyframes when seeking. …
11:58 PM Changeset in ffmpeg [6c0f5172] by Michael Niedermayer <michaelni@gmx.at>
ffplay: dont drop frames by default when there is no audio stream …
11:57 PM Ticket #173 (ffplay jpeg2000 regression) closed by Michael Niedermayer
fixed: Seems fixed
11:33 PM Ticket #126 (h263 seeking / decoding problem) updated by Michael Niedermayer
This video does only conatin 1 keyframe the other "keyframes" arent …
10:43 PM Ticket #45 (FFplay do not respect resize alghoritm set in the sourcecode) updated by ami_stuff
> -vf scale=504:376:flags=2 can be used as a workaround ah, ok > …
9:53 PM Ticket #45 (FFplay do not respect resize alghoritm set in the sourcecode) updated by Michael Niedermayer
Replying to ami_stuff: > ok, there is an "-sws_flags" …
8:58 PM Changeset in ffmpeg [fd2c0a5d] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: add layout negotiation fields and helper functions.
8:58 PM Changeset in ffmpeg [527ca398] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: use int64_t lists in AVFilteFormats The list type was changed …
8:58 PM Changeset in ffmpeg [8f349b6] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: fix realloc size computation in avfilter_add_format() Replace …
8:58 PM Changeset in ffmpeg [c6e288a7] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: fix Makefile HEADERS Add a missing space between …
6:41 PM Changeset in ffmpeg [8d3d3436] by Mans Rullgard <mans@mansr.com>
Drop git- prefix from version labels Signed-off-by: Mans Rullgard …
6:34 PM Ticket #245 (bext display error for codingHistory with line breaks) closed by Michael Niedermayer
fixed: Fixed locally will be in the next push
5:54 PM Changeset in ffmpeg [8fab4007] by Reinhard Tartler <siretart@tauware.de>
Use the contents of RELEASE as version fallback instead of 'UNKNOWN' …
5:47 PM Changeset in ffmpeg [7b2d2190] by Mans Rullgard <mans@mansr.com>
path64/open64: filter out unsupported flags These flags are accepted …
5:45 PM Changeset in ffmpeg [72da9888] by Reinhard Tartler <siretart@tauware.de>
Add Release Notes
5:18 PM Changeset in ffmpeg [44f669e7] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: add vsink_buffer, and use it in ff* tools Also add the public …
5:13 PM Changeset in ffmpeg [e89ba76a] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
vsrc_color: use internal timebase Avoid timescale conversion, simplify.
5:13 PM Changeset in ffmpeg [141f0354] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
opt: do not crash in av_set_options_string() if opts == NULL Add …
5:06 PM Changeset in ffmpeg [15f03725] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: add negate filter This filter is a simple wrapper around the …
5:06 PM Changeset in ffmpeg [dd2793c8] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
lavfi: add LUT (LookUp Table) generic filters
4:55 PM Ticket #213 (aac codec regression) updated by Michael Niedermayer
I also cannot reproduce this. If someone can please find out which …
3:58 PM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) closed by Michael Niedermayer
fixed: Fixed locally
11:30 AM Ticket #254 (mpeg2video encoded in interlaced/field mode decodes incorrectly (demuxer)) updated by Michael Niedermayer
Replying to cehoyos: > Also fails now with mplayer …
11:14 AM Ticket #271 (regression with seeking in avi) closed by Michael Niedermayer
fixed: will be fixed with my next push
5:12 AM Changeset in ffmpeg [4b84d511] by Alex Converse <alex.converse@gmail.com>
sipr: Drop unused DSPContext
5:12 AM Changeset in ffmpeg [1e3d5eec] by Alex Converse <alex.converse@gmail.com>
sipr: include string.h for mem*()
5:12 AM Changeset in ffmpeg [cb372931] by Alex Converse <alex.converse@gmail.com>
sipr: Use memmove() to copy overlapped buffers.
5:11 AM Changeset in ffmpeg [0c17beba] by Alex Converse <alex.converse@gmail.com>
h264: drop some ugly casts
3:56 AM Ticket #141 (ffplay displays black screen with image) closed by Michael Niedermayer
fixed: Fixed locally
3:34 AM Ticket #148 (ffplay and ffmpeg hang-up for "invalid" streams (urls)) updated by Michael Niedermayer
Replying to cehoyos: > How do you know the OP tests on …
3:20 AM swscale-test-results.tar.xz attached to Ticket #265 by Martin Herkt
swscale-test results for linux, win32 and win32 without assembly …
3:16 AM Ticket #3 (Auto-detection of Sonic Foundry Soft Encode AC3 files with a 16-byte ...) updated by Michael Niedermayer
without looking at the file this sounds like a small demuxer should be …
3:12 AM Ticket #249 (Fix the filter remove-logo) updated by Michael Niedermayer
Owner changed
2:02 AM Changeset in ffmpeg [83f9bc8a] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
1:54 AM Changeset in ffmpeg [15b4f644] by Michael Niedermayer <michaelni@gmx.at>
swscale: fix mono input for width%8 Fixes ticket193 Signed-off-by: …
1:54 AM Changeset in ffmpeg [799a87d7] by Michael Niedermayer <michaelni@gmx.at>
avidec: Ignore unknown stream types Improves ticket131 …
1:54 AM Changeset in ffmpeg [a4233d1f] by Michael Niedermayer <michaelni@gmx.at>
h264: print actual slice number in "Too many slices" warning …
1:54 AM Changeset in ffmpeg [9291faeb] by Michael Niedermayer <michaelni@gmx.at>
jpegdec: include mjpb_skiptosod in debug output Signed-off-by: …
1:54 AM Changeset in ffmpeg [a09a3e82] by Michael Niedermayer <michaelni@gmx.at>
jpegdec: fix CJPG decoding. Fixes ticket133 Signed-off-by: Michael …
1:54 AM Changeset in ffmpeg [0aed4f81] by Michael Niedermayer <michaelni@gmx.at>
w32threads: with only 1 thread there cant be a active threading mode. …
1:54 AM Changeset in ffmpeg [035c13e3] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: warn if samples need to be converted in a lossy way for …
1:54 AM Changeset in ffmpeg [7ba26252] by Michael Niedermayer <michaelni@gmx.at>
flacenc: mark as lossless codec Signed-off-by: Michael Niedermayer …
1:54 AM Changeset in ffmpeg [34dc7aa] by Michael Niedermayer <michaelni@gmx.at>
libavcodec: add CODEC_CAP_LOSSLESS Signed-off-by: Michael Niedermayer …
1:45 AM Ticket #9 (libswscale MMX2 giving videos a pink lined overlay) updated by Michael Niedermayer
Is this still reproduceable? also it should be investigated why mmx2 …
1:34 AM Ticket #193 (black bar when converting monow for certain horizontal resolutions) closed by Michael Niedermayer
fixed: Fixed locally
1:26 AM Ticket #265 (MMX2 yuv420p10 → yuv444p scaler produces vertical undithered(?) lines ...) updated by Michael Niedermayer
maybe comparing the output from swscale-test between mingw and linux …
1:12 AM Ticket #274 (av_seek_frame fails on some files.) updated by Michael Niedermayer
Status, Owner, Component changed
If this still happens with current oldabi, please find out which …

Jun 18, 2011:

11:49 PM Ticket #131 (add support for (maybe broken) *.divx file) updated by Michael Niedermayer
Replying to ami_stuff: > It is acceptable to just ignore …
11:39 PM Ticket #12 (expand nut file format to encode 'bits_per_coded_sample') updated by Michael Niedermayer
This should be proposed on nut-devel
10:45 PM Ticket #273 (h264 video decoding aborts due to too low number of "slices") updated by karol
I'm new here, so please cut me some slack. Sorry if I'm reporting it …
10:20 PM Ticket #181 (ffmpeg win-all be able to capture from dshow) updated by Michael Niedermayer
Owner changed
Theres some dshow code in avdevice, i have no windows to test what it …
9:59 PM Ticket #133 (CJPG files have chroma problems) closed by Michael Niedermayer
fixed: Will be fixed with my next git push
9:51 PM Changeset in ffmpeg [dbafb0e0] by Ronald S. Bultje <rsbultje@gmail.com>
lavf: prevent crash in av_open_input_file() if ap == NULL. Needed for …
8:02 PM Ticket #175 (Strange increase of the size of dsputil.o) updated by Michael Niedermayer
Replying to xhpohanka: > Unfortunately this change make …
8:00 PM Ticket #284 (Mpg format can not be converted to any other format) closed by Michael Niedermayer
fixed: thanks, the patch will be included with my next push
7:56 PM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Kyle
After doing some more reading it might not be rawdec.o, it appears …
7:55 PM Ticket #210 (24bit flac encoding) updated by Michael Niedermayer
Ive added a better warning locally, will be in git with my next push
7:24 PM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Kyle
It was introduced with commit 2291e18e4891066bbcbcd1a4e468a59a40e9cb5c
6:19 PM Ticket #284 (Mpg format can not be converted to any other format) updated by yxmlines
Replying to michael: > Please try if the patch below fixes …
5:57 PM Ticket #266 (ARM: "size of array is negative" in mpegvideo_arm.c) updated by Andrew Fernandes
Okay - I've tracked it down. The "size of array '...' is …
5:53 PM Changeset in ffmpeg [bed31c7] by Reinhard Tartler <siretart@tauware.de>
more Changelog additions
5:32 PM Ticket #266 (ARM: "size of array is negative" in mpegvideo_arm.c) updated by Andrew Fernandes
Okay - it turns out that there are two errors here. First, it was …
5:18 PM Ticket #285 (RTSP h264 video stream always reports corrupted macroblock) updated by bovine
I still have the same problem with the latest ffmpeg and libh264 from …
3:42 PM Changeset in ffmpeg [84bd2b4] by Anton Khirnov <anton@khirnov.net>
lavf: add a forgotten NULL check in convert_format_parameters().
12:34 PM Changeset in ffmpeg [ed63f527] by Ronald S. Bultje <rsbultje@gmail.com>
Fix build if yasm is not available.
11:52 AM Changeset in ffmpeg [f188a1e0] by Ronald S. Bultje <rsbultje@gmail.com>
H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions. Mainly …
10:17 AM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Carl Eugen Hoyos
If you think this is a regression, perhaps you find the version …
9:36 AM Changeset in ffmpeg [bde80559] by Clément Bœsch <ubitux@gmail.com>
dcaenc: small quantization simplification.
9:02 AM Ticket #285 (RTSP h264 video stream always reports corrupted macroblock) updated by Carl Eugen Hoyos
Please test latest git head (the version you are using is ancient, …
8:12 AM Ticket #285 (RTSP h264 video stream always reports corrupted macroblock) created by bovine
I am trying to convert a RTSP h264 video stream from a "Geovision" IP …
7:36 AM Changeset in ffmpeg [47a8243c] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix -s documentation.
3:10 AM Changeset in ffmpeg [2905e3ff] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
1:39 AM Changeset in ffmpeg [44d1b408] by Michael Niedermayer <michaelni@gmx.at>
qdm2: Fix alignment of local array. Fixes ticket270 Signed-off-by: …
1:34 AM Ticket #273 (h264 video decoding aborts due to too low number of "slices") updated by Michael Niedermayer
Unless there are vissual artifacts/the decode output differs or a …
1:25 AM Ticket #266 (ARM: "size of array is negative" in mpegvideo_arm.c) updated by Michael Niedermayer
Maybe you could find out which revission exactly broke it with git …
12:47 AM Ticket #178 (ffserver segfault) updated by Michael Niedermayer
As the patch was applied, is this still reproduceable?
12:45 AM Ticket #270 (Crash decoding qdm2 on ia32) closed by Michael Niedermayer
fixed: should be fixed with my next git push
12:11 AM Ticket #231 (ffplay freezes with date -s in linux) updated by Michael Niedermayer
Do we want to do thread locking in av_gettime() ? if so that shouldnt …
12:09 AM Changeset in ffmpeg [0c6cf3fa] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
vsrc_color: set output pos values to -1 -1 is more correct than 0, as …
12:09 AM Changeset in ffmpeg [bb3a2b72] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
vsrc_color: add @file doxy Also remove outdated reference to color in …
12:08 AM Changeset in ffmpeg [8055433b] by Stefano Sabatini <stefano.sabatini-lala@poste.it>
graphparser: add missing NULL check in avfilter_graph_parse() Fix a …

Jun 17, 2011:

11:00 PM Ticket #88 (MPEG2 Transport Stream Demuxer - Incorrect PTS/DTS for Stream) updated by Michael Niedermayer
Replying to jlsantiago0: > These patches fix the problem. …
10:51 PM Ticket #284 (Mpg format can not be converted to any other format) updated by Michael Niedermayer
Please try if the patch below fixes it (and threads still work) thx […]
10:38 PM Ticket #42 (don't read stdin when running in a noninteractive shell) updated by Michael Niedermayer
Status, Owner changed
Now someone just needs to add checks for errors (like file not found) …
10:14 PM Ticket #157 (Specifying KEYINT (-g) has no effect) updated by Michael Niedermayer
Priority changed
oldabi has been updated and supports -x264opts, which support all x264 …
10:10 PM Ticket #224 (Improving support for IIDC cameras (libavdevice/libdc1394.c)) closed by Michael Niedermayer
fixed: These patches have been applied some time ago
6:10 PM Ticket #88 (MPEG2 Transport Stream Demuxer - Incorrect PTS/DTS for Stream) updated by Jose Santiago
These patches fix the problem. fix-no-b-v2.patch has already been …
4:25 PM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Kyle
I get the same error with --extra-cflags and --extra-ldflags instead …
9:02 AM Changeset in ffmpeg [369c68c4] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support DTS in mp4/mov.
8:56 AM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Carl Eugen Hoyos
Could you try to use --extra-cflags and --extra-ldflags instead of …
4:39 AM Changeset in ffmpeg [78440c00] by Anton Khirnov <anton@khirnov.net>
lavc: add opt_find to AVCodecContext class. Fixes encoder private …
4:36 AM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Kyle
1) I'm using the latest git, 4f643430f295a8376ca51f127a23b0f8ce92068b
4:35 AM config.log attached to Ticket #282 by Kyle
3:49 AM Changeset in ffmpeg [4f643430] by Michael Niedermayer <michaelni@gmx.at>
Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200' * commit …

Jun 16, 2011:

11:57 PM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Carl Eugen Hoyos
Please: 1) confirm that you are using latest git 2) confirm that you …
11:08 PM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Kyle
The problem is SDL/ffplay related. I narrowed it down and the issue …
9:32 PM Ticket #276 (FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom ...) closed by Carl Eugen Hoyos
fixed: I fixed the crash (thank you for the report and the analysis), I …
9:27 PM Ticket #283 (dvd-pal target does not force correct colorspace (with DVCPRO50)) closed by Carl Eugen Hoyos
fixed: Fixed by Michael.
9:21 PM Changeset in ffmpeg [d8ee7770] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Do not crash if SDL_SetVideoMode() fails.
9:20 PM Changeset in ffmpeg [d5708923] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Move do_exit() and stream_close() up.
9:18 PM Changeset in ffmpeg [5ad05dd5] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix documentation for -ar and -ac.
9:18 PM Changeset in ffmpeg [5fb67d80] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix compilation with old yasm.
9:06 PM Changeset in ffmpeg [f6e2af4f] by Michael Niedermayer <michaelni@gmx.at>
ffmpeg: Force 420 with target dvd and svcd. Fixes ticket283 …
6:51 PM Changeset in ffmpeg [3803af22] by Anton Khirnov <anton@khirnov.net>
h264: Complexify frame num gap shortening code By observation it did …
6:49 PM Changeset in ffmpeg [c98b928] by Anton Khirnov <anton@khirnov.net>
intreadwrite.h: fix AV_RL32/AV_RB32 signedness. The output type of …
6:24 PM Changeset in ffmpeg [aa15e687] by Anton Khirnov <anton@khirnov.net>
Fix decoding of mpegts streams with h264 video that does *NOT* have b …
6:24 PM Changeset in ffmpeg [7c44d71] by Anton Khirnov <anton@khirnov.net>
Add minor bumps and APIChanges entries for lavf private options.
6:24 PM Changeset in ffmpeg [55ba12e3] by Anton Khirnov <anton@khirnov.net>
ffmpeg: deprecate -vc and -tvstd They've been replaced by demuxer …
6:24 PM Changeset in ffmpeg [8035f429] by Anton Khirnov <anton@khirnov.net>
ffmpeg: use new avformat_open_* API.
6:24 PM Changeset in ffmpeg [50f2dfa] by Anton Khirnov <anton@khirnov.net>
ffserver: use new avformat_open_* API.
6:24 PM Changeset in ffmpeg [e0518705] by Anton Khirnov <anton@khirnov.net>
ffprobe: use new avformat_open_* API.
6:24 PM Changeset in ffmpeg [d0e142bb] by Anton Khirnov <anton@khirnov.net>
ffplay: use new avformat_open_* API.
6:24 PM Changeset in ffmpeg [9ba38229] by Anton Khirnov <anton@khirnov.net>
cmdutils: add opt_default2(). It stores options in a dictionary to be …
6:24 PM Changeset in ffmpeg [1b9b37b8] by Anton Khirnov <anton@khirnov.net>
dict: add AV_DICT_APPEND flag.
6:24 PM Changeset in ffmpeg [25de595] by Anton Khirnov <anton@khirnov.net>
lavf: add avformat_write_header() as a replacement for …
6:24 PM Changeset in ffmpeg [603b8bc] by Anton Khirnov <anton@khirnov.net>
Deprecate av_open_input_* and remove their uses. Deprecate the last …
6:24 PM Changeset in ffmpeg [05e84c95] by Anton Khirnov <anton@khirnov.net>
lavf: add avformat_open_input() as a replacement for av_open_input_* …
6:24 PM Changeset in ffmpeg [dc59ec5e] by Anton Khirnov <anton@khirnov.net>
AVOptions: add av_opt_find() as a replacement for av_find_opt.
6:24 PM Changeset in ffmpeg [7e83e1c5] by Anton Khirnov <anton@khirnov.net>
AVOptions: add av_opt_set_dict() mapping a dictionary struct to a …
6:24 PM Changeset in ffmpeg [0b7ccad6] by Anton Khirnov <anton@khirnov.net>
ffmpeg: don't abuse a global for passing frame size from input to …
6:24 PM Changeset in ffmpeg [10de86b8] by Anton Khirnov <anton@khirnov.net>
ffmpeg: don't abuse a global for passing pixel format from input to …
6:15 PM Changeset in ffmpeg [6ec2fd5f] by Michael Niedermayer <michaelni@gmx.at>
mmsh: fix 400 bad request There is no need to write two HTTP newlines …
6:11 PM Changeset in ffmpeg [62940bb4] by Anton Khirnov <anton@khirnov.net>
ffmpeg: initialise encoders earlier. Fixes choosing supported …
6:11 PM Changeset in ffmpeg [9446d759] by Anton Khirnov <anton@khirnov.net>
ffmpeg: merge output_codecs array into AVOutputStream members. …
5:54 PM Ticket #284 (Mpg format can not be converted to any other format) updated by yxmlines
Do not add any patches and enable all external encoder / decoder …
3:40 PM Ticket #284 (Mpg format can not be converted to any other format) updated by Carl Eugen Hoyos
Not reproducible on Linux. Is "ffmpeg -i ED.mpg" sufficient to …
3:13 PM Changeset in ffmpeg [1d076f46] by Diego Biurrun <diego@biurrun.de>
rtpenc_latm: Consistently use "Libav" in license boilerplate.
2:40 PM Changeset in ffmpeg [d8407339] by Martin Storsjö <martin@martin.st>
rtsp: Don't pass string pointer as format string to ff_url_join In …
2:40 PM Changeset in ffmpeg [60953888] by Martin Storsjö <martin@martin.st>
mmsh: fixed printf injection bug in mmsh request Signed-off-by: …
1:47 PM Ticket #284 (Mpg format can not be converted to any other format) updated by yxmlines
Status changed
1:45 PM Ticket #284 (Mpg format can not be converted to any other format) updated by yxmlines
ps Video files …
1:24 PM Ticket #284 (Mpg format can not be converted to any other format) created by yxmlines
Mpg format can not be converted to any other formatting tips are as …
1:06 PM build_gitsnap.2 attached to Ticket #281 by Farkas Szilard Levente
result of command: make V=1 libavcodec/avcodec-53.dll
1:05 PM git_show attached to Ticket #281 by Farkas Szilard Levente
result of command: git show
12:36 PM Ticket #283 (dvd-pal target does not force correct colorspace (with DVCPRO50)) created by tbart
When encoding DVCPRO50 material (or most likely any material having …
12:15 PM Ticket #276 (FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom ...) updated by LuckyNarang
yes i have tried 0 and 24 still it gives segmentation fault....Is …
9:43 AM Ticket #276 (FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom ...) updated by Carl Eugen Hoyos
Did you already try to use 24 (or another value) as the third operand …
9:05 AM Ticket #282 (undefined reference to `_avdevice_register_all') updated by Carl Eugen Hoyos
Status, Component changed
Please confirm that you are using latest git head (first line of "git …
8:56 AM Changeset in ffmpeg [7cbc2e60] by Anton Khirnov <anton@khirnov.net>
codec-regression: remove pointless -r options for dnxhd
8:32 AM Ticket #276 (FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom ...) updated by LuckyNarang
It is not referred in ffplay,but when it is NULL,then on comparison …
4:38 AM Ticket #282 (undefined reference to `_avdevice_register_all') created by Kyle
I'm getting: […] when --disable-static --enable-shared is used, …
4:29 AM Changeset in ffmpeg [56629aa0] by Michael Niedermayer <michaelni@gmx.at>
Merge branch 'master' into oldabi * master: mmsh: fixed printf …
1:53 AM Changeset in ffmpeg [7a02527b] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: ac3enc: …
1:15 AM Changeset in ffmpeg [a0bafaab] by Michael Niedermayer <michaelni@gmx.at>
mmsh: fixed printf injection bug in mmsh request

Jun 15, 2011:

9:56 PM Changeset in ffmpeg [b203f654] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: use correct alignment and length in channel coupling dsp …
7:57 PM Changeset in ffmpeg [a6286bda] by Anton Khirnov <anton@khirnov.net>
ffmpeg: don't abuse a global for passing framerate from input to …
7:57 PM Changeset in ffmpeg [8f3e9997] by Anton Khirnov <anton@khirnov.net>
ffmpeg: don't abuse a global for passing channels from input to output …
7:57 PM Changeset in ffmpeg [d7ee4402] by Anton Khirnov <anton@khirnov.net>
ffmpeg: don't abuse a global for passing samplerate from input to …
6:21 PM Changeset in ffmpeg [7f2228db] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Make buffer size check consistent and avoid a possible overflow.
6:20 PM Changeset in ffmpeg [c940c31c] by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Fix spelling.
3:59 PM Changeset in ffmpeg [e7c7b2d8] by Michael Niedermayer <michaelni@gmx.at>
Full support for sending H.264 in RTP This implements support for the …
12:27 PM Ticket #281 (Build Error AC3 Encoder Option) updated by Carl Eugen Hoyos
Please add the output of 'make V=1 libavcodec/avcodec-53.dll' and …
12:19 PM Changeset in ffmpeg [88ff180] by Mans Rullgard <mans@mansr.com>
ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes Signed-off-by: …
11:20 AM Changeset in ffmpeg [3636e791] by Diego Biurrun <diego@biurrun.de>
swscale: use SwsContext for av_log when available Signed-off-by: …
10:36 AM build_gitsnap_no_w32thread attached to Ticket #281 by Farkas Szilard Levente
w32threads flag set to "no"
10:34 AM Ticket #281 (Build Error AC3 Encoder Option) updated by Farkas Szilard Levente
Replying to cehoyos: > The following works fine for me on …
9:59 AM Ticket #281 (Build Error AC3 Encoder Option) updated by Carl Eugen Hoyos
Version, Component changed
The following works fine for me on Linux, please confirm that this is …
9:37 AM Ticket #281 (Build Error AC3 Encoder Option) updated by Farkas Szilard Levente
Replying to cehoyos: > Could you test latest git head? > …
9:35 AM Ticket #281 (Build Error AC3 Encoder Option) updated by Farkas Szilard Levente
Replying to cehoyos: > Could you test latest git head? > …
9:34 AM build_gitsnap attached to Ticket #281 by Farkas Szilard Levente
Git head Ac3 error
9:23 AM Ticket #263 (Unimplemented container channel layout) closed by Carl Eugen Hoyos
fixed: Patch applied, thank you!
9:22 AM Ticket #55 (5.1 AAC Output Incorrectly Mapped) closed by Carl Eugen Hoyos
fixed: Both patches applied.
9:19 AM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) updated by Carl Eugen Hoyos
Summary changed
9:11 AM Ticket #281 (Build Error AC3 Encoder Option) updated by Carl Eugen Hoyos
Status changed
Could you test latest git head? I believe this problem was fixed since.
9:09 AM Changeset in ffmpeg [4f4d1358] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Support reading chan atoms with empty channel descriptions. Fixes …
8:58 AM Changeset in ffmpeg [dbf23d19] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Reindent after last commit.
8:57 AM Changeset in ffmpeg [b3452771] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix multi-channel AAC encoding. Fixes ticket 55.
8:53 AM Changeset in ffmpeg [b1c450b] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix "redundant redeclaration" warning.
8:47 AM Changeset in ffmpeg [19b8c988] by Carl Eugen Hoyos <cehoyos@ag.or.at>
Fix compilation with --disable-everything --enable-encoder=ac3/ac3_fixed.
7:37 AM build attached to Ticket #281 by Farkas Szilard Levente
Error log avcodec with ac3 encoder option
7:37 AM Ticket #281 (Build Error AC3 Encoder Option) created by Farkas Szilard Levente
Hello, When I try to build ffmpeg with command ./configure …
12:43 AM Ticket #149 (ffplay: Broken sound in rtmp / rtsp streams) updated by Kyle
I experience the same results with the mms version of that stream, so …
12:15 AM Changeset in ffmpeg [c137fdd] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …

Jun 14, 2011:

11:36 PM Changeset in ffmpeg [9e2f448d] by Michael Niedermayer <michaelni@gmx.at>
vf_mp: Fix large memleak. Signed-off-by: Michael Niedermayer …
11:36 PM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) updated by llogan
Yes, it still works as expected on 64 bit: […]
11:18 PM Changeset in ffmpeg [a60466db] by Diego Biurrun <diego@biurrun.de>
swscale: Remove HAVE_MMX from files that are only compiled with MMX …
11:17 PM Changeset in ffmpeg [97e057ff] by Diego Biurrun <diego@biurrun.de>
swscale: Fix compilation with --disable-mmx2. Some MMX2 functions …
11:16 PM Changeset in ffmpeg [b1931321] by Michael Niedermayer <michaelni@gmx.at>
mjpegenc: Fix JFIF version
10:56 PM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) updated by Carl Eugen Hoyos
Does it work on 64bit?
8:55 PM Changeset in ffmpeg [4e058302] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: remove misplaced comment. The comment should have been …
8:33 PM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) updated by llogan
Apparently it is now reproducible without x11grab, although I'm fairly …
7:59 PM Changeset in ffmpeg [0be37367] by Ronald S. Bultje <rsbultje@gmail.com>
ffmpeg: fix streaming to ffserver.
7:59 PM Changeset in ffmpeg [9f632111] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: split out RGB48 output functions from yuv2packed[12X]_c(). …
7:27 PM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) updated by Carl Eugen Hoyos
Is the problem also reproducible without x11grab?
6:53 PM Changeset in ffmpeg [d530e57] by Mans Rullgard <mans@mansr.com>
build: move vpath directives to main Makefile Signed-off-by: Mans …
5:36 PM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) updated by verb3k
Other non-lossless presets and internal encoders have been reported to …
1:46 PM Changeset in ffmpeg [0af8a71d] by Ronald S. Bultje <rsbultje@gmail.com>
swscale: fix JPEG-range YUV scaling artifacts. YUV planes were marked …
11:31 AM Ticket #276 (FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom ...) updated by Carl Eugen Hoyos
When is this NULL screen ever referred to in ffplay?
11:19 AM Ticket #276 (FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom ...) updated by LuckyNarang
It returns NULL,whenever this NULL screen is referred it gives …
11:17 AM Ticket #276 (FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom ...) updated by LuckyNarang
Replying to cehoyos: > Does SDL_SetVideoMode() segfault, …
11:10 AM Ticket #276 (FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom ...) updated by Carl Eugen Hoyos
Type, Component changed
Does SDL_SetVideoMode() segfault, or does it return NULL?
9:59 AM Changeset in ffmpeg [cf53c486] by Mans Rullgard <mans@mansr.com>
build: move ALLFFLIBS to a more logical place Signed-off-by: Mans …
9:43 AM Changeset in ffmpeg [e897a633] by Mans Rullgard <mans@mansr.com>
ARM: factor some repetitive code into macros Signed-off-by: Mans …
8:54 AM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) updated by Carl Eugen Hoyos
Status changed
Does not using libx264, but an internal encoder work? Does using …
7:11 AM Ticket #276 (FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom ...) updated by LuckyNarang
This is the configure command we have used.... ./configure …
5:25 AM Changeset in ffmpeg [4ac5dffc] by Philip Langdale <philipl@overt.org>
CrystalHD: Use mp4toannexb bitstream filter. The H.264 parser that we …
5:25 AM Changeset in ffmpeg [7d2714d1] by Philip Langdale <philipl@overt.org>
CrystalHD: Keep mp4toannexb filter around for entire decoder lifetime. …
4:16 AM Changeset in ffmpeg [11177a4d] by Jason Garrett-Glaser <jason@x264.com>
Fix SVQ3 after adding 4:4:4 H.264 support
4:16 AM Changeset in ffmpeg [7b442ad9] by Jason Garrett-Glaser <jason@x264.com>
H.264: fix CODEC_FLAG_GRAY It was broken in 4:4:4, and still did …
4:16 AM Changeset in ffmpeg [c90b9442] by Jason Garrett-Glaser <jason@x264.com>
4:4:4 H.264 decoding support Note: this is 4:4:4 from the 2007 spec …
2:56 AM Changeset in ffmpeg [173cd695] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: (24 …
1:38 AM Ticket #264 (Lossless x264 ffpresets fails on 32-bit) updated by verb3k
This bug has been reported and confirmed by several users on …
12:00 AM Changeset in ffmpeg [fdb5e029] by Aurelien Jacobs <aurel@gnuage.org>
matroskadec: properly decode color space in an endian neutral way

Jun 13, 2011:

11:58 PM Changeset in ffmpeg [5fec3a25] by Aurelien Jacobs <aurel@gnuage.org>
matroskadec: use a temporary fourcc variable
11:53 PM Changeset in ffmpeg [f440f742] by Aurelien Jacobs <aurel@gnuage.org>
matroskaenc: ensure the written colorspace don't depend on host endianness
10:29 PM Ticket #272 (altivec specific code segfaults on ppc when compiled with --enable-pic) updated by Carl Eugen Hoyos
With the patch, compilation succeeds with Apple gcc 4.2 and decoding …
9:49 PM Changeset in ffmpeg [99477adc] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: fix allocation of floating point samples. sizeof(SampleType) …
9:02 PM Changeset in ffmpeg [35bdaf3] by Diego Biurrun <diego@biurrun.de>
utils: Drop pointless '#if 1' preprocessor directive.
8:49 PM Changeset in ffmpeg [38c304ad] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: remove empty ac3_float function that is never called
8:49 PM Changeset in ffmpeg [e0cc66df] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: split templated float vs. fixed functions into a separate …
8:49 PM Changeset in ffmpeg [e754dfc0] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples …
8:49 PM Changeset in ffmpeg [36151b3e] by Justin Ruggles <justin.ruggles@gmail.com>
ac3enc: use function pointer to choose between AC-3 and E-AC-3 header …
8:38 PM Changeset in ffmpeg [504811ba] by Jason Garrett-Glaser <jason@x264.com>
Roll back 4:4:4 H.264 for now Needs some ARM/PPC asm modifications.
7:28 PM Ticket #272 (altivec specific code segfaults on ppc when compiled with --enable-pic) updated by Carl Eugen Hoyos
(Sorry, I had originally written my comment before you posted your …
7:21 PM Changeset in ffmpeg [295f0a25] by Jason Garrett-Glaser <jason@x264.com>
Fix SVQ3 after adding 4:4:4 H.264 support
7:21 PM Changeset in ffmpeg [c177cfb4] by Jason Garrett-Glaser <jason@x264.com>
H.264: fix CODEC_FLAG_GRAY It was broken in 4:4:4, and still did …
7:21 PM Changeset in ffmpeg [c9c49387] by Jason Garrett-Glaser <jason@x264.com>
4:4:4 H.264 decoding support Note: this is 4:4:4 from the 2007 spec …
6:54 PM Ticket #266 (ARM: "size of array is negative" in mpegvideo_arm.c) updated by Andrew Fernandes
There is a …
6:51 PM Changeset in ffmpeg [25f05ddb] by Anton Khirnov <anton@khirnov.net>
h264_parser: Fix whitespace after previous change. Signed-off-by: …
6:51 PM Changeset in ffmpeg [a26ce1e2] by Anton Khirnov <anton@khirnov.net>
h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set. …
6:47 PM Changeset in ffmpeg [8d0786ec] by Anton Khirnov <anton@khirnov.net>
wav: remove an invalid free(). Signed-off-by: Anton Khirnov …
6:46 PM Changeset in ffmpeg [a8fd2f4e] by Anton Khirnov <anton@khirnov.net>
lavf: initialise reference_dts in av_estimate_timings_from_pts. Fixes …
6:45 PM Changeset in ffmpeg [108f318d] by Anton Khirnov <anton@khirnov.net>
h264: don't be so picky on decoding pps in extradata. Fixes issue2517 …
6:44 PM Changeset in ffmpeg [3de33b00] by Anton Khirnov <anton@khirnov.net>
avcodec.h: add or elaborate on some documentation comments. …
6:44 PM Changeset in ffmpeg [33aec3f4] by Anton Khirnov <anton@khirnov.net>
h264: change a few comments into error messages Signed-off-by: …
6:43 PM Changeset in ffmpeg [86961eea] by Anton Khirnov <anton@khirnov.net>
ac3dec: fix doxy-style for comment ("/>" should be "/<" instead). …
6:43 PM Changeset in ffmpeg [a31d4b3a] by Anton Khirnov <anton@khirnov.net>
img2: add .dpx to the list of supported file extensions. …
6:42 PM Changeset in ffmpeg [294e5475] by Anton Khirnov <anton@khirnov.net>
ffv1: fix undefined behavior with insane widths. The new tables is …
5:32 PM Ticket #272 (altivec specific code segfaults on ppc when compiled with --enable-pic) updated by Kim Nguyen
This is strange, my patch is removing the @got(r2), not adding it. I …
5:26 PM Ticket #272 (altivec specific code segfaults on ppc when compiled with --enable-pic) updated by Carl Eugen Hoyos
Apple gcc-4.2 with --enable-pic fails compilation: […]
5:02 PM Changeset in ffmpeg [e6ba3d42] by Aurelien Jacobs <aurel@gnuage.org>
replace remaining usage of deprecated av_metadata_set2() by av_dict_set()
4:55 PM Ticket #272 (altivec specific code segfaults on ppc when compiled with --enable-pic) updated by Kim Nguyen
Replying to reimar: > Are you sure this isn't specific to …
4:46 PM Ticket #252 (Muxing rawvideo in matroska is unsupported, but does not warn) closed by Aurélien Jacobs
fixed
4:45 PM Ticket #252 (Muxing rawvideo in matroska is unsupported, but does not warn) updated by Aurélien Jacobs
Should be fixed now (commit 7ebaa967a2c5b038023409179ca3c56f5b4f4ed3). …
4:37 PM Changeset in ffmpeg [7ebaa967] by Aurelien Jacobs <aurel@gnuage.org>
matroskaenc: write colourspace element for rawvideo tracks
4:30 PM Changeset in ffmpeg [eb8de45c] by Aurelien Jacobs <aurel@gnuage.org>
nsv: simplify probe function
4:28 PM Changeset in ffmpeg [223694b4] by Aurelien Jacobs <aurel@gnuage.org>
nsv: return error code instead of discarding it in read_header()
2:46 PM Ticket #278 (0.7-rc1: strange colors with x11grab) updated by Carl Eugen Hoyos
Reproduced by developer changed
This is reproducible with 0.7-rc1, I was unable to find a revision in …
11:30 AM Changeset in ffmpeg [9776e25d] by Mans Rullgard <mans@mansr.com>
ARM: jrevdct_arm: simplify stack usage Signed-off-by: Mans Rullgard …
11:30 AM Changeset in ffmpeg [13743c7a] by Mans Rullgard <mans@mansr.com>
ARM: jrevdct_arm: use push/pop mnemonics Use push/pop instead of …
11:30 AM Changeset in ffmpeg [77cdfde7] by Mans Rullgard <mans@mansr.com>
ARM: jrevdct_arm: misc cleanup - use 'const' macro to define coeff …
10:33 AM Changeset in ffmpeg [5c46ad1d] by Mans Rullgard <mans@mansr.com>
ARM: optimised mpadsp_apply_window_fixed Signed-off-by: Mans Rullgard …
9:28 AM Changeset in ffmpeg [b95d19b0] by Reinhard Tartler <siretart@tauware.de>
Add some (important) changelog entries
2:39 AM Changeset in ffmpeg [058d0363] by Michael Niedermayer <michaelni@gmx.at>
Merge remote-tracking branch 'qatar/master' * qatar/master: …
1:51 AM Changeset in ffmpeg [21d5de93] by Michael Niedermayer <michaelni@gmx.at>
H264: Reduce pointless diffs to qatar Signed-off-by: Michael …
1:49 AM Changeset in ffmpeg [f0e9ee8d] by Michael Niedermayer <michaelni@gmx.at>
Revert "H264: Split out hl_motion and template it, this seems a bit …
12:03 AM Ticket #278 (0.7-rc1: strange colors with x11grab) updated by nixscripter
I think I have it, but I'm not positive. When I tried it at first, I …
Note: See TracTimeline for information about the timeline view.