summaryrefslogtreecommitdiff
path: root/modules/h265
Commit message (Collapse)AuthorAge
* clean up usage of stderrAlfred E. Heggestad2017-11-12
|
* update TODOsAlfred E. Heggestad2017-07-29
|
* Video timestamp (#286)Alfred E. Heggestad2017-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add timestamp to video encoder/decoder * update vp8 vp9 * random offset * revert decoder timestamp * cleanup * gst_video1: add timestamp * change timestamp to RTP-timestamp * update modules * timestamp things * save rtp timestamp * packet_handler: align params same as RTP header * align parameters same way like RTP-header * avcodec: calc ts for old FFmpeg versions * cleanup * fix gst avcodec: use correct AVPacket * minor cleanup
* h265: fix FU decoder bugAlfred E. Heggestad2017-07-18
| | | | | | | | | | [hevc @ 0x7ff75e045a00] PPS id out of range: 22 [hevc @ 0x7ff75e045a00] Error parsing NAL unit #3. vidloop: codec decode: Bad message [hevc @ 0x7ff75e045a00] Could not find ref with POC 0 the size of the Fragmentation Unit (FU) type should be 6 bits and not 5 bits.
* vidcodec: make the API re-entrantAlfred E. Heggestad2017-05-20
|
* h265: check for changes in colorspaceAlfred E. Heggestad2017-03-24
|
* h265: add YUV444P pixel formatAlfred E. Heggestad2017-03-22
|
* 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