]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2015-06-07 Luca Barbatoavio: Add avio_put_str16be
2015-06-07 Luca Barbatompjpeg: Initial implementation
2015-06-03 nu774aac: Correctly map multichannel ADTS AAC with non-zero...
2015-06-03 Luca Barbatobink: Factorize bink put_pixel
2015-06-03 Martin Storsjöconfigure: Check for DXVA2_ConfigPictureDecode instead...
2015-06-03 Martin Storsjöconfigure: Remove unnecessary tests for d3d11va
2015-06-03 Martin Storsjöconfigure: Don't run "export $e" for an empty string
2015-06-02 James Almerconfigure: don't enable tls protocols if network is...
2015-06-02 Luca Barbatoconfigure: Use pkg-config for fdk-aac
2015-06-02 Luca Barbatoconfigure: Provide an option to override the environment
2015-06-02 Luca Barbatoconfigure: Support the extended pkgconf syntax
2015-06-01 Martin Storsjöconfigure: Remove some unnecessary exported config...
2015-06-01 Martin Storsjöconfigure: Require LPDIRECT3DSURFACE9 for dxva2
2015-06-01 Martin Storsjödxva2: Add ifdefs around structs that might not be...
2015-06-01 Steve Lhommedxva2: Fix build when only D3D11 or DXVA2 is used
2015-06-01 Steve Lhommeconfigure: Check if ID3D11VideoDecoder exists, not...
2015-06-01 Michael Niedermayerh264: Fix HWACCEL_MAX for D3D11
2015-06-01 Michael Niedermayerhevc: Fix HWACCEL_MAX for D3D11
2015-06-01 Martin Storsjörtmpdh: Use GMP functions directly, instead of nettle...
2015-06-01 Martin Storsjörtmpdh: Fix the indentation in a struct
2015-05-31 Luca Barbatonvenc: H264 and HEVC encoders
2015-05-31 Vittorio Giovaraxsub: Check memory allocation
2015-05-31 Vittorio Giovarawma: Check memory allocation
2015-05-31 Vittorio Giovaratruemotion2: Check memory allocation
2015-05-31 Vittorio Giovarasvq1: Check memory allocation
2015-05-31 Vittorio Giovararatecontrol: Check memory allocation
2015-05-31 Vittorio Giovarapthread: Check memory allocation
2015-05-31 Vittorio Giovarapsymodel: Check memory allocation
2015-05-31 Vittorio Giovaraxvid: Check memory allocation
2015-05-31 Vittorio Giovarax264: Check memory allocation
2015-05-31 Vittorio Giovaralibtheora: Check memory allocation
2015-05-31 Vittorio Giovaralcl: Check memory allocation
2015-05-31 Vittorio Giovarajpegls: Check memory allocation
2015-05-31 Vittorio Giovarahuffyuv: Check memory allocation
2015-05-31 Vittorio Giovaraeatgv: Check memory allocation
2015-05-31 Vittorio Giovaradct: Check memory allocation
2015-05-31 Vittorio Giovaraasv: Check memory allocation
2015-05-31 Vittorio Giovaraaacpsy: Check memory allocation
2015-05-31 Vittorio Giovarampegvideo: Move MotionEstContext and function declarati...
2015-05-31 Vittorio Giovarampegvideo: mpeg12: Move function declarations
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2015-05-31 Vittorio Giovarampegvideo: msmpeg4: Move function declarations
2015-05-31 Vittorio Giovarampegvideo: wmv2: Move function declarations
2015-05-31 Hendrik Leppkesdxva2_hevc: re-write reference frame handling
2015-05-31 Hendrik Leppkesdxva2_hevc: fix 32x32 scaling lists
2015-05-31 Andreas Cadhalpunmov: always check avio_read return value
2015-05-31 Vittorio Giovaraavio: Add avio_read wrapper to simplify error checking
2015-05-31 Andreas Cadhalpunmov: reject zero bytes_per_frame with non-zero samples_...
2015-05-31 Andreas Cadhalpunmov: abort on EOF in ff_mov_read_chan
2015-05-31 Luca Barbatomov: Correctly allocate ctts_data
2015-05-31 Andreas Cadhalpunmov: Fix two memleaks
2015-05-31 Vittorio Giovaravp9: Parse subsampling and report missing feature
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: configure: Support ISA 2.06 and later
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: pixblockdsp: Use the abriged vector types
2015-05-31 Luca Barbatoppc: avutil: Use the abriged vector types
2015-05-31 Luca Barbatoppc: avutil: Drop a potentially dangerous workaround
2015-05-31 wm4network: prevent SIGPIPE on OSX
2015-05-30 Luca Barbatoh264: Make sure reinit failures mark the context as...
2015-05-30 Luca Barbatomsrle: Use FFABS to determine the frame size in msrle_d...
2015-05-29 Martin Storsjörtmpdh: Generate the whole private exponent using av_ge...
2015-05-29 Martin Storsjörtmpdh: Create sufficiently long private keys for gcryp...
2015-05-29 Martin Storsjörtmpdh: Remove an unnecessary check in the gcrypt/nettl...
2015-05-29 Martin Storsjörtmpdh: Add fate test for the DH handshake routine
2015-05-29 Martin Storsjörtmpdh: Pass the actual buffer size of the output secre...
2015-05-29 Martin Storsjörtmpdh: Check the output buffer size in the openssl...
2015-05-29 Martin Storsjörtmpdh: Fix a local variable name in the nettle/gcrypt...
2015-05-29 Martin Storsjörtmpdh: Make sure ret is initialized in the nettle...
2015-05-28 wm4pixfmt: remove misleading and broken documentation
2015-05-28 Michael Niedermayerx86: cavs: Remove an unneeded scratch buffer
2015-05-28 Anton Khirnovrl: Add error checking to ff_rl_init().
2015-05-28 Anton Khirnovrl: Add a function for freeing dynamically allocated...
2015-05-28 Anton Khirnovrl: Rename ff_*_rl() to ff_rl_*()
2015-05-28 Anton Khirnovmpegvideo: Move ff_*_rl functions to a separate file
2015-05-28 Vittorio Giovarampegvideo: Drop exchange_uv() function and use its...
2015-05-28 Martin Storsjötls_gnutls: Add missing includes for the gcrypt thread...
2015-05-28 Timothy Gux86inc: Clear __SECT__
2015-05-26 wm4lavf: move TLS-related ifdeffery to library specific...
2015-05-26 wm4lavf: split tls.c
2015-05-26 Sebastian Ramacherdoc: Fix spelling of 'Transmission'
2015-05-25 Steve LhommeD3D11va: add a Direct3D11 video decoder similar to...
2015-05-22 Vittorio Giovarampegvideo: Rework various functions not to use MpegEncC...
2015-05-22 Vittorio Giovarampegvideo: Have ff_mpeg_ref_picture use AVCodecContext...
2015-05-22 Vittorio Giovarampegvideo: Have ff_mpeg_unref_picture use AVCodecContex...
2015-05-22 Vittorio Giovarampegvideo: Drop stream_codec_tag
2015-05-22 Vittorio Giovarampegvideo: Drop err_recognition
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-05-22 James Almertls: fix compilation when both gnutls and openssl are...
2015-05-21 Martin Storsjötls: Remove all the local polling loops
2015-05-21 Martin Storsjötls: Remove the nonblocking code
2015-05-21 Martin Storsjötls: Use custom IO to read from the URLContext
2015-05-19 wm4hevc: make avcodec_decode_video2() fail if get_format...
next