summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen2020-03-098-2/+50
* avformat/udp: support w32pthreads compatphunkyfish2020-03-082-1/+14
* fftools/ffmpeg_opt: remove bogus warning of multiple -af and -vf usageMarton Balint2020-03-081-4/+0
* fftools/ffmpeg_opt: warn about overwritten parsed optionsMarton Balint2020-03-081-3/+67
* fftools/ffplay: fix possible memory leak in decoderMarton Balint2020-03-081-1/+4
* ffmpeg: default hwaccel_output_format to cuda when hwaccel is cuvidTimo Rothenpieler2020-03-071-12/+19
* doc/demuxers: update mov sectionGyan Doshi2020-03-062-10/+70
* dump_extradata: Insert extradata even for small packetsAndreas Rheinhardt2020-03-061-2/+2
* h264_mp4toannexb: CosmeticsAndreas Rheinhardt2020-03-061-25/+25
* h264_mp4toannexb: Improve overread checksAndreas Rheinhardt2020-03-061-8/+13
* h264_mp4toannexb: Stop reallocating the output bufferAndreas Rheinhardt2020-03-061-52/+72
* h264_mp4toannexb: Consistently use pointer comparisonsAndreas Rheinhardt2020-03-061-5/+1
* h264_mp4toannexb: Copy one NAL unit at a timeAndreas Rheinhardt2020-03-061-22/+15
* h264_mp4toannexb: Try to avoid four byte startcodesAndreas Rheinhardt2020-03-066-27/+27
* h264_mp4toannexb: Simplify extradata insertionAndreas Rheinhardt2020-03-061-22/+22
* h264_mp4toannexb: Don't forget numOfPictureParameterSetsAndreas Rheinhardt2020-03-061-3/+3
* h264_mp4toannexb: Add a comment about possible overreadAndreas Rheinhardt2020-03-061-0/+1
* h264_mp4toannexb: Improve extradata overread checksAndreas Rheinhardt2020-03-061-2/+2
* h264_mp4toannexb: Switch to GetByteContext to read extradataAndreas Rheinhardt2020-03-061-8/+15
* bytestream: Make get_bytes_left compatible with overreadAndreas Rheinhardt2020-03-061-2/+2
* avcodec/cbs_av1_syntax_template: Set seen_frame_header only after successfull...Michael Niedermayer2020-03-061-2/+0
* lavf/dashdec: add 3GPP TS26.247 probe in dash demuxerJun Zhao2020-03-051-1/+2
* lavf/dashdec: Add ts to the list of allowed extensions.Jun Zhao2020-03-051-1/+1
* doc/filters: add missed framesync part in filter docsJun Zhao2020-03-051-0/+6
* avcodec/siren: Check several indexesMichael Niedermayer2020-03-041-4/+11
* ffmpeg: remove superfluous custom cuvid hwaccelJames Almer2020-03-034-80/+1
* avfilter/f_sendcmd: implement expr flagPaul B Mahol2020-03-032-3/+74
* avcodec/cuviddec: use AVCodec.bsfs to filter packetsJames Almer2020-03-031-62/+16
* avfilter/vf_v360: simplify some unnecessary indirectionsPaul B Mahol2020-03-031-18/+12
* avfilter/vf_v360: add half equirectangular input formatPaul B Mahol2020-03-032-0/+51
* avfilter/vf_v360: add half equirectangular output formatPaul B Mahol2020-03-032-0/+38
* avfilter/vf_sr.c: refine code to use AVPixFmtDescriptor.log2_chroma_h/wGuo, Yejun2020-03-031-34/+6
* avcodec/adpcm: Clip step index for ADPCM_IMA_APMMichael Niedermayer2020-03-021-2/+2
* avformat/segment: Don't set extradata size twiceAndreas Rheinhardt2020-03-021-1/+0
* avformat/mxfenc: use a zero based continuity counterMarton Balint2020-03-023-4/+4
* avfilter/vf_v360: add truncated square pyramid input formatPaul B Mahol2020-03-022-1/+78
* avfilter/vf_v360: add truncated square pyramid output formatPaul B Mahol2020-03-023-1/+71
* avfilter/vf_v360: fix cylindrical input formatPaul B Mahol2020-03-011-2/+2
* avfilter/vf_v360: cleanup some codePaul B Mahol2020-03-011-46/+38
* avfilter/vf_v360: improve interpolation for equirect input at polesPaul B Mahol2020-02-291-2/+18
* avfilter/vf_cas: Remove superfluous ;Andreas Rheinhardt2020-02-291-2/+2
* fftools/ffmpeg_opt: Fix leak of options when parsing options failsAndreas Rheinhardt2020-02-291-0/+1
* avfilter/vf_v360: add partial size setup for flatPaul B Mahol2020-02-291-1/+9
* avfilter/vf_v360: speed up fisheye input calculationPaul B Mahol2020-02-291-4/+5
* avfilter/vf_v360: improve tetrahedron input format at frame bordersPaul B Mahol2020-02-291-2/+35
* avfilter/vf_v360: simplify tetrahedron input calculationPaul B Mahol2020-02-291-8/+5
* avfilter/vf_v360: improve precision of some output formatsPaul B Mahol2020-02-291-18/+18
* avcodec/cdtoons: Remove superfluous ;Andreas Rheinhardt2020-02-281-1/+1
* avformat/mp3dec: Count last partial frame in probe.Michael Niedermayer2020-02-281-3/+9
* lavc/v4l2_context: fix compile warning for incompatible pointer typeLinjie Fu2020-02-281-1/+1