]> git.sesse.net Git - ffmpeg/history - libavutil
pthread_frame: Propagate sw_pix_fmt across threads
[ffmpeg] / libavutil /
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
2016-10-02 Vittorio Giovarapixfmt: Document alternative names for smpte 431 and 432
2016-10-02 Mark Thompsonhwcontext_vaapi: Enable P010 support
2016-10-02 Anton Khirnovlavu: remove the custom atomic API
2016-10-02 Anton Khirnovbuffer: convert to stdatomic
2016-10-02 Anton Khirnovhwcontext_vaapi: add a quirk for the missing MemoryType...
2016-09-27 Luca Barbatolavu: Bump version for the 12bit Planar YUV support
2016-09-27 Luca Barbatopixfmt: Add yuv444p12 pixel format
2016-09-27 Luca Barbatopixfmt: Add yuv422p12 pixel format
2016-09-27 Luca Barbatopixfmt: Add yuv420p12 pixel format
2016-09-22 Yogender Kumar Guptahwcontext_cuda: Add P010 and YUV444P16 pixel format
2016-09-19 Alexandra Hájkováx86util: Document SBUTTERFLY macro
2016-09-14 Mark Thompsonhwcontext_vdpau: Fix missing subscripts
2016-09-14 Mark Thompsonhwcontext_vdpau: Remove duplicate definition of GET_CAL...
2016-09-03 Diego BiurrunDrop memalign hack
2016-08-31 Anton Khirnovhwcontext_dxva2: use the special UC copy for downloadin...
2016-08-31 Anton Khirnovimgutils: add a function for copying image data from...
2016-08-17 Diego Biurrunmathematics: Kill non-compiling disabled cruft
2016-08-13 Mark Thompsonhwcontext_vaapi: Try the first render node as the defau...
2016-08-11 Anton Khirnovbuffer: fix av_buffer_pool_init2() documentation
2016-08-03 Anton Khirnovbuffer: fix av_buffer_realloc() when the data is offset...
2016-08-03 James Almerlavu: add LOCAL_ALIGNED_32
2016-08-02 Martin StorsjöRevert "libavutil: Use an intermediate variable in...
2016-08-02 Martin Storsjöintreadwrite: Use the __unaligned keyword on MSVC for...
2016-08-02 Martin Storsjöintreadwrite: Add intermediate variables in the byteswi...
2016-07-31 Martin Storsjölibavutil: Use an intermediate variable in AV_COPY*U
2016-07-21 Martin Storsjölibavutil: Always use some GCC style attributes on...
2016-07-21 Martin Storsjöarm: Check for support for the .fpu directive
2016-07-20 Fiona Glaserx86: cpu: Detect Conroe CPUs and their slow shuffle...
2016-07-20 Diego Biurrunx86: Add SSSE3_SLOW CPU flag and related convenience...
2016-07-18 James Almerx86util: Extend SPLATW for avx2
next