]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2018-02-12 Carl Eugen... lavf/matroskaenc: Force the minimum value for -reserve_...
2018-02-12 Richard Shafferfate: add aac id3v2 demux test
2018-02-12 Richard Shafferlibavformat/aac: Parse ID3 tags between ADTS frames.
2018-02-12 James Almeravformat/Makefile: use individual dependencies for...
2018-02-12 Rostislav Pehlivanovh264_idct: enable unmacro on newer NASM versions
2018-02-12 James AlmerMerge commit 'fd36cf6bf6524247a8ff6788c028836fe7d9fd20'
2018-02-12 James AlmerMerge commit '38434a9ff5b9a1a048f32c1c7e2a9519cf12f8ba'
2018-02-12 James AlmerMerge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'
2018-02-12 James AlmerMerge commit 'bca41545b371efc34e38d1fa8bb12dba8b614da0'
2018-02-12 James AlmerMerge commit '2eb396b175e55e515aa6a13c5b1789a2a18d3935'
2018-02-12 James AlmerMerge commit '96e476cc9d414e248692c773d9dce736662572b8'
2018-02-12 James AlmerMerge commit '8965e2af921ec5926b26d5ae466ee4104bb5262b'
2018-02-12 James AlmerMerge commit '5085f25ace1e74846a0de3369bedd0e22d1a1bdc'
2018-02-12 James AlmerMerge commit '6829a079444e10818a847e153121fb458cc5c0a8'
2018-02-11 Muhammad Faizfate/libavcodec: add codec_desc test
2018-02-11 Carl Eugen... lavf/rtpdec: Constify several pointers.
2018-02-11 Michael Niedermayeravcodec/vp3: Error out on invalid num_coeffs in unpack_...
2018-02-11 Michael Niedermayeravcodec/mpeg4videodec: Ignore multiple VOL headers
2018-02-11 Nekopandaavcodec/mpeg2dec: Fix motion vector rounding for chroma...
2018-02-11 Michael Niedermayeravcodec/vp3: Check eob_run
2018-02-11 Michael Niedermayeravcodec/utvideodec: Add several out of array read relat...
2018-02-11 Michael Niedermayeravcodec/pafvideo: Check allocated frame size
2018-02-11 Michael Niedermayeravcodec/scpr: Fix reading a pixel before the first
2018-02-11 Nekopandaavcodec/mpeg2dec: Fix field selection for skipped macro...
2018-02-10 Jan Ekströmlavf/aptxdec: fix the limit on the APTX demuxer definition
2018-02-10 Aurelien JacobsMAINTAINERS: add myself for aptx.c
2018-02-10 Xiaohan Wangavformat/mov: Fix ctts_index calculation
2018-02-10 Muhammad Faizavformat/format: temporarily use old next api
2018-02-09 Mark Thompsonexamples: Don't call deprecated functions which don...
2018-02-09 Aurelien Jacobsaptx: indentation (cosmetics only)
2018-02-09 Aurelien Jacobsaptx: add raw muxer and demuxer for aptX HD
2018-02-09 Aurelien Jacobsaptx: implement the aptX HD bluetooth codec
2018-02-09 Aurelien Jacobsaptx: do some clipping to match original codec in extre...
2018-02-09 Aurelien Jacobsaptx: factorize FFABS calculation
2018-02-09 Aurelien Jacobsaptx: simplify by pre-calculating factor_max
2018-02-09 Muhammad Faizcheckasm/Makefile: add EXTRALIBS-swresample
2018-02-09 Muhammad Faizavcodec/codec_desc: sort codec_descriptors
2018-02-09 sfan5dashdec: Support SegmentTimeline inside Period
2018-02-09 Michael Niedermayeravcodec/huffyuvdec: Check input buffer size
2018-02-08 James AlmerRevert "cmdutils: make use of new iteration APIs"
2018-02-08 Michael Niedermayeravcodec: Document that init_static_data() is not intend...
2018-02-07 James Almerdoc/APIchanges: mention a few more recently introduced...
2018-02-07 James Almerdoc/APIchanges: fix a recent depreacted function name
2018-02-07 James Almeravformat: fix stream_segment muxer build dependencies
2018-02-07 Richard Shafferavformat/hls: Support metadata updates from subdemuxers
2018-02-07 Rostislav Pehlivanovlavfi: add a gitignore file for OpenCL compiled kernels
2018-02-07 James Almeravformat/fifo_test: remove network.h include
2018-02-07 James Almerdoc/APIChanges: fix lavu version numbers in a few recen...
2018-02-07 James Almerapi: add missing version bumps and APIChanges entries
2018-02-07 James Almeravformat/mov: add VP8 codec support
2018-02-06 James Almeravformat/Makefile: fix fifo and fifo_test muxer build...
2018-02-06 Michael Niedermayeravformat/bintext: Implement bin_probe()
2018-02-06 Jérôme Martinezavcodec/ffv1: Support for RGBA64 and GBRAP16
2018-02-06 Mennoavcodec/libopus: support disabling phase inversion.
2018-02-06 Josh de Kocklavc/bsf: make BSF iteration the same as other iterators
2018-02-06 Josh de Kockcmdutils: make use of new iteration APIs
2018-02-06 Josh de Kocklavd: add new API for iterating input and output devices
2018-02-06 Josh de Kocklavf: add new API for iterating muxers and demuxers
2018-02-06 Josh de Kocklavf: move fifo test muxer into separate file
2018-02-06 Josh de Kocklavf/rtp: replace linked list with array
2018-02-06 Josh de Kocklavc: add new API for iterating codecs and codec parsers
2018-02-06 Diego Biurrunconfigure: Factorize check_64_bit()
2018-02-06 Diego Biurrunconfigure: Simplify restrict keyword handling
2018-02-06 Diego BiurrunDrop some unnecessary config.h #includes
2018-02-06 Diego Biurrunconfigure: Group code that sets the license string...
2018-02-05 Muhammad Faizavcodec/me_cmp: remove ff_me_cmp_init_static()
2018-02-05 Michael Niedermayeravcodec/utvideodec: Fix bytes left check in decode_frame()
2018-02-04 wm4id3v2: fix unsynchronization
2018-02-04 wm4rtsp: rename certain options after a deprecation period
2018-02-04 Mark Thompsonhwcontext: Fix memory leak on derived frame allocation...
2018-02-04 Jun Zhaohwcontext: Fix documentation for av_hwdevice_ctx_alloc()
2018-02-04 Jun Zhaoexamples: Add a VA-API transcode example.
2018-02-03 Muhammad Faizavcodec: do not use init_static_data on some codecs
2018-02-03 Michael Niedermayeravcodec/wavpack: Fix integer overflow in FFABS
2018-02-03 Nikolas Boweavfilter/af_join: Fix crash in join filter
2018-02-02 Jérôme Martinezavcodec/ffv1enc: mark RGB48 support as non-experimental
2018-02-02 James Almerffprobe: remove usage of deprecation warning removal...
2018-02-02 Zhong Liffprobe: Initialize coded_width/height
2018-02-02 Calvin Waltonlibrsvgdec: Fix frame clearing code
2018-02-02 Richard Shafferfate: add id3v2 test
2018-02-01 Xiaohan Wangconfigure: Remove carriage return ('\r') in Windows...
2018-02-01 Michael Niedermayeravcodec/aacsbr_fixed: Fix overflows in rounding in...
2018-02-01 Michael Niedermayeravcodec/exr: Fix memleaks in decode_header()
2018-02-01 Martin Storsjöavpacket: Initialize the allocated padding area in...
2018-02-01 Steven Liuavformat/hls: store referer message in HLS http request
2018-02-01 Steven Liuavformat/http: add referer option into http
2018-02-01 Steven Liuavfilter: add comments for duplicate line
2018-01-31 Rostislav Pehlivanovavcodec/vc2enc: prevent bitrate overshoots
2018-01-31 Sean McGovernvc1: skip motion compensation when data for last pictur...
2018-01-30 Michael Niedermayeravcodec/dirac_dwt: Fix several integer overflows
2018-01-30 Michael Niedermayeravcodec/indeo5: Do not leave frame_type set to an inval...
2018-01-30 Michael Niedermayeravcodec/hevc_ps: Check log2_sao_offset_scale_*
2018-01-30 James Almeravcodec/mediacodecdec: use ff_hevc_ps_uninit()
2018-01-30 James Almeravcodec/hevc_parser: use ff_hevc_decode_extradata(...
2018-01-30 Dale Curtisavcodec/mpegaudio_parser: Skip APE tags when parsing...
2018-01-30 Gyan Doshiavformat/mpegenc - fix typo in VBV warning
2018-01-30 James Almeravcodec/Makefile: add missing opus.c dependency to...
2018-01-30 James Almeravcodec/mlp_parser: reindent after last commit
2018-01-30 James Almeravcodec/mlp_parser: don't try to combine frames when...
2018-01-30 James Almeravformat/matroskadec: force full frame parsing of MLP...
next