summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-9/+25
|\
| * audioconvert: add explanatory comments to channel_names arrayStefano Sabatini2011-09-111-5/+20
| * audioconvert: K&R whitespace cosmeticsStefano Sabatini2011-09-111-4/+5
* | avopt: Fix searching for constantsMichael Niedermayer2011-09-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-073-15/+25
|\ \ | |/
| * AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov2011-09-071-4/+4
| * AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-073-6/+17
| * AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov2011-09-072-6/+5
* | av_string: add av_asprintf().Clément Bœsch2011-09-043-1/+37
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-043-3/+12
|\ \ | |/
| * AVOptions: fix av_set_string3() doxy to match reality.Anton Khirnov2011-09-031-1/+1
| * AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-032-1/+10
| * cpu detection: avoid a signed overflowSean McGovern2011-09-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-011-4/+4
|\ \ | |/
| * AVOptions: drop av_ prefix from static av_get_number().Anton Khirnov2011-09-011-4/+4
* | fifo: add note in av_fifo_realloc2() doxy regarding reallocation failure beha...Stefano Sabatini2011-08-301-0/+2
* | Use the shorter channel layout description for the common case.Carl Eugen Hoyos2011-08-281-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-281-1/+1
|\ \ | |/
| * doxygen: drop another pointless star from pointer variable nameDiego Biurrun2011-08-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-264-14/+51
|\ \ | |/
| * fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-262-1/+37
| * fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-262-4/+32
| * doxygen: drop pointless star from pointer variable namesDiego Biurrun2011-08-261-12/+12
* | lavu: add av_get_media_type_string() convenience functionStefano Sabatini2011-08-202-1/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-181-0/+33
|\ \ | |/
| * Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-171-0/+33
* | fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2()Stefano Sabatini2011-08-141-1/+1
* | fifo: apply misc cosmetic fixesStefano Sabatini2011-08-141-10/+11
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-142-5/+33
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-132-0/+1447
|\ \ | |/
| * Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-0/+542
| * Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-0/+905
* | av_get_string: search children too.Michael Niedermayer2011-08-131-1/+1
* | av_get_number: also search children, this is more sane than not doing so.Michael Niedermayer2011-08-131-1/+1
* | audioconvert: define unique strings for AV_CH_LAYOUT_5POINT{0,1}_BACKStefano Sabatini2011-07-282-3/+3
* | parseutils: add some documentation for small_strptime()Stefano Sabatini2011-07-231-1/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-181-2/+2
|\ \ | |/
| * random_seed: use proper #includesMans Rullgard2011-07-171-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-1/+1
|\ \ | |/
| * des: fix #if conditional around P_shuffleMans Rullgard2011-07-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-152-6/+8
|\ \ | |/
| * mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun2011-07-151-2/+2
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-142-9/+9
|\ \ | |/
| * doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-142-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-131-3/+3
|\ \ | |/
| * pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson2011-07-121-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-5/+8
|\ \ | |/
| * lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-111-5/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-094-65/+115
|\ \ | |/