summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* lavu: add av_get_media_type_string() convenience functionStefano Sabatini2011-08-20
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-18
|\
| * Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-17
* | fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2()Stefano Sabatini2011-08-14
* | fifo: apply misc cosmetic fixesStefano Sabatini2011-08-14
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-14
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-13
|\|
| * Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
| * Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* | av_get_string: search children too.Michael Niedermayer2011-08-13
* | av_get_number: also search children, this is more sane than not doing so.Michael Niedermayer2011-08-13
* | audioconvert: define unique strings for AV_CH_LAYOUT_5POINT{0,1}_BACKStefano Sabatini2011-07-28
* | parseutils: add some documentation for small_strptime()Stefano Sabatini2011-07-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-18
|\|
| * random_seed: use proper #includesMans Rullgard2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * des: fix #if conditional around P_shuffleMans Rullgard2011-07-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun2011-07-15
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-14
|\|
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-13
|\|
| * pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson2011-07-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-09
|\|
| * AVOptions: in av_opt_find() don't return named constants unless unit is speci...Anton Khirnov2011-07-08
| * dict: extend documentation.Anton Khirnov2011-07-08
| * lls: whitespace cosmeticsMans Rullgard2011-07-08
| * avutil: Add missing test programs to Makefile.Diego Biurrun2011-07-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-06
|\|
| * eval: add missing comma to tests.Ronald S. Bultje2011-07-05
| * eval: fix memleak.Ronald S. Bultje2011-07-05
* | eval/fate: try to fix nan printing format failures.Michael Niedermayer2011-07-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\|
| * eval: clear Parser instances before usingMans Rullgard2011-07-04
| * sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov2011-07-04
| * des: allow unaligned input and output buffersMans Rullgard2011-07-04
| * aes: allow unaligned input and output buffersMans Rullgard2011-07-04
| * eval: make timing optional in test programMans Rullgard2011-07-04
* | Unbreak libavutil API.Carl Eugen Hoyos2011-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include log.h in avutil.hMans Rullgard2011-07-03
| * Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
| * Do not include rational.h in avutil.hMans Rullgard2011-07-03
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
| * Remove return statements following infinite loops without breakMans Rullgard2011-07-03
| * md5: cosmeticsMans Rullgard2011-07-03