mjpeg.c 84 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651
  1. /*
  2. * MJPEG encoder and decoder
  3. * Copyright (c) 2000, 2001 Fabrice Bellard.
  4. * Copyright (c) 2003 Alex Beregszaszi
  5. * Copyright (c) 2003-2004 Michael Niedermayer
  6. *
  7. * This file is part of FFmpeg.
  8. *
  9. * FFmpeg is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU Lesser General Public
  11. * License as published by the Free Software Foundation; either
  12. * version 2.1 of the License, or (at your option) any later version.
  13. *
  14. * FFmpeg is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. * Lesser General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Lesser General Public
  20. * License along with FFmpeg; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  22. *
  23. * Support for external huffman table, various fixes (AVID workaround),
  24. * aspecting, new decode_frame mechanism and apple mjpeg-b support
  25. * by Alex Beregszaszi <alex@naxine.org>
  26. */
  27. /**
  28. * @file mjpeg.c
  29. * MJPEG encoder and decoder.
  30. */
  31. //#define DEBUG
  32. #include <assert.h>
  33. #include "avcodec.h"
  34. #include "dsputil.h"
  35. #include "mpegvideo.h"
  36. #include "bytestream.h"
  37. /* use two quantizer tables (one for luminance and one for chrominance) */
  38. /* not yet working */
  39. #undef TWOMATRIXES
  40. typedef struct MJpegContext {
  41. uint8_t huff_size_dc_luminance[12]; //FIXME use array [3] instead of lumi / chrom, for easier addressing
  42. uint16_t huff_code_dc_luminance[12];
  43. uint8_t huff_size_dc_chrominance[12];
  44. uint16_t huff_code_dc_chrominance[12];
  45. uint8_t huff_size_ac_luminance[256];
  46. uint16_t huff_code_ac_luminance[256];
  47. uint8_t huff_size_ac_chrominance[256];
  48. uint16_t huff_code_ac_chrominance[256];
  49. } MJpegContext;
  50. /* JPEG marker codes */
  51. typedef enum {
  52. /* start of frame */
  53. SOF0 = 0xc0, /* baseline */
  54. SOF1 = 0xc1, /* extended sequential, huffman */
  55. SOF2 = 0xc2, /* progressive, huffman */
  56. SOF3 = 0xc3, /* lossless, huffman */
  57. SOF5 = 0xc5, /* differential sequential, huffman */
  58. SOF6 = 0xc6, /* differential progressive, huffman */
  59. SOF7 = 0xc7, /* differential lossless, huffman */
  60. JPG = 0xc8, /* reserved for JPEG extension */
  61. SOF9 = 0xc9, /* extended sequential, arithmetic */
  62. SOF10 = 0xca, /* progressive, arithmetic */
  63. SOF11 = 0xcb, /* lossless, arithmetic */
  64. SOF13 = 0xcd, /* differential sequential, arithmetic */
  65. SOF14 = 0xce, /* differential progressive, arithmetic */
  66. SOF15 = 0xcf, /* differential lossless, arithmetic */
  67. DHT = 0xc4, /* define huffman tables */
  68. DAC = 0xcc, /* define arithmetic-coding conditioning */
  69. /* restart with modulo 8 count "m" */
  70. RST0 = 0xd0,
  71. RST1 = 0xd1,
  72. RST2 = 0xd2,
  73. RST3 = 0xd3,
  74. RST4 = 0xd4,
  75. RST5 = 0xd5,
  76. RST6 = 0xd6,
  77. RST7 = 0xd7,
  78. SOI = 0xd8, /* start of image */
  79. EOI = 0xd9, /* end of image */
  80. SOS = 0xda, /* start of scan */
  81. DQT = 0xdb, /* define quantization tables */
  82. DNL = 0xdc, /* define number of lines */
  83. DRI = 0xdd, /* define restart interval */
  84. DHP = 0xde, /* define hierarchical progression */
  85. EXP = 0xdf, /* expand reference components */
  86. APP0 = 0xe0,
  87. APP1 = 0xe1,
  88. APP2 = 0xe2,
  89. APP3 = 0xe3,
  90. APP4 = 0xe4,
  91. APP5 = 0xe5,
  92. APP6 = 0xe6,
  93. APP7 = 0xe7,
  94. APP8 = 0xe8,
  95. APP9 = 0xe9,
  96. APP10 = 0xea,
  97. APP11 = 0xeb,
  98. APP12 = 0xec,
  99. APP13 = 0xed,
  100. APP14 = 0xee,
  101. APP15 = 0xef,
  102. JPG0 = 0xf0,
  103. JPG1 = 0xf1,
  104. JPG2 = 0xf2,
  105. JPG3 = 0xf3,
  106. JPG4 = 0xf4,
  107. JPG5 = 0xf5,
  108. JPG6 = 0xf6,
  109. SOF48 = 0xf7, ///< JPEG-LS
  110. LSE = 0xf8, ///< JPEG-LS extension parameters
  111. JPG9 = 0xf9,
  112. JPG10 = 0xfa,
  113. JPG11 = 0xfb,
  114. JPG12 = 0xfc,
  115. JPG13 = 0xfd,
  116. COM = 0xfe, /* comment */
  117. TEM = 0x01, /* temporary private use for arithmetic coding */
  118. /* 0x02 -> 0xbf reserved */
  119. } JPEG_MARKER;
  120. #if 0
  121. /* These are the sample quantization tables given in JPEG spec section K.1.
  122. * The spec says that the values given produce "good" quality, and
  123. * when divided by 2, "very good" quality.
  124. */
  125. static const unsigned char std_luminance_quant_tbl[64] = {
  126. 16, 11, 10, 16, 24, 40, 51, 61,
  127. 12, 12, 14, 19, 26, 58, 60, 55,
  128. 14, 13, 16, 24, 40, 57, 69, 56,
  129. 14, 17, 22, 29, 51, 87, 80, 62,
  130. 18, 22, 37, 56, 68, 109, 103, 77,
  131. 24, 35, 55, 64, 81, 104, 113, 92,
  132. 49, 64, 78, 87, 103, 121, 120, 101,
  133. 72, 92, 95, 98, 112, 100, 103, 99
  134. };
  135. static const unsigned char std_chrominance_quant_tbl[64] = {
  136. 17, 18, 24, 47, 99, 99, 99, 99,
  137. 18, 21, 26, 66, 99, 99, 99, 99,
  138. 24, 26, 56, 99, 99, 99, 99, 99,
  139. 47, 66, 99, 99, 99, 99, 99, 99,
  140. 99, 99, 99, 99, 99, 99, 99, 99,
  141. 99, 99, 99, 99, 99, 99, 99, 99,
  142. 99, 99, 99, 99, 99, 99, 99, 99,
  143. 99, 99, 99, 99, 99, 99, 99, 99
  144. };
  145. #endif
  146. /* Set up the standard Huffman tables (cf. JPEG standard section K.3) */
  147. /* IMPORTANT: these are only valid for 8-bit data precision! */
  148. static const uint8_t bits_dc_luminance[17] =
  149. { /* 0-base */ 0, 0, 1, 5, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 };
  150. static const uint8_t val_dc_luminance[] =
  151. { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
  152. static const uint8_t bits_dc_chrominance[17] =
  153. { /* 0-base */ 0, 0, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0 };
  154. static const uint8_t val_dc_chrominance[] =
  155. { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 };
  156. static const uint8_t bits_ac_luminance[17] =
  157. { /* 0-base */ 0, 0, 2, 1, 3, 3, 2, 4, 3, 5, 5, 4, 4, 0, 0, 1, 0x7d };
  158. static const uint8_t val_ac_luminance[] =
  159. { 0x01, 0x02, 0x03, 0x00, 0x04, 0x11, 0x05, 0x12,
  160. 0x21, 0x31, 0x41, 0x06, 0x13, 0x51, 0x61, 0x07,
  161. 0x22, 0x71, 0x14, 0x32, 0x81, 0x91, 0xa1, 0x08,
  162. 0x23, 0x42, 0xb1, 0xc1, 0x15, 0x52, 0xd1, 0xf0,
  163. 0x24, 0x33, 0x62, 0x72, 0x82, 0x09, 0x0a, 0x16,
  164. 0x17, 0x18, 0x19, 0x1a, 0x25, 0x26, 0x27, 0x28,
  165. 0x29, 0x2a, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39,
  166. 0x3a, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49,
  167. 0x4a, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59,
  168. 0x5a, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69,
  169. 0x6a, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79,
  170. 0x7a, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89,
  171. 0x8a, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97, 0x98,
  172. 0x99, 0x9a, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7,
  173. 0xa8, 0xa9, 0xaa, 0xb2, 0xb3, 0xb4, 0xb5, 0xb6,
  174. 0xb7, 0xb8, 0xb9, 0xba, 0xc2, 0xc3, 0xc4, 0xc5,
  175. 0xc6, 0xc7, 0xc8, 0xc9, 0xca, 0xd2, 0xd3, 0xd4,
  176. 0xd5, 0xd6, 0xd7, 0xd8, 0xd9, 0xda, 0xe1, 0xe2,
  177. 0xe3, 0xe4, 0xe5, 0xe6, 0xe7, 0xe8, 0xe9, 0xea,
  178. 0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 0xf8,
  179. 0xf9, 0xfa
  180. };
  181. static const uint8_t bits_ac_chrominance[17] =
  182. { /* 0-base */ 0, 0, 2, 1, 2, 4, 4, 3, 4, 7, 5, 4, 4, 0, 1, 2, 0x77 };
  183. static const uint8_t val_ac_chrominance[] =
  184. { 0x00, 0x01, 0x02, 0x03, 0x11, 0x04, 0x05, 0x21,
  185. 0x31, 0x06, 0x12, 0x41, 0x51, 0x07, 0x61, 0x71,
  186. 0x13, 0x22, 0x32, 0x81, 0x08, 0x14, 0x42, 0x91,
  187. 0xa1, 0xb1, 0xc1, 0x09, 0x23, 0x33, 0x52, 0xf0,
  188. 0x15, 0x62, 0x72, 0xd1, 0x0a, 0x16, 0x24, 0x34,
  189. 0xe1, 0x25, 0xf1, 0x17, 0x18, 0x19, 0x1a, 0x26,
  190. 0x27, 0x28, 0x29, 0x2a, 0x35, 0x36, 0x37, 0x38,
  191. 0x39, 0x3a, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48,
  192. 0x49, 0x4a, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58,
  193. 0x59, 0x5a, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68,
  194. 0x69, 0x6a, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78,
  195. 0x79, 0x7a, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,
  196. 0x88, 0x89, 0x8a, 0x92, 0x93, 0x94, 0x95, 0x96,
  197. 0x97, 0x98, 0x99, 0x9a, 0xa2, 0xa3, 0xa4, 0xa5,
  198. 0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xb2, 0xb3, 0xb4,
  199. 0xb5, 0xb6, 0xb7, 0xb8, 0xb9, 0xba, 0xc2, 0xc3,
  200. 0xc4, 0xc5, 0xc6, 0xc7, 0xc8, 0xc9, 0xca, 0xd2,
  201. 0xd3, 0xd4, 0xd5, 0xd6, 0xd7, 0xd8, 0xd9, 0xda,
  202. 0xe2, 0xe3, 0xe4, 0xe5, 0xe6, 0xe7, 0xe8, 0xe9,
  203. 0xea, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 0xf8,
  204. 0xf9, 0xfa
  205. };
  206. /* isn't this function nicer than the one in the libjpeg ? */
  207. static void build_huffman_codes(uint8_t *huff_size, uint16_t *huff_code,
  208. const uint8_t *bits_table, const uint8_t *val_table)
  209. {
  210. int i, j, k,nb, code, sym;
  211. code = 0;
  212. k = 0;
  213. for(i=1;i<=16;i++) {
  214. nb = bits_table[i];
  215. for(j=0;j<nb;j++) {
  216. sym = val_table[k++];
  217. huff_size[sym] = i;
  218. huff_code[sym] = code;
  219. code++;
  220. }
  221. code <<= 1;
  222. }
  223. }
  224. #ifdef CONFIG_ENCODERS
  225. int mjpeg_init(MpegEncContext *s)
  226. {
  227. MJpegContext *m;
  228. m = av_malloc(sizeof(MJpegContext));
  229. if (!m)
  230. return -1;
  231. s->min_qcoeff=-1023;
  232. s->max_qcoeff= 1023;
  233. /* build all the huffman tables */
  234. build_huffman_codes(m->huff_size_dc_luminance,
  235. m->huff_code_dc_luminance,
  236. bits_dc_luminance,
  237. val_dc_luminance);
  238. build_huffman_codes(m->huff_size_dc_chrominance,
  239. m->huff_code_dc_chrominance,
  240. bits_dc_chrominance,
  241. val_dc_chrominance);
  242. build_huffman_codes(m->huff_size_ac_luminance,
  243. m->huff_code_ac_luminance,
  244. bits_ac_luminance,
  245. val_ac_luminance);
  246. build_huffman_codes(m->huff_size_ac_chrominance,
  247. m->huff_code_ac_chrominance,
  248. bits_ac_chrominance,
  249. val_ac_chrominance);
  250. s->mjpeg_ctx = m;
  251. return 0;
  252. }
  253. void mjpeg_close(MpegEncContext *s)
  254. {
  255. av_free(s->mjpeg_ctx);
  256. }
  257. #endif //CONFIG_ENCODERS
  258. #define PREDICT(ret, topleft, top, left, predictor)\
  259. switch(predictor){\
  260. case 1: ret= left; break;\
  261. case 2: ret= top; break;\
  262. case 3: ret= topleft; break;\
  263. case 4: ret= left + top - topleft; break;\
  264. case 5: ret= left + ((top - topleft)>>1); break;\
  265. case 6: ret= top + ((left - topleft)>>1); break;\
  266. default:\
  267. case 7: ret= (left + top)>>1; break;\
  268. }
  269. #ifdef CONFIG_ENCODERS
  270. static inline void put_marker(PutBitContext *p, int code)
  271. {
  272. put_bits(p, 8, 0xff);
  273. put_bits(p, 8, code);
  274. }
  275. /* table_class: 0 = DC coef, 1 = AC coefs */
  276. static int put_huffman_table(MpegEncContext *s, int table_class, int table_id,
  277. const uint8_t *bits_table, const uint8_t *value_table)
  278. {
  279. PutBitContext *p = &s->pb;
  280. int n, i;
  281. put_bits(p, 4, table_class);
  282. put_bits(p, 4, table_id);
  283. n = 0;
  284. for(i=1;i<=16;i++) {
  285. n += bits_table[i];
  286. put_bits(p, 8, bits_table[i]);
  287. }
  288. for(i=0;i<n;i++)
  289. put_bits(p, 8, value_table[i]);
  290. return n + 17;
  291. }
  292. static void jpeg_table_header(MpegEncContext *s)
  293. {
  294. PutBitContext *p = &s->pb;
  295. int i, j, size;
  296. uint8_t *ptr;
  297. /* quant matrixes */
  298. put_marker(p, DQT);
  299. #ifdef TWOMATRIXES
  300. put_bits(p, 16, 2 + 2 * (1 + 64));
  301. #else
  302. put_bits(p, 16, 2 + 1 * (1 + 64));
  303. #endif
  304. put_bits(p, 4, 0); /* 8 bit precision */
  305. put_bits(p, 4, 0); /* table 0 */
  306. for(i=0;i<64;i++) {
  307. j = s->intra_scantable.permutated[i];
  308. put_bits(p, 8, s->intra_matrix[j]);
  309. }
  310. #ifdef TWOMATRIXES
  311. put_bits(p, 4, 0); /* 8 bit precision */
  312. put_bits(p, 4, 1); /* table 1 */
  313. for(i=0;i<64;i++) {
  314. j = s->intra_scantable.permutated[i];
  315. put_bits(p, 8, s->chroma_intra_matrix[j]);
  316. }
  317. #endif
  318. /* huffman table */
  319. put_marker(p, DHT);
  320. flush_put_bits(p);
  321. ptr = pbBufPtr(p);
  322. put_bits(p, 16, 0); /* patched later */
  323. size = 2;
  324. size += put_huffman_table(s, 0, 0, bits_dc_luminance, val_dc_luminance);
  325. size += put_huffman_table(s, 0, 1, bits_dc_chrominance, val_dc_chrominance);
  326. size += put_huffman_table(s, 1, 0, bits_ac_luminance, val_ac_luminance);
  327. size += put_huffman_table(s, 1, 1, bits_ac_chrominance, val_ac_chrominance);
  328. ptr[0] = size >> 8;
  329. ptr[1] = size;
  330. }
  331. static void jpeg_put_comments(MpegEncContext *s)
  332. {
  333. PutBitContext *p = &s->pb;
  334. int size;
  335. uint8_t *ptr;
  336. if (s->aspect_ratio_info /* && !lossless */)
  337. {
  338. /* JFIF header */
  339. put_marker(p, APP0);
  340. put_bits(p, 16, 16);
  341. ff_put_string(p, "JFIF", 1); /* this puts the trailing zero-byte too */
  342. put_bits(p, 16, 0x0201); /* v 1.02 */
  343. put_bits(p, 8, 0); /* units type: 0 - aspect ratio */
  344. put_bits(p, 16, s->avctx->sample_aspect_ratio.num);
  345. put_bits(p, 16, s->avctx->sample_aspect_ratio.den);
  346. put_bits(p, 8, 0); /* thumbnail width */
  347. put_bits(p, 8, 0); /* thumbnail height */
  348. }
  349. /* comment */
  350. if(!(s->flags & CODEC_FLAG_BITEXACT)){
  351. put_marker(p, COM);
  352. flush_put_bits(p);
  353. ptr = pbBufPtr(p);
  354. put_bits(p, 16, 0); /* patched later */
  355. ff_put_string(p, LIBAVCODEC_IDENT, 1);
  356. size = strlen(LIBAVCODEC_IDENT)+3;
  357. ptr[0] = size >> 8;
  358. ptr[1] = size;
  359. }
  360. if( s->avctx->pix_fmt == PIX_FMT_YUV420P
  361. ||s->avctx->pix_fmt == PIX_FMT_YUV422P
  362. ||s->avctx->pix_fmt == PIX_FMT_YUV444P){
  363. put_marker(p, COM);
  364. flush_put_bits(p);
  365. ptr = pbBufPtr(p);
  366. put_bits(p, 16, 0); /* patched later */
  367. ff_put_string(p, "CS=ITU601", 1);
  368. size = strlen("CS=ITU601")+3;
  369. ptr[0] = size >> 8;
  370. ptr[1] = size;
  371. }
  372. }
  373. void mjpeg_picture_header(MpegEncContext *s)
  374. {
  375. const int lossless= s->avctx->codec_id != CODEC_ID_MJPEG;
  376. const int ls = s->avctx->codec_id == CODEC_ID_JPEGLS;
  377. assert(!(ls && s->mjpeg_write_tables));
  378. put_marker(&s->pb, SOI);
  379. if (!s->mjpeg_data_only_frames)
  380. {
  381. jpeg_put_comments(s);
  382. if (s->mjpeg_write_tables) jpeg_table_header(s);
  383. switch(s->avctx->codec_id){
  384. case CODEC_ID_MJPEG: put_marker(&s->pb, SOF0 ); break;
  385. case CODEC_ID_LJPEG: put_marker(&s->pb, SOF3 ); break;
  386. case CODEC_ID_JPEGLS: put_marker(&s->pb, SOF48); break;
  387. default: assert(0);
  388. }
  389. put_bits(&s->pb, 16, 17);
  390. if(lossless && s->avctx->pix_fmt == PIX_FMT_RGB32)
  391. put_bits(&s->pb, 8, 9); /* 9 bits/component RCT */
  392. else
  393. put_bits(&s->pb, 8, 8); /* 8 bits/component */
  394. put_bits(&s->pb, 16, s->height);
  395. put_bits(&s->pb, 16, s->width);
  396. put_bits(&s->pb, 8, 3); /* 3 components */
  397. /* Y component */
  398. put_bits(&s->pb, 8, 1); /* component number */
  399. put_bits(&s->pb, 4, s->mjpeg_hsample[0]); /* H factor */
  400. put_bits(&s->pb, 4, s->mjpeg_vsample[0]); /* V factor */
  401. put_bits(&s->pb, 8, 0); /* select matrix */
  402. /* Cb component */
  403. put_bits(&s->pb, 8, 2); /* component number */
  404. put_bits(&s->pb, 4, s->mjpeg_hsample[1]); /* H factor */
  405. put_bits(&s->pb, 4, s->mjpeg_vsample[1]); /* V factor */
  406. #ifdef TWOMATRIXES
  407. put_bits(&s->pb, 8, lossless ? 0 : 1); /* select matrix */
  408. #else
  409. put_bits(&s->pb, 8, 0); /* select matrix */
  410. #endif
  411. /* Cr component */
  412. put_bits(&s->pb, 8, 3); /* component number */
  413. put_bits(&s->pb, 4, s->mjpeg_hsample[2]); /* H factor */
  414. put_bits(&s->pb, 4, s->mjpeg_vsample[2]); /* V factor */
  415. #ifdef TWOMATRIXES
  416. put_bits(&s->pb, 8, lossless ? 0 : 1); /* select matrix */
  417. #else
  418. put_bits(&s->pb, 8, 0); /* select matrix */
  419. #endif
  420. }
  421. /* scan header */
  422. put_marker(&s->pb, SOS);
  423. put_bits(&s->pb, 16, 12); /* length */
  424. put_bits(&s->pb, 8, 3); /* 3 components */
  425. /* Y component */
  426. put_bits(&s->pb, 8, 1); /* index */
  427. put_bits(&s->pb, 4, 0); /* DC huffman table index */
  428. put_bits(&s->pb, 4, 0); /* AC huffman table index */
  429. /* Cb component */
  430. put_bits(&s->pb, 8, 2); /* index */
  431. put_bits(&s->pb, 4, 1); /* DC huffman table index */
  432. put_bits(&s->pb, 4, lossless ? 0 : 1); /* AC huffman table index */
  433. /* Cr component */
  434. put_bits(&s->pb, 8, 3); /* index */
  435. put_bits(&s->pb, 4, 1); /* DC huffman table index */
  436. put_bits(&s->pb, 4, lossless ? 0 : 1); /* AC huffman table index */
  437. put_bits(&s->pb, 8, (lossless && !ls) ? s->avctx->prediction_method+1 : 0); /* Ss (not used) */
  438. switch(s->avctx->codec_id){
  439. case CODEC_ID_MJPEG: put_bits(&s->pb, 8, 63); break; /* Se (not used) */
  440. case CODEC_ID_LJPEG: put_bits(&s->pb, 8, 0); break; /* not used */
  441. case CODEC_ID_JPEGLS: put_bits(&s->pb, 8, 1); break; /* ILV = line interleaved */
  442. default: assert(0);
  443. }
  444. put_bits(&s->pb, 8, 0); /* Ah/Al (not used) */
  445. //FIXME DC/AC entropy table selectors stuff in jpegls
  446. }
  447. static void escape_FF(MpegEncContext *s, int start)
  448. {
  449. int size= put_bits_count(&s->pb) - start*8;
  450. int i, ff_count;
  451. uint8_t *buf= s->pb.buf + start;
  452. int align= (-(size_t)(buf))&3;
  453. assert((size&7) == 0);
  454. size >>= 3;
  455. ff_count=0;
  456. for(i=0; i<size && i<align; i++){
  457. if(buf[i]==0xFF) ff_count++;
  458. }
  459. for(; i<size-15; i+=16){
  460. int acc, v;
  461. v= *(uint32_t*)(&buf[i]);
  462. acc= (((v & (v>>4))&0x0F0F0F0F)+0x01010101)&0x10101010;
  463. v= *(uint32_t*)(&buf[i+4]);
  464. acc+=(((v & (v>>4))&0x0F0F0F0F)+0x01010101)&0x10101010;
  465. v= *(uint32_t*)(&buf[i+8]);
  466. acc+=(((v & (v>>4))&0x0F0F0F0F)+0x01010101)&0x10101010;
  467. v= *(uint32_t*)(&buf[i+12]);
  468. acc+=(((v & (v>>4))&0x0F0F0F0F)+0x01010101)&0x10101010;
  469. acc>>=4;
  470. acc+= (acc>>16);
  471. acc+= (acc>>8);
  472. ff_count+= acc&0xFF;
  473. }
  474. for(; i<size; i++){
  475. if(buf[i]==0xFF) ff_count++;
  476. }
  477. if(ff_count==0) return;
  478. /* skip put bits */
  479. for(i=0; i<ff_count-3; i+=4)
  480. put_bits(&s->pb, 32, 0);
  481. put_bits(&s->pb, (ff_count-i)*8, 0);
  482. flush_put_bits(&s->pb);
  483. for(i=size-1; ff_count; i--){
  484. int v= buf[i];
  485. if(v==0xFF){
  486. //printf("%d %d\n", i, ff_count);
  487. buf[i+ff_count]= 0;
  488. ff_count--;
  489. }
  490. buf[i+ff_count]= v;
  491. }
  492. }
  493. void ff_mjpeg_stuffing(PutBitContext * pbc)
  494. {
  495. int length;
  496. length= (-put_bits_count(pbc))&7;
  497. if(length) put_bits(pbc, length, (1<<length)-1);
  498. }
  499. void mjpeg_picture_trailer(MpegEncContext *s)
  500. {
  501. ff_mjpeg_stuffing(&s->pb);
  502. flush_put_bits(&s->pb);
  503. assert((s->header_bits&7)==0);
  504. escape_FF(s, s->header_bits>>3);
  505. put_marker(&s->pb, EOI);
  506. }
  507. static inline void mjpeg_encode_dc(MpegEncContext *s, int val,
  508. uint8_t *huff_size, uint16_t *huff_code)
  509. {
  510. int mant, nbits;
  511. if (val == 0) {
  512. put_bits(&s->pb, huff_size[0], huff_code[0]);
  513. } else {
  514. mant = val;
  515. if (val < 0) {
  516. val = -val;
  517. mant--;
  518. }
  519. nbits= av_log2_16bit(val) + 1;
  520. put_bits(&s->pb, huff_size[nbits], huff_code[nbits]);
  521. put_bits(&s->pb, nbits, mant & ((1 << nbits) - 1));
  522. }
  523. }
  524. static void encode_block(MpegEncContext *s, DCTELEM *block, int n)
  525. {
  526. int mant, nbits, code, i, j;
  527. int component, dc, run, last_index, val;
  528. MJpegContext *m = s->mjpeg_ctx;
  529. uint8_t *huff_size_ac;
  530. uint16_t *huff_code_ac;
  531. /* DC coef */
  532. component = (n <= 3 ? 0 : (n&1) + 1);
  533. dc = block[0]; /* overflow is impossible */
  534. val = dc - s->last_dc[component];
  535. if (n < 4) {
  536. mjpeg_encode_dc(s, val, m->huff_size_dc_luminance, m->huff_code_dc_luminance);
  537. huff_size_ac = m->huff_size_ac_luminance;
  538. huff_code_ac = m->huff_code_ac_luminance;
  539. } else {
  540. mjpeg_encode_dc(s, val, m->huff_size_dc_chrominance, m->huff_code_dc_chrominance);
  541. huff_size_ac = m->huff_size_ac_chrominance;
  542. huff_code_ac = m->huff_code_ac_chrominance;
  543. }
  544. s->last_dc[component] = dc;
  545. /* AC coefs */
  546. run = 0;
  547. last_index = s->block_last_index[n];
  548. for(i=1;i<=last_index;i++) {
  549. j = s->intra_scantable.permutated[i];
  550. val = block[j];
  551. if (val == 0) {
  552. run++;
  553. } else {
  554. while (run >= 16) {
  555. put_bits(&s->pb, huff_size_ac[0xf0], huff_code_ac[0xf0]);
  556. run -= 16;
  557. }
  558. mant = val;
  559. if (val < 0) {
  560. val = -val;
  561. mant--;
  562. }
  563. nbits= av_log2(val) + 1;
  564. code = (run << 4) | nbits;
  565. put_bits(&s->pb, huff_size_ac[code], huff_code_ac[code]);
  566. put_bits(&s->pb, nbits, mant & ((1 << nbits) - 1));
  567. run = 0;
  568. }
  569. }
  570. /* output EOB only if not already 64 values */
  571. if (last_index < 63 || run != 0)
  572. put_bits(&s->pb, huff_size_ac[0], huff_code_ac[0]);
  573. }
  574. void mjpeg_encode_mb(MpegEncContext *s,
  575. DCTELEM block[6][64])
  576. {
  577. int i;
  578. for(i=0;i<5;i++) {
  579. encode_block(s, block[i], i);
  580. }
  581. if (s->chroma_format == CHROMA_420) {
  582. encode_block(s, block[5], 5);
  583. } else {
  584. encode_block(s, block[6], 6);
  585. encode_block(s, block[5], 5);
  586. encode_block(s, block[7], 7);
  587. }
  588. }
  589. static int encode_picture_lossless(AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data){
  590. MpegEncContext * const s = avctx->priv_data;
  591. MJpegContext * const m = s->mjpeg_ctx;
  592. AVFrame *pict = data;
  593. const int width= s->width;
  594. const int height= s->height;
  595. AVFrame * const p= (AVFrame*)&s->current_picture;
  596. const int predictor= avctx->prediction_method+1;
  597. init_put_bits(&s->pb, buf, buf_size);
  598. *p = *pict;
  599. p->pict_type= FF_I_TYPE;
  600. p->key_frame= 1;
  601. mjpeg_picture_header(s);
  602. s->header_bits= put_bits_count(&s->pb);
  603. if(avctx->pix_fmt == PIX_FMT_RGB32){
  604. int x, y, i;
  605. const int linesize= p->linesize[0];
  606. uint16_t (*buffer)[4]= (void *) s->rd_scratchpad;
  607. int left[3], top[3], topleft[3];
  608. for(i=0; i<3; i++){
  609. buffer[0][i]= 1 << (9 - 1);
  610. }
  611. for(y = 0; y < height; y++) {
  612. const int modified_predictor= y ? predictor : 1;
  613. uint8_t *ptr = p->data[0] + (linesize * y);
  614. if(s->pb.buf_end - s->pb.buf - (put_bits_count(&s->pb)>>3) < width*3*4){
  615. av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n");
  616. return -1;
  617. }
  618. for(i=0; i<3; i++){
  619. top[i]= left[i]= topleft[i]= buffer[0][i];
  620. }
  621. for(x = 0; x < width; x++) {
  622. buffer[x][1] = ptr[4*x+0] - ptr[4*x+1] + 0x100;
  623. buffer[x][2] = ptr[4*x+2] - ptr[4*x+1] + 0x100;
  624. buffer[x][0] = (ptr[4*x+0] + 2*ptr[4*x+1] + ptr[4*x+2])>>2;
  625. for(i=0;i<3;i++) {
  626. int pred, diff;
  627. PREDICT(pred, topleft[i], top[i], left[i], modified_predictor);
  628. topleft[i]= top[i];
  629. top[i]= buffer[x+1][i];
  630. left[i]= buffer[x][i];
  631. diff= ((left[i] - pred + 0x100)&0x1FF) - 0x100;
  632. if(i==0)
  633. mjpeg_encode_dc(s, diff, m->huff_size_dc_luminance, m->huff_code_dc_luminance); //FIXME ugly
  634. else
  635. mjpeg_encode_dc(s, diff, m->huff_size_dc_chrominance, m->huff_code_dc_chrominance);
  636. }
  637. }
  638. }
  639. }else{
  640. int mb_x, mb_y, i;
  641. const int mb_width = (width + s->mjpeg_hsample[0] - 1) / s->mjpeg_hsample[0];
  642. const int mb_height = (height + s->mjpeg_vsample[0] - 1) / s->mjpeg_vsample[0];
  643. for(mb_y = 0; mb_y < mb_height; mb_y++) {
  644. if(s->pb.buf_end - s->pb.buf - (put_bits_count(&s->pb)>>3) < mb_width * 4 * 3 * s->mjpeg_hsample[0] * s->mjpeg_vsample[0]){
  645. av_log(s->avctx, AV_LOG_ERROR, "encoded frame too large\n");
  646. return -1;
  647. }
  648. for(mb_x = 0; mb_x < mb_width; mb_x++) {
  649. if(mb_x==0 || mb_y==0){
  650. for(i=0;i<3;i++) {
  651. uint8_t *ptr;
  652. int x, y, h, v, linesize;
  653. h = s->mjpeg_hsample[i];
  654. v = s->mjpeg_vsample[i];
  655. linesize= p->linesize[i];
  656. for(y=0; y<v; y++){
  657. for(x=0; x<h; x++){
  658. int pred;
  659. ptr = p->data[i] + (linesize * (v * mb_y + y)) + (h * mb_x + x); //FIXME optimize this crap
  660. if(y==0 && mb_y==0){
  661. if(x==0 && mb_x==0){
  662. pred= 128;
  663. }else{
  664. pred= ptr[-1];
  665. }
  666. }else{
  667. if(x==0 && mb_x==0){
  668. pred= ptr[-linesize];
  669. }else{
  670. PREDICT(pred, ptr[-linesize-1], ptr[-linesize], ptr[-1], predictor);
  671. }
  672. }
  673. if(i==0)
  674. mjpeg_encode_dc(s, (int8_t)(*ptr - pred), m->huff_size_dc_luminance, m->huff_code_dc_luminance); //FIXME ugly
  675. else
  676. mjpeg_encode_dc(s, (int8_t)(*ptr - pred), m->huff_size_dc_chrominance, m->huff_code_dc_chrominance);
  677. }
  678. }
  679. }
  680. }else{
  681. for(i=0;i<3;i++) {
  682. uint8_t *ptr;
  683. int x, y, h, v, linesize;
  684. h = s->mjpeg_hsample[i];
  685. v = s->mjpeg_vsample[i];
  686. linesize= p->linesize[i];
  687. for(y=0; y<v; y++){
  688. for(x=0; x<h; x++){
  689. int pred;
  690. ptr = p->data[i] + (linesize * (v * mb_y + y)) + (h * mb_x + x); //FIXME optimize this crap
  691. //printf("%d %d %d %d %8X\n", mb_x, mb_y, x, y, ptr);
  692. PREDICT(pred, ptr[-linesize-1], ptr[-linesize], ptr[-1], predictor);
  693. if(i==0)
  694. mjpeg_encode_dc(s, (int8_t)(*ptr - pred), m->huff_size_dc_luminance, m->huff_code_dc_luminance); //FIXME ugly
  695. else
  696. mjpeg_encode_dc(s, (int8_t)(*ptr - pred), m->huff_size_dc_chrominance, m->huff_code_dc_chrominance);
  697. }
  698. }
  699. }
  700. }
  701. }
  702. }
  703. }
  704. emms_c();
  705. mjpeg_picture_trailer(s);
  706. s->picture_number++;
  707. flush_put_bits(&s->pb);
  708. return pbBufPtr(&s->pb) - s->pb.buf;
  709. // return (put_bits_count(&f->pb)+7)/8;
  710. }
  711. #endif //CONFIG_ENCODERS
  712. /******************************************/
  713. /* decoding */
  714. #define MAX_COMPONENTS 4
  715. typedef struct MJpegDecodeContext {
  716. AVCodecContext *avctx;
  717. GetBitContext gb;
  718. int mpeg_enc_ctx_allocated; /* true if decoding context allocated */
  719. int start_code; /* current start code */
  720. int buffer_size;
  721. uint8_t *buffer;
  722. int16_t quant_matrixes[4][64];
  723. VLC vlcs[2][4];
  724. int qscale[4]; ///< quantizer scale calculated from quant_matrixes
  725. int org_height; /* size given at codec init */
  726. int first_picture; /* true if decoding first picture */
  727. int interlaced; /* true if interlaced */
  728. int bottom_field; /* true if bottom field */
  729. int lossless;
  730. int ls;
  731. int progressive;
  732. int rgb;
  733. int rct; /* standard rct */
  734. int pegasus_rct; /* pegasus reversible colorspace transform */
  735. int bits; /* bits per component */
  736. int maxval;
  737. int near; ///< near lossless bound (si 0 for lossless)
  738. int t1,t2,t3;
  739. int reset; ///< context halfing intervall ?rename
  740. int width, height;
  741. int mb_width, mb_height;
  742. int nb_components;
  743. int component_id[MAX_COMPONENTS];
  744. int h_count[MAX_COMPONENTS]; /* horizontal and vertical count for each component */
  745. int v_count[MAX_COMPONENTS];
  746. int comp_index[MAX_COMPONENTS];
  747. int dc_index[MAX_COMPONENTS];
  748. int ac_index[MAX_COMPONENTS];
  749. int nb_blocks[MAX_COMPONENTS];
  750. int h_scount[MAX_COMPONENTS];
  751. int v_scount[MAX_COMPONENTS];
  752. int h_max, v_max; /* maximum h and v counts */
  753. int quant_index[4]; /* quant table index for each component */
  754. int last_dc[MAX_COMPONENTS]; /* last DEQUANTIZED dc (XXX: am I right to do that ?) */
  755. AVFrame picture; /* picture structure */
  756. int linesize[MAX_COMPONENTS]; ///< linesize << interlaced
  757. int8_t *qscale_table;
  758. DECLARE_ALIGNED_8(DCTELEM, block[64]);
  759. ScanTable scantable;
  760. void (*idct_put)(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/);
  761. void (*idct_add)(uint8_t *dest/*align 8*/, int line_size, DCTELEM *block/*align 16*/);
  762. int restart_interval;
  763. int restart_count;
  764. int buggy_avid;
  765. int cs_itu601;
  766. int interlace_polarity;
  767. int mjpb_skiptosod;
  768. int cur_scan; /* current scan, used by JPEG-LS */
  769. } MJpegDecodeContext;
  770. #include "jpeg_ls.c" //FIXME make jpeg-ls more independent
  771. static int mjpeg_decode_dht(MJpegDecodeContext *s);
  772. static int build_vlc(VLC *vlc, const uint8_t *bits_table, const uint8_t *val_table,
  773. int nb_codes, int use_static, int is_ac)
  774. {
  775. uint8_t huff_size[256+16];
  776. uint16_t huff_code[256+16];
  777. assert(nb_codes <= 256);
  778. memset(huff_size, 0, sizeof(huff_size));
  779. build_huffman_codes(huff_size, huff_code, bits_table, val_table);
  780. if(is_ac){
  781. memmove(huff_size+16, huff_size, sizeof(uint8_t)*nb_codes);
  782. memmove(huff_code+16, huff_code, sizeof(uint16_t)*nb_codes);
  783. memset(huff_size, 0, sizeof(uint8_t)*16);
  784. memset(huff_code, 0, sizeof(uint16_t)*16);
  785. nb_codes += 16;
  786. }
  787. return init_vlc(vlc, 9, nb_codes, huff_size, 1, 1, huff_code, 2, 2, use_static);
  788. }
  789. static int mjpeg_decode_init(AVCodecContext *avctx)
  790. {
  791. MJpegDecodeContext *s = avctx->priv_data;
  792. MpegEncContext s2;
  793. memset(s, 0, sizeof(MJpegDecodeContext));
  794. s->avctx = avctx;
  795. /* ugly way to get the idct & scantable FIXME */
  796. memset(&s2, 0, sizeof(MpegEncContext));
  797. s2.avctx= avctx;
  798. // s2->out_format = FMT_MJPEG;
  799. dsputil_init(&s2.dsp, avctx);
  800. DCT_common_init(&s2);
  801. s->scantable= s2.intra_scantable;
  802. s->idct_put= s2.dsp.idct_put;
  803. s->idct_add= s2.dsp.idct_add;
  804. s->mpeg_enc_ctx_allocated = 0;
  805. s->buffer_size = 0;
  806. s->buffer = NULL;
  807. s->start_code = -1;
  808. s->first_picture = 1;
  809. s->org_height = avctx->coded_height;
  810. build_vlc(&s->vlcs[0][0], bits_dc_luminance, val_dc_luminance, 12, 0, 0);
  811. build_vlc(&s->vlcs[0][1], bits_dc_chrominance, val_dc_chrominance, 12, 0, 0);
  812. build_vlc(&s->vlcs[1][0], bits_ac_luminance, val_ac_luminance, 251, 0, 1);
  813. build_vlc(&s->vlcs[1][1], bits_ac_chrominance, val_ac_chrominance, 251, 0, 1);
  814. if (avctx->flags & CODEC_FLAG_EXTERN_HUFF)
  815. {
  816. av_log(avctx, AV_LOG_INFO, "mjpeg: using external huffman table\n");
  817. init_get_bits(&s->gb, avctx->extradata, avctx->extradata_size*8);
  818. mjpeg_decode_dht(s);
  819. /* should check for error - but dunno */
  820. }
  821. if (avctx->extradata_size > 9 &&
  822. AV_RL32(avctx->extradata + 4) == MKTAG('f','i','e','l')) {
  823. if (avctx->extradata[9] == 6) { /* quicktime icefloe 019 */
  824. s->interlace_polarity = 1; /* bottom field first */
  825. av_log(avctx, AV_LOG_DEBUG, "mjpeg bottom field first\n");
  826. }
  827. }
  828. return 0;
  829. }
  830. /**
  831. * finds the end of the current frame in the bitstream.
  832. * @return the position of the first byte of the next frame, or -1
  833. */
  834. static int find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size){
  835. int vop_found, i;
  836. uint16_t state;
  837. vop_found= pc->frame_start_found;
  838. state= pc->state;
  839. i=0;
  840. if(!vop_found){
  841. for(i=0; i<buf_size; i++){
  842. state= (state<<8) | buf[i];
  843. if(state == 0xFFD8){
  844. i++;
  845. vop_found=1;
  846. break;
  847. }
  848. }
  849. }
  850. if(vop_found){
  851. /* EOF considered as end of frame */
  852. if (buf_size == 0)
  853. return 0;
  854. for(; i<buf_size; i++){
  855. state= (state<<8) | buf[i];
  856. if(state == 0xFFD8){
  857. pc->frame_start_found=0;
  858. pc->state=0;
  859. return i-1;
  860. }
  861. }
  862. }
  863. pc->frame_start_found= vop_found;
  864. pc->state= state;
  865. return END_NOT_FOUND;
  866. }
  867. static int jpeg_parse(AVCodecParserContext *s,
  868. AVCodecContext *avctx,
  869. uint8_t **poutbuf, int *poutbuf_size,
  870. const uint8_t *buf, int buf_size)
  871. {
  872. ParseContext *pc = s->priv_data;
  873. int next;
  874. next= find_frame_end(pc, buf, buf_size);
  875. if (ff_combine_frame(pc, next, (uint8_t **)&buf, &buf_size) < 0) {
  876. *poutbuf = NULL;
  877. *poutbuf_size = 0;
  878. return buf_size;
  879. }
  880. *poutbuf = (uint8_t *)buf;
  881. *poutbuf_size = buf_size;
  882. return next;
  883. }
  884. /* quantize tables */
  885. static int mjpeg_decode_dqt(MJpegDecodeContext *s)
  886. {
  887. int len, index, i, j;
  888. len = get_bits(&s->gb, 16) - 2;
  889. while (len >= 65) {
  890. /* only 8 bit precision handled */
  891. if (get_bits(&s->gb, 4) != 0)
  892. {
  893. av_log(s->avctx, AV_LOG_ERROR, "dqt: 16bit precision\n");
  894. return -1;
  895. }
  896. index = get_bits(&s->gb, 4);
  897. if (index >= 4)
  898. return -1;
  899. av_log(s->avctx, AV_LOG_DEBUG, "index=%d\n", index);
  900. /* read quant table */
  901. for(i=0;i<64;i++) {
  902. j = s->scantable.permutated[i];
  903. s->quant_matrixes[index][j] = get_bits(&s->gb, 8);
  904. }
  905. //XXX FIXME finetune, and perhaps add dc too
  906. s->qscale[index]= FFMAX(
  907. s->quant_matrixes[index][s->scantable.permutated[1]],
  908. s->quant_matrixes[index][s->scantable.permutated[8]]) >> 1;
  909. av_log(s->avctx, AV_LOG_DEBUG, "qscale[%d]: %d\n", index, s->qscale[index]);
  910. len -= 65;
  911. }
  912. return 0;
  913. }
  914. /* decode huffman tables and build VLC decoders */
  915. static int mjpeg_decode_dht(MJpegDecodeContext *s)
  916. {
  917. int len, index, i, class, n, v, code_max;
  918. uint8_t bits_table[17];
  919. uint8_t val_table[256];
  920. len = get_bits(&s->gb, 16) - 2;
  921. while (len > 0) {
  922. if (len < 17)
  923. return -1;
  924. class = get_bits(&s->gb, 4);
  925. if (class >= 2)
  926. return -1;
  927. index = get_bits(&s->gb, 4);
  928. if (index >= 4)
  929. return -1;
  930. n = 0;
  931. for(i=1;i<=16;i++) {
  932. bits_table[i] = get_bits(&s->gb, 8);
  933. n += bits_table[i];
  934. }
  935. len -= 17;
  936. if (len < n || n > 256)
  937. return -1;
  938. code_max = 0;
  939. for(i=0;i<n;i++) {
  940. v = get_bits(&s->gb, 8);
  941. if (v > code_max)
  942. code_max = v;
  943. val_table[i] = v;
  944. }
  945. len -= n;
  946. /* build VLC and flush previous vlc if present */
  947. free_vlc(&s->vlcs[class][index]);
  948. av_log(s->avctx, AV_LOG_DEBUG, "class=%d index=%d nb_codes=%d\n",
  949. class, index, code_max + 1);
  950. if(build_vlc(&s->vlcs[class][index], bits_table, val_table, code_max + 1, 0, class > 0) < 0){
  951. return -1;
  952. }
  953. }
  954. return 0;
  955. }
  956. static int mjpeg_decode_sof(MJpegDecodeContext *s)
  957. {
  958. int len, nb_components, i, width, height, pix_fmt_id;
  959. /* XXX: verify len field validity */
  960. len = get_bits(&s->gb, 16);
  961. s->bits= get_bits(&s->gb, 8);
  962. if(s->pegasus_rct) s->bits=9;
  963. if(s->bits==9 && !s->pegasus_rct) s->rct=1; //FIXME ugly
  964. if (s->bits != 8 && !s->lossless){
  965. av_log(s->avctx, AV_LOG_ERROR, "only 8 bits/component accepted\n");
  966. return -1;
  967. }
  968. height = get_bits(&s->gb, 16);
  969. width = get_bits(&s->gb, 16);
  970. av_log(s->avctx, AV_LOG_DEBUG, "sof0: picture: %dx%d\n", width, height);
  971. if(avcodec_check_dimensions(s->avctx, width, height))
  972. return -1;
  973. nb_components = get_bits(&s->gb, 8);
  974. if (nb_components <= 0 ||
  975. nb_components > MAX_COMPONENTS)
  976. return -1;
  977. if (s->ls && !(s->bits <= 8 || nb_components == 1)){
  978. av_log(s->avctx, AV_LOG_ERROR, "only <= 8 bits/component or 16-bit gray accepted for JPEG-LS\n");
  979. return -1;
  980. }
  981. s->nb_components = nb_components;
  982. s->h_max = 1;
  983. s->v_max = 1;
  984. for(i=0;i<nb_components;i++) {
  985. /* component id */
  986. s->component_id[i] = get_bits(&s->gb, 8) - 1;
  987. s->h_count[i] = get_bits(&s->gb, 4);
  988. s->v_count[i] = get_bits(&s->gb, 4);
  989. /* compute hmax and vmax (only used in interleaved case) */
  990. if (s->h_count[i] > s->h_max)
  991. s->h_max = s->h_count[i];
  992. if (s->v_count[i] > s->v_max)
  993. s->v_max = s->v_count[i];
  994. s->quant_index[i] = get_bits(&s->gb, 8);
  995. if (s->quant_index[i] >= 4)
  996. return -1;
  997. av_log(s->avctx, AV_LOG_DEBUG, "component %d %d:%d id: %d quant:%d\n", i, s->h_count[i],
  998. s->v_count[i], s->component_id[i], s->quant_index[i]);
  999. }
  1000. if(s->ls && (s->h_max > 1 || s->v_max > 1)) {
  1001. av_log(s->avctx, AV_LOG_ERROR, "Subsampling in JPEG-LS is not supported.\n");
  1002. return -1;
  1003. }
  1004. if(s->v_max==1 && s->h_max==1 && s->lossless==1) s->rgb=1;
  1005. /* if different size, realloc/alloc picture */
  1006. /* XXX: also check h_count and v_count */
  1007. if (width != s->width || height != s->height) {
  1008. av_freep(&s->qscale_table);
  1009. s->width = width;
  1010. s->height = height;
  1011. /* test interlaced mode */
  1012. if (s->first_picture &&
  1013. s->org_height != 0 &&
  1014. s->height < ((s->org_height * 3) / 4)) {
  1015. s->interlaced = 1;
  1016. s->bottom_field = s->interlace_polarity;
  1017. s->picture.interlaced_frame = 1;
  1018. s->picture.top_field_first = !s->interlace_polarity;
  1019. height *= 2;
  1020. }
  1021. avcodec_set_dimensions(s->avctx, width, height);
  1022. s->qscale_table= av_mallocz((s->width+15)/16);
  1023. s->first_picture = 0;
  1024. }
  1025. if(s->interlaced && (s->bottom_field == !s->interlace_polarity))
  1026. return 0;
  1027. /* XXX: not complete test ! */
  1028. pix_fmt_id = (s->h_count[0] << 20) | (s->v_count[0] << 16) |
  1029. (s->h_count[1] << 12) | (s->v_count[1] << 8) |
  1030. (s->h_count[2] << 4) | s->v_count[2];
  1031. av_log(s->avctx, AV_LOG_DEBUG, "pix fmt id %x\n", pix_fmt_id);
  1032. switch(pix_fmt_id){
  1033. case 0x222222:
  1034. case 0x111111:
  1035. if(s->rgb){
  1036. s->avctx->pix_fmt = PIX_FMT_RGB32;
  1037. }else if(s->nb_components==3)
  1038. s->avctx->pix_fmt = s->cs_itu601 ? PIX_FMT_YUV444P : PIX_FMT_YUVJ444P;
  1039. else
  1040. s->avctx->pix_fmt = PIX_FMT_GRAY8;
  1041. break;
  1042. case 0x211111:
  1043. case 0x221212:
  1044. s->avctx->pix_fmt = s->cs_itu601 ? PIX_FMT_YUV422P : PIX_FMT_YUVJ422P;
  1045. break;
  1046. default:
  1047. case 0x221111:
  1048. s->avctx->pix_fmt = s->cs_itu601 ? PIX_FMT_YUV420P : PIX_FMT_YUVJ420P;
  1049. break;
  1050. }
  1051. if(s->ls){
  1052. if(s->nb_components > 1)
  1053. s->avctx->pix_fmt = PIX_FMT_RGB24;
  1054. else if(s->bits <= 8)
  1055. s->avctx->pix_fmt = PIX_FMT_GRAY8;
  1056. else
  1057. s->avctx->pix_fmt = PIX_FMT_GRAY16;
  1058. }
  1059. if(s->picture.data[0])
  1060. s->avctx->release_buffer(s->avctx, &s->picture);
  1061. s->picture.reference= 0;
  1062. if(s->avctx->get_buffer(s->avctx, &s->picture) < 0){
  1063. av_log(s->avctx, AV_LOG_ERROR, "get_buffer() failed\n");
  1064. return -1;
  1065. }
  1066. s->picture.pict_type= I_TYPE;
  1067. s->picture.key_frame= 1;
  1068. for(i=0; i<3; i++){
  1069. s->linesize[i]= s->picture.linesize[i] << s->interlaced;
  1070. }
  1071. // printf("%d %d %d %d %d %d\n", s->width, s->height, s->linesize[0], s->linesize[1], s->interlaced, s->avctx->height);
  1072. if (len != (8+(3*nb_components)))
  1073. {
  1074. av_log(s->avctx, AV_LOG_DEBUG, "decode_sof0: error, len(%d) mismatch\n", len);
  1075. }
  1076. /* totally blank picture as progressive JPEG will only add details to it */
  1077. if(s->progressive){
  1078. memset(s->picture.data[0], 0, s->picture.linesize[0] * s->height);
  1079. memset(s->picture.data[1], 0, s->picture.linesize[1] * s->height >> (s->v_max - s->v_count[1]));
  1080. memset(s->picture.data[2], 0, s->picture.linesize[2] * s->height >> (s->v_max - s->v_count[2]));
  1081. }
  1082. return 0;
  1083. }
  1084. static inline int mjpeg_decode_dc(MJpegDecodeContext *s, int dc_index)
  1085. {
  1086. int code;
  1087. code = get_vlc2(&s->gb, s->vlcs[0][dc_index].table, 9, 2);
  1088. if (code < 0)
  1089. {
  1090. av_log(s->avctx, AV_LOG_WARNING, "mjpeg_decode_dc: bad vlc: %d:%d (%p)\n", 0, dc_index,
  1091. &s->vlcs[0][dc_index]);
  1092. return 0xffff;
  1093. }
  1094. if(code)
  1095. return get_xbits(&s->gb, code);
  1096. else
  1097. return 0;
  1098. }
  1099. /* decode block and dequantize */
  1100. static int decode_block(MJpegDecodeContext *s, DCTELEM *block,
  1101. int component, int dc_index, int ac_index, int16_t *quant_matrix)
  1102. {
  1103. int code, i, j, level, val;
  1104. /* DC coef */
  1105. val = mjpeg_decode_dc(s, dc_index);
  1106. if (val == 0xffff) {
  1107. av_log(s->avctx, AV_LOG_ERROR, "error dc\n");
  1108. return -1;
  1109. }
  1110. val = val * quant_matrix[0] + s->last_dc[component];
  1111. s->last_dc[component] = val;
  1112. block[0] = val;
  1113. /* AC coefs */
  1114. i = 0;
  1115. {OPEN_READER(re, &s->gb)
  1116. for(;;) {
  1117. UPDATE_CACHE(re, &s->gb);
  1118. GET_VLC(code, re, &s->gb, s->vlcs[1][ac_index].table, 9, 2)
  1119. /* EOB */
  1120. if (code == 0x10)
  1121. break;
  1122. i += ((unsigned)code) >> 4;
  1123. if(code != 0x100){
  1124. code &= 0xf;
  1125. if(code > MIN_CACHE_BITS - 16){
  1126. UPDATE_CACHE(re, &s->gb)
  1127. }
  1128. {
  1129. int cache=GET_CACHE(re,&s->gb);
  1130. int sign=(~cache)>>31;
  1131. level = (NEG_USR32(sign ^ cache,code) ^ sign) - sign;
  1132. }
  1133. LAST_SKIP_BITS(re, &s->gb, code)
  1134. if (i >= 63) {
  1135. if(i == 63){
  1136. j = s->scantable.permutated[63];
  1137. block[j] = level * quant_matrix[j];
  1138. break;
  1139. }
  1140. av_log(s->avctx, AV_LOG_ERROR, "error count: %d\n", i);
  1141. return -1;
  1142. }
  1143. j = s->scantable.permutated[i];
  1144. block[j] = level * quant_matrix[j];
  1145. }
  1146. }
  1147. CLOSE_READER(re, &s->gb)}
  1148. return 0;
  1149. }
  1150. /* decode block and dequantize - progressive JPEG version */
  1151. static int decode_block_progressive(MJpegDecodeContext *s, DCTELEM *block,
  1152. int component, int dc_index, int ac_index, int16_t *quant_matrix,
  1153. int ss, int se, int Ah, int Al, int *EOBRUN)
  1154. {
  1155. int code, i, j, level, val, run;
  1156. /* DC coef */
  1157. if(!ss){
  1158. val = mjpeg_decode_dc(s, dc_index);
  1159. if (val == 0xffff) {
  1160. av_log(s->avctx, AV_LOG_ERROR, "error dc\n");
  1161. return -1;
  1162. }
  1163. val = (val * quant_matrix[0] << Al) + s->last_dc[component];
  1164. }else
  1165. val = 0;
  1166. s->last_dc[component] = val;
  1167. block[0] = val;
  1168. if(!se) return 0;
  1169. /* AC coefs */
  1170. if(*EOBRUN){
  1171. (*EOBRUN)--;
  1172. return 0;
  1173. }
  1174. {OPEN_READER(re, &s->gb)
  1175. for(i=ss;;i++) {
  1176. UPDATE_CACHE(re, &s->gb);
  1177. GET_VLC(code, re, &s->gb, s->vlcs[1][ac_index].table, 9, 2)
  1178. /* Progressive JPEG use AC coeffs from zero and this decoder sets offset 16 by default */
  1179. code -= 16;
  1180. if(code & 0xF) {
  1181. i += ((unsigned) code) >> 4;
  1182. code &= 0xf;
  1183. if(code > MIN_CACHE_BITS - 16){
  1184. UPDATE_CACHE(re, &s->gb)
  1185. }
  1186. {
  1187. int cache=GET_CACHE(re,&s->gb);
  1188. int sign=(~cache)>>31;
  1189. level = (NEG_USR32(sign ^ cache,code) ^ sign) - sign;
  1190. }
  1191. LAST_SKIP_BITS(re, &s->gb, code)
  1192. if (i >= se) {
  1193. if(i == se){
  1194. j = s->scantable.permutated[se];
  1195. block[j] = level * quant_matrix[j] << Al;
  1196. break;
  1197. }
  1198. av_log(s->avctx, AV_LOG_ERROR, "error count: %d\n", i);
  1199. return -1;
  1200. }
  1201. j = s->scantable.permutated[i];
  1202. block[j] = level * quant_matrix[j] << Al;
  1203. }else{
  1204. run = ((unsigned) code) >> 4;
  1205. if(run == 0xF){// ZRL - skip 15 coefficients
  1206. i += 15;
  1207. }else{
  1208. val = run;
  1209. run = (1 << run);
  1210. UPDATE_CACHE(re, &s->gb);
  1211. run += (GET_CACHE(re, &s->gb) >> (32 - val)) & (run - 1);
  1212. if(val)
  1213. LAST_SKIP_BITS(re, &s->gb, val);
  1214. *EOBRUN = run - 1;
  1215. break;
  1216. }
  1217. }
  1218. }
  1219. CLOSE_READER(re, &s->gb)}
  1220. return 0;
  1221. }
  1222. static int ljpeg_decode_rgb_scan(MJpegDecodeContext *s, int predictor, int point_transform){
  1223. int i, mb_x, mb_y;
  1224. uint16_t buffer[32768][4];
  1225. int left[3], top[3], topleft[3];
  1226. const int linesize= s->linesize[0];
  1227. const int mask= (1<<s->bits)-1;
  1228. if((unsigned)s->mb_width > 32768) //dynamic alloc
  1229. return -1;
  1230. for(i=0; i<3; i++){
  1231. buffer[0][i]= 1 << (s->bits + point_transform - 1);
  1232. }
  1233. for(mb_y = 0; mb_y < s->mb_height; mb_y++) {
  1234. const int modified_predictor= mb_y ? predictor : 1;
  1235. uint8_t *ptr = s->picture.data[0] + (linesize * mb_y);
  1236. if (s->interlaced && s->bottom_field)
  1237. ptr += linesize >> 1;
  1238. for(i=0; i<3; i++){
  1239. top[i]= left[i]= topleft[i]= buffer[0][i];
  1240. }
  1241. for(mb_x = 0; mb_x < s->mb_width; mb_x++) {
  1242. if (s->restart_interval && !s->restart_count)
  1243. s->restart_count = s->restart_interval;
  1244. for(i=0;i<3;i++) {
  1245. int pred;
  1246. topleft[i]= top[i];
  1247. top[i]= buffer[mb_x][i];
  1248. PREDICT(pred, topleft[i], top[i], left[i], modified_predictor);
  1249. left[i]=
  1250. buffer[mb_x][i]= mask & (pred + (mjpeg_decode_dc(s, s->dc_index[i]) << point_transform));
  1251. }
  1252. if (s->restart_interval && !--s->restart_count) {
  1253. align_get_bits(&s->gb);
  1254. skip_bits(&s->gb, 16); /* skip RSTn */
  1255. }
  1256. }
  1257. if(s->rct){
  1258. for(mb_x = 0; mb_x < s->mb_width; mb_x++) {
  1259. ptr[4*mb_x+1] = buffer[mb_x][0] - ((buffer[mb_x][1] + buffer[mb_x][2] - 0x200)>>2);
  1260. ptr[4*mb_x+0] = buffer[mb_x][1] + ptr[4*mb_x+1];
  1261. ptr[4*mb_x+2] = buffer[mb_x][2] + ptr[4*mb_x+1];
  1262. }
  1263. }else if(s->pegasus_rct){
  1264. for(mb_x = 0; mb_x < s->mb_width; mb_x++) {
  1265. ptr[4*mb_x+1] = buffer[mb_x][0] - ((buffer[mb_x][1] + buffer[mb_x][2])>>2);
  1266. ptr[4*mb_x+0] = buffer[mb_x][1] + ptr[4*mb_x+1];
  1267. ptr[4*mb_x+2] = buffer[mb_x][2] + ptr[4*mb_x+1];
  1268. }
  1269. }else{
  1270. for(mb_x = 0; mb_x < s->mb_width; mb_x++) {
  1271. ptr[4*mb_x+0] = buffer[mb_x][0];
  1272. ptr[4*mb_x+1] = buffer[mb_x][1];
  1273. ptr[4*mb_x+2] = buffer[mb_x][2];
  1274. }
  1275. }
  1276. }
  1277. return 0;
  1278. }
  1279. static int ljpeg_decode_yuv_scan(MJpegDecodeContext *s, int predictor, int point_transform){
  1280. int i, mb_x, mb_y;
  1281. const int nb_components=3;
  1282. for(mb_y = 0; mb_y < s->mb_height; mb_y++) {
  1283. for(mb_x = 0; mb_x < s->mb_width; mb_x++) {
  1284. if (s->restart_interval && !s->restart_count)
  1285. s->restart_count = s->restart_interval;
  1286. if(mb_x==0 || mb_y==0 || s->interlaced){
  1287. for(i=0;i<nb_components;i++) {
  1288. uint8_t *ptr;
  1289. int n, h, v, x, y, c, j, linesize;
  1290. n = s->nb_blocks[i];
  1291. c = s->comp_index[i];
  1292. h = s->h_scount[i];
  1293. v = s->v_scount[i];
  1294. x = 0;
  1295. y = 0;
  1296. linesize= s->linesize[c];
  1297. for(j=0; j<n; j++) {
  1298. int pred;
  1299. ptr = s->picture.data[c] + (linesize * (v * mb_y + y)) + (h * mb_x + x); //FIXME optimize this crap
  1300. if(y==0 && mb_y==0){
  1301. if(x==0 && mb_x==0){
  1302. pred= 128 << point_transform;
  1303. }else{
  1304. pred= ptr[-1];
  1305. }
  1306. }else{
  1307. if(x==0 && mb_x==0){
  1308. pred= ptr[-linesize];
  1309. }else{
  1310. PREDICT(pred, ptr[-linesize-1], ptr[-linesize], ptr[-1], predictor);
  1311. }
  1312. }
  1313. if (s->interlaced && s->bottom_field)
  1314. ptr += linesize >> 1;
  1315. *ptr= pred + (mjpeg_decode_dc(s, s->dc_index[i]) << point_transform);
  1316. if (++x == h) {
  1317. x = 0;
  1318. y++;
  1319. }
  1320. }
  1321. }
  1322. }else{
  1323. for(i=0;i<nb_components;i++) {
  1324. uint8_t *ptr;
  1325. int n, h, v, x, y, c, j, linesize;
  1326. n = s->nb_blocks[i];
  1327. c = s->comp_index[i];
  1328. h = s->h_scount[i];
  1329. v = s->v_scount[i];
  1330. x = 0;
  1331. y = 0;
  1332. linesize= s->linesize[c];
  1333. for(j=0; j<n; j++) {
  1334. int pred;
  1335. ptr = s->picture.data[c] + (linesize * (v * mb_y + y)) + (h * mb_x + x); //FIXME optimize this crap
  1336. PREDICT(pred, ptr[-linesize-1], ptr[-linesize], ptr[-1], predictor);
  1337. *ptr= pred + (mjpeg_decode_dc(s, s->dc_index[i]) << point_transform);
  1338. if (++x == h) {
  1339. x = 0;
  1340. y++;
  1341. }
  1342. }
  1343. }
  1344. }
  1345. if (s->restart_interval && !--s->restart_count) {
  1346. align_get_bits(&s->gb);
  1347. skip_bits(&s->gb, 16); /* skip RSTn */
  1348. }
  1349. }
  1350. }
  1351. return 0;
  1352. }
  1353. static int mjpeg_decode_scan(MJpegDecodeContext *s, int nb_components, int ss, int se, int Ah, int Al){
  1354. int i, mb_x, mb_y;
  1355. int EOBRUN = 0;
  1356. if(Ah) return 0; /* TODO decode refinement planes too */
  1357. for(mb_y = 0; mb_y < s->mb_height; mb_y++) {
  1358. for(mb_x = 0; mb_x < s->mb_width; mb_x++) {
  1359. if (s->restart_interval && !s->restart_count)
  1360. s->restart_count = s->restart_interval;
  1361. for(i=0;i<nb_components;i++) {
  1362. uint8_t *ptr;
  1363. int n, h, v, x, y, c, j;
  1364. n = s->nb_blocks[i];
  1365. c = s->comp_index[i];
  1366. h = s->h_scount[i];
  1367. v = s->v_scount[i];
  1368. x = 0;
  1369. y = 0;
  1370. for(j=0;j<n;j++) {
  1371. memset(s->block, 0, sizeof(s->block));
  1372. if (!s->progressive && decode_block(s, s->block, i,
  1373. s->dc_index[i], s->ac_index[i],
  1374. s->quant_matrixes[ s->quant_index[c] ]) < 0) {
  1375. av_log(s->avctx, AV_LOG_ERROR, "error y=%d x=%d\n", mb_y, mb_x);
  1376. return -1;
  1377. }
  1378. if (s->progressive && decode_block_progressive(s, s->block, i,
  1379. s->dc_index[i], s->ac_index[i],
  1380. s->quant_matrixes[ s->quant_index[c] ], ss, se, Ah, Al, &EOBRUN) < 0) {
  1381. av_log(s->avctx, AV_LOG_ERROR, "error y=%d x=%d\n", mb_y, mb_x);
  1382. return -1;
  1383. }
  1384. // av_log(s->avctx, AV_LOG_DEBUG, "mb: %d %d processed\n", mb_y, mb_x);
  1385. ptr = s->picture.data[c] +
  1386. (((s->linesize[c] * (v * mb_y + y) * 8) +
  1387. (h * mb_x + x) * 8) >> s->avctx->lowres);
  1388. if (s->interlaced && s->bottom_field)
  1389. ptr += s->linesize[c] >> 1;
  1390. //av_log(NULL, AV_LOG_DEBUG, "%d %d %d %d %d %d %d %d \n", mb_x, mb_y, x, y, c, s->bottom_field, (v * mb_y + y) * 8, (h * mb_x + x) * 8);
  1391. if(!s->progressive)
  1392. s->idct_put(ptr, s->linesize[c], s->block);
  1393. else
  1394. s->idct_add(ptr, s->linesize[c], s->block);
  1395. if (++x == h) {
  1396. x = 0;
  1397. y++;
  1398. }
  1399. }
  1400. }
  1401. /* (< 1350) buggy workaround for Spectralfan.mov, should be fixed */
  1402. if (s->restart_interval && (s->restart_interval < 1350) &&
  1403. !--s->restart_count) {
  1404. align_get_bits(&s->gb);
  1405. skip_bits(&s->gb, 16); /* skip RSTn */
  1406. for (i=0; i<nb_components; i++) /* reset dc */
  1407. s->last_dc[i] = 1024;
  1408. }
  1409. }
  1410. }
  1411. return 0;
  1412. }
  1413. static int mjpeg_decode_sos(MJpegDecodeContext *s)
  1414. {
  1415. int len, nb_components, i, h, v, predictor, point_transform;
  1416. int vmax, hmax, index, id;
  1417. const int block_size= s->lossless ? 1 : 8;
  1418. int ilv, prev_shift;
  1419. /* XXX: verify len field validity */
  1420. len = get_bits(&s->gb, 16);
  1421. nb_components = get_bits(&s->gb, 8);
  1422. if (len != 6+2*nb_components)
  1423. {
  1424. av_log(s->avctx, AV_LOG_ERROR, "decode_sos: invalid len (%d)\n", len);
  1425. return -1;
  1426. }
  1427. vmax = 0;
  1428. hmax = 0;
  1429. for(i=0;i<nb_components;i++) {
  1430. id = get_bits(&s->gb, 8) - 1;
  1431. av_log(s->avctx, AV_LOG_DEBUG, "component: %d\n", id);
  1432. /* find component index */
  1433. for(index=0;index<s->nb_components;index++)
  1434. if (id == s->component_id[index])
  1435. break;
  1436. if (index == s->nb_components)
  1437. {
  1438. av_log(s->avctx, AV_LOG_ERROR, "decode_sos: index(%d) out of components\n", index);
  1439. return -1;
  1440. }
  1441. s->comp_index[i] = index;
  1442. s->nb_blocks[i] = s->h_count[index] * s->v_count[index];
  1443. s->h_scount[i] = s->h_count[index];
  1444. s->v_scount[i] = s->v_count[index];
  1445. s->dc_index[i] = get_bits(&s->gb, 4);
  1446. s->ac_index[i] = get_bits(&s->gb, 4);
  1447. if (s->dc_index[i] < 0 || s->ac_index[i] < 0 ||
  1448. s->dc_index[i] >= 4 || s->ac_index[i] >= 4)
  1449. goto out_of_range;
  1450. #if 0 //buggy
  1451. switch(s->start_code)
  1452. {
  1453. case SOF0:
  1454. if (dc_index[i] > 1 || ac_index[i] > 1)
  1455. goto out_of_range;
  1456. break;
  1457. case SOF1:
  1458. case SOF2:
  1459. if (dc_index[i] > 3 || ac_index[i] > 3)
  1460. goto out_of_range;
  1461. break;
  1462. case SOF3:
  1463. if (dc_index[i] > 3 || ac_index[i] != 0)
  1464. goto out_of_range;
  1465. break;
  1466. }
  1467. #endif
  1468. }
  1469. predictor= get_bits(&s->gb, 8); /* JPEG Ss / lossless JPEG predictor /JPEG-LS NEAR */
  1470. ilv= get_bits(&s->gb, 8); /* JPEG Se / JPEG-LS ILV */
  1471. prev_shift = get_bits(&s->gb, 4); /* Ah */
  1472. point_transform= get_bits(&s->gb, 4); /* Al */
  1473. for(i=0;i<nb_components;i++)
  1474. s->last_dc[i] = 1024;
  1475. if (nb_components > 1) {
  1476. /* interleaved stream */
  1477. s->mb_width = (s->width + s->h_max * block_size - 1) / (s->h_max * block_size);
  1478. s->mb_height = (s->height + s->v_max * block_size - 1) / (s->v_max * block_size);
  1479. } else if(!s->ls) { /* skip this for JPEG-LS */
  1480. h = s->h_max / s->h_scount[0];
  1481. v = s->v_max / s->v_scount[0];
  1482. s->mb_width = (s->width + h * block_size - 1) / (h * block_size);
  1483. s->mb_height = (s->height + v * block_size - 1) / (v * block_size);
  1484. s->nb_blocks[0] = 1;
  1485. s->h_scount[0] = 1;
  1486. s->v_scount[0] = 1;
  1487. }
  1488. if(s->avctx->debug & FF_DEBUG_PICT_INFO)
  1489. av_log(s->avctx, AV_LOG_DEBUG, "%s %s p:%d >>:%d ilv:%d bits:%d %s\n", s->lossless ? "lossless" : "sequencial DCT", s->rgb ? "RGB" : "",
  1490. predictor, point_transform, ilv, s->bits,
  1491. s->pegasus_rct ? "PRCT" : (s->rct ? "RCT" : ""));
  1492. /* mjpeg-b can have padding bytes between sos and image data, skip them */
  1493. for (i = s->mjpb_skiptosod; i > 0; i--)
  1494. skip_bits(&s->gb, 8);
  1495. if(s->lossless){
  1496. if(s->ls){
  1497. // for(){
  1498. // reset_ls_coding_parameters(s, 0);
  1499. ls_decode_picture(s, predictor, point_transform, ilv);
  1500. }else{
  1501. if(s->rgb){
  1502. if(ljpeg_decode_rgb_scan(s, predictor, point_transform) < 0)
  1503. return -1;
  1504. }else{
  1505. if(ljpeg_decode_yuv_scan(s, predictor, point_transform) < 0)
  1506. return -1;
  1507. }
  1508. }
  1509. }else{
  1510. if(mjpeg_decode_scan(s, nb_components, predictor, ilv, prev_shift, point_transform) < 0)
  1511. return -1;
  1512. }
  1513. emms_c();
  1514. return 0;
  1515. out_of_range:
  1516. av_log(s->avctx, AV_LOG_ERROR, "decode_sos: ac/dc index out of range\n");
  1517. return -1;
  1518. }
  1519. static int mjpeg_decode_dri(MJpegDecodeContext *s)
  1520. {
  1521. if (get_bits(&s->gb, 16) != 4)
  1522. return -1;
  1523. s->restart_interval = get_bits(&s->gb, 16);
  1524. s->restart_count = 0;
  1525. av_log(s->avctx, AV_LOG_DEBUG, "restart interval: %d\n", s->restart_interval);
  1526. return 0;
  1527. }
  1528. static int mjpeg_decode_app(MJpegDecodeContext *s)
  1529. {
  1530. int len, id;
  1531. len = get_bits(&s->gb, 16);
  1532. if (len < 5)
  1533. return -1;
  1534. if(8*len + get_bits_count(&s->gb) > s->gb.size_in_bits)
  1535. return -1;
  1536. id = (get_bits(&s->gb, 16) << 16) | get_bits(&s->gb, 16);
  1537. id = be2me_32(id);
  1538. len -= 6;
  1539. if(s->avctx->debug & FF_DEBUG_STARTCODE){
  1540. av_log(s->avctx, AV_LOG_DEBUG, "APPx %8X\n", id);
  1541. }
  1542. /* buggy AVID, it puts EOI only at every 10th frame */
  1543. /* also this fourcc is used by non-avid files too, it holds some
  1544. informations, but it's always present in AVID creates files */
  1545. if (id == ff_get_fourcc("AVI1"))
  1546. {
  1547. /* structure:
  1548. 4bytes AVI1
  1549. 1bytes polarity
  1550. 1bytes always zero
  1551. 4bytes field_size
  1552. 4bytes field_size_less_padding
  1553. */
  1554. s->buggy_avid = 1;
  1555. // if (s->first_picture)
  1556. // printf("mjpeg: workarounding buggy AVID\n");
  1557. s->interlace_polarity = get_bits(&s->gb, 8);
  1558. #if 0
  1559. skip_bits(&s->gb, 8);
  1560. skip_bits(&s->gb, 32);
  1561. skip_bits(&s->gb, 32);
  1562. len -= 10;
  1563. #endif
  1564. // if (s->interlace_polarity)
  1565. // printf("mjpeg: interlace polarity: %d\n", s->interlace_polarity);
  1566. goto out;
  1567. }
  1568. // len -= 2;
  1569. if (id == ff_get_fourcc("JFIF"))
  1570. {
  1571. int t_w, t_h, v1, v2;
  1572. skip_bits(&s->gb, 8); /* the trailing zero-byte */
  1573. v1= get_bits(&s->gb, 8);
  1574. v2= get_bits(&s->gb, 8);
  1575. skip_bits(&s->gb, 8);
  1576. s->avctx->sample_aspect_ratio.num= get_bits(&s->gb, 16);
  1577. s->avctx->sample_aspect_ratio.den= get_bits(&s->gb, 16);
  1578. if (s->avctx->debug & FF_DEBUG_PICT_INFO)
  1579. av_log(s->avctx, AV_LOG_INFO, "mjpeg: JFIF header found (version: %x.%x) SAR=%d/%d\n",
  1580. v1, v2,
  1581. s->avctx->sample_aspect_ratio.num,
  1582. s->avctx->sample_aspect_ratio.den
  1583. );
  1584. t_w = get_bits(&s->gb, 8);
  1585. t_h = get_bits(&s->gb, 8);
  1586. if (t_w && t_h)
  1587. {
  1588. /* skip thumbnail */
  1589. if (len-10-(t_w*t_h*3) > 0)
  1590. len -= t_w*t_h*3;
  1591. }
  1592. len -= 10;
  1593. goto out;
  1594. }
  1595. if (id == ff_get_fourcc("Adob") && (get_bits(&s->gb, 8) == 'e'))
  1596. {
  1597. if (s->avctx->debug & FF_DEBUG_PICT_INFO)
  1598. av_log(s->avctx, AV_LOG_INFO, "mjpeg: Adobe header found\n");
  1599. skip_bits(&s->gb, 16); /* version */
  1600. skip_bits(&s->gb, 16); /* flags0 */
  1601. skip_bits(&s->gb, 16); /* flags1 */
  1602. skip_bits(&s->gb, 8); /* transform */
  1603. len -= 7;
  1604. goto out;
  1605. }
  1606. if (id == ff_get_fourcc("LJIF")){
  1607. if (s->avctx->debug & FF_DEBUG_PICT_INFO)
  1608. av_log(s->avctx, AV_LOG_INFO, "Pegasus lossless jpeg header found\n");
  1609. skip_bits(&s->gb, 16); /* version ? */
  1610. skip_bits(&s->gb, 16); /* unknwon always 0? */
  1611. skip_bits(&s->gb, 16); /* unknwon always 0? */
  1612. skip_bits(&s->gb, 16); /* unknwon always 0? */
  1613. switch( get_bits(&s->gb, 8)){
  1614. case 1:
  1615. s->rgb= 1;
  1616. s->pegasus_rct=0;
  1617. break;
  1618. case 2:
  1619. s->rgb= 1;
  1620. s->pegasus_rct=1;
  1621. break;
  1622. default:
  1623. av_log(s->avctx, AV_LOG_ERROR, "unknown colorspace\n");
  1624. }
  1625. len -= 9;
  1626. goto out;
  1627. }
  1628. /* Apple MJPEG-A */
  1629. if ((s->start_code == APP1) && (len > (0x28 - 8)))
  1630. {
  1631. id = (get_bits(&s->gb, 16) << 16) | get_bits(&s->gb, 16);
  1632. id = be2me_32(id);
  1633. len -= 4;
  1634. if (id == ff_get_fourcc("mjpg")) /* Apple MJPEG-A */
  1635. {
  1636. #if 0
  1637. skip_bits(&s->gb, 32); /* field size */
  1638. skip_bits(&s->gb, 32); /* pad field size */
  1639. skip_bits(&s->gb, 32); /* next off */
  1640. skip_bits(&s->gb, 32); /* quant off */
  1641. skip_bits(&s->gb, 32); /* huff off */
  1642. skip_bits(&s->gb, 32); /* image off */
  1643. skip_bits(&s->gb, 32); /* scan off */
  1644. skip_bits(&s->gb, 32); /* data off */
  1645. #endif
  1646. if (s->avctx->debug & FF_DEBUG_PICT_INFO)
  1647. av_log(s->avctx, AV_LOG_INFO, "mjpeg: Apple MJPEG-A header found\n");
  1648. }
  1649. }
  1650. out:
  1651. /* slow but needed for extreme adobe jpegs */
  1652. if (len < 0)
  1653. av_log(s->avctx, AV_LOG_ERROR, "mjpeg: error, decode_app parser read over the end\n");
  1654. while(--len > 0)
  1655. skip_bits(&s->gb, 8);
  1656. return 0;
  1657. }
  1658. static int mjpeg_decode_com(MJpegDecodeContext *s)
  1659. {
  1660. int len = get_bits(&s->gb, 16);
  1661. if (len >= 2 && 8*len - 16 + get_bits_count(&s->gb) <= s->gb.size_in_bits) {
  1662. char *cbuf = av_malloc(len - 1);
  1663. if (cbuf) {
  1664. int i;
  1665. for (i = 0; i < len - 2; i++)
  1666. cbuf[i] = get_bits(&s->gb, 8);
  1667. if (i > 0 && cbuf[i-1] == '\n')
  1668. cbuf[i-1] = 0;
  1669. else
  1670. cbuf[i] = 0;
  1671. if(s->avctx->debug & FF_DEBUG_PICT_INFO)
  1672. av_log(s->avctx, AV_LOG_INFO, "mjpeg comment: '%s'\n", cbuf);
  1673. /* buggy avid, it puts EOI only at every 10th frame */
  1674. if (!strcmp(cbuf, "AVID"))
  1675. {
  1676. s->buggy_avid = 1;
  1677. // if (s->first_picture)
  1678. // printf("mjpeg: workarounding buggy AVID\n");
  1679. }
  1680. else if(!strcmp(cbuf, "CS=ITU601")){
  1681. s->cs_itu601= 1;
  1682. }
  1683. av_free(cbuf);
  1684. }
  1685. }
  1686. return 0;
  1687. }
  1688. #if 0
  1689. static int valid_marker_list[] =
  1690. {
  1691. /* 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f */
  1692. /* 0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1693. /* 1 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1694. /* 2 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1695. /* 3 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1696. /* 4 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1697. /* 5 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1698. /* 6 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1699. /* 7 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1700. /* 8 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1701. /* 9 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1702. /* a */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1703. /* b */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  1704. /* c */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1705. /* d */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1706. /* e */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1707. /* f */ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0,
  1708. }
  1709. #endif
  1710. /* return the 8 bit start code value and update the search
  1711. state. Return -1 if no start code found */
  1712. static int find_marker(uint8_t **pbuf_ptr, uint8_t *buf_end)
  1713. {
  1714. uint8_t *buf_ptr;
  1715. unsigned int v, v2;
  1716. int val;
  1717. #ifdef DEBUG
  1718. int skipped=0;
  1719. #endif
  1720. buf_ptr = *pbuf_ptr;
  1721. while (buf_ptr < buf_end) {
  1722. v = *buf_ptr++;
  1723. v2 = *buf_ptr;
  1724. if ((v == 0xff) && (v2 >= 0xc0) && (v2 <= 0xfe) && buf_ptr < buf_end) {
  1725. val = *buf_ptr++;
  1726. goto found;
  1727. }
  1728. #ifdef DEBUG
  1729. skipped++;
  1730. #endif
  1731. }
  1732. val = -1;
  1733. found:
  1734. #ifdef DEBUG
  1735. av_log(NULL, AV_LOG_VERBOSE, "find_marker skipped %d bytes\n", skipped);
  1736. #endif
  1737. *pbuf_ptr = buf_ptr;
  1738. return val;
  1739. }
  1740. static int mjpeg_decode_frame(AVCodecContext *avctx,
  1741. void *data, int *data_size,
  1742. uint8_t *buf, int buf_size)
  1743. {
  1744. MJpegDecodeContext *s = avctx->priv_data;
  1745. uint8_t *buf_end, *buf_ptr;
  1746. int start_code;
  1747. AVFrame *picture = data;
  1748. buf_ptr = buf;
  1749. buf_end = buf + buf_size;
  1750. while (buf_ptr < buf_end) {
  1751. /* find start next marker */
  1752. start_code = find_marker(&buf_ptr, buf_end);
  1753. {
  1754. /* EOF */
  1755. if (start_code < 0) {
  1756. goto the_end;
  1757. } else {
  1758. av_log(avctx, AV_LOG_DEBUG, "marker=%x avail_size_in_buf=%d\n", start_code, buf_end - buf_ptr);
  1759. if ((buf_end - buf_ptr) > s->buffer_size)
  1760. {
  1761. av_free(s->buffer);
  1762. s->buffer_size = buf_end-buf_ptr;
  1763. s->buffer = av_malloc(s->buffer_size + FF_INPUT_BUFFER_PADDING_SIZE);
  1764. av_log(avctx, AV_LOG_DEBUG, "buffer too small, expanding to %d bytes\n",
  1765. s->buffer_size);
  1766. }
  1767. /* unescape buffer of SOS, use special treatment for JPEG-LS */
  1768. if (start_code == SOS && !s->ls)
  1769. {
  1770. uint8_t *src = buf_ptr;
  1771. uint8_t *dst = s->buffer;
  1772. while (src<buf_end)
  1773. {
  1774. uint8_t x = *(src++);
  1775. *(dst++) = x;
  1776. if (avctx->codec_id != CODEC_ID_THP)
  1777. {
  1778. if (x == 0xff) {
  1779. while (src < buf_end && x == 0xff)
  1780. x = *(src++);
  1781. if (x >= 0xd0 && x <= 0xd7)
  1782. *(dst++) = x;
  1783. else if (x)
  1784. break;
  1785. }
  1786. }
  1787. }
  1788. init_get_bits(&s->gb, s->buffer, (dst - s->buffer)*8);
  1789. av_log(avctx, AV_LOG_DEBUG, "escaping removed %d bytes\n",
  1790. (buf_end - buf_ptr) - (dst - s->buffer));
  1791. }
  1792. else if(start_code == SOS && s->ls){
  1793. uint8_t *src = buf_ptr;
  1794. uint8_t *dst = s->buffer;
  1795. int bit_count = 0;
  1796. int t = 0, b = 0;
  1797. PutBitContext pb;
  1798. s->cur_scan++;
  1799. /* find marker */
  1800. while (src + t < buf_end){
  1801. uint8_t x = src[t++];
  1802. if (x == 0xff){
  1803. while((src + t < buf_end) && x == 0xff)
  1804. x = src[t++];
  1805. if (x & 0x80) {
  1806. t -= 2;
  1807. break;
  1808. }
  1809. }
  1810. }
  1811. bit_count = t * 8;
  1812. init_put_bits(&pb, dst, t);
  1813. /* unescape bitstream */
  1814. while(b < t){
  1815. uint8_t x = src[b++];
  1816. put_bits(&pb, 8, x);
  1817. if(x == 0xFF){
  1818. x = src[b++];
  1819. put_bits(&pb, 7, x);
  1820. bit_count--;
  1821. }
  1822. }
  1823. flush_put_bits(&pb);
  1824. init_get_bits(&s->gb, dst, bit_count);
  1825. }
  1826. else
  1827. init_get_bits(&s->gb, buf_ptr, (buf_end - buf_ptr)*8);
  1828. s->start_code = start_code;
  1829. if(s->avctx->debug & FF_DEBUG_STARTCODE){
  1830. av_log(avctx, AV_LOG_DEBUG, "startcode: %X\n", start_code);
  1831. }
  1832. /* process markers */
  1833. if (start_code >= 0xd0 && start_code <= 0xd7) {
  1834. av_log(avctx, AV_LOG_DEBUG, "restart marker: %d\n", start_code&0x0f);
  1835. /* APP fields */
  1836. } else if (start_code >= APP0 && start_code <= APP15) {
  1837. mjpeg_decode_app(s);
  1838. /* Comment */
  1839. } else if (start_code == COM){
  1840. mjpeg_decode_com(s);
  1841. }
  1842. switch(start_code) {
  1843. case SOI:
  1844. s->restart_interval = 0;
  1845. s->restart_count = 0;
  1846. /* nothing to do on SOI */
  1847. break;
  1848. case DQT:
  1849. mjpeg_decode_dqt(s);
  1850. break;
  1851. case DHT:
  1852. if(mjpeg_decode_dht(s) < 0){
  1853. av_log(avctx, AV_LOG_ERROR, "huffman table decode error\n");
  1854. return -1;
  1855. }
  1856. break;
  1857. case SOF0:
  1858. s->lossless=0;
  1859. s->ls=0;
  1860. s->progressive=0;
  1861. if (mjpeg_decode_sof(s) < 0)
  1862. return -1;
  1863. break;
  1864. case SOF2:
  1865. s->lossless=0;
  1866. s->ls=0;
  1867. s->progressive=1;
  1868. if (mjpeg_decode_sof(s) < 0)
  1869. return -1;
  1870. break;
  1871. case SOF3:
  1872. s->lossless=1;
  1873. s->ls=0;
  1874. s->progressive=0;
  1875. if (mjpeg_decode_sof(s) < 0)
  1876. return -1;
  1877. break;
  1878. case SOF48:
  1879. s->lossless=1;
  1880. s->ls=1;
  1881. s->progressive=0;
  1882. if (mjpeg_decode_sof(s) < 0)
  1883. return -1;
  1884. break;
  1885. case LSE:
  1886. if (decode_lse(s) < 0)
  1887. return -1;
  1888. break;
  1889. case EOI:
  1890. s->cur_scan = 0;
  1891. if ((s->buggy_avid && !s->interlaced) || s->restart_interval)
  1892. break;
  1893. eoi_parser:
  1894. {
  1895. if (s->interlaced) {
  1896. s->bottom_field ^= 1;
  1897. /* if not bottom field, do not output image yet */
  1898. if (s->bottom_field == !s->interlace_polarity)
  1899. goto not_the_end;
  1900. }
  1901. *picture = s->picture;
  1902. *data_size = sizeof(AVFrame);
  1903. if(!s->lossless){
  1904. picture->quality= FFMAX(FFMAX(s->qscale[0], s->qscale[1]), s->qscale[2]);
  1905. picture->qstride= 0;
  1906. picture->qscale_table= s->qscale_table;
  1907. memset(picture->qscale_table, picture->quality, (s->width+15)/16);
  1908. if(avctx->debug & FF_DEBUG_QP)
  1909. av_log(avctx, AV_LOG_DEBUG, "QP: %d\n", picture->quality);
  1910. picture->quality*= FF_QP2LAMBDA;
  1911. }
  1912. goto the_end;
  1913. }
  1914. break;
  1915. case SOS:
  1916. mjpeg_decode_sos(s);
  1917. /* buggy avid puts EOI every 10-20th frame */
  1918. /* if restart period is over process EOI */
  1919. if ((s->buggy_avid && !s->interlaced) || s->restart_interval)
  1920. goto eoi_parser;
  1921. break;
  1922. case DRI:
  1923. mjpeg_decode_dri(s);
  1924. break;
  1925. case SOF1:
  1926. case SOF5:
  1927. case SOF6:
  1928. case SOF7:
  1929. case SOF9:
  1930. case SOF10:
  1931. case SOF11:
  1932. case SOF13:
  1933. case SOF14:
  1934. case SOF15:
  1935. case JPG:
  1936. av_log(avctx, AV_LOG_ERROR, "mjpeg: unsupported coding type (%x)\n", start_code);
  1937. break;
  1938. // default:
  1939. // printf("mjpeg: unsupported marker (%x)\n", start_code);
  1940. // break;
  1941. }
  1942. not_the_end:
  1943. /* eof process start code */
  1944. buf_ptr += (get_bits_count(&s->gb)+7)/8;
  1945. av_log(avctx, AV_LOG_DEBUG, "marker parser used %d bytes (%d bits)\n",
  1946. (get_bits_count(&s->gb)+7)/8, get_bits_count(&s->gb));
  1947. }
  1948. }
  1949. }
  1950. the_end:
  1951. av_log(avctx, AV_LOG_DEBUG, "mjpeg decode frame unused %d bytes\n", buf_end - buf_ptr);
  1952. // return buf_end - buf_ptr;
  1953. return buf_ptr - buf;
  1954. }
  1955. static int mjpegb_decode_frame(AVCodecContext *avctx,
  1956. void *data, int *data_size,
  1957. uint8_t *buf, int buf_size)
  1958. {
  1959. MJpegDecodeContext *s = avctx->priv_data;
  1960. uint8_t *buf_end, *buf_ptr;
  1961. AVFrame *picture = data;
  1962. GetBitContext hgb; /* for the header */
  1963. uint32_t dqt_offs, dht_offs, sof_offs, sos_offs, second_field_offs;
  1964. uint32_t field_size, sod_offs;
  1965. buf_ptr = buf;
  1966. buf_end = buf + buf_size;
  1967. read_header:
  1968. /* reset on every SOI */
  1969. s->restart_interval = 0;
  1970. s->restart_count = 0;
  1971. s->mjpb_skiptosod = 0;
  1972. init_get_bits(&hgb, buf_ptr, /*buf_size*/(buf_end - buf_ptr)*8);
  1973. skip_bits(&hgb, 32); /* reserved zeros */
  1974. if (get_bits_long(&hgb, 32) != MKBETAG('m','j','p','g'))
  1975. {
  1976. av_log(avctx, AV_LOG_WARNING, "not mjpeg-b (bad fourcc)\n");
  1977. return 0;
  1978. }
  1979. field_size = get_bits_long(&hgb, 32); /* field size */
  1980. av_log(avctx, AV_LOG_DEBUG, "field size: 0x%x\n", field_size);
  1981. skip_bits(&hgb, 32); /* padded field size */
  1982. second_field_offs = get_bits_long(&hgb, 32);
  1983. av_log(avctx, AV_LOG_DEBUG, "second field offs: 0x%x\n", second_field_offs);
  1984. if (second_field_offs)
  1985. s->interlaced = 1;
  1986. dqt_offs = get_bits_long(&hgb, 32);
  1987. av_log(avctx, AV_LOG_DEBUG, "dqt offs: 0x%x\n", dqt_offs);
  1988. if (dqt_offs)
  1989. {
  1990. init_get_bits(&s->gb, buf+dqt_offs, (buf_end - (buf+dqt_offs))*8);
  1991. s->start_code = DQT;
  1992. mjpeg_decode_dqt(s);
  1993. }
  1994. dht_offs = get_bits_long(&hgb, 32);
  1995. av_log(avctx, AV_LOG_DEBUG, "dht offs: 0x%x\n", dht_offs);
  1996. if (dht_offs)
  1997. {
  1998. init_get_bits(&s->gb, buf+dht_offs, (buf_end - (buf+dht_offs))*8);
  1999. s->start_code = DHT;
  2000. mjpeg_decode_dht(s);
  2001. }
  2002. sof_offs = get_bits_long(&hgb, 32);
  2003. av_log(avctx, AV_LOG_DEBUG, "sof offs: 0x%x\n", sof_offs);
  2004. if (sof_offs)
  2005. {
  2006. init_get_bits(&s->gb, buf+sof_offs, (buf_end - (buf+sof_offs))*8);
  2007. s->start_code = SOF0;
  2008. if (mjpeg_decode_sof(s) < 0)
  2009. return -1;
  2010. }
  2011. sos_offs = get_bits_long(&hgb, 32);
  2012. av_log(avctx, AV_LOG_DEBUG, "sos offs: 0x%x\n", sos_offs);
  2013. sod_offs = get_bits_long(&hgb, 32);
  2014. av_log(avctx, AV_LOG_DEBUG, "sod offs: 0x%x\n", sod_offs);
  2015. if (sos_offs)
  2016. {
  2017. // init_get_bits(&s->gb, buf+sos_offs, (buf_end - (buf+sos_offs))*8);
  2018. init_get_bits(&s->gb, buf+sos_offs, field_size*8);
  2019. s->mjpb_skiptosod = (sod_offs - sos_offs - show_bits(&s->gb, 16));
  2020. s->start_code = SOS;
  2021. mjpeg_decode_sos(s);
  2022. }
  2023. if (s->interlaced) {
  2024. s->bottom_field ^= 1;
  2025. /* if not bottom field, do not output image yet */
  2026. if (s->bottom_field && second_field_offs)
  2027. {
  2028. buf_ptr = buf + second_field_offs;
  2029. second_field_offs = 0;
  2030. goto read_header;
  2031. }
  2032. }
  2033. //XXX FIXME factorize, this looks very similar to the EOI code
  2034. *picture= s->picture;
  2035. *data_size = sizeof(AVFrame);
  2036. if(!s->lossless){
  2037. picture->quality= FFMAX(FFMAX(s->qscale[0], s->qscale[1]), s->qscale[2]);
  2038. picture->qstride= 0;
  2039. picture->qscale_table= s->qscale_table;
  2040. memset(picture->qscale_table, picture->quality, (s->width+15)/16);
  2041. if(avctx->debug & FF_DEBUG_QP)
  2042. av_log(avctx, AV_LOG_DEBUG, "QP: %d\n", picture->quality);
  2043. picture->quality*= FF_QP2LAMBDA;
  2044. }
  2045. return buf_ptr - buf;
  2046. }
  2047. #include "sp5x.h"
  2048. static int sp5x_decode_frame(AVCodecContext *avctx,
  2049. void *data, int *data_size,
  2050. uint8_t *buf, int buf_size)
  2051. {
  2052. #if 0
  2053. MJpegDecodeContext *s = avctx->priv_data;
  2054. #endif
  2055. const int qscale = 5;
  2056. uint8_t *buf_ptr, *buf_end, *recoded;
  2057. int i = 0, j = 0;
  2058. if (!avctx->width || !avctx->height)
  2059. return -1;
  2060. buf_ptr = buf;
  2061. buf_end = buf + buf_size;
  2062. #if 1
  2063. recoded = av_mallocz(buf_size + 1024);
  2064. if (!recoded)
  2065. return -1;
  2066. /* SOI */
  2067. recoded[j++] = 0xFF;
  2068. recoded[j++] = 0xD8;
  2069. memcpy(recoded+j, &sp5x_data_dqt[0], sizeof(sp5x_data_dqt));
  2070. memcpy(recoded+j+5, &sp5x_quant_table[qscale * 2], 64);
  2071. memcpy(recoded+j+70, &sp5x_quant_table[(qscale * 2) + 1], 64);
  2072. j += sizeof(sp5x_data_dqt);
  2073. memcpy(recoded+j, &sp5x_data_dht[0], sizeof(sp5x_data_dht));
  2074. j += sizeof(sp5x_data_dht);
  2075. memcpy(recoded+j, &sp5x_data_sof[0], sizeof(sp5x_data_sof));
  2076. recoded[j+5] = (avctx->coded_height >> 8) & 0xFF;
  2077. recoded[j+6] = avctx->coded_height & 0xFF;
  2078. recoded[j+7] = (avctx->coded_width >> 8) & 0xFF;
  2079. recoded[j+8] = avctx->coded_width & 0xFF;
  2080. j += sizeof(sp5x_data_sof);
  2081. memcpy(recoded+j, &sp5x_data_sos[0], sizeof(sp5x_data_sos));
  2082. j += sizeof(sp5x_data_sos);
  2083. for (i = 14; i < buf_size && j < buf_size+1024-2; i++)
  2084. {
  2085. recoded[j++] = buf[i];
  2086. if (buf[i] == 0xff)
  2087. recoded[j++] = 0;
  2088. }
  2089. /* EOI */
  2090. recoded[j++] = 0xFF;
  2091. recoded[j++] = 0xD9;
  2092. i = mjpeg_decode_frame(avctx, data, data_size, recoded, j);
  2093. av_free(recoded);
  2094. #else
  2095. /* SOF */
  2096. s->bits = 8;
  2097. s->width = avctx->coded_width;
  2098. s->height = avctx->coded_height;
  2099. s->nb_components = 3;
  2100. s->component_id[0] = 0;
  2101. s->h_count[0] = 2;
  2102. s->v_count[0] = 2;
  2103. s->quant_index[0] = 0;
  2104. s->component_id[1] = 1;
  2105. s->h_count[1] = 1;
  2106. s->v_count[1] = 1;
  2107. s->quant_index[1] = 1;
  2108. s->component_id[2] = 2;
  2109. s->h_count[2] = 1;
  2110. s->v_count[2] = 1;
  2111. s->quant_index[2] = 1;
  2112. s->h_max = 2;
  2113. s->v_max = 2;
  2114. s->qscale_table = av_mallocz((s->width+15)/16);
  2115. avctx->pix_fmt = s->cs_itu601 ? PIX_FMT_YUV420P : PIX_FMT_YUVJ420;
  2116. s->interlaced = 0;
  2117. s->picture.reference = 0;
  2118. if (avctx->get_buffer(avctx, &s->picture) < 0)
  2119. {
  2120. av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
  2121. return -1;
  2122. }
  2123. s->picture.pict_type = I_TYPE;
  2124. s->picture.key_frame = 1;
  2125. for (i = 0; i < 3; i++)
  2126. s->linesize[i] = s->picture.linesize[i] << s->interlaced;
  2127. /* DQT */
  2128. for (i = 0; i < 64; i++)
  2129. {
  2130. j = s->scantable.permutated[i];
  2131. s->quant_matrixes[0][j] = sp5x_quant_table[(qscale * 2) + i];
  2132. }
  2133. s->qscale[0] = FFMAX(
  2134. s->quant_matrixes[0][s->scantable.permutated[1]],
  2135. s->quant_matrixes[0][s->scantable.permutated[8]]) >> 1;
  2136. for (i = 0; i < 64; i++)
  2137. {
  2138. j = s->scantable.permutated[i];
  2139. s->quant_matrixes[1][j] = sp5x_quant_table[(qscale * 2) + 1 + i];
  2140. }
  2141. s->qscale[1] = FFMAX(
  2142. s->quant_matrixes[1][s->scantable.permutated[1]],
  2143. s->quant_matrixes[1][s->scantable.permutated[8]]) >> 1;
  2144. /* DHT */
  2145. /* SOS */
  2146. s->comp_index[0] = 0;
  2147. s->nb_blocks[0] = s->h_count[0] * s->v_count[0];
  2148. s->h_scount[0] = s->h_count[0];
  2149. s->v_scount[0] = s->v_count[0];
  2150. s->dc_index[0] = 0;
  2151. s->ac_index[0] = 0;
  2152. s->comp_index[1] = 1;
  2153. s->nb_blocks[1] = s->h_count[1] * s->v_count[1];
  2154. s->h_scount[1] = s->h_count[1];
  2155. s->v_scount[1] = s->v_count[1];
  2156. s->dc_index[1] = 1;
  2157. s->ac_index[1] = 1;
  2158. s->comp_index[2] = 2;
  2159. s->nb_blocks[2] = s->h_count[2] * s->v_count[2];
  2160. s->h_scount[2] = s->h_count[2];
  2161. s->v_scount[2] = s->v_count[2];
  2162. s->dc_index[2] = 1;
  2163. s->ac_index[2] = 1;
  2164. for (i = 0; i < 3; i++)
  2165. s->last_dc[i] = 1024;
  2166. s->mb_width = (s->width * s->h_max * 8 -1) / (s->h_max * 8);
  2167. s->mb_height = (s->height * s->v_max * 8 -1) / (s->v_max * 8);
  2168. init_get_bits(&s->gb, buf+14, (buf_size-14)*8);
  2169. return mjpeg_decode_scan(s);
  2170. #endif
  2171. return i;
  2172. }
  2173. static int mjpeg_decode_end(AVCodecContext *avctx)
  2174. {
  2175. MJpegDecodeContext *s = avctx->priv_data;
  2176. int i, j;
  2177. av_free(s->buffer);
  2178. av_free(s->qscale_table);
  2179. for(i=0;i<2;i++) {
  2180. for(j=0;j<4;j++)
  2181. free_vlc(&s->vlcs[i][j]);
  2182. }
  2183. return 0;
  2184. }
  2185. static int mjpega_dump_header(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args,
  2186. uint8_t **poutbuf, int *poutbuf_size,
  2187. const uint8_t *buf, int buf_size, int keyframe)
  2188. {
  2189. uint8_t *poutbufp;
  2190. int i;
  2191. if (avctx->codec_id != CODEC_ID_MJPEG) {
  2192. av_log(avctx, AV_LOG_ERROR, "mjpega bitstream filter only applies to mjpeg codec\n");
  2193. return 0;
  2194. }
  2195. *poutbuf_size = 0;
  2196. *poutbuf = av_malloc(buf_size + 44 + FF_INPUT_BUFFER_PADDING_SIZE);
  2197. poutbufp = *poutbuf;
  2198. bytestream_put_byte(&poutbufp, 0xff);
  2199. bytestream_put_byte(&poutbufp, SOI);
  2200. bytestream_put_byte(&poutbufp, 0xff);
  2201. bytestream_put_byte(&poutbufp, APP1);
  2202. bytestream_put_be16(&poutbufp, 42); /* size */
  2203. bytestream_put_be32(&poutbufp, 0);
  2204. bytestream_put_buffer(&poutbufp, "mjpg", 4);
  2205. bytestream_put_be32(&poutbufp, buf_size + 44); /* field size */
  2206. bytestream_put_be32(&poutbufp, buf_size + 44); /* pad field size */
  2207. bytestream_put_be32(&poutbufp, 0); /* next ptr */
  2208. for (i = 0; i < buf_size - 1; i++) {
  2209. if (buf[i] == 0xff) {
  2210. switch (buf[i + 1]) {
  2211. case DQT: /* quant off */
  2212. case DHT: /* huff off */
  2213. case SOF0: /* image off */
  2214. bytestream_put_be32(&poutbufp, i + 46);
  2215. break;
  2216. case SOS:
  2217. bytestream_put_be32(&poutbufp, i + 46); /* scan off */
  2218. bytestream_put_be32(&poutbufp, i + 46 + AV_RB16(buf + i + 2)); /* data off */
  2219. bytestream_put_buffer(&poutbufp, buf + 2, buf_size - 2); /* skip already written SOI */
  2220. *poutbuf_size = poutbufp - *poutbuf;
  2221. return 1;
  2222. case APP1:
  2223. if (i + 8 < buf_size && AV_RL32(buf + i + 8) == ff_get_fourcc("mjpg")) {
  2224. av_log(avctx, AV_LOG_ERROR, "bitstream already formatted\n");
  2225. memcpy(*poutbuf, buf, buf_size);
  2226. *poutbuf_size = buf_size;
  2227. return 1;
  2228. }
  2229. }
  2230. }
  2231. }
  2232. av_freep(poutbuf);
  2233. av_log(avctx, AV_LOG_ERROR, "could not find SOS marker in bitstream\n");
  2234. return 0;
  2235. }
  2236. AVCodec mjpeg_decoder = {
  2237. "mjpeg",
  2238. CODEC_TYPE_VIDEO,
  2239. CODEC_ID_MJPEG,
  2240. sizeof(MJpegDecodeContext),
  2241. mjpeg_decode_init,
  2242. NULL,
  2243. mjpeg_decode_end,
  2244. mjpeg_decode_frame,
  2245. CODEC_CAP_DR1,
  2246. NULL
  2247. };
  2248. AVCodec thp_decoder = {
  2249. "thp",
  2250. CODEC_TYPE_VIDEO,
  2251. CODEC_ID_THP,
  2252. sizeof(MJpegDecodeContext),
  2253. mjpeg_decode_init,
  2254. NULL,
  2255. mjpeg_decode_end,
  2256. mjpeg_decode_frame,
  2257. CODEC_CAP_DR1,
  2258. NULL
  2259. };
  2260. AVCodec mjpegb_decoder = {
  2261. "mjpegb",
  2262. CODEC_TYPE_VIDEO,
  2263. CODEC_ID_MJPEGB,
  2264. sizeof(MJpegDecodeContext),
  2265. mjpeg_decode_init,
  2266. NULL,
  2267. mjpeg_decode_end,
  2268. mjpegb_decode_frame,
  2269. CODEC_CAP_DR1,
  2270. NULL
  2271. };
  2272. AVCodec sp5x_decoder = {
  2273. "sp5x",
  2274. CODEC_TYPE_VIDEO,
  2275. CODEC_ID_SP5X,
  2276. sizeof(MJpegDecodeContext),
  2277. mjpeg_decode_init,
  2278. NULL,
  2279. mjpeg_decode_end,
  2280. sp5x_decode_frame,
  2281. CODEC_CAP_DR1,
  2282. NULL
  2283. };
  2284. #ifdef CONFIG_ENCODERS
  2285. AVCodec ljpeg_encoder = { //FIXME avoid MPV_* lossless jpeg shouldnt need them
  2286. "ljpeg",
  2287. CODEC_TYPE_VIDEO,
  2288. CODEC_ID_LJPEG,
  2289. sizeof(MpegEncContext),
  2290. MPV_encode_init,
  2291. encode_picture_lossless,
  2292. MPV_encode_end,
  2293. };
  2294. #endif
  2295. AVCodecParser mjpeg_parser = {
  2296. { CODEC_ID_MJPEG },
  2297. sizeof(ParseContext),
  2298. NULL,
  2299. jpeg_parse,
  2300. ff_parse_close,
  2301. };
  2302. AVBitStreamFilter mjpega_dump_header_bsf = {
  2303. "mjpegadump",
  2304. 0,
  2305. mjpega_dump_header,
  2306. };