]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-01-15 Michael Niedermayerremove dependancy on *malloc()
2007-01-15 Michael Niedermayercheck the last? entry written for detecting already...
2007-01-15 Baptiste Couduriercosmetics, function -> metadata
2007-01-15 Michael Niedermayerreplace / by >> this makes the .o ~150 bytes smaller
2007-01-15 Michael Niedermayercosmetic
2007-01-15 Diego BiurrunRemove leftover variable.
2007-01-15 Diego BiurrunRemove unnecessary variable indirection.
2007-01-15 Michael Niedermayerav_aes_init()
2007-01-15 Michael Niedermayerthe missing header ...
2007-01-14 Måns Rullgårdmerge fragmented mpeg4adv section in regression.sh
2007-01-14 Michael Niedermayeravcodec_decode_audio2()
2007-01-14 Diego Biurrun100l: Fix damage from a buggy emacs macro.
2007-01-14 Baptiste Coudurierremove useless essence container data sets for now
2007-01-14 Baptiste Coudurierremove useless preface parsing for now, will reintroduc...
2007-01-14 Diego BiurrunMerge redundant comments.
2007-01-14 Baptiste Couduriermerge multiple descriptor parsing with generic one
2007-01-14 Diego BiurrunAdd two more variables for temporary files.
2007-01-14 Diego Biurruncomment grammar fixes
2007-01-14 Michael Niedermayerer and strict also apply to audio theoretically
2007-01-14 Baptiste Coudurierremove warning, key is const
2007-01-14 Baptiste Coudurierindention
2007-01-14 Baptiste Coudurierfollow michael suggestion and simplify code at object...
2007-01-14 Ronald S. Bultjemakes the filename member of the URLContext a pointer...
2007-01-14 Ronald S. Bultjeadd support for HTTP seeking
2007-01-14 Michael Niedermayersimplify
2007-01-14 Michael Niedermayersimplify multiply table init
2007-01-14 Reimar DöffingerMake seeking work in files that contain encrypted tracks.
2007-01-14 Michael Niedermayersimplify selftest
2007-01-14 Michael Niedermayerrevert simplification (broke 192 bit keys)
2007-01-14 Michael Niedermayersimplify
2007-01-14 Michael Niedermayerfix 2 warnings
2007-01-14 Michael Niedermayerseems i didnt copy anything from aes128.c so this shoul...
2007-01-14 Michael Niedermayerunneeded
2007-01-14 Michael Niedermayerunused think
2007-01-14 Michael Niedermayermerge encrypt and decrypt so the source is simpler...
2007-01-14 Michael Niedermayerindent
2007-01-14 Michael Niedermayerremove duplicate round_key
2007-01-14 Michael Niedermayermake decode look more like encode
2007-01-14 Michael Niedermayerdont use encode tables for decoding
2007-01-14 Michael Niedermayerremove no longer corret comment
2007-01-14 Michael Niedermayerunused stuff removial
2007-01-14 Michael Niedermayermerge inv_sbox into inv_mix
2007-01-14 Aurelien Jacobscosmetics: reindent
2007-01-14 Michael Niedermayermerge sbox with mix on the encryption side
2007-01-14 Aurelien Jacobsadd support for another variant of vp6
2007-01-14 Michael Niedermayer1 test vector
2007-01-14 Michael Niedermayerfix CONFIG_SMALL case
2007-01-14 Michael Niedermayersimplify special round
2007-01-14 Michael Niedermayerbenchmark
2007-01-14 Michael Niedermayerinit multbl
2007-01-14 Michael Niedermayerascii
2007-01-14 Reimar DöffingerBuffer for get_bits must be padded because readers...
2007-01-14 Reimar Döffinger10l, > vs. >= typo, caused crashes on last mpc frame
2007-01-14 Reimar DöffingerSimplify klv_decode_ber_length
2007-01-14 Reimar Döffinger128bit-only AES implementation under development.
2007-01-14 Baptiste Coudurierseek back at the end of file after updating header
2007-01-14 Michael Niedermayercosmetic
2007-01-14 Michael Niedermayersimplify round_key generation by writing over the end...
2007-01-14 Michael Niedermayercosmetics
2007-01-14 Michael Niedermayermemcpy
2007-01-14 Michael Niedermayerseems the larger rcon values are never accessed
2007-01-14 Michael Niedermayercopyright fix
2007-01-14 Michael Niedermayerstealing multbl trick from reimar
2007-01-14 Baptiste Couduriersimplify
2007-01-14 Michael Niedermayerstealing reimars XOR_BLOCK
2007-01-14 Michael Niedermayercosmetic
2007-01-14 Michael Niedermayermemleak
2007-01-14 Michael Niedermayersimplify sbox init
2007-01-14 Michael Niedermayeraes support (unfinished)
2007-01-14 Baptiste Coudurierpriv_data is allocated internally
2007-01-14 Baptiste Coudurierenable mjpeg in swf
2007-01-14 Baptiste Couduriersimplify
2007-01-14 Baptiste Coudurierswf can contain only one audio track, simplify
2007-01-14 Baptiste Coudurieruse ch_id as AVStream id and simplify
2007-01-14 Baptiste Coudurieralways export audiostreams
2007-01-14 Baptiste CoudurierI will maintain swf.c
2007-01-14 Baptiste Coudurieralways export videostreams
2007-01-14 Baptiste CoudurierAnyType is needed, descriptor_ref can reference Descrip...
2007-01-14 Måns Rullgårdallow --cpu=core2 for Intel Core2 tuning with gcc 4...
2007-01-13 Reimar DöffingerUse macros to eliminate code duplication in MXF metadat...
2007-01-13 Reimar DöffingerExtend mxf_resolve_strong_ref by a type parameter,...
2007-01-13 Reimar DöffingerFix error message, it's package ref that can not be...
2007-01-13 Axel HolzingerAllow to uninstall a custom log callback
2007-01-13 Ramiro PollaSegmentation fault fix when no video device is specified.
2007-01-13 Diego Biurruncosmetics: typo pallete --> palette
2007-01-13 Diego Biurruntypo: pallete --> palette
2007-01-13 Christophe... Avoid "HAVE_CMOV not defined" warning.
2007-01-13 Michael Niedermayersome interlaced direct sanity checks
2007-01-13 Michael Niedermayerreplace a few hardcoded numbers with their correct...
2007-01-13 Michael Niedermayerfix 16 CABAC_BIT * 10l bug introduced in r6578
2007-01-12 Luca Abenideprecate sws_scale_ordered(), as it now is a duplicate...
2007-01-12 Luca AbeniAdd "support for both orderings of the slices (top...
2007-01-11 Roman Shaposhnik* Fixing seeking with DV-AVI (by Jeff Downs <heydowns...
2007-01-10 Diego BiurrunBail out immediately with software scaler instead of...
2007-01-10 Diego BiurrunAdd a FIXME note about paths in pkgconfig files.
2007-01-10 Baptiste Coudurierprint error when decoding fails
2007-01-10 Diego BiurrunUnconditionally enable Theora decoder. It works fine...
2007-01-10 Baptiste Coudurieradd official VC1 fourcc
2007-01-09 Baptiste Coudurierchange regression tests for swf, use same as flv, swf...
2007-01-09 Baptiste Coudurierchange regression tests for swf, use same as flv, swf...
next