21304 Commits (55d2e32a409e62f19af0e0032a2b1f8f201465fb)
 

Author SHA1 Message Date
Ramiro Polla d426ea20c9 swscale-example: Don't check for chroma planes in mono formats. 15 years ago
Ramiro Polla 48f4c61252 MMX2 horizontal scaler: Determine code size at runtime. 15 years ago
Ramiro Polla 0728778885 Protect mmx2 filter code buffers so they are not executable and writeable at 15 years ago
Ramiro Polla b0e1343b85 Remove duplicate define (it is the same in the lum code). 15 years ago
Ramiro Polla bcdedf675f Rename "funny" code to "mmx2 filter" code. 15 years ago
Ramiro Polla 475f361308 Indent. 15 years ago
Ramiro Polla e55ed689a2 swscale-example: Remove hack to end loop by setting variables to break. 15 years ago
Ramiro Polla d7cf0a6ff7 swscale-example: Don't return random value from main(). 15 years ago
Ramiro Polla f5a9c4ee50 swscale-example: Check for Gray formats. 15 years ago
Colin McQuillan d4d6ae1603 Add ff_celp_circ_addf() function to be used for sparse vector circular 15 years ago
Shehzad Salim 51fdb6f08d Fix a memleak with win32 threads: the handle returned by _beginthreadex 15 years ago
Peter Ross c0b88f1920 Moves the display of metadata to dump_format() 15 years ago
Matti Hamalainen 5f71844e78 Parse ID3 tags in Musepack SV7 files 15 years ago
Matti Hamalainen 311f96a8cc Parse APE metadata tags in Musepack SV7 files 15 years ago
Kostya Shishkov 191e34cd67 Move APE tag parsing into separate module. 15 years ago
Matti Hamalainen 6984380c61 Do not use internals of ByteIOContext during APE tags parsing. 15 years ago
Matti Hamalainen 22667e40be Remove incorrect APE tag size adjustment based on flags. 15 years ago
Alexis Ballier ffd38d8b64 Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native 15 years ago
Loren Merritt d094052c8e fix a crash in SVQ1 with cmp!=sad 15 years ago
Aurelien Jacobs 7a9c86e9f8 avidec: simplify, using av_rescale_q() instead of av_rescale() 15 years ago
Aurelien Jacobs 2bf74f4955 actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc 15 years ago
Aurelien Jacobs 8306be9c3b matroskadec: disable h264 parser as long as it totally mess up frame type 15 years ago
Aurelien Jacobs 194d4b494b matroskadec: correctly parse flags for simpleblock frames 15 years ago
Måns Rullgård aef6bd1bdd Fix dependency generation with ccache/gcc 15 years ago
Måns Rullgård 8f0c157aaa configure: fix gcc detection for v2.95 15 years ago
Diego Biurrun c5e86106fb cosmetics: whitespace, prettyprinting, coding style fixes 15 years ago
Daniel Verkamp 740e89cf83 Sony Wave64 demuxer 15 years ago
Diego Biurrun 3d7b15e450 Remove disabled code cruft. 15 years ago
Diego Biurrun 10f840bd57 Remove pointless #ifdefs from conditionally used files. 15 years ago
Diego Biurrun 9bb3f3edfe Remove disabled debug code. 15 years ago
Alexander Strange 2704bd1a09 Fix the EBX available configure check on Darwin/i386. 15 years ago
Måns Rullgård 87a920c6bf eval: include libavutil/mathematics.h for NAN and M_PI 15 years ago
Måns Rullgård 9a88c1dfa8 eval: include our headers after system headers 15 years ago
Måns Rullgård bd41c06f18 Define INFINITIY and NAN in mathematics.h if missing 15 years ago
Ramiro Polla 184410e60b Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. 15 years ago
Kostya Shishkov df226e6369 Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused 15 years ago
William R. Zwicky 5a8597a00a Document the output of ffmpeg -formats. 15 years ago
Måns Rullgård 07dec06e6a Generate dependencies while compiling if supported by compiler 15 years ago
Måns Rullgård c1c3933a98 Generate dependencies when object files are built 15 years ago
Diego Biurrun 0bf18ed32d Remove disabled crufty code. 15 years ago
Aurelien Jacobs 188842ef7a fix riff subtitle timebase 15 years ago
Diego Biurrun 966116b9f7 Remove some hunks of unused and disabled code cruft. 15 years ago
Diego Biurrun 547d205545 Remove commented-out cruft. 15 years ago
Måns Rullgård 8b93ddc340 configure: allow comma-separated list in --enable/disable-thing=name 15 years ago
Måns Rullgård be8f2501dd configure: allow wildcards in --enable/disable-thing=name 15 years ago
Måns Rullgård d22c13a8df configure: support --cpu=host to tune for the host system 15 years ago
Diego Biurrun 1746e2a936 Make WMV2 encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun c37de5e194 Make MPEG-4 encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun 665507aac2 Make WMV1 encoder depend on H.263 encoder in configure. 15 years ago
Diego Biurrun 0bd485300e Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. 15 years ago