summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* log: swap colors for muxer and codec layerMichael Niedermayer2012-06-191-12/+12
* x86/intmath: fix type of FASTDIVMichael Niedermayer2012-06-191-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-181-0/+7
|\
| * Add Dolby/DPLII downmix support to libavresampleJohn Stebbins2012-06-181-0/+7
* | libavutil: add a merge sort.Michael Niedermayer2012-06-181-0/+25
* | qsort doxyMichael Niedermayer2012-06-181-0/+6
* | qsort: add some forgotten ()Michael Niedermayer2012-06-181-1/+1
* | libavutil: add AV_QSORT()Michael Niedermayer2012-06-181-0/+86
* | attributes: move av_restrict fallback from internal to attributesMichael Niedermayer2012-06-172-4/+4
* | lavu/internal: define av_restrict if it has not been defined by config.hMichael Niedermayer2012-06-171-0/+4
* | enable C99-external_inline for iclJ. Bohl2012-06-171-0/+4
* | md5: consistently use uint32_t instead of unsigned intGiorgio Vazzana2012-06-161-5/+5
* | revert "extern inline" usageMichael Niedermayer2012-06-151-4/+0
* | new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl2012-06-151-0/+8
* | bprint: implement vsnprintf for win32.Nicolas George2012-06-141-0/+19
* | arm/intmath: disable av_clip_uintp2_arm with config_smallMichael Niedermayer2012-06-121-1/+2
* | lavu/error: add av_make_error_string() and av_err2str() convenience utilitiesStefano Sabatini2012-06-113-6/+28
* | lavu/error: fix sign error in av_sterror() error codeStefano Sabatini2012-06-111-1/+1
* | lavu/error: use a table to store error codes and strings, add testStefano Sabatini2012-06-112-25/+62
* | tests/parseutils: change test to make it platform independentStefano Sabatini2012-06-111-4/+2
* | Optimization of AMR NB and WB decoders for MIPSNedeljko Babic2012-06-112-0/+77
* | random_seed: rewrite generic code.Michael Niedermayer2012-06-111-21/+38
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-103-6/+61
|\ \ | |/
| * Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-101-1/+1
| * audioconvert: add a function for extracting the channel with the given indexAnton Khirnov2012-06-102-0/+19
| * audioconvert: add a function for getting the name of a single channel.Anton Khirnov2012-06-102-0/+18
| * audioconvert: add a function for getting channel's index in layoutAnton Khirnov2012-06-102-0/+22
| * audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov2012-06-101-5/+1
* | bprint-test: avoid z modifier, mingw fails with itMichael Niedermayer2012-06-101-7/+7
* | lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZEStefano Sabatini2012-06-101-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-091-1/+1
|\ \ | |/
| * lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles2012-06-081-1/+1
* | float_dsp.c: Restore author attribution that was removed by libav while movin...Michael Niedermayer2012-06-091-4/+7
* | x86/float_dsp.asm: restore author attributionMichael Niedermayer2012-06-091-4/+6
* | libavutil.v: add avpriv prefixMichael Niedermayer2012-06-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-0820-0/+962
|\ \ | |/
| * float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-083-3/+30
| * ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-084-8/+8
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-0816-0/+539
| * PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-082-0/+165
| * ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-081-0/+231
* | pixdesc: BGRA64 is rgb pixel formatPaul B Mahol2012-06-081-1/+2
* | fate-bprint: try to workaround platform specific value.Michael Niedermayer2012-06-081-1/+1
* | audioconvert: implement av_bprint_channel_layout().Nicolas George2012-06-072-8/+24
* | bprint: add av_bprint_init_for_buffer().Nicolas George2012-06-072-0/+25
* | opt: add test for IMAGE_SIZE and PIXEL_FMT.Nicolas George2012-06-071-0/+10
* | opt: free test_ctx.string at the end.Nicolas George2012-06-071-0/+1
* | opt: init test_ctx to 0.Nicolas George2012-06-071-1/+1
* | opt: add AV_OPT_TYPE_PIXEL_FMT.Nicolas George2012-06-072-0/+21
* | libavutil/integer: use av_assertMichael Niedermayer2012-06-061-2/+3
OpenPOWER on IntegriCloud