]> git.sesse.net Git - ffmpeg/history - libavutil
alsdec: check block length
[ffmpeg] / libavutil /
2013-12-09 Vittorio Giovaraavframe: add codec-independent stereoscopic metadata
2013-12-09 Diego Biurrunconfigure: Prefix libc-related variables with "libc_"
2013-12-09 Anton Khirnovframe: cosmetics, reindent
2013-12-09 Anton Khirnovframe: copy flags in av_frame_copy_props()
2013-11-26 John Stebbinsmpeg12dec: Extract CC user data into frame side data
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-14 Anton KhirnovMove av_fast_{m,re}alloc from lavc to lavu.
2013-11-13 Diego BiurrunDeprecate obsolete XvMC hardware decoding support
2013-11-03 Vittorio Giovaraattributes: disable flatten on llvm/clang
2013-10-31 John Stebbinsh264: wait for initial complete frame before outputing...
2013-10-27 Anton KhirnovAVOptions: do not range check flag options.
2013-10-27 Vittorio Giovaraavframe: mark source frame const in _ref and _clone
2013-10-26 Vittorio Giovaramem: do not check for negative size
2013-10-25 Kieran Kunhyalibavutil: x86: Add AVX2 capable CPU detection.
2013-10-25 Derek Buitenhuisbase64-test: Remove posibility of returning restricted...
2013-10-24 Derek Buitenhuistree-test: Don't return restricted exit codes
2013-10-23 Diego Biurrunavstring-test: Mark pointer passed to av_free() as...
2013-10-16 Martin Storsjömem: Make av_strdup allocate using av_realloc
2013-10-14 Jason Garrett-Glaserx86: more AVX2 framework
2013-10-14 Jason Garrett-Glaserx86inc: FMA3/4 Support
2013-10-14 Derek Buitenhuisx86inc: Remove our FMA4 support
2013-10-14 Henrik Gramnerx86inc: Use VEX-encoded instructions in AVX functions
2013-10-09 Henrik Gramnerx86inc: Remove .rodata kludges
2013-10-07 Henrik Gramnerx86inc: remove misaligned cpu flag
2013-10-07 Jason Garrett-Glaserx86inc: various minor backports from x264
2013-10-07 Derek Buitenhuisx86inc: Check for __OUTPUT_FORMAT__ having a value...
2013-10-07 Henrik Gramnerx86inc: Utilize the shadow space on 64-bit Windows
2013-10-07 Loren Merrittx86inc: create xm# and ym#, analagous to m#
2013-10-07 Loren Merrittx86inc: fix some corner cases of SWAP
2013-10-07 Henrik Gramnerx86inc: Use SSE instead of SSE2 for copying data
2013-10-07 Henrik Gramnerx86inc: Set ELF hidden visibility for global constants
2013-10-07 Loren Merrittx86inc: activate REP_RET automatically
2013-10-05 Luca Barbatodoxy: Document avlog
2013-10-03 Diego Biurrunx86: cpu: Restore some explanatory comments removed...
2013-10-03 Diego BiurrunUse correct Doxygen syntax
2013-09-28 Anton Khirnovavframe: note that linesize is not the usable data...
2013-09-24 Michael Niedermayerpixdesc: fix NV20* descriptors
2013-09-21 Alex Smithavutil: Fix compilation with inline asm disabled on...
2013-09-21 Kieran Kunhyalavu: Add interleaved 4:2:2 8/10-bit formats
2013-09-20 Martin Storsjömem: Handle av_reallocp(..., 0) properly
2013-09-20 Alex Smithmsvc/icl: Use __declspec(noinline)
2013-09-20 Alex Smithmsvc/icl: Use __declspec(deprecated)
2013-09-16 Luca Barbatomem: Introduce av_reallocp
2013-09-14 Diego Biurrunmem: Document the non-compatibility of av_realloc(...
2013-09-10 Diego BiurrunDrop pointless directory name prefixes from #includes...
2013-09-05 Diego Biurrunmem: Do not check unsigned values for negative size
2013-09-05 Diego Biurrunmem: Improve documentation wording and spelling
2013-09-04 Luca Barbatomem: Document the av_realloc family of functions properly
2013-08-29 Diego Biurrunx86: Add and use more convenience macros to check CPU...
2013-08-29 Diego Biurrunarm: float_dsp: Propagate cpu_flags to vfp initializati...
2013-08-28 Diego Biurrunppc: Add and use convenience macro to check for AltiVec...
2013-08-28 Diego Biurrunavutil: Refactor CPU extension availability macros
2013-08-28 Diego Biurrunavutil: Move internal CPU detection function declaratio...
2013-08-09 Martin Storsjölibavutil: Make avpriv_open a library-internal function...
2013-08-09 Martin Storsjölibavutil: Move avpriv_open to a new file, file_open.c
2013-08-09 Martin Storsjölibavutil: Enable the MSVC DLL symbol loading workaroun...
2013-08-08 Martin Storsjöfile: Move win32 utf8->wchar open wrapper to libavutil
2013-08-08 Derek Buitenhuislibavutil: Don't use fcntl if the function does not...
2013-08-07 Rémi Denis-Courmontlibavutil: use avpriv_open()
2013-08-07 Rémi Denis-Courmontlibavutil: add avpriv_open() to open files with close...
2013-08-05 Rémi Denis-Courmontvdpau: deprecate old codec-specific pixel formats
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-08-02 Diego Biurrunbuild: Add _Pragma macro to disable deprecated declarat...
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2013-08-01 Vittorio Giovaraavframe: have av_frame_get_side_data take const AVFrame*
2013-07-31 Martin Storsjöavopt: Check whether the object actually has got an...
2013-07-31 Diego Biurruntree-test: Refactor and plug memory leaks
2013-07-31 Diego Biurruntree.h: K&R formatting and typo cosmetics
2013-07-29 Diego BiurrunReplace remaining obsolete PIX_FMT names with AV_PIX_FM...
2013-07-29 Diego Biurrunavutil/tree: Drop debug messages that clutter the output
2013-07-29 Diego Biurrunavutil/tree: K&R formatting cosmetics
2013-07-27 Diego BiurrunAdd missing deprecation attributes
2013-07-27 Diego Biurruneval: Explicitly ignore return value of strtod() in...
2013-07-18 Diego BiurrunEmploy consistent LIBAV_COMPAT_ multiple inclusion...
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-07-11 Martin Storsjöconfigure: Check for support for labels in the inline...
2013-07-06 Luca Barbatofifo: K&R formatting cosmetics
2013-07-04 Luca Barbatolog: pass the correct parameters to missing_feature_sample
2013-07-02 Loren Merrittlls/x86: use 3-operator vaddpd in ADDPD_MEM
2013-06-30 Loren Merrittx86: lpc: fix a segfault in av_evaluate_lls_sse2()
2013-06-29 Loren Merrittx86: lpc: simd av_evaluate_lls
2013-06-29 Loren Merrittx86: lpc: simd av_update_lls
2013-06-29 Loren Merrittlpc: use function pointers, in preparation for asm
2013-06-29 Loren Merrittlpc: remove "decay" argument
2013-06-04 Martin Storsjömem: Add av_realloc_array and av_reallocp_array
2013-06-02 Diego Biurruncpu: Restructure code to avoid pointless ret variable...
2013-05-26 Martin Storsjöarm: Only output eabi attributes if building for ELF
2013-05-24 Martin Storsjöcpu: Include common.h for av_popcount64
2013-05-24 Anton KhirnovMove get_logical_cpus() from lavc/pthread to lavu/cpu.
2013-05-22 Anton Khirnovpixdesc: mark gray8 as pseudopal
2013-05-17 Anton Khirnovdoxy: add a section about versioning.
2013-05-17 Anton Khirnovlavfi doxy: add a page for lavfi.
2013-05-15 Diego BiurrunRemove commented-out #includes
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-05-15 Kieran KunhyaClarify output of av_get_bits_per_pixel
2013-05-07 Martin Storsjömsvc: Move linker pragma from config.h to libavutil...
2013-05-06 Janne Grunaupixdesc: add function to return pixel format with swapp...
2013-05-04 Diego Biurrunavutil: Add av_cold attributes to init functions missin...
2013-05-03 Christophe Gisquetx86: float dsp: butterflies_float SSE
2013-04-30 Derek Buitenhuisavutil: doxy: Small clarification for av_buffer_create()
next