|
|
|
@e2158da8
|
18 years |
takis.issaris |
Change the Snow encoder to always use the available MotionEstContext …
|
|
|
@2a048239
|
18 years |
diego |
Add/update some comments.
Originally committed as revision 7578 to …
|
|
|
@7dc0c991
|
18 years |
diego |
Rename do_libav var so as not to clash with the do_libav function on …
|
|
|
@50b44685
|
18 years |
michaelni |
change while loops to do-while as the condition is true the first time …
|
|
|
@4497712f
|
18 years |
michaelni |
simpler branch structure in init (16 bytes smaller object file)
…
|
|
|
@be65b41f
|
18 years |
michaelni |
doxygenize
Originally committed as revision 7574 to …
|
|
|
@3da97cf
|
18 years |
michaelni |
avoid code duplication
Originally committed as revision 7573 to …
|
|
|
@0726982c
|
18 years |
michaelni |
better to set things to NULL instead of random in case of out of mem
…
|
|
|
@96e39edc
|
18 years |
michaelni |
simplify av_fifo_realloc()
Originally committed as revision 7571 to …
|
|
|
@765d4f3b
|
18 years |
michaelni |
remove near duplicate function
Originally committed as revision 7570 …
|
|
|
@870a12d1
|
18 years |
michaelni |
simplify
Originally committed as revision 7569 to …
|
|
|
@f81b99b8
|
18 years |
michaelni |
simplify
Originally committed as revision 7568 to …
|
|
|
@80036204
|
18 years |
michaelni |
simplify
Originally committed as revision 7567 to …
|
|
|
@79acfb0e
|
18 years |
lu_zero |
Avoid branches in the loop and solve a gcc warning
Originally …
|
|
|
@b90ba24b
|
18 years |
michaelni |
simplify pts/dts reading
Originally committed as revision 7565 to …
|
|
|
@6845801f
|
18 years |
lu_zero |
Cosmetics
Originally committed as revision 7564 to …
|
|
|
@75a9fbb9
|
18 years |
michaelni |
cosmetic
Originally committed as revision 7563 to …
|
|
|
@7e4709b1
|
18 years |
michaelni |
reduce len checks, simplifies code
there is a very small chance that a …
|
|
|
@04675319
|
18 years |
takis.issaris |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and …
|
|
|
@e56cfad
|
18 years |
michaelni |
seperate redo (we dont handle this possibly valid packet) from …
|
|
|
@ca2560d
|
18 years |
michaelni |
10l (aes_crypt -> av_aes_crypt)
Originally committed as revision 7559 …
|
|
|
@d9319cce
|
18 years |
michaelni |
set data_size to 0 so that in case we return without setting it …
|
|
|
@b82d0bfe
|
18 years |
mans |
update swf regression checksum
Originally committed as revision 7557 …
|
|
|
@db69c2e5
|
18 years |
diego |
Make nb_streams unsigned to avoid an ugly cast.
Originally committed …
|
|
|
@a02142a5
|
18 years |
lu_zero |
fix a gcc warning, avoid an unnecessary operation
Originally …
|
|
|
@97f6d15
|
18 years |
michaelni |
fix CONFIG_SMALL again
Originally committed as revision 7554 to …
|
|
|
@5d1b5393
|
18 years |
michaelni |
30byte smaller object file
Originally committed as revision 7553 to …
|
|
|
@519773e3
|
18 years |
michaelni |
10l typo
Originally committed as revision 7552 to …
|
|
|
@6eb7df5c
|
18 years |
michaelni |
public API
Originally committed as revision 7551 to …
|
|
|
@97e3458c
|
18 years |
michaelni |
cbc support
Originally committed as revision 7550 to …
|
|
|
@2d3475ae
|
18 years |
michaelni |
avoid memcpy()
Originally committed as revision 7549 to …
|
|
|
@7465619a
|
18 years |
michaelni |
give crypt a src and dst
same speed, 100bytes larger object file
…
|
|
|
@b18e5c03
|
18 years |
Reimar.Doeffinger |
Avoid calling decode_slice when context_initialized is not set.
Avoids …
|
|
|
@b0642c74
|
18 years |
michaelni |
change subshift a little, this reduces the object size a litlle
…
|
|
|
@298dd6b7
|
18 years |
michaelni |
use 2 state arrays so that fewer temporary variables are needed
…
|
|
|
@cc6b4da8
|
18 years |
michaelni |
remove useless parameter
Originally committed as revision 7544 to …
|
|
|
@14bc3849
|
18 years |
michaelni |
unused variable
Originally committed as revision 7543 to …
|
|
|
@d3af6f3f
|
18 years |
diego |
Remove outdated Linux section.
Originally committed as revision 7542 …
|
|
|
@429088dc
|
18 years |
baptiste.coudurier |
add msrle fourcc, quicktime_bmp.mov
Originally committed as revision …
|
|
|
@69d987a6
|
18 years |
baptiste.coudurier |
add png fourcc
Originally committed as revision 7540 to …
|
|
|
@b086d4f
|
18 years |
michaelni |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv
Originally …
|
|
|
@0e066acb
|
18 years |
michaelni |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and …
|
|
|
@c33fc0a5
|
18 years |
michaelni |
fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi
…
|
|
|
@e22f2aaf
|
18 years |
mans |
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz …
|
|
|
@20be72c8
|
18 years |
mans |
save/restore number of streams
Originally committed as revision 7535 …
|
|
|
@1aa72a70
|
18 years |
michaelni |
merge shift into mix
this need -fno-strict-aliasing to work (needs to …
|
|
|
@1f83576b
|
18 years |
michaelni |
make aes_en/decrypt() static until we decided on the public API
…
|
|
|
@9e32e071
|
18 years |
diego |
Revert broken removal of variable indirection.
Originally committed …
|
|
|
@e950141a
|
18 years |
Roman R. |
* Fixing a bug with incorrect bits set in AAUX source pack
* Making …
|
|
|
@16ab894e
|
18 years |
diego |
spelling, formatting
Originally committed as revision 7530 to …
|
|
|
@0d80bd2f
|
18 years |
michaelni |
move #include log.h into the selftesting code where it belongs
…
|
|
|
@6572e1a4
|
18 years |
michaelni |
remove dependancy on *malloc()
Originally committed as revision 7528 …
|
|
|
@347c2798
|
18 years |
michaelni |
check the last? entry written for detecting already initalized tables
…
|
|
|
@975c88e3
|
18 years |
baptiste.coudurier |
cosmetics, function -> metadata
Originally committed as revision 7526 …
|
|
|
@96b10308
|
18 years |
michaelni |
replace / by >> this makes the .o ~150 bytes smaller
Originally …
|
|
|
@e42244e
|
18 years |
michaelni |
cosmetic
Originally committed as revision 7524 to …
|
|
|
@7ef60502
|
18 years |
diego |
Remove leftover variable.
Originally committed as revision 7523 to …
|
|
|
@7507022d
|
18 years |
diego |
Remove unnecessary variable indirection.
Originally committed as …
|
|
|
@f32f5122
|
18 years |
michaelni |
av_aes_init()
Originally committed as revision 7521 to …
|
|
|
@6287dc9a
|
18 years |
michaelni |
the missing header ...
Originally committed as revision 7520 to …
|
|
|
@45ddd8b0
|
18 years |
mans |
merge fragmented mpeg4adv section in regression.sh
Originally …
|
|
|
@ac66834c
|
18 years |
michaelni |
avcodec_decode_audio2()
difference to avcodec_decode_audio() is that …
|
|
|
@aeeb0cac
|
18 years |
diego |
100l: Fix damage from a buggy emacs macro.
Originally committed as …
|
|
|
@d8b3576d
|
18 years |
baptiste.coudurier |
remove useless essence container data sets for now
Originally …
|
|
|
@8b621afb
|
18 years |
baptiste.coudurier |
remove useless preface parsing for now, will reintroduce it if needed
…
|
|
|
@0fc3a831
|
18 years |
diego |
Merge redundant comments.
Originally committed as revision 7514 to …
|
|
|
@e6837cfa
|
18 years |
baptiste.coudurier |
merge multiple descriptor parsing with generic one
Originally …
|
|
|
@8deb894f
|
18 years |
diego |
Add two more variables for temporary files.
Originally committed as …
|
|
|
@d9c211ee
|
18 years |
diego |
comment grammar fixes
Originally committed as revision 7511 to …
|
|
|
@4785c01
|
18 years |
michaelni |
er and strict also apply to audio theoretically
Originally committed …
|
|
|
@9bdeba37
|
18 years |
baptiste.coudurier |
remove warning, key is const
Originally committed as revision 7509 to …
|
|
|
@55de95b9
|
18 years |
baptiste.coudurier |
indention
Originally committed as revision 7508 to …
|
|
|
@33bddcdc
|
18 years |
baptiste.coudurier |
follow michael suggestion and simplify code at object level
…
|
|
|
@62181004
|
18 years |
gpoirier |
makes the filename member of the URLContext a pointer, so that the …
|
|
|
@fb2b4fc5
|
18 years |
gpoirier |
add support for HTTP seeking
patch by Ronald S. Bultje % rbultje A …
|
|
|
@597e323
|
18 years |
michaelni |
simplify
Originally committed as revision 7504 to …
|
|
|
@7200f5d0
|
18 years |
michaelni |
simplify multiply table init
Originally committed as revision 7503 to …
|
|
|
@86074ce3
|
18 years |
Reimar.Doeffinger |
Make seeking work in files that contain encrypted tracks.
Originally …
|
|
|
@d65dc0cd
|
18 years |
michaelni |
simplify selftest
Originally committed as revision 7501 to …
|
|
|
@f25b650a
|
18 years |
michaelni |
revert simplification (broke 192 bit keys)
Originally committed as …
|
|
|
@8d4ae47c
|
18 years |
michaelni |
simplify
Originally committed as revision 7499 to …
|
|
|
@1b105243
|
18 years |
michaelni |
fix 2 warnings
Originally committed as revision 7498 to …
|
|
|
@034f5fba
|
18 years |
michaelni |
seems i didnt copy anything from aes128.c so this should be more …
|
|
|
@c2fd2b20
|
18 years |
michaelni |
unneeded
Originally committed as revision 7496 to …
|
|
|
@a6e923c9
|
18 years |
michaelni |
unused think
Originally committed as revision 7495 to …
|
|
|
@0c5d2819
|
18 years |
michaelni |
merge encrypt and decrypt so the source is simpler and the compiler …
|
|
|
@28b51235
|
18 years |
michaelni |
indent
Originally committed as revision 7493 to …
|
|
|
@954bd264
|
18 years |
michaelni |
remove duplicate round_key
one context is now either for encoding or …
|
|
|
@54b78b24
|
18 years |
michaelni |
make decode look more like encode
Originally committed as revision …
|
|
|
@cc858970
|
18 years |
michaelni |
dont use encode tables for decoding
Originally committed as revision …
|
|
|
@73374bf4
|
18 years |
michaelni |
remove no longer corret comment
Originally committed as revision 7489 …
|
|
|
@179dc911
|
18 years |
michaelni |
unused stuff removial
Originally committed as revision 7488 to …
|
|
|
@f12cf3d2
|
18 years |
michaelni |
merge inv_sbox into inv_mix
Originally committed as revision 7487 to …
|
|
|
@ae557450
|
18 years |
Aurélien Jacobs |
cosmetics: reindent
Originally committed as revision 7486 to …
|
|
|
@0458e790
|
18 years |
michaelni |
merge sbox with mix on the encryption side
add one more test vector
…
|
|
|
@dd9b8635
|
18 years |
Aurélien Jacobs |
add support for another variant of vp6
with block coeffs coded …
|
|
|
@2592438d
|
18 years |
michaelni |
1 test vector
Originally committed as revision 7483 to …
|
|
|
@95d1236b
|
18 years |
michaelni |
fix CONFIG_SMALL case
Originally committed as revision 7482 to …
|
|
|
@388b5e69
|
18 years |
michaelni |
simplify special round
Originally committed as revision 7481 to …
|
|
|
@cf5773e9
|
18 years |
michaelni |
benchmark
Originally committed as revision 7480 to …
|
|
|