summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* add support for another variant of vp6Aurelien Jacobs2007-01-14
| | | | | | with block coeffs coded separatly from other parts of the frame Originally committed as revision 7484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 test vectorMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix CONFIG_SMALL caseMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify special roundMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* benchmarkMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init multblMichael Niedermayer2007-01-14
| | | | | | | code can now decrypt its own encryption correctly can anyone provide me with a correct test AES key + cyphertext + plaintext? Originally committed as revision 7479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asciiMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Buffer for get_bits must be padded because readers may overread.Reimar Döffinger2007-01-14
| | | | Originally committed as revision 7477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger2007-01-14
| | | | Originally committed as revision 7476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify klv_decode_ber_lengthReimar Döffinger2007-01-14
| | | | Originally committed as revision 7475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 128bit-only AES implementation under development.Reimar Döffinger2007-01-14
| | | | Originally committed as revision 7474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify round_key generation by writing over the end but ensuring that ↵Michael Niedermayer2007-01-14
| | | | | | theres some irrelevant stuff afterwards Originally committed as revision 7471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memcpyMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems the larger rcon values are never accessedMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright fixMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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