5046 Commits (d76319b1ab716320f6e6a4d690b85fe4504ebd5b)
 

Author SHA1 Message Date
Michael Niedermayer c66a443401 very tiny script to remove tabs and trailing whitespace from patches 20 years ago
Marcus Engene ded78ac086 vhook watermark patch by (Marcus Engene: ffmpeg, engene se) 20 years ago
Wolfram Gloger b4a3389e70 sync output stream against any input stream (extension of map) patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 20 years ago
Michael Niedermayer e18c1f19f6 AV_LOG_DEBUG is not a good default ... 20 years ago
Romain Degez d1ccf0e0a6 RTP/RTSP and MPEG4-AAC audio 20 years ago
Zoltán Hidvégi 3072f0cb2e MMX code for (put|avg)_h264_chroma_mc8 20 years ago
Mike Melanson 9c7154c7ae read loop filter limit values from Theora header, courtesy of Matthieu 20 years ago
Jacob Meuser f39e56a84b ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) 20 years ago
Michael Niedermayer bb4c2140c2 libgsm warper by (Alban Bedel: albeu, free fr) 20 years ago
Michael Niedermayer cefe0607dd av_find_stream_info() end check fixes 20 years ago
Michael Niedermayer ded8477def fix max b frames with b frame strategy 1 20 years ago
Michael Niedermayer 68fc9c272b b frame strategy 20 years ago
Michael Niedermayer 0775c88f4e START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org) 20 years ago
Mike Melanson 2935001c86 fix bugs in new loop filter code; also, refrain from filtering against 20 years ago
Michael Niedermayer e2b9cf4e2e update current_sample number for non split mode 20 years ago
Michael Niedermayer 45139adf30 segfault fix 20 years ago
Michael Niedermayer 86d8602f62 support non interleaved mov files 20 years ago
Michael Niedermayer 14ee9d1539 remove unused vp3 related function pointers 20 years ago
Michael Niedermayer 720537282b disable broken loop filter optimization 20 years ago
Mike Melanson f44b08a5a0 apply the loop filter to fragments as they are rendered into the final 20 years ago
Mike Melanson dc4b78d9dd render by the slice rather than the plane 20 years ago
Michael Niedermayer d57b7316c5 10l (overwriting w/h with 0) 20 years ago
Mike Melanson 7dc9ed1155 clean up some warnings and dead code 20 years ago
Denes Balatoni 84a96d6a3d 1.) LGPL license mentioned 20 years ago
Mike Melanson 7f9926a45e another bitstream extraction to optimize: fixed-length motion vectors 20 years ago
Joakim Plate 3f2bf07ba7 fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>) 20 years ago
Nicolas Plourde 6634d0ef1d Should fix altivec detection for g3 system. 20 years ago
Mike Melanson 39922395d2 read Huffman tables from Theora header (patch courtesy of 20 years ago
Måns Rullgård 69599eeada don't try to find file length if streaming 20 years ago
Loren Merritt ba4ffc2b48 memory leak 20 years ago
Måns Rullgård 2c57805831 accept old extradata format 20 years ago
Måns Rullgård d381c5054a fix decoding of multi-channel vorbis streams 20 years ago
Michael Niedermayer 7beddb12d4 use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering 20 years ago
Loren Merritt 29860cc88c fix crash on negative POC 20 years ago
Mike Melanson d30769555f replace unpack_token() with a series of lookup tables 20 years ago
Aurelien Jacobs def4272a03 install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>) 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Michael Niedermayer 3b5ffe7a39 fix mpeg2 chroma_420_type 20 years ago
Mike Melanson f4daf33ee8 fix 4MV MC and reinstate new MC VLC 20 years ago
Måns Rullgård 7919d97e6d fix shared libpostproc build 20 years ago
Loren Merritt 5cf08f2393 H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) 20 years ago
Michael Niedermayer 288774bbfc reduce size of Vp3Fragment from 32byte to 16byte 20 years ago
Michael Niedermayer b5da363592 optimizing rle decoding loops a little 20 years ago
Michael Niedermayer 8aeadb903a disabling buggy optimizations 20 years ago
Mike Melanson d8278bab79 replace get_superblock_run_length() with a VLC table 20 years ago
Mike Melanson 0ad72bdd5c use VLCs for in place of get_fragment_run_length(), get_mode_code(), and 20 years ago
Mike Melanson 4935b1b9eb signature has an 'x' 20 years ago
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