summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* revert "extern inline" usageMichael Niedermayer2012-06-15
* new attribute "extern inline" (fixing linker error with ff_get_mb_score and f...J. Bohl2012-06-15
* bprint: implement vsnprintf for win32.Nicolas George2012-06-14
* arm/intmath: disable av_clip_uintp2_arm with config_smallMichael Niedermayer2012-06-12
* lavu/error: add av_make_error_string() and av_err2str() convenience utilitiesStefano Sabatini2012-06-11
* lavu/error: fix sign error in av_sterror() error codeStefano Sabatini2012-06-11
* lavu/error: use a table to store error codes and strings, add testStefano Sabatini2012-06-11
* tests/parseutils: change test to make it platform independentStefano Sabatini2012-06-11
* Optimization of AMR NB and WB decoders for MIPSNedeljko Babic2012-06-11
* random_seed: rewrite generic code.Michael Niedermayer2012-06-11
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-10
|\
| * Bump lavu minor and add an APIChanges entry for audioconvert functions.Anton Khirnov2012-06-10
| * audioconvert: add a function for extracting the channel with the given indexAnton Khirnov2012-06-10
| * audioconvert: add a function for getting the name of a single channel.Anton Khirnov2012-06-10
| * audioconvert: add a function for getting channel's index in layoutAnton Khirnov2012-06-10
| * audioconvert: use av_popcount64 in av_get_channel_layout_nb_channelsAnton Khirnov2012-06-10
* | bprint-test: avoid z modifier, mingw fails with itMichael Niedermayer2012-06-10
* | lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZEStefano Sabatini2012-06-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-09
|\|
| * lavu: change versioning script to include all av* prefixed symbolsJustin Ruggles2012-06-08
* | float_dsp.c: Restore author attribution that was removed by libav while movin...Michael Niedermayer2012-06-09
* | x86/float_dsp.asm: restore author attributionMichael Niedermayer2012-06-09
* | libavutil.v: add avpriv prefixMichael Niedermayer2012-06-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|\|
| * float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-08
| * ARM: fix float_dsp breakage from d5a7229Mans Rullgard2012-06-08
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-08
| * PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
| * ARM: Move asm.S from libavcodec to libavutilJustin Ruggles2012-06-08
* | pixdesc: BGRA64 is rgb pixel formatPaul B Mahol2012-06-08
* | fate-bprint: try to workaround platform specific value.Michael Niedermayer2012-06-08
* | audioconvert: implement av_bprint_channel_layout().Nicolas George2012-06-07
* | bprint: add av_bprint_init_for_buffer().Nicolas George2012-06-07
* | opt: add test for IMAGE_SIZE and PIXEL_FMT.Nicolas George2012-06-07
* | opt: free test_ctx.string at the end.Nicolas George2012-06-07
* | opt: init test_ctx to 0.Nicolas George2012-06-07
* | opt: add AV_OPT_TYPE_PIXEL_FMT.Nicolas George2012-06-07
* | libavutil/integer: use av_assertMichael Niedermayer2012-06-06
* | libavutil/mathematics: use av_assert()Michael Niedermayer2012-06-06
* | timecode: move timecode muxer options to metadata.Clément Bœsch2012-06-04
* | log: color prefixes according to their source.Michael Niedermayer2012-06-03
* | log: add AV_CLASS_CATEGORY_NBMichael Niedermayer2012-06-03
* | log: cleanup color arraysMichael Niedermayer2012-06-03
* | log: add category to AVClassMichael Niedermayer2012-06-01
* | Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer2012-05-30
|\|
| * x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-28
|\|
| * AVOptions: fix the value printed in out of range error message.Anton Khirnov2012-05-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-28
|\|
| * log: make colored output more colorful.Anton Khirnov2012-05-26