]> git.sesse.net Git - ffmpeg/log
ffmpeg
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

17 years agoreorder setting of defaults by category
Måns Rullgård [Tue, 6 Feb 2007 22:09:46 +0000 (22:09 +0000)]
reorder setting of defaults by category

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

17 years agoAdd seektest to list of PHONY targets.
Diego Biurrun [Tue, 6 Feb 2007 21:31:05 +0000 (21:31 +0000)]
Add seektest to list of PHONY targets.

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

17 years agospelling/wording
Diego Biurrun [Tue, 6 Feb 2007 21:28:18 +0000 (21:28 +0000)]
spelling/wording

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

17 years agoWMA encoding
Diego Biurrun [Tue, 6 Feb 2007 21:27:18 +0000 (21:27 +0000)]
WMA encoding

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

17 years agoWMA encoder
Diego Biurrun [Tue, 6 Feb 2007 21:23:33 +0000 (21:23 +0000)]
WMA encoder

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

17 years agokill debuging code
Michael Niedermayer [Tue, 6 Feb 2007 21:12:48 +0000 (21:12 +0000)]
kill debuging code

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

17 years agowma encoder
Michael Niedermayer [Tue, 6 Feb 2007 20:19:04 +0000 (20:19 +0000)]
wma encoder

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

17 years agoEven powerpc/power needs PIC for shared objects today
Luca Barbato [Tue, 6 Feb 2007 19:29:15 +0000 (19:29 +0000)]
Even powerpc/power needs PIC for shared objects today

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

17 years agoRevised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated...
Michael Niedermayer [Tue, 6 Feb 2007 19:14:16 +0000 (19:14 +0000)]
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)

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

17 years agosimplify and remove useless index in AV_W*
Michael Niedermayer [Tue, 6 Feb 2007 19:10:17 +0000 (19:10 +0000)]
simplify and remove useless index in AV_W*

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

17 years agoa few words about libavutil
Michael Niedermayer [Tue, 6 Feb 2007 13:16:25 +0000 (13:16 +0000)]
a few words about libavutil

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

17 years agoSimplify libvorbis/libtheora check for libogg dependency.
Ramiro Polla [Tue, 6 Feb 2007 07:57:56 +0000 (07:57 +0000)]
Simplify libvorbis/libtheora check for libogg dependency.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoProgressive frames disguised as interlaced are supported
Kostya Shishkov [Tue, 6 Feb 2007 07:16:52 +0000 (07:16 +0000)]
Progressive frames disguised as interlaced are supported

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

17 years agoB-frames could not be determined from broken_link/closed_entry, use fixed value
Kostya Shishkov [Tue, 6 Feb 2007 07:11:20 +0000 (07:11 +0000)]
B-frames could not be determined from broken_link/closed_entry, use fixed value

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

17 years agoWrong flag tested
Kostya Shishkov [Tue, 6 Feb 2007 07:07:29 +0000 (07:07 +0000)]
Wrong flag tested

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

17 years agoensure that data[0] is set to NULL for next frame
Aurelien Jacobs [Tue, 6 Feb 2007 00:35:51 +0000 (00:35 +0000)]
ensure that data[0] is set to NULL for next frame
to please avcodec_default_get_buffer()

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

17 years agoindent
Michael Niedermayer [Mon, 5 Feb 2007 23:16:01 +0000 (23:16 +0000)]
indent

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

17 years agoindent
Michael Niedermayer [Mon, 5 Feb 2007 23:14:58 +0000 (23:14 +0000)]
indent

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

17 years agodont output information about what is demuxed after a seek failure
Michael Niedermayer [Mon, 5 Feb 2007 23:14:23 +0000 (23:14 +0000)]
dont output information about what is demuxed after a seek failure

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

17 years agodynamic index building so forward and backward seeking in avi without an index is...
Michael Niedermayer [Mon, 5 Feb 2007 23:06:08 +0000 (23:06 +0000)]
dynamic index building so forward and backward seeking in avi without an index is possible

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

17 years agobetter generic index building and seeking code
Michael Niedermayer [Mon, 5 Feb 2007 23:04:48 +0000 (23:04 +0000)]
better generic index building and seeking code

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

17 years agooops, revert accidental checkin
Måns Rullgård [Mon, 5 Feb 2007 21:18:11 +0000 (21:18 +0000)]
oops, revert accidental checkin

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

17 years agofix multichannel decoding
Måns Rullgård [Mon, 5 Feb 2007 21:16:31 +0000 (21:16 +0000)]
fix multichannel decoding

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

17 years agomove static variables to private context struct
Måns Rullgård [Mon, 5 Feb 2007 20:17:02 +0000 (20:17 +0000)]
move static variables to private context struct

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

17 years agoremove preprocessor cruft
Måns Rullgård [Mon, 5 Feb 2007 19:56:31 +0000 (19:56 +0000)]
remove preprocessor cruft

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

17 years agocosmetics: don't needlessly open new blocks
Måns Rullgård [Mon, 5 Feb 2007 19:55:15 +0000 (19:55 +0000)]
cosmetics: don't needlessly open new blocks

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

17 years agocosmetic: indent sensibly so code can be read at all
Måns Rullgård [Mon, 5 Feb 2007 19:35:36 +0000 (19:35 +0000)]
cosmetic: indent sensibly so code can be read at all

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

17 years agoUse enabled/disabled functions where possible.
Diego Biurrun [Mon, 5 Feb 2007 18:52:51 +0000 (18:52 +0000)]
Use enabled/disabled functions where possible.

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

17 years ago10l uninitalized cola
Michael Niedermayer [Mon, 5 Feb 2007 18:36:28 +0000 (18:36 +0000)]
10l uninitalized cola
seek regression tests are now deterministic

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

17 years agoseek regression tests
Michael Niedermayer [Mon, 5 Feb 2007 18:15:03 +0000 (18:15 +0000)]
seek regression tests

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

17 years agoa bit more consistency for for the imlib2 check
Diego Biurrun [Mon, 5 Feb 2007 17:04:15 +0000 (17:04 +0000)]
a bit more consistency for for the imlib2 check

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

17 years agocosmetics: indentation
Diego Biurrun [Mon, 5 Feb 2007 17:03:30 +0000 (17:03 +0000)]
cosmetics: indentation

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

17 years agoRemove hardcoded dependency of imlib2 on Xlib.
Víctor Paesa [Mon, 5 Feb 2007 17:03:03 +0000 (17:03 +0000)]
Remove hardcoded dependency of imlib2 on Xlib.
patch by Víctor Paesa, wzrlpy arsystel com

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

17 years agoLink to the FFmpeg Windows Help website.
Diego Biurrun [Mon, 5 Feb 2007 16:45:36 +0000 (16:45 +0000)]
Link to the FFmpeg Windows Help website.

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

17 years agoPut Visual C++ question in a better location.
Diego Biurrun [Mon, 5 Feb 2007 16:38:47 +0000 (16:38 +0000)]
Put Visual C++ question in a better location.

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

17 years agoForce stereo in target vcd.
Michel Bardiaux [Mon, 5 Feb 2007 16:07:26 +0000 (16:07 +0000)]
Force stereo in target vcd.
Patch by Michel Bardiaux, mbardiaux mediaxim be.

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

17 years agoSimplify and speedup FFMPEG_CONFIGURATION.
Diego Biurrun [Mon, 5 Feb 2007 15:10:46 +0000 (15:10 +0000)]
Simplify and speedup FFMPEG_CONFIGURATION.

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

17 years agoBMP encoder by Michel Bardiaux, mbardiaux mediaxim be
Diego Biurrun [Mon, 5 Feb 2007 15:05:29 +0000 (15:05 +0000)]
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be

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

17 years agoSimplify quoting.
Diego Biurrun [Mon, 5 Feb 2007 13:58:36 +0000 (13:58 +0000)]
Simplify quoting.

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

17 years agofix use of uninitialized variables
Sascha Sommer [Mon, 5 Feb 2007 11:57:36 +0000 (11:57 +0000)]
fix use of uninitialized variables

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

17 years agoRemove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.
Benoit Fouet [Mon, 5 Feb 2007 09:11:10 +0000 (09:11 +0000)]
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.

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

17 years agoSet codec dimensions in extradata parsing
Kostya Shishkov [Mon, 5 Feb 2007 06:58:02 +0000 (06:58 +0000)]
Set codec dimensions in extradata parsing

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

17 years agotable fix
Kostya Shishkov [Mon, 5 Feb 2007 06:56:49 +0000 (06:56 +0000)]
table fix

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

17 years agoFix audio corruption when cutting.
Wolfram Gloger [Mon, 5 Feb 2007 02:08:57 +0000 (02:08 +0000)]
Fix audio corruption when cutting.
Patch by Wolfram Gloger, wmglo dent dot med dot uni-muenchen dot de.

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

17 years agomove networking #includes into separate file
Ramiro Polla [Sun, 4 Feb 2007 17:05:44 +0000 (17:05 +0000)]
move networking #includes into separate file
patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org

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

17 years agouseless as this file wont be compiled if this is not true
Michael Niedermayer [Sun, 4 Feb 2007 11:20:32 +0000 (11:20 +0000)]
useless as this file wont be compiled if this is not true

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

17 years agoSave frame header info in context variables
Kostya Shishkov [Sun, 4 Feb 2007 10:46:28 +0000 (10:46 +0000)]
Save frame header info in context variables

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

17 years agoSet frame rate from extradata
Kostya Shishkov [Sun, 4 Feb 2007 10:45:01 +0000 (10:45 +0000)]
Set frame rate from extradata

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