summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/cbs_av1: don't call cbs_av1_read_trailing_bits() when no bits remain ...James Almer2019-02-101-2/+6
* lavf/img2: Move "loop" into common options.Carl Eugen Hoyos2019-02-101-1/+1
* lavf/img2dec: Split img2 and img2pipe options.Carl Eugen Hoyos2019-02-101-10/+16
* doc/snow: fix typosReto Kromer2019-02-101-12/+12
* doc: fix various typosMoritz Barsnick2019-02-106-16/+16
* doc/filters: fix typosReto Kromer2019-02-101-11/+11
* avformat/hlsenc: fix fmp4_init_filename file name with %v problemSteven Liu2019-02-101-1/+5
* lavf/mpegts: add reading of ARIB data coding descriptorJan Ekström2019-02-101-0/+44
* add libaribb24 ARIB STD-B24 caption decoderJan Ekström2019-02-1011-2/+438
* lavf/mpegts: Convert service_name and service_provider to utf-8.Carl Eugen Hoyos2019-02-092-1/+45
* doc/ffprobe: fix typo and update URL in manReto Kromer2019-02-091-2/+2
* tools/target_dec_fate.list: Extend selftests upto issue 2000Michael Niedermayer2019-02-091-0/+266
* avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c()Michael Niedermayer2019-02-091-15/+19
* lavu/parseutils: Allow to parse >= 100 hours.Carl Eugen Hoyos2019-02-091-1/+1
* avcodec/h264_parse: Clear ref_list[1] if only [0] is usedMichael Niedermayer2019-02-081-0/+4
* avcodec/h264_parse: no need check ref list1 for P slices.Decai Lin2019-02-081-5/+6
* avformat/mov: validate chunk_count vs stsc_datachcunningham2019-02-081-2/+12
* avformat/mov.c: require tfhd to begin parsing trunchcunningham2019-02-082-0/+11
* ffplay: add support for setting the number of filter threadsMarton Balint2019-02-072-0/+10
* ffplay: add missing avfilter_graph_alloc result checkMarton Balint2019-02-071-11/+6
* ffplay: use different decoder names for each media typeMarton Balint2019-02-071-5/+5
* avformat/movenc: Add more error checking when writing sample entries.Nikolas Bowe2019-02-071-26/+47
* avcodec/mpegvideo_enc: Use av_assert1() instead of assert() in merge_context_...Michael Niedermayer2019-02-071-2/+2
* avcodec/ac3: Explicitly return to discard large amounts of nonsense bytesMichael Niedermayer2019-02-071-0/+2
* libavformat/dashdec: disable seeking only for live streams.Paweł Wegner2019-02-061-2/+2
* libswscale/ppc: VSX-optimize 9-16 bit yuv2planeXLauri Kasanen2019-02-052-6/+184
* avutil/ppc/cpu: Fix power8 linux detectionLauri Kasanen2019-02-051-5/+5
* avformat/async: fix assertion condition when draining bufferMarton Balint2019-02-041-1/+1
* avformat/mpegts: cache PID discard valuesMarton Balint2019-02-041-2/+5
* avcodec/mpeg4_unpack_bframes_bsf: Use avpriv_find_start_codeAndreas Rheinhardt2019-02-041-24/+10
* MAINTAINERS: add myself to the PPC sectionLauri Kasanen2019-02-041-0/+1
* doc/filters: correct headphone examplesGyan Doshi2019-02-041-2/+3
* avcodec/pgssubdec: Check for duplicate display segmentsMichael Niedermayer2019-02-031-0/+5
* avcodec/mips: [loongson] optimize put_hevc_qpel_h_8 with mmi.Shiyou Yin2019-02-023-0/+115
* avcodec/mips: [loongson] optimize put_hevc_qpel_bi_h_8 with mmi.Shiyou Yin2019-02-023-0/+150
* avcodec/mips: [loongson] optimize put_hevc_epel_bi_hv_8 with mmi.Shiyou Yin2019-02-023-0/+199
* avcodec/mips: [loongson] optimize put_hevc_qpel_uni_hv_8 with mmi.Shiyou Yin2019-02-023-0/+240
* avfilter/vf_mix: always output frame if array is filledPaul B Mahol2019-02-021-1/+2
* avfilter/vf_mix: add timeline support to tmix filterPaul B Mahol2019-02-021-2/+12
* doc/filters: document ranges and defaults for nlmeans optionsJun Zhao2019-02-021-3/+3
* lavu/imgutils: Use FFABS() instead of abs() for ptrdiff_t.Carl Eugen Hoyos2019-02-011-2/+2
* lavfi/nlmeans: use a dynamic size for the weight LUTClément Bœsch2019-02-011-10/+6
* lavfi/nlmeans: simplify log() callClément Bœsch2019-02-011-1/+1
* lavfi/nlmeans: improve the performanceJun Zhao2019-02-011-8/+9
* lavc/aarch64/vp8dsp: Fix the include guard.Carl Eugen Hoyos2019-01-311-3/+3
* INSTALL.md: Fix Markdown formattingJustin Bull2019-01-311-1/+1
* libavcodec: vp8 neon optimizations for aarch64Magnus Röös2019-01-316-0/+1190
* tests/checkasm/checkasm: Do not define an unused function.Carl Eugen Hoyos2019-01-311-0/+2
* avformat/rtsp: Check number of streams in sdp_parse_line()Michael Niedermayer2019-01-311-1/+4
* avcodec/ffv1: Simplify update_vlc_state()Michael Niedermayer2019-01-311-10/+4
OpenPOWER on IntegriCloud