summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c9f8809ee4c576d5833865039bc1c85754448f67'Michael Niedermayer2014-05-191-12/+7
|\
| * hevc/intra_pred: simplify neighboring sample derivationAnton Khirnov2014-05-191-9/+7
| * hevc/intra_pred: drop unnecessary conditions in loopsMickaël Raulet2014-05-191-19/+10
* | Merge commit '4c390b1ba98e6aec787aa0e7ea57ed7cb38283b7'Michael Niedermayer2014-05-191-35/+25
|\ \ | |/
| * hevc/intra_pred: optimize EXTEND_()*Mickaël Raulet2014-05-191-37/+28
* | Merge commit 'a1c2b48018b09d2613f075ec0748c95bd520ac00'Michael Niedermayer2014-05-194-13/+32
|\ \ | |/
| * hevc: templatize intra_predAnton Khirnov2014-05-194-9/+25
* | Merge commit '04db5794cd97e4b33ec2f963ef7f967722a456eb'Michael Niedermayer2014-05-191-20/+10
|\ \ | |/
| * hevc: templatize pred_planarMickaël Raulet2014-05-191-42/+18
* | avcodec/diracdec: move mc buffer allocation to per frameMichael Niedermayer2014-05-191-7/+34
* | x86/hevc_deblock: remove some duplicated instructionsJames Almer2014-05-181-9/+4
* | x86: hevc_mc: specify coefficients registersChristophe Gisquet2014-05-181-27/+32
* | avcodec/wmv2enc: allocate padding for extradata and check malloc failureMichael Niedermayer2014-05-181-1/+3
* | avcodec/movtextenc: allocate padding for extradataMichael Niedermayer2014-05-181-1/+1
* | avcodec/ffv1enc: allocate padding for extradataMichael Niedermayer2014-05-181-1/+1
* | avcodec/crystalhd: allocate padding for extradataMichael Niedermayer2014-05-181-1/+1
* | Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f'Michael Niedermayer2014-05-183-4/+24
|\ \ | |/
| * lavc: add avcodec_free_context().Anton Khirnov2014-05-183-4/+24
* | Merge commit 'e1b66778b6ee82a192b5895e23c4e135f7269326'Michael Niedermayer2014-05-181-12/+0
|\ \ | |/
| * lavc: remove the locking code in avcodec_close()Anton Khirnov2014-05-181-18/+0
* | lavc: Use av_gettime_relative()Olivier Langlois2014-05-173-8/+8
* | Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm.Carl Eugen Hoyos2014-05-171-21/+21
* | x86/hevc_deblock: use movhps instead of shuffling valuesJames Almer2014-05-171-16/+8
* | x86/hevc_deblock: fix label namesJames Almer2014-05-171-17/+13
* | x86/hevc_deblock: fix usage of ABS1James Almer2014-05-171-5/+5
* | x86/hevc_deblock: merge movs with other instructionsJames Almer2014-05-171-73/+36
* | hevc: fix key_frame as an IRAPMickaël Raulet2014-05-172-2/+3
* | avcodec/x86/hevc: updated to use x86util macrosplepere2014-05-161-88/+67
* | avcodec/x86/hevc: added DBF assembly functionsplepere2014-05-163-1/+963
* | avcodec/mpeg12enc: avoid floats in the aspect ratio info setup codeMichael Niedermayer2014-05-161-8/+8
* | avcodec/mpeg12enc: Favor storing DAR instead of SARFrederic Turmel2014-05-161-1/+1
* | avcodec/opusdec: fix some const correctnessMichael Niedermayer2014-05-161-3/+3
* | avcodec/cavs: prevent out of array readMichael Niedermayer2014-05-161-1/+1
* | avcodec/utils: Fix undefined behavior in avpriv_toupper4Michael Niedermayer2014-05-161-1/+1
* | Use av_restrict instead of restrict in libavcodec/opus_celt.c.Carl Eugen Hoyos2014-05-161-1/+1
* | avcodec/x86/dsputil_mmx: Fix build with clang-usanMichael Niedermayer2014-05-151-7/+6
* | x86: sbrdsp: implement SSE qmf_deint_negChristophe Gisquet2014-05-152-0/+25
* | avcodec/opus: fix doxygen comments to be associated with the correct fieldsMichael Niedermayer2014-05-151-12/+12
* | Revert "avcodec/hevc: fix outputted AVFrame.key_frame"Michael Niedermayer2014-05-151-3/+0
* | Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba'Michael Niedermayer2014-05-158-39/+807
|\ \ | |/
| * aarch64: opus NEON iMDCT and FFTJanne Grunau2014-05-158-39/+807
* | avcodec/options: avcodec_copy_context() Check subtitle_header_size instead of...Michael Niedermayer2014-05-151-1/+1
* | Merge commit '3b2fbe67bd63b00331db2a9b213f6d420418a312'Michael Niedermayer2014-05-151-0/+2
|\ \ | |/
| * lavc: properly handle subtitle_header in avcodec_copy_context()Anton Khirnov2014-05-151-0/+3
* | Merge commit 'efc7df6c1f11b20a48e60c3f743ce2331b661973'Michael Niedermayer2014-05-151-2/+6
|\ \ | |/
| * lavc: preserve the original private data in avcodec_copy_context()Anton Khirnov2014-05-151-2/+6
* | Fix make checkheaders if VDA is not available.Carl Eugen Hoyos2014-05-151-1/+1
* | avcodec/opusdec: switch to swresampleMichael Niedermayer2014-05-152-29/+28
* | Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222'Michael Niedermayer2014-05-1510-2/+5699
|\ \ | |/
| * lavc: add a native Opus decoder.Anton Khirnov2014-05-1510-2/+5699
OpenPOWER on IntegriCloud