summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-031-1/+1
|\
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-022-2/+4
|\ \ | |/
| * doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-07-012-2/+4
* | dict: fix another typoStefano Sabatini2011-07-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-014-146/+230
|\ \ | |/
| * avutil: elaborate documentation for av_get_random_seedReinhard Tartler2011-06-301-1/+6
| * aes: whitespace cosmeticsMans Rullgard2011-06-301-87/+132
| * adler32: whitespace cosmeticsMans Rullgard2011-06-301-11/+17
| * Fix cpu flags test programMans Rullgard2011-06-301-21/+34
| * opt-test: Add missing braces to silence compiler warnings.Diego Biurrun2011-06-301-8/+8
| * aes: improve test program and add fate testMans Rullgard2011-06-301-21/+33
| * adler32: make test program more useful and add fate testMans Rullgard2011-06-301-7/+15
* | lavu: bump minor and add APIchanges entry for AV_PICTURE_TYPE_NONEStefano Sabatini2011-06-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-302-8/+9
|\ \ | |/
| * rational-test: Add proper main() declaration to fix gcc warnings.Diego Biurrun2011-06-301-1/+3
| * Remove unused, never built libavutil/pca.[ch]Mans Rullgard2011-06-293-281/+1
| * pixfmt: fix YUV422/444 wrong endian commentCan Wu2011-06-291-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-292-30/+1
|\ \ | |/
| * build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-1/+1
| * avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-283-312/+0
* | pict_type: add a value for unknown/none.Martin Matuska2011-06-281-1/+2
* | dict: fix various typosStefano Sabatini2011-06-281-5/+4
* | random_seed: more elaborate doxy.Michael Niedermayer2011-06-281-0/+4
* | AVDictionary: warn about its shortcommings and mention available replacements.Michael Niedermayer2011-06-281-0/+7
* | Revert "build: Remove redundant config.mak includes from subdirectory Makefil...Reimar Döffinger2011-06-261-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-261-2/+0
|\ \ | |/
| * build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-251-2/+0
* | samplefmt: remove deprecated use of av_get_bits_per_sample_fmt()Stefano Sabatini2011-06-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-2411-59/+61
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-246-51/+51
| * Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-232-6/+4
| * Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö2011-06-232-1/+3
| * ARM: allow building in Thumb2 modeMans Rullgard2011-06-231-0/+2
* | Fix zero-length gnu_printf format string warning.Clément Bœsch2011-06-211-1/+1
* | eval: Fix 32bit unsigned parsingMichael Niedermayer2011-06-201-1/+1
* | opt: do not crash in av_set_options_string() if opts == NULLStefano Sabatini2011-06-193-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-187-17/+130
|\ \ | |/
| * intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala2011-06-161-10/+10
| * Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-161-1/+1
| * dict: add AV_DICT_APPEND flag.Anton Khirnov2011-06-162-1/+14
| * AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-164-5/+66
| * AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov2011-06-162-0/+39
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-114-3/+75
|\ \ | |/
| * libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-102-0/+52
| * avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-103-1/+21
* | pixfmt: Replace 9/10bit deprecation by a technical explanation.Michael Niedermayer2011-06-101-1/+3
* | dict: This code was developed in ffmpeg and not libav, nor by libav developers.Michael Niedermayer2011-06-102-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-095-1/+197
|\ \ | |/
| * Move metadata API from lavf to lavu.Anton Khirnov2011-06-085-1/+197