aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* aacenc: temporarily disable Mid/Side coding with multichannel filesRostislav Pehlivanov2016-02-131-0/+4
* avcodec/h264: Fix memleak of a53_captionMichael Niedermayer2016-02-131-0/+3
* avcodec/rawdec: Print stride and packet size at debug levelMats Peterson2016-02-131-0/+2
* avcodec/rawdec: Fix nut pal8 testMats Peterson2016-02-131-1/+1
* avcodec/rawdec: Initialize default mono palette only for bits_per_coded_sampl...Mats Peterson2016-02-131-1/+1
* aacenc: make a better estimate for the audio bitrate if not providedRostislav Pehlivanov2016-02-121-15/+31
* avcodec/vc2enc_dwt: add missing headerJames Almer2016-02-121-0/+1
* avcodec/h264_slice: Fix dequant table init with field picturesMichael Niedermayer2016-02-121-1/+1
* avcodec/h264_slice: assert relation between current_slice ans slice_ctxMichael Niedermayer2016-02-121-0/+3
* avcodec/h264_slice: remove duplicate unconditional picture_structure setting ...Michael Niedermayer2016-02-121-1/+0
* avcodec/cfhd: Fix errors with valid files.Kieran Kunhya2016-02-121-3/+3
* avcodec/cfhd: Check the number of tag/value pairsMichael Niedermayer2016-02-121-0/+5
* vc2enc: use project-standard inclusion guardsRostislav Pehlivanov2016-02-101-3/+3
* avcodec: add a native SMPTE VC-2 HQ encoderRostislav Pehlivanov2016-02-106-1/+1482
* options_table: update maximum bitrate limitRostislav Pehlivanov2016-02-101-1/+1
* nut: Add PAL8 supportMichael Niedermayer2016-02-091-0/+1
* avcodec/dirac: Fix memleak of dsh on errorMichael Niedermayer2016-02-091-2/+4
* diractab: Fix header guard nameTimothy Gu2016-02-071-3/+3
* huffyuvencdsp: Undefine "i" macro after each useTimothy Gu2016-02-071-0/+3
* libvpxenc: Allow setting tune parameterTimothy Gu2016-02-071-0/+8
* diracdec: Pass DWTPlane to dwt initTimothy Gu2016-02-073-13/+11
* diracdec: Split DWTPlane struct from PlaneTimothy Gu2016-02-072-26/+30
* dirac_dwt: Rename init2 to initTimothy Gu2016-02-074-16/+16
* dirac_dwt: Don't pass information in context as argumentsTimothy Gu2016-02-072-19/+19
* avcodec/utils: Add AV_PIX_FMT_GBRAP16?E to avcodec_align_dimensions2()Michael Niedermayer2016-02-071-0/+2
* x86/dcadec: add ff_lfe_fir0_float_{sse,sse2,avx,fma3}James Almer2016-02-065-2/+254
* avcodec/dcadsp: rename lfe_fir_float functionsJames Almer2016-02-061-4/+4
* dirac_dwt: Make x86 files/functions names consistentTimothy Gu2016-02-056-40/+10
* diracdsp: Make x86 files/functions names consistentTimothy Gu2016-02-056-57/+43
* lavc/dirac_dwt: fix building without asmMichael Bradshaw2016-02-061-1/+1
* avcodec/h264: Fix segfault in 4:2:2 chroma deblock with 32-bit msvcHenrik Gramner2016-02-051-1/+3
* avcodec/h264: mmxext 4:2:2 chroma deblock/loop filterJames Darnley2016-02-052-3/+47
* lavc/rawdec: Use 16-byte line alignment for B1W0 and B0W1 video in nutMats Peterson2016-02-051-21/+52
* avcodec/dcadsp: replace intptr_t with ptrdiff_tJames Almer2016-02-052-40/+40
* dca_parser: ensure frame duration matches the actual sample rateHendrik Leppkes2016-02-041-1/+3
* avcodec/libutvideoenc: Add NULL termintor to optionsMichael Niedermayer2016-02-041-0/+1
* mjpegenc: Remove duplicate initializerDerek Buitenhuis2016-02-031-1/+0
* libutvideo: UnbreakDerek Buitenhuis2016-02-031-4/+5
* diradec: split tables away to a separate diractab fileRostislav Pehlivanov2016-02-034-74/+137
* diracdec: move the MAX_DWT_LEVELS macro to dirac.hRostislav Pehlivanov2016-02-032-11/+12
* Merge commit '0e9c4fe254073b209970df3e3cb84531bc388e99'Derek Buitenhuis2016-02-034-6/+12
|\
| * lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-214-6/+12
* | Merge commit '5b6f42da98c26a8aee8d2c2edfcbd0633ad1c607'Derek Buitenhuis2016-02-034-5/+12
|\|
| * lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-214-5/+12
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-0319-30/+221
|\|
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-2113-28/+200
* | avcodec/utils: Check the return code of av_image_fill_linesizes()Michael Niedermayer2016-02-031-1/+3
* | cinepakenc: Stop using AVPictureTimothy Gu2016-02-021-106/+161
* | cfhd: fix off-by-one error in level checkAndreas Cadhalpun2016-02-031-1/+1
* | dca: add emms_c after usage of AV_COPY128Hendrik Leppkes2016-02-021-0/+4