summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* aviobuf: Handle a NULL buffer in avio_close_dyn_bufMartin Storsjö2013-11-01
| | | | | | | | | | | | This simplifies proper error handling in rtsp.c/rtspdec.c. When broadcasting over RTSP in TCP mode, the AVIOContext is closed and recreated for each sent packet, and if the recreation fails, we might try to close a NULL buffer when freeing things at the end. Previously, if recreating the buffer in rtspdec.c failed, this would crash later due to trying to close a NULL buffer. Signed-off-by: Martin Storsjö <martin@martin.st>
* 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.
* avplay: drop -vismv option which does not do anything anymoreAnton Khirnov2013-10-31
|
* 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.
* mpegts: Support HEVC demuxingMickaël Raulet2013-10-31
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* matroskadec: Support HEVC demuxingYusuke Nakamura2013-10-31
|
* mov: Support HEVC demuxingYusuke Nakamura2013-10-31
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Add raw HEVC demuxerDirk Farin2013-10-31
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* FATE: Add HEVC testsGuillaume Martres2013-10-31
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* 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
|
* ivi_common: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* indeo3: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* h26[13]dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* gifdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* g2meet: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eatqi: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eatgv: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eatgq: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eamad: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* eacmv: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* dvdsubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|
* dvdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
|