summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* cosmetics: indention after last commitJustin Ruggles2007-05-02
| | | | Originally committed as revision 8876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use downmixing coefficients in dca decoder.Justin Ruggles2007-05-02
| | | | | | | | 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
* enable multichannel output in dca decoder.Justin Ruggles2007-05-02
| | | | | | | | 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
* 1000l to myself - DCA decoder should not be registered in video codecs sectionKostya Shishkov2007-05-02
| | | | Originally committed as revision 8873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the possibility to choose aac profileNicolas George2007-05-02
| | | | | | | | 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
* give the position offset of the file in the packetDaniel Cardenas2007-05-02
| | | | | | | | | 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
* update reference file for seek test after delivery 8826Benoit Fouet2007-05-02
| | | | Originally committed as revision 8870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* modify order in which files are diff'dBenoit Fouet2007-05-02
| | | | Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group all external library decoders and encoders together.Diego Biurrun2007-05-02
| | | | Originally committed as revision 8868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return right format in set_codec_from_probe_dataBenoit Fouet2007-05-02
| | | | Originally committed as revision 8867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
| | | | | | | 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
* make mpeg decoder handle mid-stream changes in resolutionHeikki Lindholm2007-05-02
| | | | | | | | 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
* add some commentsDenis Fortin2007-05-02
| | | | | | patch by Denis Fortin \ fortin nerim net / Originally committed as revision 8864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after previous patchBenoit Fouet2007-05-02
| | | | Originally committed as revision 23207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* test if color conv fonction exists prior to using itBenoit Fouet2007-05-02
| | | | Originally committed as revision 23206 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* The configure test for ebx fails because it is run before the -mdynamic-no-picAlexander Strange2007-05-01
| | | | | | | | | | | 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-30
| | | | | | | 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-30
| | | | | | | 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-30
| | | | | | 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-30
| | | | 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-29
| | | | | | | | | 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-29
| | | | Originally committed as revision 23175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Fix stray wrongly indented line.Diego Biurrun2007-04-29
| | | | 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-29
| | | | 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-29
| | | | Originally committed as revision 8857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add V.Flash PTX decoderIvo van Poorten2007-04-29
| | | | 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-28
| | | | | | 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-28
| | | | 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-28
| | | | Originally committed as revision 23157 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Register myself as DCA maintainerKostya Shishkov2007-04-28
| | | | Originally committed as revision 8854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing include of bswap.hAttila Kinali2007-04-27
| | | | Originally committed as revision 8853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for newer MacOSX AIFFKostya Shishkov2007-04-27
| | | | 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-27
| | | | | | 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-27
| | | | 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-27
| | | | | | | | | | 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-27
| | | | Originally committed as revision 8848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct CONFIG_RTP_MUXER ifdefAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use network.h instead network includesAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, rtp_muxer needs config_networkAlex Beregszaszi2007-04-27
| | | | Originally committed as revision 8843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make protocols configure selectable and also cleanup the CONFIG_NETWORKAlex Beregszaszi2007-04-26
| | | | | | 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-26
| | | | Originally committed as revision 8841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly compile code for REDIR_DEMUXERAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
| | | | 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-26
| | | | Originally committed as revision 8839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove trailing whitespace and tabs.Diego Biurrun2007-04-26
| | | | Originally committed as revision 8838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sort()Diego Biurrun2007-04-26
| | | | Originally committed as revision 8837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly check for CONFIG_RTSP_DEMUXERAlex Beregszaszi2007-04-26
| | | | Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct RTSP_DEMUXER checks instead of NETWORK.Alex Beregszaszi2007-04-26
| | | | Originally committed as revision 8835 to svn://svn.ffmpeg.org/ffmpeg/trunk