summaryrefslogtreecommitdiff
path: root/modules/h265
Commit message (Collapse)AuthorAge
* h265: add profile-id=1 to SDPAlfred E. Heggestad2016-09-11
|
* h265: add definition of Aggregation Packets (AP)Alfred E. Heggestad2016-09-03
|
* vidcodec: add 'intra' parameter to decoder apiAlfred E. Heggestad2016-08-17
| | | | | | | | - the intra flag must be set to true, if the decoded video frame is a full intra frame (Key frame) - the video decoder can use this flag to cancel sending of FIR packets
* avcodec_decode_video2 is deprecatedAlfred E. Heggestad2016-07-19
|
* h265: remove call to x265_cleanup, fix crashAlfred E. Heggestad2016-05-08
| | | | | | | | | | | | | | | | | | unloading the h265.so module crashes on OpenBSD, inside the libx265.* code. this could be related to linking to both libavcodec and libx265, where also libavcodec links to libx265. the OpenBSD packages supply both static (.a) and shared (.so) libraries, and perhaps there is a problem here that the static version is picked during link time. running baresip+h265.so with valgrind gives more than 1000 warnings so I doubt that it is free of memory leaks. this commit is a work-around for #106 (fixes #106) https://github.com/alfredh/baresip/issues/106
* update reference to RFC for VP8 and H.265Alfred E. Heggestad2016-03-26
|
* h265: use new type AV_PIX_FMT_YUV420P (ref issue #114)Alfred E. Heggestad2016-03-06
|
* modules: replace CFLAGS by _CFLAGSAlfred E. Heggestad2015-10-18
|
* vidcodec: move packet-handler to encode_updateAlfred E. Heggestad2015-06-27
|
* h265: use AV_CODEC_ID_HEVC (Debian Testing)Alfred E. Heggestad2015-06-19
|
* h265: more flexible logic for selecting colorspace (pixel-format)Alfred E. Heggestad2014-12-30
|
* added h265 moduleAlfred E. Heggestad2014-12-26