153 Commits (0cc1a86dc34b020d857f946e47edf9e425274330)

Author SHA1 Message Date
Janne Grunau c04a954da6 lavu: bump lavu minor for av_popcount64 13 years ago
Anton Khirnov 1be323054e Add basic libavdevice documentation. 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
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Ronald S. Bultje 6b0768e202 Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. 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
Martin Storsjö 627067118c avutil: Add av_timegm as a public function 13 years ago
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 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
Anton Khirnov 492bd1a28f AVOptions: bump minor and add APIchanges entry. 13 years ago
Jason Garrett-Glaser 96a59cf37b x86: XOP/FMA4 CPU detection support 13 years ago
Stefano Sabatini 8cee38a298 eval: implement not() expression 13 years ago
Stefano Sabatini 9bc393908a eval: add sqrt function for computing the square root 13 years ago
Anton Khirnov 79eff91325 AVOptions: deprecate av_opt_set_defaults2 13 years ago
Anton Khirnov c11fb8288d AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). 13 years ago
Stefano Sabatini f2011ed234 fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() 13 years ago
Mans Rullgard abc78a5a7c Do not include log.h in avutil.h 14 years ago
Mans Rullgard d49ea4afb4 Do not include pixfmt.h in avutil.h 14 years ago
Mans Rullgard e91709ca17 Do not include rational.h in avutil.h 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
Martin Storsjö 67e9ae14d9 Add av_printf_format, for marking printf style format strings and their parameters 14 years ago
Anton Khirnov 7c44d716e7 Add minor bumps and APIChanges entries for lavf private options. 14 years ago
Anton Khirnov dc59ec5e79 AVOptions: add av_opt_find() as a replacement for av_find_opt. 14 years ago
Martin Storsjö cb7c11cc9e avoptions: Add an av_opt_flag_is_set function for inspecting flag fields 14 years ago
Anton Khirnov d9f80ea2a7 Move metadata API from lavf to lavu. 14 years ago
Stefano Sabatini a6703faa15 samplefmt: add av_get_bytes_per_sample() 14 years ago
Anton Khirnov b39b06233d AVOptions: add av_opt_free convenience function. 14 years ago
Stefano Sabatini 8f653e28f5 lavu: add av_get_pix_fmt_name() convenience function 14 years ago
Stefano Sabatini bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
Anton Khirnov 9e5c62c97f lavu: remove FF_API_OLD_IMAGE_NAMES cruft 14 years ago
Anton Khirnov 516fb5e40c lavu: remove FF_API_OLD_EVAL_NAMES cruft 14 years ago
Anton Khirnov 139f3ac42d Bump major versions of all libraries. 14 years ago
Stefano Sabatini 5ae4251c3b eval: add support for trunc, ceil, and floor functions 14 years ago
Peter Ross 73389754c9 pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 09d171b988 lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Anton Khirnov 4868bebe5b Add forgotten minor API bumps and APIChanges entries 14 years ago
Stefano Sabatini 0328b9ea39 Add av_file_map() and av_file_unmap() functions. 14 years ago
Nicolas George 0bc55f5d32 Add AVERROR_*_NOT_FOUND codes. 14 years ago
Stefano Sabatini bb4afa13dd Deprecate avcodec_pix_fmt_string() in favor of 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini 20fcd0797e Implement isnan() function evaluation. 14 years ago