aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2015-10-08avcodec/ass: fix doxygen typowm4
2015-10-08dnxhdenc: mark CID 1260 encoder experimentalChristophe Gisquet
2015-10-07dnxhddata: introduce and use MBAFF flagChristophe Gisquet
2015-10-07dnxhddec: better support for 4:4:4Christophe Gisquet
2015-10-07avcodec/mips: build fix for MSA 64bitShivraj Patil
2015-10-07avcodec/mips: build fix for MSAShivraj Patil
2015-10-07doc/encoders: Fix libkvazaar documentationArttu Ylä-Outinen
2015-10-07libkvazaar: Fix setting framerateArttu Ylä-Outinen
2015-10-07libkvazaar: Use av_image_copy for copying pixelsArttu Ylä-Outinen
2015-10-07libkvazaar: Set pts and dtsArttu Ylä-Outinen
2015-10-07libkvazaar: Replace asserts with proper errorsArttu Ylä-Outinen
2015-10-07libkvazaar: Remove unnecessary NULL checksArttu Ylä-Outinen
2015-10-07libkvazaar: Update to work with the latest versionArttu Ylä-Outinen
2015-10-07vp9: don't keep a stack pointer if we don't need it.Ronald S. Bultje
2015-10-07avcodec/libx264: silence -WaddressGanesh Ajjanagadde
2015-10-07avcodec/pngenc: Check that there is at least 1 frameMichael Niedermayer
2015-10-07avcodec/pngenc: Initialize fctl_chunk to 0Michael Niedermayer
2015-10-06x86/alacdsp: add simd optimized functionsJames Almer
2015-10-05vp9: fix msvc build by using 6 GPRs on 32bit if stack!=aligned.Ronald S. Bultje
2015-10-05dnxhd: add better support for CIDs 1270 to 1274Jeremy James
2015-10-05dnxhd: add CID 1270Christophe Gisquet
2015-10-05dnxhd: add decoder support for DNxHRJeremy James
2015-10-05dnxhddec: Introduce DNXHD_VARIABLEChristophe Gisquet
2015-10-05dnxhdenc: do not select 4:4:4 profilesChristophe Gisquet
2015-10-05dnxhd: profile flagsChristophe Gisquet
2015-10-05dnxhddec: cleanup frame header parsingChristophe Gisquet
2015-10-05avcodec/mmaldec: Use av_assert0() instead of assert()Michael Niedermayer
2015-10-05Merge commit '39f01e346cab464ef6c0d4ec58cc13b7123e60d8'Hendrik Leppkes
2015-10-05Merge commit '65db4899fa8790049bec3af16ecdb75dd81051fd'Hendrik Leppkes
2015-10-05Merge commit 'abe9adfb31566c415fd830a8d4977c79512d4385'Hendrik Leppkes
2015-10-05Merge commit '4628443ca3534060888dd0015b229337eac13fd2'Hendrik Leppkes
2015-10-05Merge commit '1da2a20763ae9ca579d5fd20763065871ddf6311'Hendrik Leppkes
2015-10-05Merge commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2'Hendrik Leppkes
2015-10-05Merge commit 'bb198c4997d5036f3bf91de51e44f807115677d0'Hendrik Leppkes
2015-10-05Merge commit 'f3202871598f59b570b31b01cfeb64b8fedbd700'Hendrik Leppkes
2015-10-04avcodec/tta: Un-break build without threadsMichael Niedermayer
2015-10-04mmaldec: be more tolerant against MMAL not returning decoded outputwm4
2015-10-04mmaldec: refactor to have more context per MMAL input bufferwm4
2015-10-04avcodec/alacdec: split off decorrelate_stereo and append_extra_bits as alacdspJames Almer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-10-04avcodec: Do not lock during open for codecs marked as having threadsafe initDerek Buitenhuis
2015-10-04rangecoder: Use AV_RB16 instead of bytestream_get_be16Vittorio Giovara
2015-10-04hevc: Simplify logical checkVittorio Giovara
2015-10-04h263: Drop uninitialized variable use from log messageVittorio Giovara
2015-10-04dvbsubdec: Fix function return typeVittorio Giovara
2015-10-04h264: Use the correct argument context in debug logVittorio Giovara
2015-10-04dv: Mark internal frame reference as constVittorio Giovara
2015-10-04dcadec: Always initialize return variableVittorio Giovara
2015-10-03libx264: copy A53 closed captions from sourceDeHackEd
2015-10-03blockdsp: reindent after parameter removalChristophe Gisquet