2205 Commits (cb309922cb196ccd49eb0dc27076f6a6a9eb9085)

Author SHA1 Message Date
Diego Biurrun 8ff0f7763d crc: av_crc() parameter names should match between .c, .h and doxygen 12 years ago
Nicolas George 926481078b lavu/opt: fix av_opt_get_key_value() API. 12 years ago
Mans Rullgard 7ba0c1b390 avutil: change GET_UTF8 to not use av_log2() 12 years ago
Michael Niedermayer d4e74d5d6d Remove deprecation of avcodec_get_chroma_sub_sample. 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Diego Biurrun 2b479bcab0 build: Drop AVX assembly ifdefs 12 years ago
Justin Ruggles 5980f5dd18 lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h 12 years ago
Diego Biurrun f0d124f005 x86inc: Set program_name outside of x86inc.asm 12 years ago
Diego Biurrun 4b60fac419 x86: PALIGNR: port to cpuflags 12 years ago
Stefano Sabatini 1c6962dc20 lavu: remove disabled FF_API_OLD_EVAL_NAMES code 12 years ago
Stefano Sabatini ef4dc3e55b lavu/opt: show valid range in case of out-of-range value 12 years ago
Justin Ruggles dfde8a34e5 lavu: add av_ctz() for trailing zero bit count 12 years ago
Diego Biurrun dbb37e7711 x86: PABSW: port to cpuflags 12 years ago
Stefano Sabatini 74a50e75a8 lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM code 12 years ago
Nicolas George 3bdf4971ba lavu/opt: implement av_opt_get_key_value(). 12 years ago
Nicolas George e021eeb9f0 lavu/opt: parse key into a mallocated buffer. 12 years ago
Michael Niedermayer ab796ded75 avstring: fix compiler warning about freeing const pointers 12 years ago
Stefano Sabatini b91fa5fcca lavu/opt: set sample format default value, and accept NULL value 12 years ago
Stefano Sabatini ca11f6b240 lavu/opt: prefer if(){}else{} over if()else{} construct 12 years ago
Stefano Sabatini 481fdeeecf lavu/opt: add AV_OPT_SAMPLE_FMT option 12 years ago
Anton Khirnov b4dc6dccba crc: move doxy to the header 12 years ago
Diego Biurrun 0a7a94f2e5 x86: Refactor PSWAPD fallback implementations and port to cpuflags 12 years ago
Diego Biurrun 26f01bd106 x86: PMINUB: port to cpuflags 12 years ago
Diego Biurrun 61bc2bc7d4 x86util: Add cpuflags_mmxext alias for cpuflags_mmx2 12 years ago
Nicolas George 483c1aa5f1 lavu/bprint: add av_bprint_get_buffer(). 12 years ago
Diego Biurrun 012f73e271 x86inc: Only define program_name if the macro is unset 12 years ago
Michael Niedermayer 6204ea17f1 rational: test add/sub too 12 years ago
Michael Niedermayer 25a21c587c eval-test: add some otherwise untested functions. 12 years ago
Michael Niedermayer adc39b28a5 av_image_copy: check for av_image_get_linesize() failure. 12 years ago
Michael Niedermayer 3a34ac6541 file: typo 12 years ago
Michael Niedermayer 31bf820a26 av_tempfile: document umask() issue 12 years ago
Dave Yeo 264f12342c x86: Fix assembly with NASM 12 years ago
Dave Yeo 9c167914a1 x86: Fix assembly with NASM 12 years ago
Michael Niedermayer 6c49562d79 tree-test: fix printf() types 12 years ago
Diego Biurrun 588fafe7f3 x86: MMX2 ---> MMXEXT in macro names 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Luca Barbato 7658295ba3 pixfmt: support more yuva formats 12 years ago
Ronald S. Bultje 08b028c18d Remove INIT_AVX from x86inc.asm. 12 years ago
Michael Niedermayer 977cb54f94 tree: fix type used for testing the tree 12 years ago
Anton Khirnov 01b760190d lavr: add general API usage doxy 12 years ago
Stefano Sabatini d4604d10fe lavu/parseutils: add trailing characters check in av_parse_video_size() 12 years ago
Michael Niedermayer ac090fa68c lavu: keep context size variables 12 years ago
Michael Niedermayer 2bcbdd8456 lavu: add more doxy to av_rescale_delta 12 years ago
Michael Niedermayer 8766ad9eb1 lavu: add av_rescale_delta() 12 years ago
Michael Niedermayer 90d4b07063 mathemathics: update copyright years 12 years ago
Michael Niedermayer ae52eb7fc7 lavu: add av_clip64() 12 years ago
Stefano Sabatini 15f52e50fe tools: add ffescape utility 12 years ago
Alexis Ballier ce028ab9a7 Restore installation of libavutil/lzo.h after 2a91ada828 12 years ago
Diego Biurrun 2a91ada828 avutil: Make LZO decoder code configure-time selectable 12 years ago