summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* MMX code for (put|avg)_h264_chroma_mc8Zoltán Hidvégi2005-05-25
* read loop filter limit values from Theora header, courtesy of MatthieuMike Melanson2005-05-24
* ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)Jacob Meuser2005-05-22
* libgsm warper by (Alban Bedel: albeu, free fr)Michael Niedermayer2005-05-22
* av_find_stream_info() end check fixesMichael Niedermayer2005-05-22
* fix max b frames with b frame strategy 1Michael Niedermayer2005-05-21
* b frame strategyMichael Niedermayer2005-05-21
* START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)Michael Niedermayer2005-05-21
* fix bugs in new loop filter code; also, refrain from filtering againstMike Melanson2005-05-21
* 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