- 23 Jan, 2010 2 commits
-
-
daniel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21391 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
Fixes issue1666 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21390 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 22 Jan, 2010 15 commits
-
-
reimar authored
inv_zigzag_direct16 16-byte aligned, so mark it appropriately. Fixes encoder crashes e.g. with MPlayer's -vf lavc. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21389 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
libavutil/mathematics.h indirectly included by libavformat/avformat.h. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21388 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
Patch by Martin Storsjö reverse(<ts.nitram@nitram>). git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21387 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
alexc authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21386 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
kostya authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21385 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
kostya authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21384 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21383 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
<$firstname () $firstname st>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21382 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
if present. This fixes playback of a number of MS-RTSP streams, mostly these for which playback contains a session key in the URI. Fixes issue 1697. Patch by Alan Steremberg <$firstname dot $lastname () gmail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21381 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21380 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
This compiler supports gcc-style alignment attributes for struct, but not for global variables. For the latter, alignment can be specified with a pragma, which does not work for struct members or local variables. By using both pragma and attribute, one or the other will always take effect. Unfortunately, no means exists for aligning stack variables. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21379 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
The seemingly equivalent _Pragma(AV_STRINGIFY(x)) is not accepted by some compilers. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21378 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21377 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
The awk command used inadvertently relied on non-standard features. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21376 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
Change order of operands as gcc uses a hardcoded register per operand it seems even for static functions thus reducing unneeded moved (now functions try to pass the same argument in the same spot). Change signed int to unsigned int for array indexes as signed requires signed extension while unsigned is free. move the +52 up and merge it where it will end as a lea instruction, gcc always splits the 52 out there turning the free +52 into an expensive one otherwise. The changed code becomes a little faster. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21375 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 21 Jan, 2010 15 commits
-
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21374 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
This should be faster (couldnt meassue a difference), and its less picky on slightly out of spec dquant. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21373 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
patch by Rafael (dot) Carre (a) gmail (d) com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21372 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
they are unused. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21371 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
response anyway. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21370 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21369 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
buffer, that is doomed to not work at some point. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21368 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
benoit authored
Patch by Martin Storsjö martin martin st git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21367 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
little effect overall as this is not that often executed. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21366 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21365 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21364 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
The macro implementation might need the name of the variable being declared for compiler-specific syntax. Moving array specifiers outside the macro invocation allows this to work. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21363 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
This makes ffmpeg stop printing millions of Multiple frames in a packet from stream 0 when decoding adpcm. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21362 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
formats with only one stream; the AVFormatContext values will be derived from the AVStream and this helps in calculating stream bitrate. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21361 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
conrad authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21360 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 20 Jan, 2010 8 commits
-
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21359 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
The various avcodec_thread_init() functions are updated to return immediately after setting avctx->thread_count. This allows -threads 0 to pass through to codecs. It also simplifies the usage for apps using libavcodec. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21358 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21357 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21356 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
Only tested on gcc 4 & x86_64. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21355 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
fenrir authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21354 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
fenrir authored
It allows VLD H264 decoding using DXVA2 (GPU assisted decoding API under VISTA and Windows 7). It is implemented by using AVHWAccel API. It has been tested successfully for some time in VLC using an nvidia card on Windows 7. To compile it, you need to have the system header dxva2api.h (either from microsoft or using http://downloads.videolan.org/pub/videolan/testing/contrib/dxva2api.h) The generated libavcodec.dll does not depend directly on any new lib as the necessary objects are given by the application using FFmpeg. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21353 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
sockaddr (in case it's not missing) so it always works on the system that we are defining it for, in a RFC-2553/3493-compliant way (i.e. containing a ss_family field). which is used in udp.c. Patch by Martin Storsjö <$firstname $firstname st>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21352 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-