summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* vdpau: Add missing #includes to fix standalone header compilationDiego Biurrun2013-11-04
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* x86: rv40dsp: Use PAVGB instruction macro where appropriateDiego Biurrun2013-11-04
|
* hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scaleYusuke Nakamura2013-11-04
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* hevc: Use parsed VUI colorimetry in avcodecJan Ekström2013-11-04
| | | | | | Also limit the parsed VUI values to known valid ones. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavc: Add colorimetry values for BT.2020, other non-included onesJan Ekström2013-11-04
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* aacdec: Set the profile during decodingGian-Carlo Pascutto2013-11-04
| | | | | | | Previously the profile would not be set if the bitstream needs to be decoded to know the profile. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-04
| | | | It's a private field, not meant to be accessed from outside lavc.
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-04
| | | | | | It's a private field, it should not be visible to callers. Deprecate AVCodecContext.thread_opaque
* pthread_slice: rename ThreadContext -> SliceThreadContextAnton Khirnov2013-11-04
| | | | This should prevent confusion with frame threading.
* lavc: split slice and frame threading functions into separate filesAnton Khirnov2013-11-04
|
* pthread: drop avcodec_ prefixes from static functionsAnton Khirnov2013-11-04
|
* x86: hpeldsp: Use PAVGB instruction macro where necessaryMikulas Patocka2013-11-04
| | | | | Signed-off-by: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> Signed-off-by: Diego Biurrun <diego@biurrun.de>
* ansi: fix possible use of uninitialized variablesVittorio Giovara2013-11-03
|
* mpeg4video_parser: K&R formatting cosmeticsVittorio Giovara2013-11-02
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* mpeg4video: K&R formatting cosmeticsVittorio Giovara2013-11-01
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* flashsv: K&R formatting cosmeticsLuca Barbato2013-11-01
| | | | | | Also improve some log message wording/spelling. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* x86: vp8dsp: Split loopfilter code into a separate fileDiego Biurrun2013-11-01
|
* flashsv: Check diff_start diff_height valuesMichael Niedermayer2013-11-01
| | | | | | | Fix out of array accesses. Found-by: ami_stuff Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* flashsv: Refactor a littleLuca Barbato2013-11-01
|
* lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.hAnton Khirnov2013-10-31
| | | | It's for internal use only.
* lavc: deprecate unused FF_BUG_OLD_MSMPEG4Anton Khirnov2013-10-31
|
* lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.Anton Khirnov2013-10-31
| | | | It has been deprecated/unused for about 10 years.
* lavc: deprecate FF_DEBUG_VIS_*Anton Khirnov2013-10-31
| | | | | Those flags have no effect since 37045e422903695e610cca6ecb753df643ab9380.
* lavc: deprecate AVCodecContext.debug_mvAnton Khirnov2013-10-31
| | | | It has been unused since 37045e422903695e610cca6ecb753df643ab9380.
* lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-31
| | | | | | It has not been actually used since 37045e422903695e610cca6ecb753df643ab9380, when the broken vismv code was removed.
* Add HEVC decoderGuillaume Martres2013-10-31
| | | | | | | | | | | | | | | | | | | | | | Initially written by Guillaume Martres <smarter@ubuntu.com> as a GSoC project. Further contributions by the OpenHEVC project and other developers, namely: Mickaël Raulet <mraulet@insa-rennes.fr> Seppo Tomperi <seppo.tomperi@vtt.fi> Gildas Cocherel <gildas.cocherel@laposte.net> Khaled Jerbi <khaled_jerbi@yahoo.fr> Wassim Hamidouche <wassim.hamidouche@insa-rennes.fr> Vittorio Giovara <vittorio.giovara@gmail.com> Jan Ekström <jeebjp@gmail.com> Anton Khirnov <anton@khirnov.net> Martin Storsjö <martin@martin.st> Luca Barbato <lu_zero@gentoo.org> Yusuke Nakamura <muken.the.vfrmaniac@gmail.com> Reimar Döffinger <Reimar.Doeffinger@gmx.de> Diego Biurrun <diego@biurrun.de> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* webp: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* vp8: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* vp56: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* vp3: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* txd: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* truemotion1: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* tiff: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* targa: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* svq1dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* sunrast: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* sgidec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* rv34: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* rv10: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* ptx: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* pictordec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* pgssubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* pcx: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* mpegvideo_parser: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* mpeg4video_parser: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* mpeg12dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* mjpegdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* libvpxdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* libopenjpegdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* kgv1dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|