nut.c 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. /*
  2. * nut
  3. * Copyright (c) 2004-2007 Michael Niedermayer
  4. *
  5. * This file is part of FFmpeg.
  6. *
  7. * FFmpeg is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU Lesser General Public
  9. * License as published by the Free Software Foundation; either
  10. * version 2.1 of the License, or (at your option) any later version.
  11. *
  12. * FFmpeg is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. * Lesser General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU Lesser General Public
  18. * License along with FFmpeg; if not, write to the Free Software
  19. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  20. */
  21. #include "libavutil/mathematics.h"
  22. #include "libavutil/tree.h"
  23. #include "nut.h"
  24. #include "internal.h"
  25. const AVCodecTag ff_nut_subtitle_tags[] = {
  26. { CODEC_ID_TEXT , MKTAG('U', 'T', 'F', '8') },
  27. { CODEC_ID_SSA , MKTAG('S', 'S', 'A', 0 ) },
  28. { CODEC_ID_DVD_SUBTITLE, MKTAG('D', 'V', 'D', 'S') },
  29. { CODEC_ID_DVB_SUBTITLE, MKTAG('D', 'V', 'B', 'S') },
  30. { CODEC_ID_NONE , 0 }
  31. };
  32. const AVCodecTag ff_nut_video_tags[] = {
  33. { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 15 ) },
  34. { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 15 ) },
  35. { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 16 ) },
  36. { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 16 ) },
  37. { CODEC_ID_RAWVIDEO, MKTAG(15 , 'B', 'G', 'R') },
  38. { CODEC_ID_RAWVIDEO, MKTAG(15 , 'R', 'G', 'B') },
  39. { CODEC_ID_RAWVIDEO, MKTAG(16 , 'B', 'G', 'R') },
  40. { CODEC_ID_RAWVIDEO, MKTAG(16 , 'R', 'G', 'B') },
  41. { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 12 ) },
  42. { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 12 ) },
  43. { CODEC_ID_RAWVIDEO, MKTAG(12 , 'B', 'G', 'R') },
  44. { CODEC_ID_RAWVIDEO, MKTAG(12 , 'R', 'G', 'B') },
  45. { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 'A') },
  46. { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 'A') },
  47. { CODEC_ID_RAWVIDEO, MKTAG('A', 'B', 'G', 'R') },
  48. { CODEC_ID_RAWVIDEO, MKTAG('A', 'R', 'G', 'B') },
  49. { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 24 ) },
  50. { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 24 ) },
  51. { CODEC_ID_RAWVIDEO, MKTAG('4', '1', '1', 'P') },
  52. { CODEC_ID_RAWVIDEO, MKTAG('4', '2', '2', 'P') },
  53. { CODEC_ID_RAWVIDEO, MKTAG('4', '2', '2', 'P') },
  54. { CODEC_ID_RAWVIDEO, MKTAG('4', '4', '0', 'P') },
  55. { CODEC_ID_RAWVIDEO, MKTAG('4', '4', '0', 'P') },
  56. { CODEC_ID_RAWVIDEO, MKTAG('4', '4', '4', 'P') },
  57. { CODEC_ID_RAWVIDEO, MKTAG('4', '4', '4', 'P') },
  58. { CODEC_ID_RAWVIDEO, MKTAG('B', '1', 'W', '0') },
  59. { CODEC_ID_RAWVIDEO, MKTAG('B', '0', 'W', '1') },
  60. { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 8 ) },
  61. { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 8 ) },
  62. { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 4 ) },
  63. { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 4 ) },
  64. { CODEC_ID_RAWVIDEO, MKTAG('B', '4', 'B', 'Y') },
  65. { CODEC_ID_RAWVIDEO, MKTAG('R', '4', 'B', 'Y') },
  66. { CODEC_ID_RAWVIDEO, MKTAG('B', 'G', 'R', 48 ) },
  67. { CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 48 ) },
  68. { CODEC_ID_RAWVIDEO, MKTAG(48 , 'B', 'G', 'R') },
  69. { CODEC_ID_RAWVIDEO, MKTAG(48 , 'R', 'G', 'B') },
  70. { CODEC_ID_RAWVIDEO, MKTAG('Y', '1', 0 , 16 ) },
  71. { CODEC_ID_RAWVIDEO, MKTAG(16 , 0 , '1', 'Y') },
  72. { CODEC_ID_RAWVIDEO, MKTAG('Y', '3', 11 , 16 ) },
  73. { CODEC_ID_RAWVIDEO, MKTAG(16 , 11 , '3', 'Y') },
  74. { CODEC_ID_RAWVIDEO, MKTAG('Y', '3', 10 , 16 ) },
  75. { CODEC_ID_RAWVIDEO, MKTAG(16 , 10 , '3', 'Y') },
  76. { CODEC_ID_RAWVIDEO, MKTAG('Y', '3', 0 , 16 ) },
  77. { CODEC_ID_RAWVIDEO, MKTAG(16 , 0 , '3', 'Y') },
  78. { CODEC_ID_RAWVIDEO, MKTAG('Y', '4', 11 , 8 ) },
  79. { CODEC_ID_RAWVIDEO, MKTAG('Y', '2', 0 , 8 ) },
  80. { CODEC_ID_NONE , 0 }
  81. };
  82. void ff_nut_reset_ts(NUTContext *nut, AVRational time_base, int64_t val){
  83. int i;
  84. for(i=0; i<nut->avf->nb_streams; i++){
  85. nut->stream[i].last_pts= av_rescale_rnd(
  86. val,
  87. time_base.num * (int64_t)nut->stream[i].time_base->den,
  88. time_base.den * (int64_t)nut->stream[i].time_base->num,
  89. AV_ROUND_DOWN);
  90. }
  91. }
  92. int64_t ff_lsb2full(StreamContext *stream, int64_t lsb){
  93. int64_t mask = (1<<stream->msb_pts_shift)-1;
  94. int64_t delta= stream->last_pts - mask/2;
  95. return ((lsb - delta)&mask) + delta;
  96. }
  97. int ff_nut_sp_pos_cmp(const Syncpoint *a, const Syncpoint *b){
  98. return ((a->pos - b->pos) >> 32) - ((b->pos - a->pos) >> 32);
  99. }
  100. int ff_nut_sp_pts_cmp(const Syncpoint *a, const Syncpoint *b){
  101. return ((a->ts - b->ts) >> 32) - ((b->ts - a->ts) >> 32);
  102. }
  103. void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts){
  104. Syncpoint *sp= av_mallocz(sizeof(Syncpoint));
  105. struct AVTreeNode *node= av_mallocz(av_tree_node_size);
  106. sp->pos= pos;
  107. sp->back_ptr= back_ptr;
  108. sp->ts= ts;
  109. av_tree_insert(&nut->syncpoints, sp, (void *) ff_nut_sp_pos_cmp, &node);
  110. if(node){
  111. av_free(sp);
  112. av_free(node);
  113. }
  114. }
  115. static int enu_free(void *opaque, void *elem)
  116. {
  117. av_free(elem);
  118. return 0;
  119. }
  120. void ff_nut_free_sp(NUTContext *nut)
  121. {
  122. av_tree_enumerate(nut->syncpoints, NULL, NULL, enu_free);
  123. av_tree_destroy(nut->syncpoints);
  124. }
  125. const Dispositions ff_nut_dispositions[] = {
  126. {"default" , AV_DISPOSITION_DEFAULT},
  127. {"dub" , AV_DISPOSITION_DUB},
  128. {"original" , AV_DISPOSITION_ORIGINAL},
  129. {"comment" , AV_DISPOSITION_COMMENT},
  130. {"lyrics" , AV_DISPOSITION_LYRICS},
  131. {"karaoke" , AV_DISPOSITION_KARAOKE},
  132. {"" , 0}
  133. };
  134. const AVMetadataConv ff_nut_metadata_conv[] = {
  135. { "Author", "artist" },
  136. { "X-CreationTime", "date" },
  137. { "CreationTime", "date" },
  138. { "SourceFilename", "filename" },
  139. { "X-Language", "language" },
  140. { "X-Disposition", "disposition" },
  141. { "X-Replaces", "replaces" },
  142. { "X-Depends", "depends" },
  143. { "X-Uses", "uses" },
  144. { "X-UsesFont", "usesfont" },
  145. { 0 },
  146. };