summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Exchange informal LGPL notice by official license header.Diego Biurrun2006-09-04
| | | | Originally committed as revision 6164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov2006-09-04
| | | | Originally committed as revision 6163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)Kostya Shishkov2006-09-04
| | | | Originally committed as revision 6162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
| | | | | | [ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The license of this file is LGPL, as clarified by Fabrice.Diego Biurrun2006-09-03
| | | | Originally committed as revision 6160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* port ppm vhook to swscalerVíctor Paesa2006-09-03
| | | | | | | | | patch by Victor Paesa % wzrlpy A arsystel P com % Original thread: Date: Sep 2, 2006 11:41 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch license from GPL to LGPL, this file originates from libdv, whichDiego Biurrun2006-09-03
| | | | | | | changed license from GPL to LGPL eventually, see http://sourceforge.net/mailarchive/forum.php?thread_id=3320020&forum_id=5458 Originally committed as revision 6158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun2006-09-03
| | | | | | to a README we don't include. Originally committed as revision 6157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. ↵Justin Ruggles2006-09-03
| | | | | | The other fixes an issue with floorcod=7. Originally committed as revision 6156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add license from zlib.h instead of referring to it.Diego Biurrun2006-09-03
| | | | Originally committed as revision 6155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ↵Kostya Shishkov2006-09-03
| | | | | | version of put_h264_chroma_pixels_tab[0]) Originally committed as revision 6154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant declarationsMåns Rullgård2006-09-02
| | | | Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-02
| | | | Originally committed as revision 6152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tabKostya Shishkov2006-09-02
| | | | Originally committed as revision 6151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-02
| | | | Originally committed as revision 6150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow cosmetics: merge the sliced and non-sliced versions of add_yblockLoren Merritt2006-09-01
| | | | Originally committed as revision 6149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix snow 1pass rc: the qlog used and the one written to the bitstream ↵Loren Merritt2006-09-01
| | | | | | weren't always the same. Originally committed as revision 6148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the input buffer in ffplay, introduce a public macro for aligned ↵Luca Barbato2006-08-31
| | | | | | | | declarations Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous variable setting, the script will exit anyway.Diego Biurrun2006-08-31
| | | | Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The fail test needs to be outside of the GPL test, it's referenced elsewhere.Ramiro Polla2006-08-31
| | | | | | patch by Ramiro Polla, angustia (at) arrozcru (dot) no-ip (dot) org Originally committed as revision 6145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun2006-08-31
| | | | | | compile dependencies for. Originally committed as revision 6144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper fix for the corner case that would have been corrected before, ↵Luca Barbato2006-08-31
| | | | | | praise&blame to me and exg in equal shares Originally committed as revision 6143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commitLuca Barbato2006-08-31
| | | | Originally committed as revision 6142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato2006-08-31
| | | | Originally committed as revision 6141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for AVI files with odd sized 'movi' listDavid Conrad2006-08-31
| | | | | | | | | Patch by David Conrad <davedc_@umbc.edu> Original thread: Date: Wed, 30 Aug 2006 15:12:35 -0400 Subject: [Ffmpeg-devel] [PATCH] Fix for AVI files with odd sized 'movi' list Originally committed as revision 6140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-31
| | | | | | Existing DSPUtil functions cause chroma artifacts on some files. Originally committed as revision 6139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SpellingKostya Shishkov2006-08-31
| | | | Originally committed as revision 6138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Motion compensation for luma always use halfpel precision.Kostya Shishkov2006-08-31
| | | | Originally committed as revision 6137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking when the FFM muxer/demuxer is disabled.Panagiotis Issaris2006-08-31
| | | | | | patch by Panagiotis Issaris, takis.issaris _at_ uhasselt -dot- be Originally committed as revision 6136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Work around Solaris tr not understanding "tr a-z A-Z" as it should.Diego Biurrun2006-08-30
| | | | Originally committed as revision 6135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print warnings ifMichael Niedermayer2006-08-30
| | | | | | | | gcc ignores inline directives pointer arithmetic with void pointers ... Originally committed as revision 6134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-30
| | | | Originally committed as revision 6133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPM vhook documentation, by Victor Paesa.Benjamin Larsson2006-08-30
| | | | | | wzrlpy at arsystel dot com Originally committed as revision 6132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added -map usage to docs.Benjamin Larsson2006-08-30
| | | | Originally committed as revision 6131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added Maintainers entryBenjamin Larsson2006-08-30
| | | | Originally committed as revision 6130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-Add support for PNG or PNM as watermark images, which was brokenVíctor Paesa2006-08-30
| | | | | | | | | | since the move to image2 API Patch by Victor Paesa <wzrlpy@arsystel.com> Original thread: Date: Aug 13, 2006 9:18 AM Subject: [Ffmpeg-devel] [PATCH] Attempt image2 in watermark vhook Originally committed as revision 6129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use libswscale in fish vhook.Guillaume Poirier2006-08-30
| | | | | | | | | | Patch by Victor Paesa <wzrlpy@arsystel.com> Original thread: Date: Aug 30, 2006 1:16 AM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarifyMichael Niedermayer2006-08-30
| | | | | | please reply to ffmpeg-dev if you disagree so it can be disscussed but i think this is completely uncontroversical Originally committed as revision 6127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the C code of the swscaler which i wrote LGPLMichael Niedermayer2006-08-30
| | | | Originally committed as revision 19600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* install opt.hNico Sabbi2006-08-29
| | | | Originally committed as revision 6126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_malloc instead of plain malloc where appropriateRamiro Polla2006-08-29
| | | | | | | | | Patch by Ramiro Polla % ramiro86 A hotmail.com % Original thread: Date: Aug 20, 2006 5:00 AM Subject: [Ffmpeg-devel] [PATCH] plain malloc in output_example.c Originally committed as revision 6125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for information in CDXA formatAllan Sandfeld Jensen2006-08-29
| | | | | | | | | patch by Allan Sandfeld Jensen % kde A carewolf P com % Original thread: Date: Aug 18, 2006 6:33 PM Subject: [Ffmpeg-devel] CDXA in libavformat [patch] Originally committed as revision 6124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing file from commit r6122 (AVISynth support)Guillaume Poirier2006-08-29
| | | | Originally committed as revision 6123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-29
| | | | | | | | Original Thread: Date: Aug 16, 2006 11:45 PM Subject: [Ffmpeg-devel] [PATCH] AVISynth support Originally committed as revision 6122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster deblockLoren Merritt2006-08-29
| | | | Originally committed as revision 6121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs2006-08-28
| | | | Originally committed as revision 6120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as ↵Aurelien Jacobs2006-08-28
| | | | | | there was a typo in the define Originally committed as revision 6119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-28
| | | | Originally committed as revision 6118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-28
| | | | | | between different bitstream readers in different codecs Originally committed as revision 6117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix buffer handlingMichael Niedermayer2006-08-28
| | | | Originally committed as revision 6116 to svn://svn.ffmpeg.org/ffmpeg/trunk