summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fate/source-check.sh: Use "git show" instead of git --version to test for gitMichael Niedermayer2016-02-151-1/+1
* lavd/gdigrab: mouse dpi awarenessMetaksakis Georgios2016-02-151-0/+6
* x86: use the new helper macros where usefulJames Almer2016-02-1413-13/+22
* x86: add some more helper macros to check for slow cpuflagsJames Almer2016-02-142-4/+11
* Changelog: add entries for the SMPTE VC-2 decoder and encoderRostislav Pehlivanov2016-02-141-0/+2
* Changelog/APIChanges Put 3.0 release markerMichael Niedermayer2016-02-142-0/+5
* avformat/img2enc: remove unused variableMichael Niedermayer2016-02-141-1/+0
* avutil/imgutils: remove special case for aligning the paletteMichael Niedermayer2016-02-142-8/+8
* doc/protocols: document protocol_whitelistMichael Niedermayer2016-02-141-0/+19
* avcodec/h264_cabac: Check decode_cabac_mb_mvd() for failureMichael Niedermayer2016-02-141-2/+6
* avformat/genh: Mark coef_splitted as av_unusedMichael Niedermayer2016-02-141-1/+1
* avutil/parseutils: remove 2112 date from fate testMarton Balint2016-02-142-2/+2
* x86/vc1dsp: Port vc1_*_hor_16b_shift2 to NASM formatTimothy Gu2016-02-142-53/+98
* checkasm/vf_blend: Decrease iteration countTimothy Gu2016-02-141-1/+1
* checkasm: Add vf_blend testsTimothy Gu2016-02-144-0/+135
* vf_blend: Move C dsp function mapping to separate functionTimothy Gu2016-02-142-41/+47
* libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formatsMark Reid2016-02-145-16/+36
* compat/os2threads: split long linesKO Myung-Hun2016-02-141-5/+12
* compat/os2threads: support the return value of joined threadKO Myung-Hun2016-02-141-21/+18
* compat/os2threads: Improve pthread_cond_xxx() functionsKO Myung-Hun2016-02-141-11/+15
* avfilter/vf_tinterlace: fix image alignmentMichael Niedermayer2016-02-141-1/+1
* vf_blend: Use integers for divide modeTimothy Gu2016-02-141-2/+2
* lavf/spdifenc: Support MLP encapsulation.David Monro2016-02-141-0/+1
* vf_blend: Reduce number of arguments for kernel functionTimothy Gu2016-02-144-17/+17
* vf_blend: Use memcpy when opacity is 0Timothy Gu2016-02-141-0/+6
* vf_blend: Templatize identity function and use a better nameTimothy Gu2016-02-141-8/+14
* avcodec: Fix a typo.Carl Eugen Hoyos2016-02-141-1/+1
* MAINTAINERS: Add myself as libutvideo maintainer.Carl Eugen Hoyos2016-02-141-0/+1
* avfilter/f_metadata: remove unused headersPaul B Mahol2016-02-141-2/+0
* lavf/mpjpeg: do not include CRLF preceding boundary as part of the returned f...Alex Agranovsky2016-02-141-2/+2
* avcodec: only warn about hwaccel with frame threadsAndreas Cadhalpun2016-02-141-3/+2
* lavf/mpjpeg: Trim quotes on MIME boundary, if present.Alex Agranovsky2016-02-141-0/+7
* avformat/utils: remove ff_iso8601_to_unix_timeMarton Balint2016-02-142-17/+0
* avformat/matroskaenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-2/+4
* avformat/mxfenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-4/+1
* avformat/movenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-7/+1
* avformat/gxfenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-3/+1
* avformat/ffmenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-6/+2
* avformat/dvenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-3/+1
* avformat/asfenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-7/+4
* avformat/utils: add ff_parse_creation_time_metadataMarton Balint2016-02-142-0/+28
* avutil/parseutils: accept everything in av_parse_time that ff_iso8601_to_unix...Marton Balint2016-02-142-2/+33
* avutil/parseutils: use microsecond precision when parsing "now" in av_parse_t...Marton Balint2016-02-142-7/+9
* avformat/img2enc: disable atomic file creation by defaultMarton Balint2016-02-141-4/+1
* avformat/img2enc: return error if image rename failsMarton Balint2016-02-141-1/+3
* avutil: Remove x86_cpu.hTimothy Gu2016-02-132-3/+0
* lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into th...Neil Birkbeck2016-02-143-0/+85
* libavdevice/dshow.c: Correct CoGetMalloc checkFearThe13372016-02-131-1/+1
* avutil/frame: Free destination qp_table_buf in frame_copy_props()Michael Niedermayer2016-02-131-0/+1
* avutil/imgutils: only align the palette in av_image_copy_to_buffer() if there...Michael Niedermayer2016-02-132-1/+6
OpenPOWER on IntegriCloud