source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @97e3458c   18 years michaelni cbc support Originally committed as revision 7550 to …
(edit) @2d3475ae   18 years michaelni avoid memcpy() Originally committed as revision 7549 to …
(edit) @7465619a   18 years michaelni give crypt a src and dst same speed, 100bytes larger object file …
(edit) @b18e5c03   18 years Reimar.Doeffinger Avoid calling decode_slice when context_initialized is not set. Avoids …
(edit) @b0642c74   18 years michaelni change subshift a little, this reduces the object size a litlle …
(edit) @298dd6b7   18 years michaelni use 2 state arrays so that fewer temporary variables are needed …
(edit) @cc6b4da8   18 years michaelni remove useless parameter Originally committed as revision 7544 to …
(edit) @14bc3849   18 years michaelni unused variable Originally committed as revision 7543 to …
(edit) @d3af6f3f   18 years diego Remove outdated Linux section. Originally committed as revision 7542 …
(edit) @429088dc   18 years baptiste.coudurier add msrle fourcc, quicktime_bmp.mov Originally committed as revision …
(edit) @69d987a6   18 years baptiste.coudurier add png fourcc Originally committed as revision 7540 to …
(edit) @b086d4f   18 years michaelni fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv Originally …
(edit) @0e066acb   18 years michaelni fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and …
(edit) @c33fc0a5   18 years michaelni fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi
(edit) @e22f2aaf   18 years mans check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz …
(edit) @20be72c8   18 years mans save/restore number of streams Originally committed as revision 7535 …
(edit) @1aa72a70   18 years michaelni merge shift into mix this need -fno-strict-aliasing to work (needs to …
(edit) @1f83576b   18 years michaelni make aes_en/decrypt() static until we decided on the public API …
(edit) @9e32e071   18 years diego Revert broken removal of variable indirection. Originally committed …
(edit) @e950141a   18 years Roman R. * Fixing a bug with incorrect bits set in AAUX source pack * Making …
(edit) @16ab894e   18 years diego spelling, formatting Originally committed as revision 7530 to …
(edit) @0d80bd2f   18 years michaelni move #include log.h into the selftesting code where it belongs …
(edit) @6572e1a4   18 years michaelni remove dependancy on *malloc() Originally committed as revision 7528 …
(edit) @347c2798   18 years michaelni check the last? entry written for detecting already initalized tables …
(edit) @975c88e3   18 years baptiste.coudurier cosmetics, function -> metadata Originally committed as revision 7526 …
(edit) @96b10308   18 years michaelni replace / by >> this makes the .o ~150 bytes smaller Originally …
(edit) @e42244e   18 years michaelni cosmetic Originally committed as revision 7524 to …
(edit) @7ef60502   18 years diego Remove leftover variable. Originally committed as revision 7523 to …
(edit) @7507022d   18 years diego Remove unnecessary variable indirection. Originally committed as …
(edit) @f32f5122   18 years michaelni av_aes_init() Originally committed as revision 7521 to …
(edit) @6287dc9a   18 years michaelni the missing header ... Originally committed as revision 7520 to …
(edit) @45ddd8b0   18 years mans merge fragmented mpeg4adv section in regression.sh Originally …
(edit) @ac66834c   18 years michaelni avcodec_decode_audio2() difference to avcodec_decode_audio() is that …
(edit) @aeeb0cac   18 years diego 100l: Fix damage from a buggy emacs macro. Originally committed as …
(edit) @d8b3576d   18 years baptiste.coudurier remove useless essence container data sets for now Originally …
(edit) @8b621afb   18 years baptiste.coudurier remove useless preface parsing for now, will reintroduce it if needed …
(edit) @0fc3a831   18 years diego Merge redundant comments. Originally committed as revision 7514 to …
(edit) @e6837cfa   18 years baptiste.coudurier merge multiple descriptor parsing with generic one Originally …
(edit) @8deb894f   18 years diego Add two more variables for temporary files. Originally committed as …
(edit) @d9c211ee   18 years diego comment grammar fixes Originally committed as revision 7511 to …
(edit) @4785c01   18 years michaelni er and strict also apply to audio theoretically Originally committed …
(edit) @9bdeba37   18 years baptiste.coudurier remove warning, key is const Originally committed as revision 7509 to …
(edit) @55de95b9   18 years baptiste.coudurier indention Originally committed as revision 7508 to …
(edit) @33bddcdc   18 years baptiste.coudurier follow michael suggestion and simplify code at object level …
(edit) @62181004   18 years gpoirier makes the filename member of the URLContext a pointer, so that the …
(edit) @fb2b4fc5   18 years gpoirier add support for HTTP seeking patch by Ronald S. Bultje % rbultje A …
(edit) @597e323   18 years michaelni simplify Originally committed as revision 7504 to …
(edit) @7200f5d0   18 years michaelni simplify multiply table init Originally committed as revision 7503 to …
(edit) @86074ce3   18 years Reimar.Doeffinger Make seeking work in files that contain encrypted tracks. Originally …
(edit) @d65dc0cd   18 years michaelni simplify selftest Originally committed as revision 7501 to …
(edit) @f25b650a   18 years michaelni revert simplification (broke 192 bit keys) Originally committed as …
(edit) @8d4ae47c   18 years michaelni simplify Originally committed as revision 7499 to …
(edit) @1b105243   18 years michaelni fix 2 warnings Originally committed as revision 7498 to …
(edit) @034f5fba   18 years michaelni seems i didnt copy anything from aes128.c so this should be more …
(edit) @c2fd2b20   18 years michaelni unneeded Originally committed as revision 7496 to …
(edit) @a6e923c9   18 years michaelni unused think Originally committed as revision 7495 to …
(edit) @0c5d2819   18 years michaelni merge encrypt and decrypt so the source is simpler and the compiler …
(edit) @28b51235   18 years michaelni indent Originally committed as revision 7493 to …
(edit) @954bd264   18 years michaelni remove duplicate round_key one context is now either for encoding or …
(edit) @54b78b24   18 years michaelni make decode look more like encode Originally committed as revision …
(edit) @cc858970   18 years michaelni dont use encode tables for decoding Originally committed as revision …
(edit) @73374bf4   18 years michaelni remove no longer corret comment Originally committed as revision 7489 …
(edit) @179dc911   18 years michaelni unused stuff removial Originally committed as revision 7488 to …
(edit) @f12cf3d2   18 years michaelni merge inv_sbox into inv_mix Originally committed as revision 7487 to …
(edit) @ae557450   18 years Aurélien Jacobs cosmetics: reindent Originally committed as revision 7486 to …
(edit) @0458e790   18 years michaelni merge sbox with mix on the encryption side add one more test vector …
(edit) @dd9b8635   18 years Aurélien Jacobs add support for another variant of vp6 with block coeffs coded …
(edit) @2592438d   18 years michaelni 1 test vector Originally committed as revision 7483 to …
(edit) @95d1236b   18 years michaelni fix CONFIG_SMALL case Originally committed as revision 7482 to …
(edit) @388b5e69   18 years michaelni simplify special round Originally committed as revision 7481 to …
(edit) @cf5773e9   18 years michaelni benchmark Originally committed as revision 7480 to …
(edit) @ff8f6594   18 years michaelni init multbl code can now decrypt its own encryption correctly can …
(edit) @b58ecac6   18 years michaelni ascii Originally committed as revision 7478 to …
(edit) @a5ee04c3   18 years Reimar.Doeffinger Buffer for get_bits must be padded because readers may overread. …
(edit) @d1886912   18 years Reimar.Doeffinger 10l, > vs. >= typo, caused crashes on last mpc frame Originally …
(edit) @1fe68f0e   18 years Reimar.Doeffinger Simplify klv_decode_ber_length Originally committed as revision 7475 …
(edit) @28221dd0   18 years Reimar.Doeffinger 128bit-only AES implementation under development. Originally …
(edit) @3439dc95   18 years baptiste.coudurier seek back at the end of file after updating header Originally …
(edit) @b1e5c294   18 years michaelni cosmetic Originally committed as revision 7472 to …
(edit) @ba554c0   18 years michaelni simplify round_key generation by writing over the end but ensuring …
(edit) @84c72fb1   18 years michaelni cosmetics Originally committed as revision 7470 to …
(edit) @7acc1a27   18 years michaelni memcpy Originally committed as revision 7469 to …
(edit) @1070eba2   18 years michaelni seems the larger rcon values are never accessed Originally committed …
(edit) @12d6a1c8   18 years michaelni copyright fix Originally committed as revision 7467 to …
(edit) @cd0968c4   18 years michaelni stealing multbl trick from reimar Originally committed as revision …
(edit) @8f36d4ba   18 years baptiste.coudurier simplify Originally committed as revision 7465 to …
(edit) @e8fc9313   18 years michaelni stealing reimars XOR_BLOCK Originally committed as revision 7464 to …
(edit) @d43a2975   18 years michaelni cosmetic Originally committed as revision 7463 to …
(edit) @eade86e2   18 years michaelni memleak Originally committed as revision 7462 to …
(edit) @2c3427eb   18 years michaelni simplify sbox init Originally committed as revision 7461 to …
(edit) @3306dfd5   18 years michaelni aes support (unfinished) Originally committed as revision 7460 to …
(edit) @2ab573cd   18 years baptiste.coudurier priv_data is allocated internally Originally committed as revision …
(edit) @a0dc1cc   18 years baptiste.coudurier enable mjpeg in swf Originally committed as revision 7458 to …
(edit) @655254f0   18 years baptiste.coudurier simplify Originally committed as revision 7457 to …
(edit) @5b1e5dc   18 years baptiste.coudurier swf can contain only one audio track, simplify Originally committed …
(edit) @432cef76   18 years baptiste.coudurier use ch_id as AVStream id and simplify Originally committed as …
(edit) @ec54839a   18 years baptiste.coudurier always export audiostreams Originally committed as revision 7454 to …
(edit) @69566e43   18 years baptiste.coudurier I will maintain swf.c Originally committed as revision 7453 to …
(edit) @b4bcf810   18 years baptiste.coudurier always export videostreams Originally committed as revision 7452 to …
(edit) @6ac558ee   18 years baptiste.coudurier AnyType is needed, descriptor_ref can reference Descriptor or …
Note: See TracRevisionLog for help on using the revision log.