2738 Commits (1ff8f2b36adcc0c0b3dd21f2de8886244a9d8675)

Author SHA1 Message Date
Mike Melanson b81f89490f Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 20 years ago
Michael Niedermayer 6f7aa5891d some optimizations gcc should have done (10% faster loop filter) 20 years ago
Michael Niedermayer ee408eadba SATURATE_U8 -> clip_uint8 (10% faster loop filter) 20 years ago
Michael Niedermayer 0bde73d907 Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu) 20 years ago
Michael Niedermayer 5773a74669 porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API 20 years ago
Michael Niedermayer 1482fee88d remove duplicate zigzag tables 20 years ago
Michael Niedermayer 36af0c959e fix idct permutation 20 years ago
Michael Niedermayer 8b6103da0f porting vp3 idct over to lavc idct api 20 years ago
Michael Niedermayer ea191e08d6 remove permutation done to quant tables and then undone during idct 20 years ago
Michael Niedermayer b178f758fa disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct 20 years ago
Michael Niedermayer 36661afe02 fix last coeff 20 years ago
Michael Niedermayer a2df5a50ae clear blocks after each idct instead of per picture 20 years ago
Ivan Kalvachev 1cf9f514dc parse and save hrd_fullness and range_map 20 years ago
Michael Niedermayer 220a6f401d some benchmarking code 20 years ago
Michael Niedermayer d5e188359e various 10l fixes for the loop filter 20 years ago
Ivan Kalvachev 42cc17f926 whitespace cosmetics 20 years ago
Michael Niedermayer 7bad42cf59 fix dequant matrix 20 years ago
Michael Niedermayer 0d175622d8 another try at decode_ref_pic_list_reordering() 20 years ago
Måns Rullgård 3f9d3777b9 work with latest svn of x264 20 years ago
Michael Niedermayer 89ba9eede9 preserve parse context 20 years ago
Michael Niedermayer 6ab8721198 fill missing reference pictures with something to avoid assertion failure 20 years ago
Michael Niedermayer cf5c5c8f08 10l (%f vs. %Ld) 20 years ago
Matthieu Castet ba7ee4a460 fix theora header parsing 20 years ago
Måns Rullgård 30344a83e0 remove/replace non-ascii characters 20 years ago
Måns Rullgård ad2b531d3f change extradata format for vorbis 20 years ago
Michael Niedermayer 0444b02304 alignment fix by (Gábor Kovács >picard demoscene hu) 20 years ago
Michael Niedermayer d2cc7468f3 10l (mb_type uninitalized and then changed and overwritten) 20 years ago
Michael Niedermayer 5cb46bc722 typo found by Chengji Zhao 20 years ago
Michael Niedermayer 5085d59ddc arm alignment fix 20 years ago
Ivan Kalvachev 25a0a0a58f few bistream fixes and verbosity tweaks 20 years ago
Michael Niedermayer 4ad8ecd136 sanity check 20 years ago
Michael Niedermayer d9c780a8b7 some asserts() 20 years ago
Michael Niedermayer bf873ee62a b_frame_strategy sanity check 20 years ago
Diego Biurrun 49d40989ff Add missing pp=ac to pp_help. 20 years ago
Michael Niedermayer 160147ccfc fixing decoding of AlanKay-245.asf 20 years ago
Måns Rullgård aac064b5bd theora decoding using libtheora 20 years ago
Michael Niedermayer ef56de328f support the LE reader, so it can be tested a little 20 years ago
Michael Niedermayer cea27ac714 LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) 20 years ago
Michael Niedermayer 0de1318a29 typo 20 years ago
Roine Gustafsson 983ea0bc87 a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
Michael Niedermayer 33f725723f optimization 20 years ago
Michael Niedermayer 24dea064cc change macros to inline functions 20 years ago
Michael Niedermayer 9cd8179818 #defines for strict_std_compliance and split between inofficial extensions and non standarized things 20 years ago
Michael Niedermayer c998bdd9a0 fix PIC 20 years ago
Charles Yates eb94aca926 support BUILDSUF patch by <charles dot yates at pandora dot be> 20 years ago
Michael Niedermayer 1c02a9732a fix block corruption caused by clear_blocks() optimization 20 years ago
Michael Niedermayer 6b51185c63 overflow fix 20 years ago
Michael Niedermayer 1192ce3707 complain about mpeg4 limits only if codec_id == MPEG4 20 years ago
Roine Gustafsson 44608ac7cd ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) 20 years ago
Michael Niedermayer bda1c56c47 minor optimization of the h264 loop filter 20 years ago