aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* The configure test for ebx fails because it is run before the -mdynamic-no-picAlexander Strange2007-05-011-2/+2
| | | | | | | | | | | 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
* use asf stream information to set bitrateZuxy Meng2007-04-301-4/+12
| | | | | | | 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
* Fix loop condition so it can be run through more than once.Wolfram Gloger2007-04-301-2/+3
| | | | | | | 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
* more detailed error message for buffer underflowWolfram Gloger2007-04-301-1/+3
| | | | | | patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de Originally committed as revision 8859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-301-2682/+2681
| | | | Originally committed as revision 23179 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* prevent going out of the buffer if the nal size does not fit in the buffer.Mean2007-04-291-1/+1
| | | | | | | | | 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
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-294-1445/+1449
| | | | Originally committed as revision 23175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Fix stray wrongly indented line.Diego Biurrun2007-04-291-1/+1
| | | | Originally committed as revision 23174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-294-2498/+2497
| | | | Originally committed as revision 23173 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* check for channels<=0 and print a reasonable error messageAlex Beregszaszi2007-04-291-1/+3
| | | | Originally committed as revision 8857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add V.Flash PTX decoderIvo van Poorten2007-04-296-0/+125
| | | | Originally committed as revision 8856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AVStream documentation: clarify start_time, start_time and duration are ↵Baptiste Coudurier2007-04-281-4/+2
| | | | | | actually in stream base Originally committed as revision 8855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-285-3081/+3074
| | | | Originally committed as revision 23158 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.Diego Biurrun2007-04-281-43/+43
| | | | Originally committed as revision 23157 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Register myself as DCA maintainerKostya Shishkov2007-04-281-0/+1
| | | | Originally committed as revision 8854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing include of bswap.hAttila Kinali2007-04-271-0/+1
| | | | Originally committed as revision 8853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for newer MacOSX AIFFKostya Shishkov2007-04-271-0/+1
| | | | Originally committed as revision 8852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix oss audio playback, broken since r7983, pass AVFormatContext filename to ↵Baptiste Coudurier2007-04-271-1/+1
| | | | | | 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
* fix exploitable buffer overflowMichael Niedermayer2007-04-271-0/+3
| | | | Originally committed as revision 8850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-273-6/+10
| | | | | | | | | | 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
* cosmetics: Align some lines.Diego Biurrun2007-04-271-5/+5
| | | | Originally committed as revision 8848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct CONFIG_RTP_MUXER ifdefAlex Beregszaszi2007-04-271-1/+1
| | | | Originally committed as revision 8847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-274-4/+13
| | | | Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-275-16/+33
| | | | Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use network.h instead network includesAlex Beregszaszi2007-04-271-5/+1
| | | | Originally committed as revision 8844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, rtp_muxer needs config_networkAlex Beregszaszi2007-04-271-1/+1
| | | | Originally committed as revision 8843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-263-24/+38
| | | | | | related parts (rtp,rtsp,sdp). Currently they are interdependent. Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't compile RTSP_DEMUXER if not requestedAlex Beregszaszi2007-04-261-0/+2
| | | | Originally committed as revision 8841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-262-1/+3
| | | | Originally committed as revision 8840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-2614-314/+313
| | | | Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove CONFIG_NETWORK, av_read_play/pause are exported anywayAlex Beregszaszi2007-04-261-2/+0
| | | | Originally committed as revision 8839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-263-8/+8
| | | | Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-04-261-5/+5
| | | | Originally committed as revision 8837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly check for CONFIG_RTSP_DEMUXERAlex Beregszaszi2007-04-261-0/+2
| | | | Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct RTSP_DEMUXER checks instead of NETWORK.Alex Beregszaszi2007-04-261-3/+3
| | | | Originally committed as revision 8835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi2007-04-262-17/+20
| | | | Originally committed as revision 8834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics in resolve_hostAlex Beregszaszi2007-04-261-2/+2
| | | | Originally committed as revision 8833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused rtsp_callbackAlex Beregszaszi2007-04-262-27/+0
| | | | Originally committed as revision 8832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper dependency on mpegts_demuxer for rtp_muxerDiego Biurrun2007-04-262-2/+2
| | | | Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant dependency from ffserver_deps.Diego Biurrun2007-04-261-1/+1
| | | | Originally committed as revision 8830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't declare -lm as a dependency of swscale-example.Diego Biurrun2007-04-261-1/+2
| | | | Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* remove no more true commentBaptiste Coudurier2007-04-261-1/+0
| | | | Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-263-18/+18
| | | | Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-261-24/+16
| | | | Originally committed as revision 8827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove large automatics from stack.Marc Hoffman2007-04-261-3/+3
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 23117 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix reading PTSs and DTSs in libavformat, by reverting r8465.Luca Abeni2007-04-261-4/+17
| | | | | | | 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
* Policy addition: New files should have proper license headers.Diego Biurrun2007-04-261-0/+3
| | | | Originally committed as revision 8825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now obsolete and no more true commentsBaptiste Coudurier2007-04-261-8/+0
| | | | Originally committed as revision 8824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla2007-04-261-65/+14
| | | | | | patch by Ramiro Polla ramiro lisha ufsc br Originally committed as revision 8823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make 2 functions "return x;" to simplify next patchRamiro Polla2007-04-261-2/+4
| | | | | | patch by Ramiro Polla ramiro lisha ufsc br Originally committed as revision 8822 to svn://svn.ffmpeg.org/ffmpeg/trunk