8173 Commits (d62a0c1e5db1607d3223cc18299e5f7f8f154237)
 

Author SHA1 Message Date
Reimar Döffinger d62a0c1e5d Add code to testcode to ease comparing with liblzo. 18 years ago
Michel Bardiaux f0ee3ea619 Add some context to av_log calls. 18 years ago
Michel Bardiaux e96cc09dd2 Make BMP decoder use bytestream. Patch by Michel Bardiaux 18 years ago
Diego Biurrun 31235134fd slightly reformat --help output for ease of understanding 18 years ago
Diego Biurrun b44d58e61e Clarify usage of external libs whose functionality exists natively. 18 years ago
Diego Biurrun ba5fd8c5df Clarify that libogg is for muxing only. 18 years ago
Diego Biurrun 71757822ac Clarify --help output about Vorbis and Theora. 18 years ago
Panagiotis Issaris eabf65608d Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian 18 years ago
Ian Caulfield 4ee97612c7 Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not 18 years ago
Ronald S. Bultje 68fcdbf1e5 Fix misbehaviour in url_fseek() when seeking fails. 18 years ago
Ronald S. Bultje eabbae730c protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the 18 years ago
Panagiotis Issaris 9dd6c80453 Add the const specifier as needed to reduce the number of warnings. 18 years ago
Måns Rullgård 204ce38f53 typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru 18 years ago
Måns Rullgård 34b1b8fda8 theoretically save one cycle 18 years ago
Michael Niedermayer ac50bcc834 trigger for the audio scope vissualization 18 years ago
Luca Barbato a58b82f874 Missing prototype added 18 years ago
Michael Niedermayer f8f0a0bdfd fix seeking in wma 18 years ago
Kostya Shishkov b024824bed Fix BI-frames decoding for Adv. profile 18 years ago
Michel Bardiaux d8b7b352a8 Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. 18 years ago
Benjamin Larsson 753c9d3260 Check that js_vlc_bits from the extradata is in a valid range. 18 years ago
Benjamin Larsson 862be28b19 Get rid of the COOKextradata struct. And use valid C to parse the extradata. 18 years ago
Benjamin Larsson 6e584be16c Kill a warning and don't use modulus. 18 years ago
Benjamin Larsson a5b8a69c70 decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk. 18 years ago
Måns Rullgård 7d42886b93 ARMv6 SIMD IDCT 18 years ago
Luca Barbato 94d122e96e stray fflush spotted by Aurel 18 years ago
Luca Barbato 66e9de3891 Make example and test build and link correctly 18 years ago
Luca Barbato da095a23a1 av_logify 18 years ago
Diego Biurrun 797ee6a6c7 simplify condition 18 years ago
Kostya Shishkov 49561f992e Seeking support in WavPack 18 years ago
Diego Biurrun 1658bc4f96 Use a function for repeated AltiVec output and condition check. 18 years ago
Diego Biurrun d7a9562415 Fix wrong condition check in the memalign error output. 18 years ago
Reimar Döffinger a737f1dfdb LZO optimization: check input buffer bounds less frequently if padded 18 years ago
Diego Biurrun 910c62e1fc spelling and formatting cosmetics 18 years ago
Diego Biurrun e3c00e34f0 Use ! disabled() where appropriate. 18 years ago
Diego Biurrun 47f9cc15cc Use disabled() to check for GPL. 18 years ago
Diego Biurrun ec5527c516 Make use of enabled_any(). 18 years ago
Diego Biurrun 2f7e6782f4 Make use of disabled(), disabled_all() and enabled_all(). 18 years ago
Diego Biurrun 85bca2c528 Add disabled_any() and disabled_all() functions. 18 years ago
Ramiro Polla 37970ebfbf Add disabled() function and make use of it. 18 years ago
Benjamin Larsson d7973906de Sort out the diffrent cook versions. 18 years ago
Benjamin Larsson 70ab75eb6a Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite. 18 years ago
François Revol 66d49636c7 an alloc func failing should give ENOMEM anyway. 18 years ago
Ronald S. Bultje 8f42f5238e proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net 18 years ago
Benjamin Larsson b3203b64c6 Get rid of one warning. 18 years ago
Luca Barbato fe70f25c58 Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) 18 years ago
Kostya Shishkov 4b3b5a2337 Coded residual in WavPack may be > 0xFFFF 18 years ago
Reimar Döffinger 8cb59bce97 Fix _LZO_H vs. LZO_H typo 18 years ago
Reimar Döffinger cf0ef3dc34 Fix buffer end checks in lzo copy code to work in all cases. 18 years ago
Måns Rullgård 30b9d5f622 nobody uses TARGET_CMOV 18 years ago
Måns Rullgård 7073e9fc69 rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure 18 years ago