summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/snowenc: set dia_size for the first pass of motion estimation tooMichael Niedermayer2015-05-108-58/+59
* avformat_alloc_context: initialize raw_packet_buffer_remaining_size.Reimar Döffinger2015-05-101-0/+1
* avcodec/snowenc: correct fullpel search patternMichael Niedermayer2015-05-103-10/+10
* avcodec/snowenc: Fix used reference MV in fullpel iterative MEMichael Niedermayer2015-05-103-10/+12
* avcodec/snowenc: change log level for iterative ME information to debug levelMichael Niedermayer2015-05-101-1/+1
* avcodec/snowenc: add intra_penalty AVOptionMichael Niedermayer2015-05-092-1/+3
* avcodec/mpegvideo: Fix null pointer dereference with grayscale decoding with ...Michael Niedermayer2015-05-091-5/+7
* avcodec/mpeg12dec: Fix "-flags +gray"Michael Niedermayer2015-05-091-0/+3
* cmdline: Check options array for not working flag combinationsMichael Niedermayer2015-05-091-0/+12
* ffmpeg_opt: Fix -timestamp parsingMichael Niedermayer2015-05-091-1/+1
* avcodec/mpegvideo: Fix indentionMichael Niedermayer2015-05-091-2/+2
* avcodec/error_resilience: support grayscaleMichael Niedermayer2015-05-091-8/+18
* avcodec/mpegvideo: Fix -flags +gray with xvid_vlc_trac7411.h263Michael Niedermayer2015-05-091-0/+2
* avcodec/h263dec: use PIX_FMT_GRAY8 when the user specified CODEC_FLAG_GRAYMichael Niedermayer2015-05-091-0/+3
* avdevice/v4l2: Try to fix build on netbsd/openbsdMichael Niedermayer2015-05-091-1/+4
* lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L...Giorgio Vazzana2015-05-081-15/+22
* avcodec/vc1: Skip chroma operations if CODEC_FLAG_GRAY is setMichael Niedermayer2015-05-082-8/+18
* lavd/v4l2: fix typoGiorgio Vazzana2015-05-081-1/+1
* vp9: de-duplicate some functions that are identical between 10/12 bpp.Ronald S. Bultje2015-05-081-14/+98
* configure: remove loongson check inline asm and mips dependent周晓勇2015-05-081-3/+0
* configure: replace arch loongson with arch extra list loongson周晓勇2015-05-081-1/+4
* id3v2: do not export APIC description if emptywm42015-05-081-1/+2
* pngdec: set correct rangewm42015-05-083-2/+4
* swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug codeMichael Niedermayer2015-05-071-2/+0
* doc/APIchanges: fill missing versions and hashesJames Almer2015-05-071-8/+8
* vp9: add missing changelog and APIchanges entries for new VP9 profilesJames Almer2015-05-072-0/+4
* avcodec/s3tc: fix alpha decoding when dimensions are not a multiple of 4Tom Butterworth2015-05-071-1/+3
* avcodec/g2meet: Check init_get_bits8() return valueMichael Niedermayer2015-05-071-3/+8
* avcodec/g2meet: Use init_get_bits8()Michael Niedermayer2015-05-071-2/+2
* ffprobe: Use av_packet_side_data_name() to find the side data nameMichael Niedermayer2015-05-071-4/+5
* avcodec: Add av_packet_side_data_name()Michael Niedermayer2015-05-074-2/+30
* avcodec/txd: Fix input size checks for dxt1/3 for dimensions % 4 != 0Michael Niedermayer2015-05-071-2/+2
* avcodec/s3tc: fix decoding when dimensions are not a multiple of 4Tom Butterworth2015-05-071-10/+13
* aacsbr: break infinite loop in sbr_hf_calc_npatchesAndreas Cadhalpun2015-05-071-1/+7
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni copy, uni horiz...Shivraj Patil2015-05-074-0/+2421
* ripemd: move ripemd{256, 320} into separate functionsJames Almer2015-05-071-132/+222
* avcodec/x86/vp9dsp_init: Fix mix of declaration and statementMichael Niedermayer2015-05-071-2/+3
* avcodec/vp9dsp: Replace assert by av_assert0()Michael Niedermayer2015-05-071-1/+2
* Merge remote-tracking branch 'rbultje/vp9-profile23-wip'Michael Niedermayer2015-05-0741-2478/+3481
|\
| * libvpxdec: add 440 pixfmts.Ronald S. Bultje2015-05-071-0/+17
| * vp9: add profile 2/3 fate tests.Ronald S. Bultje2015-05-079-4/+146
| * vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje2015-05-063-87/+167
| * vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-0610-2400/+3033
| * vp9: parse profile 2/3 bitdepth in frame header.Ronald S. Bultje2015-05-061-12/+27
| * vp9: add profile 2/3 to exported profiles.Ronald S. Bultje2015-05-062-0/+4
| * fate: add/update reference files for 440 addition.Ronald S. Bultje2015-05-0613-0/+40
| * swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-063-0/+14
| * lavc: add yuv440p10/12 formats to aligned pixfmt list.Ronald S. Bultje2015-05-061-0/+4
| * lavu: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-062-0/+54
* | avcodec/diracdec: Replace default_bsep[] by multiplicationMichael Niedermayer2015-05-071-3/+2
OpenPOWER on IntegriCloud