Displaying 1 result from an estimated 1 matches for "codec_cap_dr1".
2003 May 04
0
VP3 In ffmpeg
...* Huffman tables: Yes, more huge data tables (vp3data.h). Ideally, I would
like to turn these into static histograms. It does not matter right now,
but Theora is supposed to transport histograms with the video data. So we
will need the histogram -> Huffman support eventually.
* I tried to get CODEC_CAP_DR1 to work, but I kept getting an avcodec
assertion about the frame being the wrong type.
* I have not even tried to get slice dispatching to work, but it should
not be too hard with a little code shuffling. All of the necessary data is
available by the final rendering phase, before all the IDCT and...