summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AAC encoder: fix assertion error with predictionClaudio Freire2016-01-131-3/+5
* lavc/mjpeg2jpeg: Accept more mjpeg streams as input.Carl Eugen Hoyos2016-01-131-4/+5
* avutil/common: Protect GET_BYTE in GET_UTF8() by ()Michael Niedermayer2016-01-131-2/+2
* avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer2016-01-131-0/+2
* libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warningJames Zern2016-01-121-1/+1
* configure: showspectrum now uses fft, add showspectrumpicPaul B Mahol2016-01-121-1/+3
* avfilter/avf_showspectrum: reduce number of operationsPaul B Mahol2016-01-121-6/+8
* avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol2016-01-122-4/+55
* lavf/mpjpegdec: Do not call av_log() while probing.Carl Eugen Hoyos2016-01-121-0/+3
* avformat/asfenc: Check ptsMichael Niedermayer2016-01-121-0/+5
* avformat/asfenc: Flush packet before duration becomes unrepresentableMichael Niedermayer2016-01-121-0/+5
* avcodec/truemotion2: Cleanup in case of tm2_read_stream() failureMichael Niedermayer2016-01-121-10/+18
* lavc/mjpeg2jpeg: Check for jpeg file header.Carl Eugen Hoyos2016-01-121-0/+5
* lavf/matroskadec: Use av_realloc() in get_qt_codec()Mats Peterson2016-01-121-3/+3
* Correct two build/built typosTimothy Gu2016-01-112-2/+2
* avcodec/mpeg4video: Check time_incrMichael Niedermayer2016-01-123-5/+15
* rtmpdh: Initialize gcrypt before using itRicardo Constantino2016-01-121-1/+10
* diracdec: fix idwt_stride calculation in bytesAndreas Cadhalpun2016-01-121-1/+1
* lavc/cbrt_tablegen: speed up tablegenGanesh Ajjanagadde2016-01-111-10/+29
* ffmdec: change type of len to ptrdiff_tAndreas Cadhalpun2016-01-111-2/+3
* qtpalette: make the color_* variables unsigned againAndreas Cadhalpun2016-01-111-1/+1
* avcodec/wavpackenc: Check the number of channelsMichael Niedermayer2016-01-111-0/+5
* avcodec/wavpackenc: Headers are per channelMichael Niedermayer2016-01-111-1/+1
* avformat/dfa: Fix packet leak on errorMichael Niedermayer2016-01-111-0/+1
* lavf/matroskadec: Normalize noncompliant A_QUICKTIME/V_QUICKTIME private dataMats Peterson2016-01-111-13/+35
* avcodec/ac3enc: Remove duplicate #includeMichael Niedermayer2016-01-111-1/+0
* avcodec/aacdec_template: Check id_mapMichael Niedermayer2016-01-101-0/+4
* avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer2016-01-101-1/+1
* avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_leng...Michael Niedermayer2016-01-101-1/+6
* fate: fix sub-cc fontClément Bœsch2016-01-101-1/+1
* lavc/ccaption_dec: improve default styleClément Bœsch2016-01-106-8/+20
* avcodec/mjpegdec: Fix negative shiftMichael Niedermayer2016-01-101-1/+1
* lavc/x264: Add compatibility values for coder options.Carl Eugen Hoyos2016-01-101-0/+2
* lavf/concatdec: do not access packet if av_read_frame returned errorMarton Balint2016-01-101-3/+7
* lavc/ccaption_dec: fix ASS tagsClément Bœsch2016-01-102-8/+8
* avcodec/mss2: Check for repeat overflowMichael Niedermayer2016-01-101-1/+6
* avcodec/codec_desc: Add ff_aac_profiles to aac_latmMichael Niedermayer2016-01-101-0/+1
* avf_showspectrum: Silence "deprecated pixel format" warningTimothy Gu2016-01-091-1/+1
* avfilter/avf_showspectrum: set color range to framePaul B Mahol2016-01-091-0/+1
* libvpx: Support setting color range for vp9.Sasi Inguva2016-01-092-0/+30
* avformat: Add integer fps from 31 to 60 to get_std_framerate()Michael Niedermayer2016-01-092-4/+8
* doc/encoders: fix typo in AAC encoder documentationRostislav Pehlivanov2016-01-091-1/+1
* lavc/ccaption_dec: simplify rollup casesClément Bœsch2016-01-091-7/+1
* lavc/ccaption_dec: check for bprint completeness outside the loopClément Bœsch2016-01-091-10/+3
* lavc/ccaption_dec: mark row and font as const in capture_screen()Clément Bœsch2016-01-091-2/+2
* lavc/ccaption_dec: fix mixed declarations and code warningClément Bœsch2016-01-091-1/+2
* lavc/ccaption_dec: check for bprint completeness only at the endClément Bœsch2016-01-091-5/+0
* lavc/ccaption_dec: implement font stylesAman Gupta2016-01-092-7/+52
* lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char()Aman Gupta2016-01-091-15/+6
* lavc/ccaption_dec: simplify by passing screen into write_char()Aman Gupta2016-01-091-13/+11
OpenPOWER on IntegriCloud