summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pthread_frame: do not share priv_data between multiple codec contextsAnton Khirnov2020-04-10
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* mpeg4videodec: do not copy a range of fields at onceAnton Khirnov2020-04-10
* avcodec.h: split AVCodecDescriptor API into its own headerAnton Khirnov2020-04-10
* avcodec.h: split codec IDs into their own headerAnton Khirnov2020-04-10
* avcodec.h: split AVPacket API into its own headerAnton Khirnov2020-04-10
* wavpack: fully support stream parameter changesAnton Khirnov2020-04-10
* decode: make sure ff_get_buffer() cleans the frame on failureAnton Khirnov2020-04-10
* pthread_frame: make sure ff_thread_release_buffer always cleans the frameAnton Khirnov2020-04-10
* lavc/libopenh264enc: fix the if-else coding styleLinjie Fu2020-04-10
* avcodec/zerocodec: use init cleanup internal capPaul B Mahol2020-04-10
* avcodec/zerocodec: implement flushingPaul B Mahol2020-04-10
* avcodec: add MV30 decoderPaul B Mahol2020-04-10
* avformat/hlsenc: return media_url directly if failed to get seperatorLimin Wang2020-04-10
* avformat/matroskaenc: Remove unnecessary headersAndreas Rheinhardt2020-04-10
* avcodec/jpeg2000dec: Fix mixed declaration and codeAndreas Rheinhardt2020-04-09
* avformat/mpeg: Don't use unintialized valueAndreas Rheinhardt2020-04-09
* avfilter/ebur128: prefer to use variable instead of type for sizeofLimin Wang2020-04-09
* libavcodec/jpeg2000dec.c: Add support for PPT markerGautam Ramakrishnan2020-04-09
* avcodec/v4l2_context: Use av_freep()Andriy Gelman2020-04-08
* avfilter/vf_drawtext: only test available exceptionsRosen Penev2020-04-09
* avformat/segment: always use interleaved writes for formats with custom inter...Marton Balint2020-04-08
* avformat/hlsenc: use av_asprintf()Limin Wang2020-04-08
* avformat/hlsenc: Factor out deleting files from deleting segmentsAndreas Rheinhardt2020-04-08
* avformat: add subtitle support in master playlist m3u8Limin Wang2020-04-08
* avformat/hlsplaylist: simplify code for checking whether the string is emptyLimin Wang2020-04-08
* avformat/hlsenc: remove the first slash of the relative path line in the mast...Limin Wang2020-04-08
* avformat/hlsenc: Use AVBPrint to avoid allocations of stringsAndreas Rheinhardt2020-04-08
* avformat/hlsenc: Fix memleak when deleting old segmentsAndreas Rheinhardt2020-04-08
* avformat/smacker: CosmeticsAndreas Rheinhardt2020-04-08
* avformat/smacker: Remove unused structureAndreas Rheinhardt2020-04-08
* avformat/smacker: Only store what is needed laterAndreas Rheinhardt2020-04-08
* avformat/smacker: Create audio streams immediatelyAndreas Rheinhardt2020-04-08
* avformat/smacker: Read extradata directly into extradataAndreas Rheinhardt2020-04-08
* avcodec/flacdsp_template: Fix invalid shifts in decorrelateMichael Niedermayer2020-04-07
* tools/target_dec_fuzzer: Adjust threshold for screenpressoMichael Niedermayer2020-04-07
* avcodec/xvididct: Fix integer overflow in MULT()Michael Niedermayer2020-04-07
* avcodec/ffwavesynth: Correct undefined overflow of PINK_UNITMichael Niedermayer2020-04-07
* avformat/ilbc: Add missing #if for muxerMichael Niedermayer2020-04-07
* avformat/webmdashenc: Use AVCodecDescriptors for codec namesAndreas Rheinhardt2020-04-07
* avformat/webmdashenc: Check codec typesAndreas Rheinhardt2020-04-07
* mov: Support fake moov boxes disguised as hoovVittorio Giovara2020-04-07
* hwcontext_vulkan: only use one semaphore per imageLynne2020-04-07
* avfilter/vf_xfade: add slice transitionsPaul B Mahol2020-04-07
* avcodec/vp3: propagate error codesPeter Ross2020-04-07
* avfilter/vf_derain.c: put all the calculation in model file.Guo, Yejun2020-04-07
* dnn-layer-mathbinary-test: add unit test for subtractionGuo, Yejun2020-04-07
* dnn_backend_native_layer_mathbinary: add sub supportGuo, Yejun2020-04-07
* avfilter/vf_dnn_processing.c: fix typo for the linesize of dnn dataGuo, Yejun2020-04-07