summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* merge shift into mixMichael Niedermayer2007-01-15
| | | | | | this need -fno-strict-aliasing to work (needs to be fixed of course) Originally committed as revision 7534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make aes_en/decrypt() static until we decided on the public APIMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert broken removal of variable indirection.Diego Biurrun2007-01-15
| | | | Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
| | | | | | | * Making DV codec release a buffer on exit * Flagging accepted pix_fmts for DV encoder Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling, formattingDiego Biurrun2007-01-15
| | | | Originally committed as revision 7530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move #include log.h into the selftesting code where it belongsMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dependancy on *malloc()Michael Niedermayer2007-01-15
| | | | Originally committed as revision 7528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check the last? entry written for detecting already initalized tablesMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, function -> metadataBaptiste Coudurier2007-01-15
| | | | Originally committed as revision 7526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace / by >> this makes the .o ~150 bytes smallerMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-15
| | | | Originally committed as revision 7524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove leftover variable.Diego Biurrun2007-01-15
| | | | Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary variable indirection.Diego Biurrun2007-01-15
| | | | Originally committed as revision 7522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_aes_init()Michael Niedermayer2007-01-15
| | | | Originally committed as revision 7521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the missing header ...Michael Niedermayer2007-01-15
| | | | Originally committed as revision 7520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge fragmented mpeg4adv section in regression.shMåns Rullgård2007-01-14
| | | | Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_decode_audio2()Michael Niedermayer2007-01-14
| | | | | | difference to avcodec_decode_audio() is that the user can pass the allocated size of the output buffer to the decoder and the decoder can check if theres enough space Originally committed as revision 7518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: Fix damage from a buggy emacs macro.Diego Biurrun2007-01-14
| | | | Originally committed as revision 7517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless essence container data sets for nowBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless preface parsing for now, will reintroduce it if neededBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge redundant comments.Diego Biurrun2007-01-14
| | | | Originally committed as revision 7514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge multiple descriptor parsing with generic oneBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add two more variables for temporary files.Diego Biurrun2007-01-14
| | | | Originally committed as revision 7512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment grammar fixesDiego Biurrun2007-01-14
| | | | Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* er and strict also apply to audio theoreticallyMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove warning, key is constBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* follow michael suggestion and simplify code at object levelBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-14
| | | | | | | | | | structure can be extended in the future without breaking ABI. patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net % Original thread: Date: Jan 1, 2007 6:01 PM Subject: [Ffmpeg-devel] make URLContext->filename a pointer Originally committed as revision 7506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for HTTP seekingRonald S. Bultje2007-01-14
| | | | | | | | | patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net % Original thread: Date: Jan 4, 2007 5:42 AM Subject: [Ffmpeg-devel] [PATCH/RFC] http seeking Originally committed as revision 7505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify multiply table initMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make seeking work in files that contain encrypted tracks.Reimar Döffinger2007-01-14
| | | | Originally committed as revision 7502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify selftestMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert simplification (broke 192 bit keys)Michael Niedermayer2007-01-14
| | | | Originally committed as revision 7500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 2 warningsMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems i didnt copy anything from aes128.c so this should be more correct ?Michael Niedermayer2007-01-14
| | | | Originally committed as revision 7497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unneededMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused thinkMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge encrypt and decrypt so the source is simpler and the compiler can ↵Michael Niedermayer2007-01-14
| | | | | | choose with inlining if it wants speed or small size Originally committed as revision 7494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate round_keyMichael Niedermayer2007-01-14
| | | | | | one context is now either for encoding or decoding (makes more sense in reality too) Originally committed as revision 7492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make decode look more like encodeMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use encode tables for decodingMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no longer corret commentMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused stuff removialMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge inv_sbox into inv_mixMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindentAurelien Jacobs2007-01-14
| | | | Originally committed as revision 7486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge sbox with mix on the encryption sideMichael Niedermayer2007-01-14
| | | | | | | | add one more test vector yes this needs a cleanup ... Originally committed as revision 7485 to svn://svn.ffmpeg.org/ffmpeg/trunk