summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper GPL headers.Diego Biurrun2006-09-09
| | | | Originally committed as revision 6216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper GPL headers.Diego Biurrun2006-09-09
| | | | Originally committed as revision 19772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace informal GPL notice by official header.Diego Biurrun2006-09-09
| | | | Originally committed as revision 6215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix out of tree buildsMåns Rullgård2006-09-09
| | | | Originally committed as revision 6214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unneeded checks before av_free() and change to av_freep() where it's ↵Kostya Shishkov2006-09-09
| | | | | | more suitable. Originally committed as revision 6212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for BI-frames in Advanced ProfileKostya Shishkov2006-09-09
| | | | Originally committed as revision 6211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't print header bits by defaultKostya Shishkov2006-09-09
| | | | Originally committed as revision 6210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()Kostya Shishkov2006-09-09
| | | | | | as it's always true and reindent code inside by the way. Originally committed as revision 6209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* [Cosmetics] Remove some done TODOs/FIXMEs from commentsKostya Shishkov2006-09-09
| | | | Originally committed as revision 6208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper support for B/BI framesKostya Shishkov2006-09-09
| | | | Originally committed as revision 6207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPROBE_SCORE_MAX docMichael Niedermayer2006-09-09
| | | | Originally committed as revision 6206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-09
| | | | | | Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -lav* to the front of LDFLAGS, fixes linking on Linux.Panagiotis Issaris2006-09-08
| | | | | | patch by Panagiotis Issaris, takis.issaris uhasselt be Originally committed as revision 6204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFLIBS --> EXTRALIBSDiego Biurrun2006-09-08
| | | | Originally committed as revision 6203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless variable indirection.Diego Biurrun2006-09-08
| | | | Originally committed as revision 6202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyDiego Biurrun2006-09-08
| | | | Originally committed as revision 6201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFLIBDIRS --> LDFLAGSDiego Biurrun2006-09-08
| | | | Originally committed as revision 6200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove empty variable declaration.Diego Biurrun2006-09-08
| | | | Originally committed as revision 6199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun2006-09-08
| | | | Originally committed as revision 6198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enables AVOption for muxing.Panagiotis Issaris2006-09-08
| | | | | | | | | Patch by Takis Original thread: Date: Sep 8, 2006 10:58 AM Subject: [Ffmpeg-devel] [PATCH] Enable AVOption for muxers Originally committed as revision 6197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable setting the year and track number using AVOptionPanagiotis Issaris2006-09-08
| | | | | | | | | | Patch by Takis Original thread: Date: Sep 6, 2006 5:43 PM Subject: [Ffmpeg-devel] [PATCH] Enhance genre, year and track tag support Originally committed as revision 6196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes avformat_get_context_defaults() staticPanagiotis Issaris2006-09-08
| | | | | | | | | | | | when the next compatibility breaking change occurs, as suggested by Michael Niedermayer here: http://article.gmane.org/gmane.comp.video.ffmpeg.devel/36377 Patch by Takis Original thread: Date: Sep 8, 2006 11:19 AM Subject: [Ffmpeg-devel] [PATCH] Make avformat_get_context_defaults static Originally committed as revision 6195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print more correct error messgesMichael Niedermayer2006-09-08
| | | | Originally committed as revision 6194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun2006-09-07
| | | | Originally committed as revision 6193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move required libs after the object file for the shared lib compilation.Diego Biurrun2006-09-07
| | | | | | Fixes Cygwin build as reported by Victor Paesa. Originally committed as revision 6192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sound of SampleVideo.mov (mp2 in mov)Michael Niedermayer2006-09-07
| | | | Originally committed as revision 6191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to get the the track number in the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-07
| | | | | | | | | 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
* Allow to store the the track number though the IPRT (part) tag in AVI.Panagiotis Issaris2006-09-07
| | | | | | | | | 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
* Remove unused defines, patch by takis P issaris A uhasselt P bePanagiotis Issaris2006-09-07
| | | | | | | | 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
* adds support for setting that album tag.Panagiotis Issaris2006-09-07
| | | | | | | | | 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
* Better tag support:Panagiotis Issaris2006-09-07
| | | | | | | | | | | - 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
* Handle the rest of known blocks (by skipping them)Kostya Shishkov2006-09-07
| | | | Originally committed as revision 6185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tests for overreading input dataKostya Shishkov2006-09-07
| | | | Originally committed as revision 6184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cursor drawing supportKostya Shishkov2006-09-07
| | | | Originally committed as revision 6183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri2006-09-07
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun2006-09-06
| | | | Originally committed as revision 19709 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Switch license from GPL to LGPL. The original author agreed to this asDiego Biurrun2006-09-06
| | | | | | stated in the commit message adding this file. Originally committed as revision 6181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow RGB Raw encodingJavier Garcia2006-09-06
| | | | | | | | | 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
* Fall back on grepping for the revision number if no svn client is installed.Michel Bardiaux2006-09-05
| | | | | | patch by Michel Bardiaux, mbardiaux mediaxim be Originally committed as revision 6179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix buffer handling for stereo mace files, fixes some random sig11Alan Curry2006-09-05
| | | | | | Patch by Alan Curry !<! pacman !@! TheWorld !.! com !>! Originally committed as revision 6178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore index parameter to ignore the ODML index in aviMichael Niedermayer2006-09-05
| | | | Originally committed as revision 6177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* second pass encoding changes:Corey Hickey2006-09-05
| | | | | | | | | | - 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
* Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg.Diego Biurrun2006-09-05
| | | | | | Clean up the outdated URLs in the header. Originally committed as revision 6175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MONster is no longuer shipped with CHUD, as it's been superseeded by SharkGuillaume Poirier2006-09-05
| | | | Originally committed as revision 6174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to handle all chunks, previous scheme was not correct.Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle raw blocks correctly (both updating pointer and storing to memory)Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems the output of that code is never usedMichael Niedermayer2006-09-04
| | | | Originally committed as revision 6170 to svn://svn.ffmpeg.org/ffmpeg/trunk