summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: fix dependencies for mlp and truehd encodersMoritz Barsnick2019-02-121-2/+2
* lavc/libaribb24: use integer math to calculate font scalingJan Ekström2019-02-121-5/+5
* lavc/libaribb24: add missing type struct members to AVOptionsJan Ekström2019-02-121-2/+2
* lavc/libaribb24: protect handled value with parenthesis in RGB_TO_BGRJan Ekström2019-02-121-1/+1
* lavc/libaribb24: add error handling to region handlingJan Ekström2019-02-121-7/+18
* tests/api/api-h264-test: Add AV_NOPTS_VALUE check for AVFrame.pkt_dts/ptsJun Zhao2019-02-121-3/+4
* avfilter/tests/integral: Fix build warning after adjust the locationJun Zhao2019-02-121-4/+5
* avfilter/tests/integral: Check malloc fail before using itJun Zhao2019-02-121-3/+3
* configure: warn about disabled explicitly enabled componentsMarton Balint2019-02-111-4/+28
* avformat/mov: fix hang while seek on a kind of fragmented mp4Charles Liu2019-02-111-9/+12
* avformat/mov: don't rescale mastering display values from the SmDm atomJames Almer2019-02-111-14/+10
* doc/faq: update macOS and URLsReto Kromer2019-02-111-4/+4
* 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
OpenPOWER on IntegriCloud