- 18 Feb, 2010 6 commits
-
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21879 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21878 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21877 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21876 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21875 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 17 Feb, 2010 14 commits
-
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21873 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
thilo.borgmann authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21872 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
thilo.borgmann authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21871 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21870 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21869 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
alexc authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21868 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21867 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21866 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21865 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21864 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
mru authored
If DECLARE_ALIGNED_16 works on uint64_t it will work smaller types too. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21863 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
be used eventually in the RTSP muxer (see thread "[PATCH] RTSP muxer, round 3" on mailinglist). Patch by Martin Storsjö <$firstname $firstname st>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21862 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
there as well. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21861 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
the row code. This function would only be needed on a MB basis for MBAFF+FMO git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21860 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 16 Feb, 2010 15 commits
-
-
michael authored
Sadly this is just per slice so the speedup with normal files should be negligible. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21859 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
but doesn't actually do that. What's worse, it creates timestamp adjustments that are different per stream within a session, leading to a/v sync issues. See discussion in thread "[FFmpeg-devel] rtp streaming x264+audio issues (and some ideas to fix them)". Patch suggested by Luca Abeni <lucabe72 email it>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21857 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
what e.g. RealPlayer does. This allows proper port forwarding setup in NAT- based environments. Patch by Martin Storsjö <$firstname at $firstname dot st>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21856 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
decoder, to "avctx". See the thread: Subject: [FFmpeg-devel] [PATCH] enc is not a good name for a decoder context Date: Mon, 28 Dec 2009 22:56:25 +0100 git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21855 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
stefano authored
pixdesc.c, which are now not anymore marked as static inline. Fix the inclusion of the private header intreadwrite.h in the public header pixdesc.h. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21854 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
- the return value of url_open_dyn_*buf() is 0 on success, so using if (!(res = url_open_dyn_*buf())) return res; is not going to work - url_open_dyn_packet_buf actually writes the max_packet_size before each piece of data. Feeding this to the ASF demuxer will never work. Therefore, use url_open_dyn_buf() instead. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21853 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21852 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
the packet was filled in, leading to virtually random behaviour in the decoder later on. Instead, return a negative value. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21851 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
than inside the muxers. Remove special handling of "encoder" tags from AVI and MP3 muxers. Patch by Anton Khirnov <wyskas gmail com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21850 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
thilo.borgmann authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21849 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
rbultje authored
gmail dot com>. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21848 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
pross authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21847 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
pross authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21846 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21845 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21844 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 15 Feb, 2010 5 commits
-
-
michael authored
role. Should be faster as this is a strict code removial. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21843 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
no speed change. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21842 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
cehoyos authored
so terminating NULLs are 2 bytes long, not 1. Patch by Anton Khirnov, wyskas gmail git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21841 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
cehoyos authored
Patch by Anton Khirnov, wyskas gmail git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21840 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
same speed git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21839 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-