1823 Commits (7001eee1f4bda539c449d191116af8a0ec88ee50)

Author SHA1 Message Date
Stefano Sabatini 359abb18cf lavu/error: add av_make_error_string() and av_err2str() convenience utilities 13 years ago
Stefano Sabatini 5683de00e9 lavu/error: fix sign error in av_sterror() error code 13 years ago
Stefano Sabatini 4299fd23d3 lavu/error: use a table to store error codes and strings, add test 13 years ago
Stefano Sabatini 3ecaba677e tests/parseutils: change test to make it platform independent 13 years ago
Nedeljko Babic 3827a86eac Optimization of AMR NB and WB decoders for MIPS 13 years ago
Michael Niedermayer 66531c75d3 random_seed: rewrite generic code. 13 years ago
Anton Khirnov b0f0dfc485 Bump lavu minor and add an APIChanges entry for audioconvert functions. 13 years ago
Anton Khirnov 59d58b3390 audioconvert: add a function for extracting the channel with the given index 13 years ago
Anton Khirnov 5df320e167 audioconvert: add a function for getting the name of a single channel. 13 years ago
Anton Khirnov 406b257de9 audioconvert: add a function for getting channel's index in layout 13 years ago
Anton Khirnov 3596de55fc audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels 13 years ago
Michael Niedermayer 4bfee465e9 bprint-test: avoid z modifier, mingw fails with it 13 years ago
Stefano Sabatini 53dfc38452 lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE 13 years ago
Michael Niedermayer b0415287e3 float_dsp.c: Restore author attribution that was removed by libav while moving code to libavutil 13 years ago
Michael Niedermayer f0313e9022 x86/float_dsp.asm: restore author attribution 13 years ago
Michael Niedermayer 04e2ac4749 libavutil.v: add avpriv prefix 13 years ago
Justin Ruggles 03e098e7a0 lavu: change versioning script to include all av* prefixed symbols 13 years ago
Justin Ruggles 3b81a18ba3 float_dsp: ppc: add a separate header for Altivec function prototypes 13 years ago
Mans Rullgard a839d6abf8 ARM: fix float_dsp breakage from d5a7229 13 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Justin Ruggles 98db4e2a4e PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil 13 years ago
Justin Ruggles 94d2b0d2fd ARM: Move asm.S from libavcodec to libavutil 13 years ago
Paul B Mahol f4e0ec814b pixdesc: BGRA64 is rgb pixel format 13 years ago
Michael Niedermayer 5b51efdc3a fate-bprint: try to workaround platform specific value. 13 years ago
Nicolas George e45a92dc88 audioconvert: implement av_bprint_channel_layout(). 13 years ago
Nicolas George b3e2bb08a9 bprint: add av_bprint_init_for_buffer(). 13 years ago
Nicolas George 9148ae5b91 opt: add test for IMAGE_SIZE and PIXEL_FMT. 13 years ago
Nicolas George 61c266d72f opt: free test_ctx.string at the end. 13 years ago
Nicolas George 42b774ab6f opt: init test_ctx to 0. 13 years ago
Nicolas George d9b0d75c56 opt: add AV_OPT_TYPE_PIXEL_FMT. 13 years ago
Michael Niedermayer 58e4adb6f7 libavutil/integer: use av_assert 13 years ago
Michael Niedermayer 2f23a8ab17 libavutil/mathematics: use av_assert() 13 years ago
Clément Bœsch 6b35f1a2a6 timecode: move timecode muxer options to metadata. 13 years ago
Michael Niedermayer eb7efc126a log: color prefixes according to their source. 13 years ago
Michael Niedermayer 2e39e7d0f1 log: add AV_CLASS_CATEGORY_NB 13 years ago
Michael Niedermayer 2191aef93b log: cleanup color arrays 13 years ago
Michael Niedermayer 5f509fa2e1 log: add category to AVClass 13 years ago
Vitor Sessak 4a301706fd x86: Avoid movs on BUTTERFLYPS when in AVX mode 13 years ago
Anton Khirnov 0426c69310 AVOptions: fix the value printed in out of range error message. 13 years ago
Anton Khirnov 780ff97fef log: make colored output more colorful. 13 years ago
Samuel Pitoiset 154486f9ad opt: Add av_opt_set_bin() 13 years ago
Michael Bradshaw b0e1557fe7 Fixed warnings about int64 to int32 conversion 13 years ago
Stefano Sabatini f2ee065638 lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.h 13 years ago
Nicolas George 2ec3e5767e opt: add AV_OPT_TYPE_IMAGE_SIZE. 13 years ago
Stefano Sabatini cd945d2112 lavu/tree: perform minor fixes to av_tree_insert() documentation 13 years ago
Clément Bœsch 7c2bb79f3b lavu/error: fix make checkheaders. 13 years ago
Stefano Sabatini 47ef261288 lavu/parseutils: fix specification for av_parse_time() 13 years ago
Michael Niedermayer f8196759b4 fifo: add av_fifo_grow() 13 years ago
Anton Khirnov d89eca507c Add missing version bumps and APIchanges/Changelog entries. 13 years ago
Clément Bœsch 9548deeea9 lavu/bprint: add av_bprint_reset(). 13 years ago