summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* stealing multbl trick from reimarMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stealing reimars XOR_BLOCKMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleakMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify sbox initMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aes support (unfinished)Michael Niedermayer2007-01-14
| | | | Originally committed as revision 7460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated internallyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable mjpeg in swfBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always export audiostreamsBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I will maintain swf.cBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always export videostreamsBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshotsMåns Rullgård2007-01-14
| | | | Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger2007-01-13
| | | | Originally committed as revision 7449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend mxf_resolve_strong_ref by a type parameter, to avoid modify somethingReimar Döffinger2007-01-13
| | | | | | that actually has a different type. Originally committed as revision 7448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix error message, it's package ref that can not be found, not track in this ↵Reimar Döffinger2007-01-13
| | | | | | case Originally committed as revision 7447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to uninstall a custom log callbackAxel Holzinger2007-01-13
| | | | | | | | | patch by Axel Holzinger % aholzinger A gmx P de % original thread: date: Jan 11, 2007 4:54 PM subject: [Ffmpeg-devel] [PATCH] uninstall custom log callback Originally committed as revision 7446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Segmentation fault fix when no video device is specified.Ramiro Polla2007-01-13
| | | | | | patch by Ramiro Polla % ramiro A lisha P ufsc P br % Originally committed as revision 7445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo pallete --> paletteDiego Biurrun2007-01-13
| | | | Originally committed as revision 21892 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typo: pallete --> paletteDiego Biurrun2007-01-13
| | | | Originally committed as revision 7444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy2007-01-13
| | | | | | patch by Christophe Mutricy, xtophe nxtelevision com Originally committed as revision 7443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some interlaced direct sanity checksMichael Niedermayer2007-01-13
| | | | Originally committed as revision 7442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace a few hardcoded numbers with their correct named onesMichael Niedermayer2007-01-13
| | | | Originally committed as revision 7441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 16 CABAC_BIT * 10l bug introduced in r6578Michael Niedermayer2007-01-13
| | | | Originally committed as revision 7440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()Luca Abeni2007-01-12
| | | | Originally committed as revision 21888 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add "support for both orderings of the slices (top->down / bottom->up)"Luca Abeni2007-01-12
| | | | | | (r15249) to sws_scale() too (until now, it only was in sws_scale_ordered()) Originally committed as revision 21887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-11
| | | | Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bail out immediately with software scaler instead of failing the tests.Diego Biurrun2007-01-10
| | | | Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a FIXME note about paths in pkgconfig files.Diego Biurrun2007-01-10
| | | | Originally committed as revision 7437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error when decoding failsBaptiste Coudurier2007-01-10
| | | | Originally committed as revision 7436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun2007-01-10
| | | | | | Theora support through libtheora in FFmpeg. Originally committed as revision 7435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add official VC1 fourccBaptiste Coudurier2007-01-10
| | | | Originally committed as revision 7434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier2007-01-09
| | | | Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change regression tests for swf, use same as flv, swf muxer only supports mp3Baptiste Coudurier2007-01-09
| | | | Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer2007-01-09
| | | | Originally committed as revision 7431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused av_frac_setBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* links to ARM optimization manualsGuillaume Poirier2007-01-07
| | | | Originally committed as revision 7425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing bit from commit r7423Guillaume Poirier2007-01-07
| | | | Originally committed as revision 7424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka2007-01-07
| | | | | | | | | | | | patch by Siarhei Siamashka % siarhei P siamashka A gmail P com % Original thread: Date: Jan 6, 2007 5:07 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) (try2) and Date: Jan 2, 2007 6:13 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) Originally committed as revision 7423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable bidirectional me with x264Robert Swain2007-01-07
| | | | | | patch by Robert Swain <robert =dot= swain =at= gmail =dot= com> Originally committed as revision 7422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-07
| | | | Originally committed as revision 7421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable threading support by default on all platforms, add individualRamiro Polla2007-01-07
| | | | | | | enabling options and hook this up in configure output. patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7420 to svn://svn.ffmpeg.org/ffmpeg/trunk