summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/get_bits: Document skip_bits_long()Michael Niedermayer2018-04-071-0/+7
* avformat/matroskadec: reference the existing data buffer when creating packetsJames Almer2018-04-061-18/+27
* avformat/matroskadec: factor the prores packet parsing code outJames Almer2018-04-061-12/+38
* avformat/matroskadec: use refcounted buffers in EbmlBinJames Almer2018-04-061-13/+31
* swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl...Hendrik Schreiber2018-04-071-1/+1
* doc/developer: remove merge request method of contributingLou Logan2018-04-061-4/+2
* doc/filters: some more details and modified example to zmq/azmqBela Bodecs2018-04-051-6/+22
* lavf/amr: Stricter heuristic for auto-detection.Carl Eugen Hoyos2018-04-062-5/+7
* lavfi,lavd: add gitignore for generated static component listsJosh de Kock2018-04-052-0/+3
* Add Sega FILM muxerMisty De Meo2018-04-056-2/+403
* avcodec/prores_ks : do not call estimate_alpha at each quantification stepMartin Vignali2018-04-051-12/+8
* checkasm/vf_blend : add test for 16 bit version ofMartin Vignali2018-04-051-0/+5
* avfilter/x86/vf_blend : add SIMD for 16 bit version ofMartin Vignali2018-04-052-60/+128
* avfilter/x86/vf_blend : reorganize DIFFERENCE macro to reduce line duplicatio...Martin Vignali2018-04-051-22/+16
* avcodec/openh264enc.c: generate IDR frame in response to I frame pict_typeValery Kot2018-04-051-0/+4
* avformat/mov: Fix parsing of tfdt when using sample descriptors.Jacob Trimble2018-04-051-1/+1
* doc/developer: update link to "sign-off" infoLou Logan2018-04-051-3/+3
* avcodec/decode: fix warning when decoding pseudo paletted formatswm42018-04-051-0/+2
* avformat/movenc: add rtp_hinting_needed() helper functionTimo Teräs2018-04-041-18/+12
* ffmpeg: allow setting attached_pic dispositionTimo Teräs2018-04-041-0/+1
* avformat/matroskadec: address some more missing AVPacket freesJames Almer2018-04-041-13/+4
* avcodec/mpeg4videodec: unbreak multithreading decodingJames Almer2018-04-041-4/+6
* avformat/matroskadec: address a missing AVPacket freeJames Almer2018-04-041-11/+2
* avcodec/libaomdec: fix broken pix_fmt changes from the previous commitJames Almer2018-04-041-6/+6
* avcodec/mpeg4videodec: free studio profile VLCs when closing the decoderJames Almer2018-04-041-1/+15
* avcodec/clearvideo: fix mixed code and declarationsJames Almer2018-04-041-4/+5
* avformat/mp3enc: use AVPacketList helper functions to queue packetsJames Almer2018-04-041-16/+7
* avformat/ttaenc: use AVPacketList helper functions to queue packetsJames Almer2018-04-041-20/+8
* avformat/matroskadec: use AVPacketList to queue packetsJames Almer2018-04-041-39/+23
* avformat/utils: optimize ff_packet_list_free()James Almer2018-04-041-3/+6
* avformat/utils: make AVPacketList helper functions sharedJames Almer2018-04-042-24/+72
* lavf/hls: Remove the dead code in parse_playlist()Jun Zhao2018-04-041-7/+0
* avcodec/sheervideo: add missing wrappers to sheervideodata.hJames Almer2018-04-031-0/+4
* avcodec/clearvideo: add missing wrappers to clearvideodata.hJames Almer2018-04-031-1/+4
* avcodec/libaomdec: add support for monochrome filesJames Almer2018-04-031-4/+8
* avcodec/libaomdec: remove duplicate codeJames Almer2018-04-031-11/+2
* lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16Gagandeep Singh2018-04-032-12/+13
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-0319-34/+67
* avcodec/xwdenc: do not rely on AV_PIX_FMT_FLAG_PSEUDOPAL paletteswm42018-04-031-1/+8
* avcodec/sheervideo: move tables to own headerPaul B Mahol2018-04-032-1070/+1094
* avcodec/clearvideo: add inter-frame decodingPaul B Mahol2018-04-032-105/+2443
* avcodec/imgconvert: fix possible null pointer dereferenceSimon Thelen2018-04-031-2/+3
* fftools/cmdutils: add support for level flag in loglevel option parserTobias Rapp2018-04-031-18/+47
* avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed()Michael Niedermayer2018-04-021-1/+1
* avcodec/cscd: Error out when LZ* decompression failsMichael Niedermayer2018-04-021-2/+6
* avformat/options_table: Change the seek2any location in opt table.Jun Zhao2018-04-021-1/+1
* avcodec/libaomdec: remove references to gbrp pixfmtJames Almer2018-04-021-8/+4
* avcodec/libaomenc: remove references to gbrp pixfmtJames Almer2018-04-021-9/+1
* avformat/rmdec: make use of avio_get_str()Paul B Mahol2018-04-021-11/+7
* avformat/concatdec: only set output stream index before returning packetMarton Balint2018-04-021-1/+1
OpenPOWER on IntegriCloud