summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/utils: transfer width/height for subs in codecparClément Bœsch2016-03-31
* codecpar: Add video delay fieldDerek Buitenhuis2016-03-31
* Add frame_size to AVCodecParametersHendrik Leppkes2016-03-31
* lavc: Add seek_preroll to AVCodecParametersJames Almer2016-03-31
* Merge commit 'a8068346e48e123f8d3bdf4d64464d81e53e5fc7'Derek Buitenhuis2016-03-31
|\
| * lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-23
* | Merge commit '998e1b8f521b73e1ed3a13caaabcf79eb401cf0d'Derek Buitenhuis2016-03-31
|\|
| * lavc: add codec parameters APIAnton Khirnov2016-02-23
| * x86: hevc: Fix linking with both yasm and optimizations disabledDiego Biurrun2016-02-23
* | AAC encoder: fix undefined behaviorClaudio Freire2016-03-30
* | AAC encoder: fix signed integer overflowClaudio Freire2016-03-30
* | avcodec/nvenc: Generate AUD NAL units for better compatiblityTimo Rothenpieler2016-03-30
* | Revert "aacenc: use av_clip() instead of av_clip() during quantization"Rostislav Pehlivanov2016-03-30
* | aacenc: use av_clip() instead of av_clip() during quantizationRostislav Pehlivanov2016-03-30
* | avcodec/mips: Optimization synced to the newest code base.Jovan Zelincevic2016-03-29
* | cfhd: Do not initialize context sizeVittorio Giovara2016-03-29
* | fix some a/an typosLou Logan2016-03-28
* | avcodec/utils: fix packet duration of frames with discarded paddingsMarton Balint2016-03-28
* | lavc/mediacodec: fix zero stride for OMX.allwinner.video.decoder.avcKirill Gavrilov2016-03-28
* | avcodec: add dca core extraction bsfPaul B Mahol2016-03-28
* | lavc/mediacodec: use ternary operator to set slice-height valueMatthieu Bouron2016-03-28
* | avcodec/diracdec: check bitstream size related fields for overflowsMichael Niedermayer2016-03-28
* | avcodec: Remove libdcadec, we already have it merged internallyKieran Kunhya2016-03-27
* | avcodec/h264_slice: Check PPS more extensively when its not copiedMichael Niedermayer2016-03-27
* | avcodec/audiotoolboxenc: Fix compile error on OS X 10.8.Dan Dennedy2016-03-26
* | lavc/flicvideo: Implement padding in COPY chunks.Carl Eugen Hoyos2016-03-26
* | avcodec/exr: add support for B44 and B44A compressionMartin Vignali2016-03-26
* | avcodec/jpeg2000dec: add slice threading supportPaul B Mahol2016-03-25
* | avcodec/jpeg2000dec: account two last bytes from end of bytestream as EOC markerPaul B Mahol2016-03-25
* | avcodec/libopenjpegenc: fix mixed declarations and codeJames Almer2016-03-25
* | avcodec/libopenjpegdec: fix mixed declarations and codeJames Almer2016-03-25
* | avcodec/libutvideodec: copy frame so it has reference counters when refcounte...Michael Niedermayer2016-03-24
* | vc2enc: optimize and simplify quantizationRostislav Pehlivanov2016-03-24
* | vc2enc: simplify calc_slice_sizes()Rostislav Pehlivanov2016-03-23
* | vc2enc: correctly zero out the slice size cacheRostislav Pehlivanov2016-03-23
* | vc2enc: macro out slice size roundingRostislav Pehlivanov2016-03-23
* | lavc/psymodel: check for av_malloc failureGanesh Ajjanagadde2016-03-23
* | avcodec/dvaudiodec: now that we got samples, fix 12bit casePaul B Mahol2016-03-23
* | lavc: add AudioToolbox encodersRodger Combs2016-03-22
* | lavc: add AudioToolbox decodersRodger Combs2016-03-22
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* | vc2enc: add non-experimental support for all video formats from specRostislav Pehlivanov2016-03-22
* | vc2enc: simplify count_hq_slice() and cachingRostislav Pehlivanov2016-03-21
* | vc2enc: fix segfaultRostislav Pehlivanov2016-03-21
* | avcodec/mjpegenc_common: Store approximate aspect if exact cannot be storedMichael Niedermayer2016-03-19
* | lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL ...Mark Thompson2016-03-19
* | lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde2016-03-18
* | vc2enc_dwt: remove outdated commentRostislav Pehlivanov2016-03-18
* | vc2enc: increase the starting value of the size scalerRostislav Pehlivanov2016-03-18
* | avcodec/error_resilience: remove unneeded and disabled codeMichael Niedermayer2016-03-18