Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-08Move required libs after the object file for the shared lib compilation.Diego Biurrun
Fixes Cygwin build as reported by Victor Paesa. Originally committed as revision 6192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-08fix sound of SampleVideo.mov (mp2 in mov)Michael Niedermayer
Originally committed as revision 6191 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris
Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 6, 2006 6:00 PM Subject: [Ffmpeg-devel] [PATCH] Enable track tag in AVI Originally committed as revision 6190 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07Allow to store the the track number though the IPRT (part) tag in AVI.Panagiotis Issaris
Patch by Panagiotis Issaris % takis P issaris A uhasselt P be% Original thread: Date: Sep 6, 2006 6:00 PM Subject: [Ffmpeg-devel] [PATCH] Enable track tag in AVI Originally committed as revision 6189 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07Remove unused defines, patch by takis P issaris A uhasselt P bePanagiotis Issaris
Original thread: Re: [Ffmpeg-devel] [PATCH] Remove unused internal macros Sep 7 2006, 14:05 Originally committed as revision 6188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07adds support for setting that album tag.Panagiotis Issaris
Patch by takis P issaris A uhasselt P be Original thread: [PATCH] Allow setting album tag Date: Sept 06 2006 16:39 Originally committed as revision 6187 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07Better tag support:Panagiotis Issaris
- Make ffplay show comments and copyright info besides the current track, title, author, album, year and genre. - Makes the AVI demuxer parse the album name stores in the IPRD tag by the AVI muxer. Patch by takis P issaris A uhasselt P be Original thread: [Ffmpeg-devel] [PATCH] Better tag support Date: 09/06/06 16:58 Originally committed as revision 6186 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07Handle the rest of known blocks (by skipping them)Kostya Shishkov
Originally committed as revision 6185 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07Tests for overreading input dataKostya Shishkov
Originally committed as revision 6184 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07Cursor drawing supportKostya Shishkov
Originally committed as revision 6183 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-07Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri
patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6182 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-06Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun
Originally committed as revision 19709 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2006-09-06Switch license from GPL to LGPL. The original author agreed to this asDiego Biurrun
stated in the commit message adding this file. Originally committed as revision 6181 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-06Allow RGB Raw encodingJavier Garcia
Patch by Javier garcia % garcofra A hotmail P com % Original thread: Date: Aug 30, 2006 1:49 PM Subject: [Ffmpeg-devel] [PATCH] RGB Raw ecoding Originally committed as revision 6180 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-06Fall back on grepping for the revision number if no svn client is installed.Michel Bardiaux
patch by Michel Bardiaux, mbardiaux mediaxim be Originally committed as revision 6179 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-06Fix buffer handling for stereo mace files, fixes some random sig11Alan Curry
Patch by Alan Curry !<! pacman !@! TheWorld !.! com !>! Originally committed as revision 6178 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05ignore index parameter to ignore the ODML index in aviMichael Niedermayer
Originally committed as revision 6177 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05second pass encoding changes:Corey Hickey
- warn rather than fail when specified bitrate need not be used - fail with a useful message when specified bitrate is too low - print potentially useful information if verbose patch based mostly on suggestions from Michael Niedermayer and Loren Merritt Originally committed as revision 6176 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg.Diego Biurrun
Clean up the outdated URLs in the header. Originally committed as revision 6175 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05MONster is no longuer shipped with CHUD, as it's been superseeded by SharkGuillaume Poirier
Originally committed as revision 6174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05Try to handle all chunks, previous scheme was not correct.Kostya Shishkov
Originally committed as revision 6173 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05Handle raw blocks correctly (both updating pointer and storing to memory)Kostya Shishkov
Originally committed as revision 6172 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05VMware Video decoder (fourcc: VMnc)Kostya Shishkov
Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05seems the output of that code is never usedMichael Niedermayer
Originally committed as revision 6170 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04inline align_get_bits()Måns Rullgård
Originally committed as revision 6169 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04error message spelling typoCorey Hickey
Originally committed as revision 6168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04move track timescale/sampleDuration init to write_header and return error if ↵Baptiste Coudurier
not set Originally committed as revision 6167 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ↵Michel Bardiaux
mediaxim P be % Original thread: Date: Aug 30, 2006 4:54 PM Subject: [Ffmpeg-devel] [PATCH] Clarified API for numbered sequences Originally committed as revision 6166 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04Add sws_getCachedContext(), which checks if context is valid or reallocs a ↵Víctor Paesa
new one instead. Patch by Victor Paesa <wzrlpy@arsystel.com> Original thread: Date: Aug 31, 2006 7:15 PM Subject: [Ffmpeg-devel] [PATCH] Add sws_getCachedContext() to swscale library Originally committed as revision 19667 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2006-09-04Exchange informal GPL notice by official license header.Diego Biurrun
Originally committed as revision 6165 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04Exchange informal LGPL notice by official license header.Diego Biurrun
Originally committed as revision 6164 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov
Originally committed as revision 6163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)Kostya Shishkov
Originally committed as revision 6162 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04 * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik
[ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04The license of this file is LGPL, as clarified by Fabrice.Diego Biurrun
Originally committed as revision 6160 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-03port ppm vhook to swscalerVíctor Paesa
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
2006-09-03Switch license from GPL to LGPL, this file originates from libdv, whichDiego Biurrun
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
2006-09-03Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun
to a README we don't include. Originally committed as revision 6157 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-03Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. ↵Justin Ruggles
The other fixes an issue with floorcod=7. Originally committed as revision 6156 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-03Add license from zlib.h instead of referring to it.Diego Biurrun
Originally committed as revision 6155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-03AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ↵Kostya Shishkov
version of put_h264_chroma_pixels_tab[0]) Originally committed as revision 6154 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-03remove redundant declarationsMåns Rullgård
Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-02Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov
Originally committed as revision 6152 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-02Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tabKostya Shishkov
Originally committed as revision 6151 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-02New function for chroma MC (will be used in VC-1)Kostya Shishkov
Originally committed as revision 6150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-02snow cosmetics: merge the sliced and non-sliced versions of add_yblockLoren Merritt
Originally committed as revision 6149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-02fix snow 1pass rc: the qlog used and the one written to the bitstream ↵Loren Merritt
weren't always the same. Originally committed as revision 6148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31Align the input buffer in ffplay, introduce a public macro for aligned ↵Luca Barbato
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
2006-08-31Remove superfluous variable setting, the script will exit anyway.Diego Biurrun
Originally committed as revision 6146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31The fail test needs to be outside of the GPL test, it's referenced elsewhere.Ramiro Polla
patch by Ramiro Polla, angustia (at) arrozcru (dot) no-ip (dot) org Originally committed as revision 6145 to svn://svn.ffmpeg.org/ffmpeg/trunk