- 01 Mar, 2004 2 commits
-
-
iive authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2833 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2832 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 29 Feb, 2004 5 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2831 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2830 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2829 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2828 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
related cleanup git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2827 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 28 Feb, 2004 4 commits
-
-
michael authored
simplifiations git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2826 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2825 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2824 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2823 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 26 Feb, 2004 5 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2822 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2821 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2820 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2819 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2818 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 25 Feb, 2004 6 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2817 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2815 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
move AV_NOPTS_VALUE & AV_TIME_BASE from avformat.h -> avcodec.h related fixes git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2814 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2813 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
detect & warn if the user prvides pts only for some frames, and try to guess the missing ones git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2812 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 23 Feb, 2004 4 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2811 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2810 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2809 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2808 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 22 Feb, 2004 2 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2807 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2806 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 20 Feb, 2004 1 commit
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2805 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 19 Feb, 2004 3 commits
-
-
michael authored
- the first audio and video packs now contain only a system header and lots of padding. - no system headers in any packs other than the first ones - the two system headers only contain information about "their" stream - fixed some header values (muxrate, some flags, ...) so that they have the values specified by the standard - padding packs are inserted if the mux rate would be below 75 packs per second (the rate must not be below or above that value). - fixed the SCR of the packs - 20 zero bytes are now inserted at the end of each audio pack, after the data packet git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2804 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
iive authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2802 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 18 Feb, 2004 8 commits
-
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2801 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2800 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
update libavformat regression checksums (it should be checked why exactly they changed ...), and always test libavformat in make test so this doesnt happen again git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2799 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2798 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2797 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
only change context if frame header is error-free, as some fields may not be stored in the frame header and so a single damaged frame-header may trash them git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2796 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
alex authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2795 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
alex authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2794 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-