summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter/vf_v360: add option to pick rotation orderPaul B Mahol2019-09-063-15/+100
* avfilter/vf_v360: reduce allocations by reusing duplicated remapsPaul B Mahol2019-09-062-15/+43
* avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol2019-09-065-155/+394
* avfilter/vf_v360: add asserts to guard against invalid conditionsPaul B Mahol2019-09-061-0/+19
* avfilter/vf_v360: stop using floats in interpolationPaul B Mahol2019-09-061-20/+20
* avfilter/vf_v360: rewrite storing of remap positions and interpolationsPaul B Mahol2019-09-061-79/+89
* doc/filters: correct range for contrast in eq filterSourabh Sharma2019-09-061-1/+1
* avformat/hlsenc: fix compiling error of hlsencSteven Liu2019-09-061-1/+1
* avformat/hlsenc: fix code styleSteven Liu2019-09-061-21/+28
* avformat/hlsenc: move the warning message from every segment upload to init partSteven Liu2019-09-061-1/+5
* avformat/hlsenc: avformat/hlsenc: reopen new http session for http_persistentSteven Liu2019-09-061-11/+55
* avformat/http: add ff_http_get_shutdown_status api for check the status of sh...Steven Liu2019-09-062-0/+25
* fate: add test for stream_loopGyan Doshi2019-09-052-0/+89
* ffmpeg: switch to avformat_seek_file for stream_loopGyan Doshi2019-09-051-1/+1
* avcodec/iff: Check for overlap in cmap_read_palette()Michael Niedermayer2019-09-051-0/+4
* avcodec/vqavideo: Limit resolutionMichael Niedermayer2019-09-051-0/+6
* avcodec/apedec: Fix 32bit int overflow in do_apply_filter()Michael Niedermayer2019-09-051-1/+1
* configure: fix --disable-v4l2-m2m can't workJun Zhao2019-09-051-13/+15
* configure: fix --disable-alsa can't workJun Zhao2019-09-051-2/+2
* doc/filters: fix alphabetic order of some video filtersPaul B Mahol2019-09-051-280/+280
* avutil/version: bump for hwcontext_videotoolbox api changeAman Gupta2019-09-042-1/+4
* avcodec/videotoolbox: add support for full range pixel formatsAkemi2019-09-044-13/+33
* avformat/mxfenc: fix warning: unused function 'klv_ber_length' [-Wunused-func...Limin Wang2019-09-041-4/+3
* libavfilter/dnn: add header into native model fileGuo, Yejun2019-09-043-2/+70
* avformat/matroskadec: use av_fast_realloc to reallocate ebml list arraysJames Almer2019-09-041-2/+9
* avformat/matroskadec: use proper types for some EbmlSyntax fieldsJames Almer2019-09-041-2/+2
* avcodec/nuv: prevent frame copying when outputting duplicate framesJames Almer2019-09-041-1/+3
* avcodec/wcmv: prevent frame copying when outputting duplicate framesJames Almer2019-09-041-3/+5
* Revert "avcodec/wcmv: Avoid copying frames if they are unchanged"James Almer2019-09-041-3/+1
* avcodec/wcmv: use ff_reget_buffer()James Almer2019-09-041-14/+9
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-0448-57/+58
* avformat/mpegts: Check if ready on SCTE receptionAnthony Delannoy2019-09-031-0/+7
* configure: ensure --enable-omx-rpi uses rpi-specific IL headersAman Gupta2019-09-031-3/+6
* avcodec/v4l2_m2m: fix minor indentation issueAman Gupta2019-09-021-1/+1
* avcodec/v4l2_m2m: use log_ctx variable consistentlyAman Gupta2019-09-021-2/+2
* avcodec/v4l2_m2m: log planar mode used by driverAman Gupta2019-09-021-1/+3
* avcodec/v4l2_context: use EAGAIN to signal when input buffers are unavailableAman Gupta2019-09-022-2/+2
* avcodec/v4l2m2m: fix error handling during buffer initJorge Ramirez-Ortiz2019-09-022-5/+23
* avcodec/v4l2_buffers: return int64_t in v4l2_get_ptsLukas Rusak2019-09-021-1/+1
* avcodec/v4l2_context: return {decoder,encoder}_cmd errorsAman Gupta2019-09-021-0/+4
* avcodec/v4l2_m2m_enc: fix typo in log messageAman Gupta2019-09-021-1/+1
* avcodec/v4l2_m2m_enc: log errno on v4l2_set_ext_ctrl failuresAman Gupta2019-09-021-2/+2
* avcodec/v4l2_buffers: fix minor typos and whitespaceAman Gupta2019-09-022-3/+3
* avcodec/v4l2_context: log VIDIOC_REQBUFS failuresAman Gupta2019-09-021-1/+3
* avcodec/v4l2_m2m: remove trailing whitespace in output identifierAman Gupta2019-09-021-1/+1
* avcodec/v4l2_m2m: log requested pixel formatsAman Gupta2019-09-021-0/+11
* avformat: Add ZeroMQ as a protocolAndriy Gelman2019-09-028-2/+254
* avcodec/omx: fix xFramerate calculationAman Gupta2019-09-021-2/+2
* avformat/mpegtsenc: fix flushing of audio packetsMarton Balint2019-09-021-17/+2
* docs/formats: fix max_interleave_delta defaultMarton Balint2019-09-021-1/+1