1524 Commits (a40f43db647bfacafbd1e27a4cd5f6134c6e6c53)

Author SHA1 Message Date
Luca Barbato 1ee5b5e823 lavu: add AVERROR_BUG error value 13 years ago
Michael Niedermayer 75f2cc5134 avutil: check sampleformats enum, pict type enum and media type enum against insert/remove mistakes. 13 years ago
Michael Niedermayer 68230eb375 pixfmts: Selfcheck against insertions / deletions in the enum. 13 years ago
Mans Rullgard 878dda5db1 build: move inclusion of subdir.mak to main subdir loop 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Anton Khirnov 1be323054e Add basic libavdevice documentation. 13 years ago
Mans Rullgard 5b0d35eaed x86: bswap: remove test for bswap instruction 13 years ago
Mans Rullgard f64c2e710f bswap: make generic implementation more compiler-friendly 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Hanspeter Niederstrasser bed04e2b03 Correct use of OSX to Mac OS X and properly format yasm providers on Mac OS X 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Justin Ruggles b2890f5ed6 audioconvert: add some additional channel and channel layout macros 13 years ago
Justin Ruggles 1d2449a613 audioconvert: change 7.1 "wide" layout to use side surround channels 13 years ago
Nicolas George 26c6fec9d9 lavu: introduce av_log_format_line. 13 years ago
Diego Biurrun 4dccfff9dd tests/examples: Mark some variables only used within their files as static. 13 years ago
Sean McGovern be0675ce67 x86 cpuid: set vendor union members separately 13 years ago
Diego Biurrun ff159e7816 doxygen: Replace '\' by '@' in Doxygen markup tags. 13 years ago
Gavin Kinsey 4547d883d3 Fix compilation for C++ applications 13 years ago
Reimar Döffinger d086c1203c Add coverage exclusions for test code. 13 years ago
Diego Biurrun c68fafe0d2 doxygen: eliminate Qt-style doxygen syntax 13 years ago
Michael Niedermayer dff97be808 av_opt: add av_opt_ptr() to return a pointer to a field of a object based on 13 years ago
Yordan Makariev 425b45d4b0 Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. 13 years ago
Tsvetelina Borisova 4a59eca97a Cleaned pixdesc.c file in libavutil 13 years ago
Nicolas George 976b095939 lavu/error: define AVERROR_BUG. 13 years ago
Nicolas George 757cb3b46a avutil: av_x_if_null: remove const for the return value. 13 years ago
Giorgio Vazzana 208bcc6b5b libavutil: increase struct SampleFmtInfo member 'name' length to 8 13 years ago
Michael Niedermayer 313d30c180 avutil: revert project name messing 13 years ago
Mans Rullgard 60084a1723 timer: fix misspelling of "decicycles" 13 years ago
Michael Niedermayer b14a2381f8 pixfmt: Add 32bit rgb without alpha formats 13 years ago
Vitor Sessak ca55606a51 x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. 13 years ago
Vitor Sessak 6b6ee58249 x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. 13 years ago
Mans Rullgard 019dd23657 Fix av_get_channel_layout_string() for positions >31 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Mans Rullgard 6b34fbba9b MK(BE)TAG: avoid undefined shifts 13 years ago
Ronald S. Bultje f7f1835258 swscale: fix failing fate tests. 13 years ago
Ronald S. Bultje 6b0768e202 Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. 13 years ago
Ronald S. Bultje bd97b2e1ce pixfmt: add planar RGB formats. 13 years ago
Clément Bœsch 573ffbb3b5 lavu: add av_get_alt_sample_fmt(). 13 years ago
Justin Ruggles bbb46f3ec7 libavutil: add utility functions to simplify allocation of audio buffers. 13 years ago
Justin Ruggles 8889cc4f5b libavutil: add planar sample formats and av_sample_fmt_is_planar() 13 years ago
Luca Barbato e361b5089a doxy: structure libavformat groups 13 years ago
Luca Barbato e97e5a2e02 doxy: introduce an empty structure in libavcodec 13 years ago
Luca Barbato 757cd8d876 doxy: provide a start page and document libavutil 13 years ago
Luca Barbato 384bdaceeb doxy: cleanup pixfmt.h 13 years ago
Michael Niedermayer a9011623ea avopts: Fix random values being printed in error messages: 13 years ago
Reimar Döffinger e8ab4bac0c Fix compilation with YASM. 13 years ago
Reimar Döffinger 03f1caec61 HACK: fix compilation with NASM. 13 years ago
Thierry Foucu c693aa6f71 imgutils: Fix illegal read. 13 years ago
Martin Storsjö 627067118c avutil: Add av_timegm as a public function 13 years ago
Michael Niedermayer d5e1244ca7 opt: Fix *av_opt_find2(NULL) 13 years ago