OSDN Git Service

coroid/libav_saccubus.git
17 years agosupport yet another broken avi (filedoesitbetter.avi) which has a wrong stream count
Michael Niedermayer [Tue, 13 Feb 2007 00:38:16 +0000 (00:38 +0000)]
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count

Originally committed as revision 7961 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoalways use audio spread (instead of "video no spread" for audio ...)
Michael Niedermayer [Mon, 12 Feb 2007 23:32:55 +0000 (23:32 +0000)]
always use audio spread (instead of "video no spread" for audio ...)

Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoconsistency renaming: yuv422 --> yuyv422
Diego Biurrun [Mon, 12 Feb 2007 23:23:05 +0000 (23:23 +0000)]
consistency renaming: yuv422 --> yuyv422

Originally committed as revision 7959 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoconsistency renaming: uyvy411 --> uyyvyy411
Diego Biurrun [Mon, 12 Feb 2007 23:15:38 +0000 (23:15 +0000)]
consistency renaming: uyvy411 --> uyyvyy411

Originally committed as revision 7958 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoconsistency renaming: rgba32 --> rgb32
Diego Biurrun [Mon, 12 Feb 2007 23:07:17 +0000 (23:07 +0000)]
consistency renaming: rgba32 --> rgb32

Originally committed as revision 7957 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agooops forgot this one (increase preroll time to min of my asfs)
Michael Niedermayer [Mon, 12 Feb 2007 22:56:14 +0000 (22:56 +0000)]
oops forgot this one (increase preroll time to min of my asfs)

Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoincreaseing preroll time to the minimum of the asf files i have
Michael Niedermayer [Mon, 12 Feb 2007 22:55:09 +0000 (22:55 +0000)]
increaseing preroll time to the minimum of the asf files i have

Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove md5 check for wma as there are rounding differences between cpus
Michael Niedermayer [Mon, 12 Feb 2007 19:59:38 +0000 (19:59 +0000)]
remove md5 check for wma as there are rounding differences between cpus

Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodisabling vorbis regression test for now, both encoder and decoder behave strange...
Michael Niedermayer [Mon, 12 Feb 2007 19:50:57 +0000 (19:50 +0000)]
disabling vorbis regression test for now, both encoder and decoder behave strange and have to be fixed

Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodont set the keyframe flag for audio as microshitty doesnt do it and some things...
Michael Niedermayer [Mon, 12 Feb 2007 19:24:53 +0000 (19:24 +0000)]
dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect?

Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRegression changes after addition of fact chunk to non-PCM wav
Michel Bardiaux [Mon, 12 Feb 2007 18:44:53 +0000 (18:44 +0000)]
Regression changes after addition of fact chunk to non-PCM wav

Originally committed as revision 7951 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoAdd FACT chunk for non-PCM wav formats
Michel Bardiaux [Mon, 12 Feb 2007 15:57:21 +0000 (15:57 +0000)]
Add FACT chunk for non-PCM wav formats

Originally committed as revision 7950 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agominor help output formatting fix
Diego Biurrun [Mon, 12 Feb 2007 15:44:35 +0000 (15:44 +0000)]
minor help output formatting fix

Originally committed as revision 7949 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoslightly improve *_TIMER
Michael Niedermayer [Mon, 12 Feb 2007 14:25:48 +0000 (14:25 +0000)]
slightly improve *_TIMER

Originally committed as revision 7948 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago-s option have different defaults for ffmpeg and ffserver cases.
Ivan Kalvachev [Mon, 12 Feb 2007 14:07:04 +0000 (14:07 +0000)]
-s option have different defaults for ffmpeg and ffserver cases.

Originally committed as revision 7947 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoPass a proper context to av_log()
Luca Abeni [Mon, 12 Feb 2007 13:38:14 +0000 (13:38 +0000)]
Pass a proper context to av_log()

Originally committed as revision 7946 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRestore the possibility to link liba52 instead of dlopening.
Diego Biurrun [Mon, 12 Feb 2007 10:05:19 +0000 (10:05 +0000)]
Restore the possibility to link liba52 instead of dlopening.

Originally committed as revision 7945 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix --enable-*threads
Måns Rullgård [Mon, 12 Feb 2007 08:53:25 +0000 (08:53 +0000)]
fix --enable-*threads

Originally committed as revision 7944 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRemove unused ENODATA define
François Revol [Sun, 11 Feb 2007 22:07:06 +0000 (22:07 +0000)]
Remove unused ENODATA define

Originally committed as revision 7943 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago10l to Diego for breaking A52 decoder
Måns Rullgård [Sun, 11 Feb 2007 20:03:17 +0000 (20:03 +0000)]
10l to Diego for breaking A52 decoder

Originally committed as revision 7942 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify --enable/disable-* option handling
Måns Rullgård [Sun, 11 Feb 2007 19:50:19 +0000 (19:50 +0000)]
simplify --enable/disable-* option handling

Originally committed as revision 7941 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoclean up amr option handling
Måns Rullgård [Sun, 11 Feb 2007 19:36:04 +0000 (19:36 +0000)]
clean up amr option handling

Originally committed as revision 7940 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRename ac3 decoder to liba52 to prepare for native decoder.
Diego Biurrun [Sun, 11 Feb 2007 19:02:59 +0000 (19:02 +0000)]
Rename ac3 decoder to liba52 to prepare for native decoder.

Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd armv6 to TARGET_LIST
Måns Rullgård [Sun, 11 Feb 2007 18:27:16 +0000 (18:27 +0000)]
add armv6 to TARGET_LIST

Originally committed as revision 7938 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomove pkg_requires setting to end
Måns Rullgård [Sun, 11 Feb 2007 18:26:28 +0000 (18:26 +0000)]
move pkg_requires setting to end

Originally committed as revision 7937 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agorename some variables to match corresponding --enable-* options
Måns Rullgård [Sun, 11 Feb 2007 17:25:49 +0000 (17:25 +0000)]
rename some variables to match corresponding --enable-* options

Originally committed as revision 7936 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomake key parameter const
Baptiste Coudurier [Sun, 11 Feb 2007 16:57:17 +0000 (16:57 +0000)]
make key parameter const

Originally committed as revision 7935 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agorename HAVE_GPROF to CONFIG_GPROF
Måns Rullgård [Sun, 11 Feb 2007 16:39:09 +0000 (16:39 +0000)]
rename HAVE_GPROF to CONFIG_GPROF

Originally committed as revision 7934 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRemove internal liba52; external lib still works, native decoder coming up.
Diego Biurrun [Sun, 11 Feb 2007 16:29:00 +0000 (16:29 +0000)]
Remove internal liba52; external lib still works, native decoder coming up.

Originally committed as revision 7933 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofinish feature calculations before printing result and creating files
Måns Rullgård [Sun, 11 Feb 2007 16:24:15 +0000 (16:24 +0000)]
finish feature calculations before printing result and creating files

Originally committed as revision 7932 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agohandle network dependency on protocols with check_deps()
Måns Rullgård [Sun, 11 Feb 2007 16:20:45 +0000 (16:20 +0000)]
handle network dependency on protocols with check_deps()

Originally committed as revision 7931 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agorecursive feature dependency checking
Måns Rullgård [Sun, 11 Feb 2007 15:49:37 +0000 (15:49 +0000)]
recursive feature dependency checking

Originally committed as revision 7930 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agolet check_deps handle ffplay
Måns Rullgård [Sun, 11 Feb 2007 14:33:26 +0000 (14:33 +0000)]
let check_deps handle ffplay

Originally committed as revision 7929 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agotidy up ffserver deps
Måns Rullgård [Sun, 11 Feb 2007 14:22:28 +0000 (14:22 +0000)]
tidy up ffserver deps

Originally committed as revision 7928 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoconsistency cosmetics for the option handling routine
Diego Biurrun [Sun, 11 Feb 2007 13:03:20 +0000 (13:03 +0000)]
consistency cosmetics for the option handling routine

Originally committed as revision 7927 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoForce liba52 to yes if liba52bin is set.
Diego Biurrun [Sun, 11 Feb 2007 13:02:03 +0000 (13:02 +0000)]
Force liba52 to yes if liba52bin is set.

Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomxf aes decryption support, patch by Reimar, simplified to only look for first crypto...
Reimar Döffinger [Sun, 11 Feb 2007 12:50:33 +0000 (12:50 +0000)]
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul

Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd key field to AVFormatContext for de/encryption support, patch by Reimar
Reimar Döffinger [Sun, 11 Feb 2007 12:37:28 +0000 (12:37 +0000)]
add key field to AVFormatContext for de/encryption support, patch by Reimar

Originally committed as revision 7924 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRemove unused libac3 AC3 decoding interface.
Diego Biurrun [Sun, 11 Feb 2007 12:27:11 +0000 (12:27 +0000)]
Remove unused libac3 AC3 decoding interface.

Originally committed as revision 7923 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify SDL check
Måns Rullgård [Sun, 11 Feb 2007 12:11:57 +0000 (12:11 +0000)]
simplify SDL check

Originally committed as revision 7922 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodon't skip freetype2 check on beos
Måns Rullgård [Sun, 11 Feb 2007 11:53:58 +0000 (11:53 +0000)]
don't skip freetype2 check on beos

Originally committed as revision 7921 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify imlib2 check
Måns Rullgård [Sun, 11 Feb 2007 11:42:35 +0000 (11:42 +0000)]
simplify imlib2 check

Originally committed as revision 7920 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify freetype check
Måns Rullgård [Sun, 11 Feb 2007 11:35:56 +0000 (11:35 +0000)]
simplify freetype check

Originally committed as revision 7919 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodo nothing in restore_flags() if flags are not saved
Måns Rullgård [Sun, 11 Feb 2007 11:28:53 +0000 (11:28 +0000)]
do nothing in restore_flags() if flags are not saved

Originally committed as revision 7918 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agorewrite some one-line if/then/fi using && and ||
Måns Rullgård [Sun, 11 Feb 2007 11:22:17 +0000 (11:22 +0000)]
rewrite some one-line if/then/fi using && and ||

Originally committed as revision 7917 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify altivec warning
Måns Rullgård [Sat, 10 Feb 2007 23:21:36 +0000 (23:21 +0000)]
simplify altivec warning

Originally committed as revision 7916 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agocheck for gnu make
Måns Rullgård [Sat, 10 Feb 2007 23:07:39 +0000 (23:07 +0000)]
check for gnu make

Originally committed as revision 7915 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoprettify texi2html check
Måns Rullgård [Sat, 10 Feb 2007 22:50:34 +0000 (22:50 +0000)]
prettify texi2html check

Originally committed as revision 7914 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodisable bktr if required headers not found, enable by default
Måns Rullgård [Sat, 10 Feb 2007 22:44:20 +0000 (22:44 +0000)]
disable bktr if required headers not found, enable by default

Originally committed as revision 7913 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago#include detected soundcard.h instead of testing for OpenBSD
Måns Rullgård [Sat, 10 Feb 2007 22:25:52 +0000 (22:25 +0000)]
#include detected soundcard.h instead of testing for OpenBSD

Originally committed as revision 7912 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agotest for OSS audio
Måns Rullgård [Sat, 10 Feb 2007 22:24:45 +0000 (22:24 +0000)]
test for OSS audio

Originally committed as revision 7911 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove extraneous per-OS disabling of video4linux[2]
Måns Rullgård [Sat, 10 Feb 2007 21:55:22 +0000 (21:55 +0000)]
remove extraneous per-OS disabling of video4linux[2]

Originally committed as revision 7910 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agotest for video4linux
Måns Rullgård [Sat, 10 Feb 2007 21:34:14 +0000 (21:34 +0000)]
test for video4linux

Originally committed as revision 7909 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosimplify video4linux2 test
Måns Rullgård [Sat, 10 Feb 2007 21:30:20 +0000 (21:30 +0000)]
simplify video4linux2 test

Originally committed as revision 7908 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoMinor AMD64 compilation fix
Reimar Döffinger [Sat, 10 Feb 2007 13:33:08 +0000 (13:33 +0000)]
Minor AMD64 compilation fix

Originally committed as revision 7907 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomaybe fix x86_64 (untested)
Michael Niedermayer [Sat, 10 Feb 2007 03:56:49 +0000 (03:56 +0000)]
maybe fix x86_64 (untested)

Originally committed as revision 7906 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agouse dvr-ms timestamps
Michael Niedermayer [Sat, 10 Feb 2007 03:36:12 +0000 (03:36 +0000)]
use dvr-ms timestamps

Originally committed as revision 7905 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoalways decode extradata when of non-avc stream (like RTSP)
Francois Oligny-Lemieux [Fri, 9 Feb 2007 22:25:29 +0000 (22:25 +0000)]
always decode extradata when of non-avc stream (like RTSP)
Patch by Francois Oligny-Lemieux % eucloid A gmail P com %
Original thread:
Date: Feb 9, 2007 12:00 AM
Subject: [Ffmpeg-devel] h264.c patch, always decoding extradata when on non avc stream

Originally committed as revision 7904 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix broken memset(padding, 0) code
Michael Niedermayer [Fri, 9 Feb 2007 20:49:12 +0000 (20:49 +0000)]
fix broken memset(padding, 0) code
add a few asserts

Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodemux VC1 in mpegts
Nico Sabbi [Fri, 9 Feb 2007 20:34:24 +0000 (20:34 +0000)]
demux VC1 in mpegts

Originally committed as revision 7902 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoPrint error message instead of crashing when combining -vcodec copy and -vhook.
Matthijs Douze [Fri, 9 Feb 2007 17:45:28 +0000 (17:45 +0000)]
Print error message instead of crashing when combining -vcodec copy and -vhook.
patch by Matthijs Douze, Matthijs.Douze inrialpes fr

Originally committed as revision 7901 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agopackets with half pcm samples are invalid
Michael Niedermayer [Fri, 9 Feb 2007 13:57:14 +0000 (13:57 +0000)]
packets with half pcm samples are invalid

Originally committed as revision 7900 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix rawvideo
Michael Niedermayer [Fri, 9 Feb 2007 13:24:08 +0000 (13:24 +0000)]
fix rawvideo

Originally committed as revision 7899 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofactor out common subexprssion (gcc of course is too stupid to do this ...)
Michael Niedermayer [Fri, 9 Feb 2007 12:37:38 +0000 (12:37 +0000)]
factor out common subexprssion (gcc of course is too stupid to do this ...)
5% faster avg_h264_chroma_mc2_mmx2()
10% faster put_h264_chroma_mc2_mmx2()

Originally committed as revision 7898 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomerge asm fragments in H264_CHROMA_MC2_TMPL()
Michael Niedermayer [Fri, 9 Feb 2007 12:24:22 +0000 (12:24 +0000)]
merge asm fragments in H264_CHROMA_MC2_TMPL()
10% faster avg_h264_chroma_mc2_mmx2()
5% faster put_h264_chroma_mc2_mmx2()

Originally committed as revision 7897 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRaw VC-1 demuxer
Kostya Shishkov [Fri, 9 Feb 2007 12:10:15 +0000 (12:10 +0000)]
Raw VC-1 demuxer

Originally committed as revision 7896 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agohappy new year
Diego Biurrun [Fri, 9 Feb 2007 11:15:53 +0000 (11:15 +0000)]
happy new year

Originally committed as revision 7895 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRemove obsolete imgformat1 leftovers.
Diego Biurrun [Fri, 9 Feb 2007 08:37:56 +0000 (08:37 +0000)]
Remove obsolete imgformat1 leftovers.

Originally committed as revision 7894 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoRemove commented-out NUT muxer entry, can be added once we have a native muxer.
Diego Biurrun [Fri, 9 Feb 2007 08:32:04 +0000 (08:32 +0000)]
Remove commented-out NUT muxer entry, can be added once we have a native muxer.

Originally committed as revision 7893 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agocosmetics: Reorder NUT entries.
Diego Biurrun [Fri, 9 Feb 2007 08:30:51 +0000 (08:30 +0000)]
cosmetics: Reorder NUT entries.

Originally committed as revision 7892 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoProperly separate native and libnut NUT (de)muxers.
Diego Biurrun [Fri, 9 Feb 2007 08:28:47 +0000 (08:28 +0000)]
Properly separate native and libnut NUT (de)muxers.

Originally committed as revision 7891 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosanity check
Michael Niedermayer [Fri, 9 Feb 2007 02:25:23 +0000 (02:25 +0000)]
sanity check

Originally committed as revision 7890 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily)
Michael Niedermayer [Fri, 9 Feb 2007 02:21:34 +0000 (02:21 +0000)]
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily)

Originally committed as revision 7889 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix parsing of RealAudio AC-3/DolbyNet
Justin Ruggles [Fri, 9 Feb 2007 02:02:09 +0000 (02:02 +0000)]
fix parsing of RealAudio AC-3/DolbyNet

Originally committed as revision 7888 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoadd read_probe function to raw ac3 demuxer
Justin Ruggles [Thu, 8 Feb 2007 23:41:08 +0000 (23:41 +0000)]
add read_probe function to raw ac3 demuxer

Originally committed as revision 7887 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoBeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it just...
François Revol [Thu, 8 Feb 2007 22:51:26 +0000 (22:51 +0000)]
BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it just runs here :) ; comment about network checks.

Originally committed as revision 7886 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoav_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com
Michael Niedermayer [Thu, 8 Feb 2007 22:09:05 +0000 (22:09 +0000)]
av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com

Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agospecial-case AES-128 decrypter is no longer necessary, the more general
Reimar Döffinger [Thu, 8 Feb 2007 21:09:11 +0000 (21:09 +0000)]
special-case AES-128 decrypter is no longer necessary, the more general
AES-implementation works at least as well in all case I tested.

Originally committed as revision 7884 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoUse av_set_pts_info and set some arbitrary timebase fallback
Reimar Döffinger [Thu, 8 Feb 2007 20:54:12 +0000 (20:54 +0000)]
Use av_set_pts_info and set some arbitrary timebase fallback

Originally committed as revision 7883 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoDirectly access av_log_level instead of calling av_log_{set, get}_level()
Luca Abeni [Thu, 8 Feb 2007 18:55:36 +0000 (18:55 +0000)]
Directly access av_log_level instead of calling av_log_{set, get}_level()
(which will be removed at the next avutil version increment)

Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoremove senseless and wrong direct access to ByteIOContext internals
Michael Niedermayer [Wed, 7 Feb 2007 23:32:51 +0000 (23:32 +0000)]
remove senseless and wrong direct access to ByteIOContext internals

Originally committed as revision 7881 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoset pts_wrap_bits to 32 since timestamps in packets are 32 bit
Reimar Döffinger [Wed, 7 Feb 2007 23:22:53 +0000 (23:22 +0000)]
set pts_wrap_bits to 32 since timestamps in packets are 32 bit

Originally committed as revision 7880 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoiam pretty sure send time is dts and not pts ...
Michael Niedermayer [Wed, 7 Feb 2007 23:06:13 +0000 (23:06 +0000)]
iam pretty sure send time is dts and not pts ...

Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago10l, forgot to skip payload description in UMF packet parsing
Reimar Döffinger [Wed, 7 Feb 2007 22:51:42 +0000 (22:51 +0000)]
10l, forgot to skip payload description in UMF packet parsing

Originally committed as revision 7878 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomuxing packets with unknown timestamps is not allowed
Michael Niedermayer [Wed, 7 Feb 2007 22:26:48 +0000 (22:26 +0000)]
muxing packets with unknown timestamps is not allowed

Originally committed as revision 7877 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agosupporting files with A,V,I,0x19 header
Michael Niedermayer [Wed, 7 Feb 2007 17:56:31 +0000 (17:56 +0000)]
supporting files with A,V,I,0x19  header

Originally committed as revision 7876 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoFix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
Reimar Döffinger [Wed, 7 Feb 2007 17:35:36 +0000 (17:35 +0000)]
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
Fixes bug 739.

Originally committed as revision 7875 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agovorbis regression test
Michael Niedermayer [Wed, 7 Feb 2007 17:04:30 +0000 (17:04 +0000)]
vorbis regression test
(using .asf as our .ogg muxer depends on libogg, nut muxer depends on libnut and vorbis in avi/mpeg is not really a good idea)

Originally committed as revision 7874 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agovorbis suffers from the same sign flip issue as wma (so this lame workaround, though...
Michael Niedermayer [Wed, 7 Feb 2007 16:59:10 +0000 (16:59 +0000)]
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)

Originally committed as revision 7873 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agodoxygenize
Michael Niedermayer [Wed, 7 Feb 2007 14:53:25 +0000 (14:53 +0000)]
doxygenize

Originally committed as revision 7872 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoAdd a comment about swapped numerator and denominator.
Diego Biurrun [Wed, 7 Feb 2007 14:10:50 +0000 (14:10 +0000)]
Add a comment about swapped numerator and denominator.

Originally committed as revision 7871 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agomissing spaces
Diego Biurrun [Wed, 7 Feb 2007 12:38:47 +0000 (12:38 +0000)]
missing spaces

Originally committed as revision 7870 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agofix regression tests due to pixel format name changes
Baptiste Coudurier [Wed, 7 Feb 2007 11:25:50 +0000 (11:25 +0000)]
fix regression tests due to pixel format name changes

Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago1000l: Revert accidentally committed change.
Diego Biurrun [Wed, 7 Feb 2007 10:54:10 +0000 (10:54 +0000)]
1000l: Revert accidentally committed change.

Originally committed as revision 7868 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoReplace deprecated PIX_FMT names by the newer variants.
Diego Biurrun [Wed, 7 Feb 2007 01:48:09 +0000 (01:48 +0000)]
Replace deprecated PIX_FMT names by the newer variants.

Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoFix to loss of sync in ffplay when paused patch by (Michael McConnell /// soruk put...
Michael McConnell [Wed, 7 Feb 2007 00:52:35 +0000 (00:52 +0000)]
Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// soruk put at here eridani and here a dot co.uk)

Originally committed as revision 7866 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agowma regression test
Michael Niedermayer [Tue, 6 Feb 2007 23:59:10 +0000 (23:59 +0000)]
wma regression test

Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoworkaround sign bug
Michael Niedermayer [Tue, 6 Feb 2007 23:58:02 +0000 (23:58 +0000)]
workaround sign bug

Originally committed as revision 7864 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years ago10l use of uninitalized var
Michael Niedermayer [Tue, 6 Feb 2007 22:20:55 +0000 (22:20 +0000)]
10l use of uninitalized var

Originally committed as revision 7863 to svn://svn.ffmpeg.org/ffmpeg/trunk

17 years agoindent
Måns Rullgård [Tue, 6 Feb 2007 22:20:21 +0000 (22:20 +0000)]
indent

Originally committed as revision 7862 to svn://svn.ffmpeg.org/ffmpeg/trunk