summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swscale: fix gbrap16 alpha channel issuesJames Cowgill2017-08-052-10/+10
* avfilter: add floodfill filterPaul B Mahol2017-08-056-1/+474
* doc/filters.texi: add yet another laplacian edge detectorPaul B Mahol2017-08-051-0/+6
* doc/libav-merge: remove the hls merge TODOSteven Liu2017-08-041-1/+0
* avformat/hlsenc: support fmp4 single file modeSteven Liu2017-08-041-27/+50
* avfilter: add tlut2 filterPaul B Mahol2017-08-046-50/+150
* avfilter/vf_ssim: fix temp size calculationMuhammad Faiz2017-08-041-3/+5
* hwcontext_cuda : Support YUV444P16 formatYogender Gupta2017-08-032-2/+8
* hwupload_cuda : Add 10/16 bit format supportYogender Gupta2017-08-032-1/+2
* avcodec/htmlsubtitles: fix format specifier in av_bprintf callsJames Almer2017-08-031-2/+2
* Add myself as speedhq maintainer, per request.Steinar H. Gunderson2017-08-031-0/+2
* speedhq: add FATE testsSteinar H. Gunderson2017-08-034-0/+21
* speedhq: fix behavior of single-field decodingSteinar H. Gunderson2017-08-031-3/+6
* avcodec/hevc_cabac: Check for ff_init_cabac_decoder() failure in cabac_reinit()Michael Niedermayer2017-08-031-10/+12
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add()Michael Niedermayer2017-08-031-4/+4
* avformat/riff: remove useless tag correlation 'mpg2'->MPEG1VIDEO.Aleksandr Slobodeniuk2017-08-021-1/+0
* avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" o...Aleksandr Slobodeniuk2017-08-026-6/+6
* avfilter: add unpremultiply filterPaul B Mahol2017-08-026-46/+285
* lavc/htmlsubtitles: reindent after previous commitsClément Bœsch2017-08-011-40/+36
* lavc/htmlsubtitles: handle colors starting with many '#'Clément Bœsch2017-08-012-1/+5
* lavc/htmlsubtitles: improve line breaks handlingClément Bœsch2017-08-013-2/+6
* lavc/tests: add htmlsubtitlesClément Bœsch2017-08-015-0/+62
* lavc/htmlsubtitles: improve handling broken garbageClément Bœsch2017-08-016-92/+159
* avcodec/diracdsp: fix integer overflowMichael Niedermayer2017-08-011-1/+1
* avcodec/diracdec: Check weight_log2denomMichael Niedermayer2017-08-011-0/+5
* avcodec/dirac_vlc: Fix invalid shiftMichael Niedermayer2017-08-011-0/+3
* avcodec/atrac3p: use float_dsp in ff_atrac3p_power_compensationJames Almer2017-08-013-25/+26
* doc/filters.texi: add another lut2 examplePaul B Mahol2017-07-311-0/+6
* sws/tests/pixdesc_query: fix use of free() instead of av_free()Clément Bœsch2017-07-301-1/+1
* sws/tests/pixdesc_query: replace rgb based pix fmts with endianess agnostic n...Clément Bœsch2017-07-302-26/+33
* sws/tests/pixdesc_query: sort pixel formatsClément Bœsch2017-07-302-572/+583
* sws/tests/pixdesc_query: save every pix fmts in a listClément Bœsch2017-07-301-4/+15
* avdevice/decklink_dec: set field order via codecparMarton Balint2017-07-301-7/+13
* lavfi/vf_displace: move to "activate" design.Nicolas George2017-07-302-21/+12
* lavfi/vf_hysteresis: move to "activate" design.Nicolas George2017-07-302-19/+11
* lavfi/vf_lut2: move to "activate" design.Nicolas George2017-07-302-18/+10
* lavfi/vf_maskedclamp: move to "activate" design.Nicolas George2017-07-302-21/+12
* lavfi/vf_mergeplanes: move to "activate" design.Nicolas George2017-07-302-17/+10
* lavfi/vf_maskedmerge: move to "activate" design.Nicolas George2017-07-303-21/+12
* lavfi/vf_midequalizer: move to "activate" design.Nicolas George2017-07-302-19/+11
* lavfi/vf_premultiply: move to "activate" design.Nicolas George2017-07-302-19/+11
* lavfi/vf_remap: move to "activate" design.Nicolas George2017-07-302-20/+12
* lavfi/vf_threshold: move to "activate" design.Nicolas George2017-07-302-23/+13
* lavfi/vf_stack: move to "activate" design.Nicolas George2017-07-302-21/+15
* lavfi/framesync2: implement "activate" design.Nicolas George2017-07-302-161/+82
* lavfi: add outlink helper functions.Nicolas George2017-07-301-0/+21
* lavfi: make FFERROR_NOT_READY available to filters.Nicolas George2017-07-302-2/+5
* lavfi/framesync2: rename all conflicting symbols.Nicolas George2017-07-302-36/+36
* lavfi: copy framesync into framesync2.Nicolas George2017-07-302-0/+640
* Revert "Revert "lavfi/buffersrc: push the frame deeper if requested.""Nicolas George2017-07-303-4/+29
OpenPOWER on IntegriCloud