Diego Biurrun [Sun, 6 May 2007 10:48:41 +0000 (10:48 +0000)]
Add a note about maintaining alphabetical order to patch submission checklist.
Originally committed as revision 8912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sun, 6 May 2007 09:17:50 +0000 (09:17 +0000)]
simplify
Originally committed as revision 8911 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 6 May 2007 09:12:10 +0000 (09:12 +0000)]
Move dvdsub parser to its own file.
Originally committed as revision 8910 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 6 May 2007 08:41:24 +0000 (08:41 +0000)]
Rename dvbsubdec_parser.c to dvbsub_parser.c.
Originally committed as revision 8909 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sun, 6 May 2007 06:46:20 +0000 (06:46 +0000)]
simplify
Originally committed as revision 8908 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sun, 6 May 2007 06:43:33 +0000 (06:43 +0000)]
faster and simpler vp6 bilinear mc
Originally committed as revision 8907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 6 May 2007 02:11:31 +0000 (02:11 +0000)]
Move dvbsubdec parser to its own file.
Originally committed as revision 8906 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 May 2007 21:11:22 +0000 (21:11 +0000)]
Remove superfluous #includes, parser.h now includes its prerequisites.
Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 5 May 2007 18:32:19 +0000 (18:32 +0000)]
ff_frame_rate_tab is now declared in mpegvideo.h
Originally committed as revision 8904 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 5 May 2007 18:31:34 +0000 (18:31 +0000)]
avoid a clash between two definitions of SEQ_START_CODE
Originally committed as revision 8903 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 5 May 2007 18:25:02 +0000 (18:25 +0000)]
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
Originally committed as revision 8902 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 5 May 2007 18:18:51 +0000 (18:18 +0000)]
move mpegvideo_parser in it's own file
Originally committed as revision 8901 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 5 May 2007 18:17:03 +0000 (18:17 +0000)]
avoid a 'discards qualifiers from pointer' warning
Originally committed as revision 8900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 5 May 2007 18:08:16 +0000 (18:08 +0000)]
move mpegaudio_parser in it's own file
Originally committed as revision 8899 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 5 May 2007 17:59:37 +0000 (17:59 +0000)]
move mpeg4video_parser in it's own file
Originally committed as revision 8898 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 5 May 2007 17:56:47 +0000 (17:56 +0000)]
parser.h uses AVCodecContext so it needs to include avcodec.h
Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sat, 5 May 2007 15:21:57 +0000 (15:21 +0000)]
set CODEC_CAP_DR1 for vp5 and vp6 decoders
Originally committed as revision 8896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 May 2007 12:24:51 +0000 (12:24 +0000)]
parser.c is compiled unconditionally, there is no need to compile it
conditional to CONFIG_AC3_PARSER.
Originally committed as revision 8895 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 May 2007 12:18:14 +0000 (12:18 +0000)]
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 May 2007 11:14:03 +0000 (11:14 +0000)]
Fix warning:
In file included from mjpeg.c:903:
jpeg_ls.c:190: warning: ‘inline’ is not at beginning of declaration
Originally committed as revision 8893 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 May 2007 09:15:03 +0000 (09:15 +0000)]
parser.c is compiled unconditionally, there is no need to compile it
conditional to CONFIG_CAVSVIDEO_PARSER.
Originally committed as revision 8892 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 May 2007 22:35:56 +0000 (22:35 +0000)]
reduce number of shifts
Originally committed as revision 8891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 May 2007 21:22:43 +0000 (21:22 +0000)]
simplify
Originally committed as revision 8890 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 May 2007 19:39:51 +0000 (19:39 +0000)]
Add a note about tabs + trailing whitespace to the patch submission checklist.
Originally committed as revision 8889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 May 2007 19:38:10 +0000 (19:38 +0000)]
Move H.261 parser to its own file.
Originally committed as revision 8888 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 May 2007 19:37:01 +0000 (19:37 +0000)]
Group benchmark items in the patch submission checklist together.
Originally committed as revision 8887 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 4 May 2007 12:31:40 +0000 (12:31 +0000)]
100l to myself. Do not include stuff unneeded by parser
Originally committed as revision 8886 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 4 May 2007 03:34:38 +0000 (03:34 +0000)]
Typo
Originally committed as revision 8885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 4 May 2007 03:34:21 +0000 (03:34 +0000)]
Move some declarations into header
Based on patch by Denis Fortin
(cons (car '(fortin NOSPAM)) '(nerim net))
Originally committed as revision 8884 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 May 2007 00:18:54 +0000 (00:18 +0000)]
Rename oggvorbis decoder to libvorbis.
Originally committed as revision 8883 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 May 2007 00:09:33 +0000 (00:09 +0000)]
Move VC1 parser to its own file.
Originally committed as revision 8882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 3 May 2007 23:50:24 +0000 (23:50 +0000)]
Move dca parser to its own file.
Originally committed as revision 8881 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 3 May 2007 10:38:03 +0000 (10:38 +0000)]
Give libamr decoders/encoders a lib prefix in the name.
Originally committed as revision 8880 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 3 May 2007 09:35:54 +0000 (09:35 +0000)]
Rename dts_decoder to libdts_decoder.
Originally committed as revision 8879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 2 May 2007 23:11:23 +0000 (23:11 +0000)]
Remove unused variable.
Originally committed as revision 8878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 2 May 2007 22:54:28 +0000 (22:54 +0000)]
cosmetics: Sort entries by CONFIG_ name.
Originally committed as revision 8877 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Wed, 2 May 2007 20:42:44 +0000 (20:42 +0000)]
cosmetics: indention after last commit
Originally committed as revision 8876 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Wed, 2 May 2007 20:33:32 +0000 (20:33 +0000)]
use downmixing coefficients in dca decoder.
reference:
Subject: [Ffmpeg-devel] [PATCH] DTS multichannel
Date: Wed, 25 Apr 2007 16:25:18 -0400
Originally committed as revision 8875 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Wed, 2 May 2007 20:31:32 +0000 (20:31 +0000)]
enable multichannel output in dca decoder.
reference:
Subject: [Ffmpeg-devel] [PATCH] DTS multichannel
Date: Wed, 25 Apr 2007 16:25:18 -0400
Originally committed as revision 8874 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Wed, 2 May 2007 16:43:29 +0000 (16:43 +0000)]
1000l to myself - DCA decoder should not be registered in video codecs section
Originally committed as revision 8873 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nicolas George [Wed, 2 May 2007 13:49:08 +0000 (13:49 +0000)]
add the possibility to choose aac profile
patch by Nicolas George nicolas george chez normalesup org
original thread: [Ffmpeg-devel] [PATCH] FAAC profile selection
date: 04/27/2007 08:11 PM
Originally committed as revision 8872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Daniel Cardenas [Wed, 2 May 2007 13:36:45 +0000 (13:36 +0000)]
give the position offset of the file in the packet
update seek regression test reference file accordingly
patch by Daniel Cardenas: Daniel Car cox net
original thread: [Ffmpeg-devel] [PATCH] Debug help for file position
date: 05/01/2007 02:42 AM
Originally committed as revision 8871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 2 May 2007 13:28:15 +0000 (13:28 +0000)]
update reference file for seek test after delivery 8826
Originally committed as revision 8870 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 2 May 2007 12:03:34 +0000 (12:03 +0000)]
modify order in which files are diff'd
Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 2 May 2007 09:37:47 +0000 (09:37 +0000)]
cosmetics: Group all external library decoders and encoders together.
Originally committed as revision 8868 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 2 May 2007 09:18:41 +0000 (09:18 +0000)]
return right format in set_codec_from_probe_data
Originally committed as revision 8867 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mark Cox [Wed, 2 May 2007 09:13:47 +0000 (09:13 +0000)]
patch so that the deprecated items show up correctly
when building doxygen docs
patch by mark cox melbournemark plus ffmpeg minus devel chez gmail dot com
Originally committed as revision 8866 to svn://svn.ffmpeg.org/ffmpeg/trunk
Heikki Lindholm [Wed, 2 May 2007 08:18:28 +0000 (08:18 +0000)]
make mpeg decoder handle mid-stream changes in resolution
patch by Heikki Lindholm holindho at cs helsinki fi
original thread: [Ffmpeg-devel] [PATCH] fix mid-stream resolution changes
date: Sat Mar 31 13:52:50 CEST 2007
Originally committed as revision 8865 to svn://svn.ffmpeg.org/ffmpeg/trunk
Denis Fortin [Wed, 2 May 2007 07:26:07 +0000 (07:26 +0000)]
add some comments
patch by Denis Fortin \ fortin nerim net /
Originally committed as revision 8864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 2 May 2007 07:02:16 +0000 (07:02 +0000)]
cosmetics: indentation after previous patch
Originally committed as revision 23207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Benoit Fouet [Wed, 2 May 2007 07:00:10 +0000 (07:00 +0000)]
test if color conv fonction exists prior to using it
Originally committed as revision 23206 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Alexander Strange [Tue, 1 May 2007 21:05:15 +0000 (21:05 +0000)]
The configure test for ebx fails because it is run before the -mdynamic-no-pic
check. Move it before the ebx test and remove -mdynamic-no-pic from
VHOOKCFLAGS later on.
patch by Alexander Strange, astrange ithinksw com
reference:
Subject: [Ffmpeg-devel] [PATCH] fix CONFIG_EBX_AVAILABLE on Darwin/x86
Date: Fri, 13 Apr 2007 17:24:55 -0400
Originally committed as revision 8863 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Mon, 30 Apr 2007 15:56:11 +0000 (15:56 +0000)]
use asf stream information to set bitrate
patch by Zuxy Meng zuxy dot meng chez gmail tod com
reference thread: [Ffmpeg-devel] Third Try: Set bit_rate for asf format
Originally committed as revision 8861 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfram Gloger [Mon, 30 Apr 2007 09:46:11 +0000 (09:46 +0000)]
Fix loop condition so it can be run through more than once.
patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de
reference: [Ffmpeg-devel] buffer underflow messages from the output_example.c
Originally committed as revision 8860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfram Gloger [Mon, 30 Apr 2007 09:43:29 +0000 (09:43 +0000)]
more detailed error message for buffer underflow
patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de
Originally committed as revision 8859 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 30 Apr 2007 08:05:29 +0000 (08:05 +0000)]
cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.
Originally committed as revision 23179 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Mean [Sun, 29 Apr 2007 23:18:39 +0000 (23:18 +0000)]
prevent going out of the buffer if the nal size does not fit in the buffer.
Patch by Mean % fixounet A free P fr %
Original thread:
Date: Apr 29, 2007 2:00 PM
Subject: Re: [Ffmpeg-devel] [patch] h264.c, dont go beyond buffer in h264_decode_nal_unit
Originally committed as revision 8858 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 29 Apr 2007 21:36:43 +0000 (21:36 +0000)]
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
Originally committed as revision 23175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sun, 29 Apr 2007 13:39:50 +0000 (13:39 +0000)]
cosmetics: Fix stray wrongly indented line.
Originally committed as revision 23174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sun, 29 Apr 2007 13:39:27 +0000 (13:39 +0000)]
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
Originally committed as revision 23173 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Alex Beregszaszi [Sun, 29 Apr 2007 13:25:32 +0000 (13:25 +0000)]
check for channels<=0 and print a reasonable error message
Originally committed as revision 8857 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Sun, 29 Apr 2007 09:37:07 +0000 (09:37 +0000)]
add V.Flash PTX decoder
Originally committed as revision 8856 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 28 Apr 2007 13:07:52 +0000 (13:07 +0000)]
fix AVStream documentation: clarify start_time, start_time and duration are actually in stream base
Originally committed as revision 8855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 28 Apr 2007 11:44:49 +0000 (11:44 +0000)]
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
Originally committed as revision 23158 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sat, 28 Apr 2007 11:41:11 +0000 (11:41 +0000)]
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.
Originally committed as revision 23157 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Kostya Shishkov [Sat, 28 Apr 2007 02:53:32 +0000 (02:53 +0000)]
Register myself as DCA maintainer
Originally committed as revision 8854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Attila Kinali [Fri, 27 Apr 2007 20:22:01 +0000 (20:22 +0000)]
add missing include of bswap.h
Originally committed as revision 8853 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 27 Apr 2007 17:19:07 +0000 (17:19 +0000)]
Support for newer MacOSX AIFF
Originally committed as revision 8852 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 27 Apr 2007 16:10:05 +0000 (16:10 +0000)]
fix oss audio playback, broken since r7983, pass AVFormatContext filename to audio_open since audio_device when NULL is no more set to default value
Originally committed as revision 8851 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 27 Apr 2007 12:41:55 +0000 (12:41 +0000)]
fix exploitable buffer overflow
Originally committed as revision 8850 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 27 Apr 2007 09:32:31 +0000 (09:32 +0000)]
Mark code parts that cannot work on AMD64 due to broken relocations as such.
This allows building shared libraries on AMD64 again.
based on a patch by Diego 'Flameeyes' Pettenò and suggestions by Michael
original thread:
Date: Wed, 18 Apr 2007 11:26:12 +0200
Subject: [Ffmpeg-devel] [PATCH] (try 2) Build shared libraries on AMD64 again
Originally committed as revision 8849 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 27 Apr 2007 07:13:50 +0000 (07:13 +0000)]
cosmetics: Align some lines.
Originally committed as revision 8848 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 27 Apr 2007 01:21:11 +0000 (01:21 +0000)]
Use correct CONFIG_RTP_MUXER ifdef
Originally committed as revision 8847 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 27 Apr 2007 00:41:50 +0000 (00:41 +0000)]
implement ff_socket_nonblock and use it in networking code
Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 27 Apr 2007 00:35:54 +0000 (00:35 +0000)]
use ff_neterrno() and FF_NETERROR() for networking error handling
Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 27 Apr 2007 00:17:46 +0000 (00:17 +0000)]
use network.h instead network includes
Originally committed as revision 8844 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 27 Apr 2007 00:10:26 +0000 (00:10 +0000)]
10l, rtp_muxer needs config_network
Originally committed as revision 8843 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 26 Apr 2007 23:44:56 +0000 (23:44 +0000)]
Make protocols configure selectable and also cleanup the CONFIG_NETWORK
related parts (rtp,rtsp,sdp). Currently they are interdependent.
Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 26 Apr 2007 23:41:20 +0000 (23:41 +0000)]
Don't compile RTSP_DEMUXER if not requested
Originally committed as revision 8841 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 26 Apr 2007 23:40:36 +0000 (23:40 +0000)]
properly compile code for REDIR_DEMUXER
Originally committed as revision 8840 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 26 Apr 2007 23:07:11 +0000 (23:07 +0000)]
cosmetics: Remove trailing whitespace.
Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Alex Beregszaszi [Thu, 26 Apr 2007 22:23:00 +0000 (22:23 +0000)]
remove CONFIG_NETWORK, av_read_play/pause are exported anyway
Originally committed as revision 8839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 26 Apr 2007 19:27:32 +0000 (19:27 +0000)]
cosmetics: Remove trailing whitespace and tabs.
Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 26 Apr 2007 18:31:33 +0000 (18:31 +0000)]
cosmetics: sort()
Originally committed as revision 8837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 26 Apr 2007 18:11:36 +0000 (18:11 +0000)]
properly check for CONFIG_RTSP_DEMUXER
Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 26 Apr 2007 18:09:16 +0000 (18:09 +0000)]
Use correct RTSP_DEMUXER checks instead of NETWORK.
Originally committed as revision 8835 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 26 Apr 2007 18:04:42 +0000 (18:04 +0000)]
move resolve_host from tcp.c to os_support.c as it is used widely
Originally committed as revision 8834 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 26 Apr 2007 18:00:28 +0000 (18:00 +0000)]
cosmetics in resolve_host
Originally committed as revision 8833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 26 Apr 2007 17:38:30 +0000 (17:38 +0000)]
remove unused rtsp_callback
Originally committed as revision 8832 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 26 Apr 2007 17:35:31 +0000 (17:35 +0000)]
proper dependency on mpegts_demuxer for rtp_muxer
Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 26 Apr 2007 15:40:39 +0000 (15:40 +0000)]
Remove redundant dependency from ffserver_deps.
Originally committed as revision 8830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 26 Apr 2007 15:14:12 +0000 (15:14 +0000)]
Don't declare -lm as a dependency of swscale-example.
Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Thu, 26 Apr 2007 11:46:04 +0000 (11:46 +0000)]
remove no more true comment
Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 26 Apr 2007 11:36:05 +0000 (11:36 +0000)]
cosmectics, use consistant and homogeneous type names for atoms
Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 26 Apr 2007 11:24:10 +0000 (11:24 +0000)]
use dprintf with AVFormatContext and simplify
Originally committed as revision 8827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Thu, 26 Apr 2007 11:05:59 +0000 (11:05 +0000)]
Remove large automatics from stack.
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 23117 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Abeni [Thu, 26 Apr 2007 10:49:48 +0000 (10:49 +0000)]
Fix reading PTSs and DTSs in libavformat, by reverting r8465.
Such commit introduced some regressions (see the "Possible bug in reading
PTS/DTS" and "[BUG] no video transcoding" threads on ffmpeg-devel).
Originally committed as revision 8826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 26 Apr 2007 09:47:56 +0000 (09:47 +0000)]
Policy addition: New files should have proper license headers.
Originally committed as revision 8825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 26 Apr 2007 08:42:21 +0000 (08:42 +0000)]
remove now obsolete and no more true comments
Originally committed as revision 8824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 26 Apr 2007 08:20:21 +0000 (08:20 +0000)]
reorder bswap functions into bit-depth, special-casing inside the functions.
patch by Ramiro Polla ramiro lisha ufsc br
Originally committed as revision 8823 to svn://svn.ffmpeg.org/ffmpeg/trunk