1543 Commits (bd36ec55bef7c446079e192655d065fd86483876)

Author SHA1 Message Date
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
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
Anton Khirnov e1e22851c1 AVOptions: don't return an invalid option when option list is empty 13 years ago
Michael Niedermayer 6d4731e1f7 avutil: add av_noreturn 13 years ago
Alex Converse c9e5ac3380 aes: Avoid illegal read and don't generate more key than we use. 13 years ago
Nicolas George e7062a1e9f audioconvert: make av_get_channel_layout accept composite names. 13 years ago
Vitor Sessak 22e25c002e mpegaudiodec: add SSE-optimized imdct36() 13 years ago
Nicolas George ada8d485c0 audioconvert: prefer 5.X over 5.X(side). 13 years ago
Justin Ruggles f2bd8a0786 x86inc: use sse versions of common macros instead of sse2 when applicable 13 years ago
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 13 years ago
Reimar Döffinger de8d1940b5 avutil: Don't allow using strcasecmp/strncasecmp 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Reimar Döffinger ba04ecfdac avstring: Add locale independent implementations of strcasecmp/strncasecmp 13 years ago
Luca Barbato 07b172fe8f avstring: Add locale independent implementations of toupper/tolower 13 years ago
Loren Merritt 2f7f2e4b41 Update x86inc.asm to latest x264 version, and add AVX symmetry. 13 years ago
Nicolas George 1125571b73 audioconvert: use + in av_get_channel_layout_string. 13 years ago
Reimar Döffinger b9242fd12f av_lzo1x_decode: properly handle negative buffer length. 13 years ago
Reimar Döffinger bd09fecce2 color_table array should be const. 13 years ago
Reimar Döffinger 5639793be9 Put strings inside struct instead of extra indirection. 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Michael Niedermayer eba0e289ae opt: remove attribute_deprecated from several functions that do not have adequante replacements. 13 years ago
Sebastien Zwickert d66ee6ac48 HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X. 13 years ago
Diego Biurrun f36b390275 Replace some forgotten FFmpeg references by Libav. 13 years ago
Mans Rullgard ab2539708a Check for cbrtf() and provide fallback 13 years ago
Justin Ruggles 4e8e262476 fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm 13 years ago
Ronald S. Bultje dc49bf1270 sws/pixfmt/pixdesc: add support for yuv420p9le/be. 13 years ago
Anton Khirnov 4e64c4d51a AVOptions: add documentation. 13 years ago
Stefano Sabatini 424655f749 lavu: update minor number and add APIchanges entry after recent av_strtok() addition 13 years ago
Stefano Sabatini b35e9e19e9 lavu: add av_strtok() 13 years ago
Michael Niedermayer fe87b2e79c parseutils: fix various cast qualifier warnings. 13 years ago
Michael Niedermayer 8aed90958d dict: fix assignment discards qualifiers from pointer target type warnings. 13 years ago
Michael Niedermayer 68eb35b886 avstring: fix return discards qualifiers from pointer target type. 13 years ago
Martin Storsjö 299234a0a9 avoptions: Fix av_opt_flag_is_set 13 years ago
Anton Khirnov 85afbb1d00 AVOptions: don't segfault on NULL parameter in av_set_options_string() 13 years ago
Michael Niedermayer fd6af5375b av_tempfile: dont try the current directory with mkstemp() unless we are on windows 13 years ago
Michael Niedermayer e8e13358ad av_tempfile: change mode for fallback to 0600 to match mkstemp() 13 years ago