]> git.sesse.net Git - ffmpeg/history - libavutil
cbs: Always check for bitstream end before reading
[ffmpeg] / libavutil /
2017-08-31 Martin Storsjömsvc: Properly specify dllexport for data symbols share...
2017-08-31 Martin StorsjöRemove support for building for mingw32ce (Windows CE)
2017-08-22 Martin Storsjöaarch64: Fix negative movrel offsets for windows
2017-08-10 Vittorio Giovarapixfmt: Support chroma-derived and ictcp color matrices
2017-07-26 wm4imgutils: add function to clear an image to black
2017-07-26 wm4lavc, lavu: move frame cropping to a convenience function
2017-07-05 Martin Storsjöd3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARY
2017-06-26 wm4hwcontext_d3d11va: add option to enable debug mode
2017-06-26 wm4dxva: support DXGI_FORMAT_420_OPAQUE decoding
2017-06-26 wm4hwcontext_d3d11va: allocate staging texture lazily
2017-06-26 wm4hwcontext_d3d11va: fix crash on frames_init failure
2017-06-18 Martin Storsjöd3d11va: Link directly to dxgi.dll and d3d11.dll functi...
2017-06-14 Mark Thompsonhwcontext: Mark local table static const
2017-06-13 Diego Biurrunppc: Drop support for Apple GCC
2017-06-12 Diego BiurrunConvert all AVClass struct declarations to designated...
2017-06-08 wm4dxva: add support for new dxva2 and d3d11 hwaccel APIs
2017-06-08 wm4lavu: add new D3D11 pixfmt and hwcontext
2017-06-03 James Almeravutil/md5: fix misaligned reads
2017-05-29 Elviss Strazdinsvaapi: Add ABGR map only if VA_FOURCC_ABGR is defined
2017-05-20 Aaron Levinsonavutil/hwcontext_dxva2: Don't improperly free IDirect3D...
2017-05-08 Martin Storsjöarm: Check for the .arch directive in configure
2017-04-30 Mark Thompsonhwcontext: Improve allocation in derived contexts
2017-04-30 Mark Thompsonhwcontext_qsv: Implement mapping frames to the child...
2017-04-30 Mark Thompsonhwcontext_qsv: Implement mapping frames from the child...
2017-04-30 Mark Thompsonhwcontext: Add frame context mapping for nontrivial...
2017-04-30 Mark Thompsonhwcontext_qsv: Support derivation from child devices
2017-04-27 James Almerspherical: add functions to retrieve and request projec...
2017-04-26 Anton Khirnovmem: uninline av_malloc(z)_array()
2017-04-13 Paul B Maholpixfmt: Add gbrap10 pixel format
2017-04-12 Diego Biurrunthread: Define ff_mutex_* macros as stub functions...
2017-03-31 Martin Storsjölibavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIG...
2017-03-27 Mark Thompsonhwcontext: Move NONE to the be the first member of...
2017-03-23 Vittorio Giovaraspherical: Change types of bounding and pad to uint32_t
2017-03-23 Vittorio Giovaralavu: Drop deprecated av_dlog macro
2017-03-23 Vittorio Giovaralavu: Drop deprecated option type
2017-03-23 Vittorio Giovaralavu: Drop deprecated VDPAU pixel formats
2017-03-23 Vittorio Giovaralavc: Drop deprecated stream codec tag
2017-03-23 Diego Biurrunlavc: Remove deprecated XvMC support hacks
2017-03-23 Vittorio GiovaraBump major versions of all libraries
2017-03-22 Martin Storsjölibavutil: Hook up the rest of the gcc specific attribu...
2017-03-21 Martin Storsjölibavutil: Define the noreturn attribute for clang...
2017-03-20 Mark Thompsonhwcontext: Make it easier to work with device types
2017-03-20 Mark Thompsonhwcontext: Add device derivation
2017-03-14 Diego Biurrunx86util: Port all macros to cpuflags
2017-03-07 Vittorio Giovaraspherical: Add tiled equirectangular type and projectio...
2017-03-01 James Almerlibavutil: add av_mod_uintp2
2017-03-01 Ganesh Ajjanagaddeintmath: add faster clz support
2017-03-01 Diego Biurrunbuild: Generalize yasm/nasm-related variable names
2017-02-16 Martin Storsjöaarch64: Add parentheses around the offset parameter...
2017-02-13 Mark Thompsonhwcontext_vaapi: Try to support the VDPAU wrapper
2017-02-11 wm4hwcontext_dxva2: support D3D9Ex
2017-02-11 wm4AVFrame: add an opaque_ref field
2017-02-11 Anton Khirnovframe: allow align=0 (meaning automatic) for av_frame_g...
2017-02-11 Anton Khirnovcpu: add a function for querying maximum required data...
2017-02-10 Vittorio Giovaraimgutils: Document av_image_get_buffer_size()
2017-02-03 Diego Biurrunasm: Consistently uppercase SECTION markers
2017-02-01 wm4hwcontext_cuda: implement frames_get_constraints
2017-02-01 Anton KhirnovMark some arrays that never change as const.
2017-01-26 Luca Barbatofifo: Return the correct AVERROR value
2017-01-24 Diego Biurrundes-test: Pass the proper types to av_des_*() functions
2017-01-12 Anton Khirnovframe: add a cropping rectangle to AVFrame
2017-01-09 Diego Biurrunhmac: Explicitly convert types at function pointer...
2017-01-09 Diego Biurruncrypto: consistently use size_t as type for length...
2017-01-09 Henrik Gramnerx86inc: Avoid using eax/rax for storing the stack pointer
2016-12-22 Diego Biurrunbuild: Generate pkg-config files from Make and not...
2016-12-14 Diego Biurrunppc: Merge types_altivec.h into util_altivec.h
2016-12-08 Wan-Teh Changavutil: fix data race in av_get_cpu_flags()
2016-12-08 Diego BiurrunAdd missing #includes for standalone spherical-informat...
2016-12-07 Vittorio Giovaralavc: Add spherical packet side data API
2016-12-07 Vittorio Giovaralavu: Add AVSphericalMapping type and frame side data
2016-12-07 Vittorio Giovaralavu: Add a video section to Doxygen documentation
2016-12-02 Vittorio Giovaralavu: Document the color properties enumeration values...
2016-11-26 Mark Thompsonhwcontext_vaapi: Don't abort on failing to allocate...
2016-11-24 Janne Grunauarm: warn/error on movrelx usage problematic with PIC...
2016-11-21 Diego BiurrunDrop some bogus Doxygen documentation.
2016-11-21 Diego BiurrunFix some mismatches between function parameter and...
2016-11-18 Anton Khirnovhwcontext_dxva2: make sure the sw frame format is the...
2016-11-18 Anton Khirnovhwcontext_dxva2: split transfer_data() into upload...
2016-11-18 Anton Khirnovhwcontext_dxva2: fix handling of the mapping flags
2016-11-18 Anton Khirnovhwcontext_dxva2: do not assume the destination format...
2016-11-10 Martin Storsjöarm: Clear the gp register alias at the end of functions
2016-11-10 Martin Storsjöaarch64: Add an offset parameter to the movrel macro
2016-11-08 Vittorio Giovaralavu: Rename ycgco color space appropriately
2016-11-07 Luca Barbatopixfmt: Add GRAY12
2016-11-07 Anton Khirnovhwcontext_qsv: support frame mapping
2016-11-07 Anton Khirnovhwcontext_qsv: transfer data through the child context...
2016-11-07 Anton Khirnovhwcontext_qsv: do not fail when download/upload VPP...
2016-11-07 Anton Khirnovhwcontext_qsv: add support for the P8 format
2016-11-07 Anton Khirnovhwcontext_dxva2: add support for the P8 format
2016-11-07 Anton Khirnovhwcontext_dxva2: frame mapping support
2016-11-03 Mark Thompsonhwcontext_vaapi: Frame mapping support
2016-11-03 Mark Thompsonhwcontext: Hardware frame mapping
2016-11-03 Diego BiurrunDrop unreachable break and return statements
2016-11-03 Diego Biurrunfloat_dsp: Have implementation match function pointer...
2016-10-27 Diego Biurrunaudio_fifo: Drop write-only variable
2016-10-21 Vittorio Giovaralavu: Add JEDEC P22 color primaries
2016-10-18 Diego Biurrunemms: Give apriv_emms_yasm() a more general name
2016-10-17 Diego Biurrunx86: Add missing colons after assembly labels
2016-10-12 Kieran KunhyaAdd GBRAP12 pixel format support
2016-10-12 Michael NiedermayerAdd GBRP12 pixel format support
next