summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* update current_sample number for non split modeMichael Niedermayer2005-05-21
* segfault fixMichael Niedermayer2005-05-21
* support non interleaved mov filesMichael Niedermayer2005-05-21
* remove unused vp3 related function pointersMichael Niedermayer2005-05-21
* disable broken loop filter optimizationMichael Niedermayer2005-05-21
* apply the loop filter to fragments as they are rendered into the finalMike Melanson2005-05-21
* render by the slice rather than the planeMike Melanson2005-05-21
* 10l (overwriting w/h with 0)Michael Niedermayer2005-05-21
* clean up some warnings and dead codeMike Melanson2005-05-21
* 1.) LGPL license mentionedDenes Balatoni2005-05-21
* another bitstream extraction to optimize: fixed-length motion vectorsMike Melanson2005-05-21
* fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)Joakim Plate2005-05-20
* Should fix altivec detection for g3 system.Nicolas Plourde2005-05-20
* read Huffman tables from Theora header (patch courtesy ofMike Melanson2005-05-19
* don't try to find file length if streamingMåns Rullgård2005-05-19
* memory leakLoren Merritt2005-05-19
* accept old extradata formatMåns Rullgård2005-05-19
* fix decoding of multi-channel vorbis streamsMåns Rullgård2005-05-19
* use O(number of non zero coeffs) instead of O(number of coeffs) storage for t...Michael Niedermayer2005-05-19
* fix crash on negative POCLoren Merritt2005-05-19
* replace unpack_token() with a series of lookup tablesMike Melanson2005-05-19
* install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch ...Aurelien Jacobs2005-05-19
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* fix mpeg2 chroma_420_typeMichael Niedermayer2005-05-18
* fix 4MV MC and reinstate new MC VLCMike Melanson2005-05-18
* fix shared libpostproc buildMåns Rullgård2005-05-18
* H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cas...Loren Merritt2005-05-18
* reduce size of Vp3Fragment from 32byte to 16byteMichael Niedermayer2005-05-18
* optimizing rle decoding loops a littleMichael Niedermayer2005-05-18
* disabling buggy optimizationsMichael Niedermayer2005-05-18
* replace get_superblock_run_length() with a VLC tableMike Melanson2005-05-18
* use VLCs for in place of get_fragment_run_length(), get_mode_code(), andMike Melanson2005-05-17
* signature has an 'x'Mike Melanson2005-05-17
* Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roineMike Melanson2005-05-17
* some optimizations gcc should have done (10% faster loop filter)Michael Niedermayer2005-05-17
* SATURATE_U8 -> clip_uint8 (10% faster loop filter)Michael Niedermayer2005-05-17
* Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)Michael Niedermayer2005-05-17
* porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer2005-05-17
* remove duplicate zigzag tablesMichael Niedermayer2005-05-17
* fix idct permutationMichael Niedermayer2005-05-17
* porting vp3 idct over to lavc idct apiMichael Niedermayer2005-05-17
* remove permutation done to quant tables and then undone during idctMichael Niedermayer2005-05-17
* disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ...Michael Niedermayer2005-05-17
* fix last coeffMichael Niedermayer2005-05-17
* clear blocks after each idct instead of per pictureMichael Niedermayer2005-05-17
* parse and save hrd_fullness and range_mapIvan Kalvachev2005-05-16
* Cygwin now has a native inttypes.h that works better than the custom one.Diego Biurrun2005-05-16
* some benchmarking codeMichael Niedermayer2005-05-16
* various 10l fixes for the loop filterMichael Niedermayer2005-05-16
* whitespace cosmeticsIvan Kalvachev2005-05-16