summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* always skip garbage at end of atomBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move declaration to mov.hBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS ↵Wolfram Gloger2006-04-18
| | | | | | uni-muenchen PIS de> Originally committed as revision 5298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in rgb2rgb_template.cErik Auerswald2006-04-16
| | | | | | patch by Erik Auerswald <auerswal at unix-ag uni-kl de> Originally committed as revision 18111 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* typo in the gcc handmade regalloc triggerLuca Barbato2006-04-16
| | | | Originally committed as revision 5297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for intel mac. mp3lib is not fixed yet.Nicolas Plourde2006-04-15
| | | | Originally committed as revision 18105 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Add mphq2 admins.Diego Biurrun2006-04-15
| | | | Originally committed as revision 5296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.Diego Biurrun2006-04-15
| | | | | | based on patch by Marcus Engene, ffmpeg AATT engene DDOOTT se Originally committed as revision 5295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert Windows "warning" message.Diego Biurrun2006-04-15
| | | | Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix SIGSEGV in rv10-null-pointer-500k.rm.Wolfgang Scherer2006-04-15
| | | | | | patch by Wolfgang Scherer, Wolfgang__ . __Scherer__ @ __gmx__ . __de Originally committed as revision 5293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow passing CFLAGS through the environment on all platforms.Diego Biurrun2006-04-14
| | | | Originally committed as revision 5292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output cosmeticsDiego Biurrun2006-04-14
| | | | Originally committed as revision 5291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix "concealing 0 DC, 0 AC, 0 MV errors" bugMichael Niedermayer2006-04-14
| | | | Originally committed as revision 5290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean and simplify mov_write_packetBaptiste Coudurier2006-04-14
| | | | Originally committed as revision 5289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer2006-04-14
| | | | | | | | changes within 1 month after my warning so they are officially no longer experimental and we will gurantee decodeability of files encoded with the currenzt ffv1/ffvhuff in the future Originally committed as revision 5288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get avcC profile and level indication from sps (from handbrake)Baptiste Coudurier2006-04-14
| | | | Originally committed as revision 5287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write mdat in write_header avoid check in write_packetBaptiste Coudurier2006-04-13
| | | | Originally committed as revision 5286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable v4l2 is videodev2.h is not "sanitized"Luca Abeni2006-04-13
| | | | Originally committed as revision 5285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont write stss atom if keyframes onlyBaptiste Coudurier2006-04-11
| | | | Originally committed as revision 5284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decrease last_offset when ftyp is presentBaptiste Coudurier2006-04-10
| | | | Originally committed as revision 5283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix edts for tracks without b framesBaptiste Coudurier2006-04-10
| | | | Originally committed as revision 5282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net.Benjamin Larsson2006-04-10
| | | | Originally committed as revision 5281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic patch: fix indentation (broken by previous cropping / paddingLuca Abeni2006-04-10
| | | | | | patch) Originally committed as revision 5280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make cropping, padding, and rescaling independent (after this patch,Luca Abeni2006-04-10
| | | | | | the cropping / padding code in img_resample() is not needed anymore) Originally committed as revision 5279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-10
| | | | | | Moves padding code to imgconvert.c, and enables padding colorspaces != YUV420P. Originally committed as revision 5278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* signedness error caused broken decodingD Richard Felker III2006-04-09
| | | | Originally committed as revision 5277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l to loren. at least this fixes the compile error, but the code is still ↵D Richard Felker III2006-04-09
| | | | | | broken (decoding buggy/crashing) Originally committed as revision 5276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression tests to match changed output of AC3 encoderCorey Hickey2006-04-07
| | | | | | (ac3enc.c r1.30) Originally committed as revision 5275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing external declaration for kmvc codecRoberto Togni2006-04-07
| | | | Originally committed as revision 5274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-07
| | | | Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hadamard8_diff* enabled on linux/ppcLuca Barbato2006-04-07
| | | | Originally committed as revision 5272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorganize vector constants to work around gcc 4.1 bug:Alan Curry2006-04-06
| | | | | | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27006 This bug caused certain movies (444P or RGB/BGR-based) to become brighter and more purple when played on a YV12 vo. Originally committed as revision 18047 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fix demuxing of AVIs with pad streams.Kostya Shishkov2006-04-06
| | | | Originally committed as revision 5271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/Måns Rullgård2006-04-05
| | | | | | typo spotted by Brian Brice <bbrice at newtek com> Originally committed as revision 5270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gmc_mmx tweaksLoren Merritt2006-04-05
| | | | Originally committed as revision 5269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* little h.264 related hunk from diff between cvs and mobile hackerzMichael Niedermayer2006-04-04
| | | | Originally committed as revision 5268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the PSP rejects video with too high bitrates so lets claim they arent too ↵Michael Niedermayer2006-04-04
| | | | | | high ... Originally committed as revision 5267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce swscale interface in libavcodecLuca Abeni2006-04-04
| | | | Originally committed as revision 5266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx implementation of 3-point GMC. (5x faster than C)Loren Merritt2006-04-04
| | | | Originally committed as revision 5265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2x faster ff_mpeg4_set_direct_mvLoren Merritt2006-04-03
| | | | Originally committed as revision 5264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AC3: support encoding fractional frame sizesJustin Ruggles2006-04-03
| | | | | | Patch by Justin Ruggles, jruggle <<at>> earthlink <<dot>> net Originally committed as revision 5263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing DV-in-AVI type1 packet production bugRoman Shaposhnik2006-04-01
| | | | Originally committed as revision 5262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #define [U]INT32_{MIN,MAX} if missingMåns Rullgård2006-04-01
| | | | Originally committed as revision 5261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch simply adds demuxing support for AC-3 streams in DVB TSMåns Rullgård2006-04-01
| | | | | | | | | | | | files. In these streams AC-3 is given type 0x06 (private stream) and includes a descriptor with either tag 0x6A or 0x7A. The code already handles ATSC AC-3 which uses stream type 0x81. All the new patch does is look for any stream type 0x06 that has a descriptor with the proper tag (i.e. 0x6A or 0x7A) and if found forces it to be recognized as an AC-3 stream. From Andy Brown <abrown at daqtron com> Originally committed as revision 5260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memory leak on mpegts closeMåns Rullgård2006-04-01
| | | | | | found by Andy Brown <abrown at daqtron com> Originally committed as revision 5259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_xbits() optimizationMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless codeMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify loop a littleMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do UPDATE_CACHE only when needed (which should be VERY rare)Michael Niedermayer2006-03-31
| | | | Originally committed as revision 5254 to svn://svn.ffmpeg.org/ffmpeg/trunk