]> git.sesse.net Git - ffmpeg/history - libavutil
a64multienc: Do not entangle coded_frame
[ffmpeg] / libavutil /
2015-07-20 Luca Barbatoparseutil: Add more resolution aliases
2015-07-08 Henrik Gramnerx86: Serialize rdtsc in read_time()
2015-07-03 Vittorio Giovaralavu: Add version information for av_version_info()
2015-07-02 wm4lavu: add an API function to return the Libav version...
2015-06-08 Luca Barbatoconfigure: Support MSVC 2015
2015-05-31 James Almerx86: check for AV_CPU_FLAG_AVXSLOW where useful
2015-05-31 James Almerx86: Add helper macros to check for slow cpuflags
2015-05-31 James Almerx86: add AV_CPU_FLAG_AVXSLOW flag
2015-05-31 Luca Barbatoppc: vsx: Implement diff_pixels and get_pixels
2015-05-31 Luca Barbatoppc: vsx: Implement float_dsp
2015-05-31 Luca Barbatoppc: cpu: Add support for VSX and POWER8 extensions
2015-05-31 Luca Barbatoppc: Restrict some Altivec implementations to Big Endian
2015-05-31 Luca Barbatoppc: Clarify and extend the cpuid check
2015-05-31 Luca Barbatoppc: linux: Check altivec using the auxv
2015-05-31 Luca Barbatoppc: avutil: Use the abriged vector types
2015-05-31 Luca Barbatoppc: avutil: Drop a potentially dangerous workaround
2015-05-28 wm4pixfmt: remove misleading and broken documentation
2015-05-28 Timothy Gux86inc: Clear __SECT__
2015-05-25 Steve LhommeD3D11va: add a Direct3D11 video decoder similar to...
2015-04-20 Vittorio Giovaralog: Print a full backtrace along with error messages...
2015-04-19 James Almeravutil: remove pointless bmi1 define
2015-04-19 Vittorio Giovaralog: Introduce a more verbose debug level
2015-04-07 Luca Barbatoparseutils: Make av_small_strptime public
2015-04-06 Luca Barbatoparseutils: Extend small_strptime to be used in avformat
2015-03-29 wm4lavc: add MMAL hardware decoder wrapper
2015-03-23 Vittorio Giovarapixfmt: Update documentation with prefixed pixel formats
2015-03-23 Vittorio Giovarapixdesc: Replace a few leftover instances of non AV...
2015-03-23 Vittorio Giovaramov: Write the display matrix in order
2015-03-17 Martin StorsjöReplace a few leftover instances of enum PixelFormat...
2015-03-07 Martin Storsjöarm: Suppress tags about used cpu arch and extensions
2015-02-20 Peter Meerwaldlibavutil: Add ARM av_clip_intp2_arm
2015-02-20 Peter Meerwaldlibavutil: Add av_clip_intp2
2015-02-19 Anton Khirnovpixfmt: add a pixel format for QSV hwaccel
2015-02-14 Diego BiurrunDon't anonymously typedef structs
2015-02-08 Anton Khirnovframe: clarify buf documentation
2015-02-01 Rémi Denis-Courmontmem: fix pointer pointer aliasing violations
2015-01-29 Luca Barbatolavu: Check av_dict_set allocations
2015-01-27 Anton KhirnovAdd a side data type for audio service type.
2015-01-14 Paul B Mahollavu: add planar 16 bit and 8 bit rgb with alpha
2015-01-14 Stefano Sabatiniimgutils: create misc functions for dealing with buffers
2015-01-05 Vittorio Giovaraopt: check memory allocation
2014-12-18 Vittorio Giovaracheck memory errors from av_strdup()
2014-12-18 Luca Barbatolavu: Refactor side data wiping
2014-12-14 Anton Khirnovthread: use "" instead of <> for including the w32pthre...
2014-12-09 Martin Storsjöaarch64: Use .data.rel.ro for const data with relocations
2014-12-09 Martin Storsjöarm: Use .data.rel.ro for const data with relocations
2014-12-05 Kieran Kunhyav210enc: Add SIMD optimised 8-bit and 10-bit encoders
2014-11-27 wm4lavu: fix memory leaks by using a mutex instead of...
2014-11-27 Anton Khirnovlavu: add wrappers for the pthreads mutex API
2014-11-27 Martin StorsjöShare the utf8 to wchar conversion routine between...
2014-11-24 Vittorio Giovaralavu: move internal define to the only places where...
2014-11-11 Luca Barbatoopt: Fix the documentation mentioning av_set_string3
2014-11-07 Henrik Gramneravstring: Mark some character handling functions av_const
2014-10-25 Martin StorsjöUse gmtime_r instead of gmtime and localtime_r instead...
2014-10-25 Martin Storsjölavu: Provide fallbacks for gmtime_r and localtime_r
2014-10-24 Martin Storsjölavu: Add av_gettime_relative
2014-10-08 Vittorio Giovarapixdesc: return color properties names
2014-10-08 Vittorio Giovarapixfmt: mark further reserved values
2014-10-08 Vittorio Giovaradoc: expand description for some color properties
2014-09-26 Luca Barbatolog: Unbreak no-tty support on 256color terminals
2014-09-09 Henrik Gramnerx86inc: Make INIT_CPUFLAGS support an arbitrary number...
2014-09-09 Loren Merrittx86inc: Free up variable name "n" in global namespace
2014-09-09 Henrik Gramnerx86inc: Make ym# behave the same way as xm#
2014-09-08 Gabriel Dumetime: Add missing zero
2014-09-03 Luca Barbatotime: Use clock_gettime if the monotonic clock is available
2014-09-03 Luca Barbatoppc: Support little endian intreadwrite
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-15 Diego Biurrunatomic_win32: Drop unnecessary atomic.h #include
2014-08-14 Diego Biurrunframe: Remove some FF_API_AVFRAME_COLORSPACE leftovers
2014-08-13 Diego Biurruncpu-test: Add unistd.h #include for getopt()
2014-08-13 Anton Khirnovmem: add av_strndup() for duplicating substrings
2014-08-13 Felix Abecassisstereo3d: initialize AVStereo3D to zero
2014-08-13 Andrew StoneAVOption: add support for dictionary types.
2014-08-10 Luca Barbatoavresample: Introduce AVFrame-based API
2014-08-09 Anton KhirnovRemove obsolete FF_API_AVFRAME_COLORSPACE cruft.
2014-08-09 Anton KhirnovBump major versions of all libraries.
2014-08-09 Anton KhirnovPostpone API-incompatible changes until the next bump.
2014-08-04 Vittorio Giovaraavutil: add AV_PIX_FMT_YA16 pixel format
2014-08-04 Vittorio Giovaraavutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
2014-08-04 Vittorio Giovaraavutil: add alias names for gray 8/16 colour spaces
2014-08-04 Luca Barbatopixdesc: Support pixelformat aliases
2014-08-04 Diego Biurrunimgutils: Do not declare avpriv_set_systematic_pal2...
2014-08-03 Kieran Kunhyaavcodec: Deprecate dtg_active_format field in favor...
2014-08-03 Janne Grunauaarch64: use MACH-O const data asm directive in const...
2014-08-03 Janne Grunaucpu-test: test av_cpu_count
2014-08-03 Janne Grunaufate: add informative cpu test
2014-08-01 Luca Barbatopixdesc: K&R formatting cosmetics
2014-07-29 Luca Barbatoavstring: Expose the simple name match function
2014-07-21 Ben Avisonarm: Macroize the test for 'setend' CPU instruction...
2014-07-17 Ben Avisonarmv6: Accelerate butterflies_float
2014-07-17 Ben Avisonarmv6: Accelerate vector_fmul_window
2014-07-09 Vittorio Giovaradisplay: add matrix flip api
2014-07-06 Timothy Guaudio_fifo: Split into a separate doxygen module
2014-07-06 Timothy Gusamplefmt: Add doxygen categories
2014-07-01 Diego BiurrunUpdate Fiona's name in copyright statements.
2014-06-28 Martin Storsjöarm: Detect 32 bit cpu features on ARMv8 when running...
2014-06-23 Vittorio Giovarapixfmt: mark the reserved values
2014-06-23 Luca Barbatolzo: Handle integer overflow
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
next