summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tools/uncoded_frame: remove usage of avfilter_link_get_channels()James Almer2018-01-051-1/+1
* avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-054-6/+20
* fate: add PERSIST_RPARAM_A_RExt_Sony_3 hevc conformance testJames Almer2018-01-052-0/+8
* avfilter/af_aiir: do not crash with invalid optionsPaul B Mahol2018-01-051-3/+23
* It has been replaced by C11 stdatomic.h and is now unused.Anton Khirnov2018-01-059-408/+0
* avcodec/error_resilience: remove unused headerJames Almer2018-01-051-1/+0
* avfilter: use a mutex instead of atomics in avfilter_register()James Almer2018-01-051-4/+11
* avformat: use mutexes instead of atomics in av_register_{input,output}_format()James Almer2018-01-051-11/+23
* avcodec/util: use a mutex instead of atomics in avcodec_register()James Almer2018-01-051-3/+9
* avfilter: add arbitrary audio IIR filterPaul B Mahol2018-01-057-1/+375
* avcodec/dnxhddec: Check dc vlcMichael Niedermayer2018-01-051-1/+5
* avfilter: rename variables in geqMarc-Antoine Arnaud2018-01-051-9/+9
* avfilter: slice processing for geqMarc-Antoine Arnaud2018-01-051-31/+80
* avfilter: reorder variable definition in geqMarc-Antoine Arnaud2018-01-051-3/+3
* avcodec/parser: use a mutex instead of atomics in av_register_codec_parser()James Almer2018-01-041-4/+7
* avfilter/vf_framerate: calculate interpolation as integerMarton Balint2018-01-044-51/+55
* aiff: add support for XA ADPCMMisty De Meo2018-01-041-0/+7
* avutil/log: use thread wrappers for the locking functionalityJames Almer2018-01-041-10/+4
* ffmpeg: use thread wrappers for the thread message functionalityJames Almer2018-01-043-17/+11
* configure: update minimum required version of libvmafJames Almer2018-01-041-1/+1
* http: avoid logging reconnect warning if stream was abortedwm42018-01-041-0/+3
* hwcontext_dxva2: initialize D3DDISPLAYMODEEX correctlywm42018-01-041-0/+1
* libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDispl...Humberto Ribeiro2018-01-041-1/+5
* http: bump message level for reconnect message and log timeoutwm42018-01-041-1/+1
* http: block while waiting for reconnectingwm42018-01-043-9/+37
* avfilter: add hilbert source FIR filterPaul B Mahol2018-01-046-1/+231
* lavu/mem: Allow allocations close to max_alloc_size with av_fast_realloc().Carl Eugen Hoyos2018-01-041-1/+6
* opusenc_psy: disable stereo searches for mono streamsRostislav Pehlivanov2018-01-041-0/+7
* lavr: deprecate the entire libraryRostislav Pehlivanov2018-01-043-9/+110
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-0327-29/+29
* lavc/audiotoolboxenc: fix noise in encoded audioJiejun Zhang2018-01-031-0/+15
* lavfi/framesync: remove an invalid free.Nicolas George2018-01-031-1/+1
* lavfi/framesync: document frame ownership for dualinput.Nicolas George2018-01-031-0/+3
* avfilter: add entropy filterPaul B Mahol2018-01-036-1/+224
* vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_wr...Derek Buitenhuis2018-01-031-1/+0
* vf_paletteuse: Add error checking to apply_paletteDerek Buitenhuis2018-01-031-9/+16
* lavc/options: Remove unneeded headerDerek Buitenhuis2018-01-031-1/+0
* avcodec/utvideoenc: switch to planar RGB formatsPaul B Mahol2018-01-028-326/+333
* avcodec/utvideodec: add support for UMH2, UMY2, UMH4, UMY4, UMRA, UMRGPaul B Mahol2018-01-023-39/+189
* avformat/hlsenc: creation of variant streams in subdirectoriesVishwanath Dixit2018-01-022-9/+92
* avformat/hlsenc: configurable variant stream index position in filenamesVishwanath Dixit2018-01-022-58/+126
* avformat/hlsenc: revamped master playlist url creation logicVishwanath Dixit2018-01-021-16/+18
* lavu/mem: Do not realloc in av_fast_realloc() if size == min_size.Carl Eugen Hoyos2018-01-011-1/+1
* lavf/mov: Use av_fast_realloc() in mov_read_stts().Carl Eugen Hoyos2018-01-011-4/+13
* avfilter/af_crystalizer: use outlink instead of inlinkPaul B Mahol2018-01-011-2/+2
* lavc/Makefile: fix opus_parser dependenciesRostislav Pehlivanov2018-01-011-1/+2
* configure: bump yearCarl Eugen Hoyos2018-01-011-1/+1
* avformat/hls: release mem resource to fix memleakSteven Liu2017-12-311-2/+5
* avfilter/af_afir: rework FIR gain measurementPaul B Mahol2017-12-311-5/+19
* tcp: properly return EOFwm42017-12-311-0/+2
OpenPOWER on IntegriCloud