summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/mpegaudiodsp: silence -Wunused-variable on --disable-mmxGanesh Ajjanagadde2015-09-221-1/+1
* avcodec/x86/rv40dsp_init: silence -Wunused-variable on --disable-mmxGanesh Ajjanagadde2015-09-221-1/+1
* avfilter/hermite: fix "libavfilter/hermite.h:19:15: error: no previous protot...Michael Niedermayer2015-09-221-1/+1
* avfilter: add agate filterPaul B Mahol2015-09-228-24/+333
* avcodec/mpegvideo_enc: Avoid fine lambda steps in VBV retry code when RD is n...Michael Niedermayer2015-09-221-2/+4
* hls: only seek if there is an offsetAndreas Cadhalpun2015-09-221-1/+1
* avcodec/dvdsubdec: don't use a NULL log contextwm42015-09-221-1/+1
* avcodec/dvdsubdec: reject some broken packetswm42015-09-221-1/+8
* avcodec/dvdsub: fix partial packet assemblywm42015-09-221-1/+3
* avformat/hls: fix some cases of HLS streams which require cookieswm42015-09-221-5/+1
* avfilter: add tremolo filterKyle Swanson2015-09-226-1/+196
* Update my email addressJean Delvare2015-09-222-2/+2
* hevc: fix wpp threading deadlock.Ronald S. Bultje2015-09-211-0/+2
* vp9: fix loopfilter test code to address Hendrik's comments.Ronald S. Bultje2015-09-211-6/+5
* x86/vp9dsp: fix local header includeJames Almer2015-09-211-1/+1
* x86/vp9dsp: add missing header includeJames Almer2015-09-211-0/+2
* avcodec/dvdsubdec: fix indentationwm42015-09-211-1/+1
* avformat/assdec: do not drop duplicate subtitleswm42015-09-211-0/+2
* avformat/vobsub: do not attempt to check duplicate subtitleswm42015-09-211-0/+1
* avformat/subtitles: make dropping duplicate events optionalwm42015-09-212-1/+3
* avformat/vobsub: compare correct packet stream IDswm42015-09-211-1/+1
* configure: silence error if tput not foundGanesh Ajjanagadde2015-09-211-1/+1
* doc: mention libavcodec can decode Opus nativelyJames Almer2015-09-201-2/+2
* mpjpeg: CRLF terminating a sequence of MIME headers should not cause an errorAlex Agranovsky2015-09-211-2/+13
* avcodec/snowenc: Do not write into const AVFrameMichael Niedermayer2015-09-201-3/+6
* avcodec/snowenc: Remove unused new_picture fieldMichael Niedermayer2015-09-202-2/+0
* swscale: fix ticket 4850Pedro Arthur2015-09-201-4/+4
* avdevice/libdc1394: add const to suppress "assignment discards const qualifie...Michael Niedermayer2015-09-201-5/+5
* avcodec/hevc_mp4toannexb_bsf: silence -Wdiscarded-qualifiersGanesh Ajjanagadde2015-09-201-1/+1
* tests/checkasm: fix stack smash in check_loopfilterRodger Combs2015-09-201-0/+3
* lavf/matroska: ignore ChapCountry ID for nowRodger Combs2015-09-202-2/+4
* avfilter: add rubberband wrapperPaul B Mahol2015-09-207-1/+246
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-2031-103/+2
* lavfi: drop the requirement that request_frame returns a frame.Nicolas George2015-09-204-30/+18
* lavfi/vf_idet: reindent after last commit.Nicolas George2015-09-201-13/+11
* lavfi/vf_idet: remove the loop in request_frame().Nicolas George2015-09-201-6/+3
* lavfi/buffersink: loop over ff_request_frame().Nicolas George2015-09-201-4/+1
* x86/vp9mc: fix string concatenation of fullpel function namesJames Almer2015-09-201-2/+2
* avcodec/internal: Use do {} while() for ff_tlog()Michael Niedermayer2015-09-201-1/+1
* tests/checkasm/vp9dsp: Add () to protect macro argumentsMichael Niedermayer2015-09-201-2/+2
* checkasm: add VP9 loopfilter tests.Ronald S. Bultje2015-09-201-0/+147
* checkasm: add jpeg2000dsp rct_int testsJames Almer2015-09-204-0/+76
* avcodec/x86/hpeldsp_rnd_template: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde2015-09-201-3/+3
* avformat/format: silence -Wdiscarded-qualifiersGanesh Ajjanagadde2015-09-201-1/+1
* swscale/output: fix undefined left shifts of negative numbersGanesh Ajjanagadde2015-09-201-16/+16
* avcodec/mlpdec: fix a undefined left shift of negative numberGanesh Ajjanagadde2015-09-201-1/+1
* hevc: properly handle no_rasl_output_flag when removing pictures from the DPBHendrik Leppkes2015-09-203-1/+7
* avcodec/motion_est_template: fix undefined left shift of negative numberGanesh Ajjanagadde2015-09-191-1/+1
* avresample/resample: remove unused variableGanesh Ajjanagadde2015-09-191-1/+0
* avcodec/x86/mpegvideoenc: silence -Wunused-function on --disable-mmxGanesh Ajjanagadde2015-09-191-0/+4