Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-01vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer
2011-12-01vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer
2011-12-01vble: merge len and val arraysDerek Buitenhuis
2011-12-01vble: remove unused variable len.Michael Niedermayer
2011-11-14vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer
2011-11-14vble: move 2nd pass bitreading into vble_restore_plane()Michael Niedermayer
2011-11-12vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer
2011-11-12vble: remove len array, its unneededMichael Niedermayer
2011-11-12vble: remove unused variable len.Michael Niedermayer
2011-11-12vble: move get_bits_left() check out of inner loop, we can perform the check ...Michael Niedermayer
2011-11-12vble: remove vble_read_reverse_unary(), the code is a bit simpler this wayMichael Niedermayer
2011-11-12vble: use LUT for vble_read_reverse_unary()Michael Niedermayer
2011-11-12vble: change variable to int, its slightly faster and int is preferable if no...Michael Niedermayer
2011-11-12vble: remove vble_error_closeJanne Grunau
2011-11-12VBLE DecoderDerek Buitenhuis
2011-11-12vble: remove vble_error_closeJanne Grunau
2011-11-12VBLE DecoderDerek Buitenhuis