summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-12
| | | | Originally committed as revision 6236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-12
| | | | Originally committed as revision 6235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix edge emulation for bicubic MC in B framesKostya Shishkov2006-09-12
| | | | Originally committed as revision 6234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov2006-09-12
| | | | Originally committed as revision 6233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a VP6F fourcc for apps which rely on fourccAurelien Jacobs2006-09-12
| | | | Originally committed as revision 6232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs2006-09-11
| | | | Originally committed as revision 6231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround for files, mainly d-cinema, with 0 sized tags especially UMID in ↵Baptiste Coudurier2006-09-11
| | | | | | source clip, 377M B.10,13 clearly mentions that this is non standard though Originally committed as revision 6230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove nonexistent option -hq from the documentation.Panagiotis Issaris2006-09-10
| | | | | | patch by Panagiotis Issaris, takis.issaris uhasselt be Originally committed as revision 6229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* armv5 optimizationsSiarhei Siamashka2006-09-10
| | | | | | patch by Siarhei Siamashka siarhei.siamashka at gmail com Originally committed as revision 6228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10
| | | | | | | | | Patch by Takis Original thread: Date: Sep 8, 2006 3:26 PM Subject: [Ffmpeg-devel] [PATCH 2/2] Use and set sane AVOption defaults Originally committed as revision 6227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-10
| | | | Originally committed as revision 6226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow ffmpeg to read mp3s beginning with partial framesAndreas Öman2006-09-10
| | | | | | | | | Patch by Andreas Oman andreas A olebyn P nu Original thread: Date: Sep 10, 2006 7:26 AM Subject: Re: [Ffmpeg-devel] [PATCH] allow ffmpeg to read mp3s beginning with partial frames Originally committed as revision 6225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fprintf/perror --> av_logGustavo Sverzut Barbieri2006-09-10
| | | | | | patch by Gustavo Sverzut Barbieri, barbieri gmail com Originally committed as revision 6222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato2006-09-10
| | | | Originally committed as revision 6221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add our -L flags before any other linker flagsMåns Rullgård2006-09-10
| | | | Originally committed as revision 6220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable B-frames decoding until they produce correct pictureKostya Shishkov2006-09-10
| | | | Originally committed as revision 6218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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