summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
Commit message (Collapse)AuthorAge
...
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
| | | | | | | | | | | AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dsp clear_blockBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix field order exportBaptiste Coudurier2008-01-31
| | | | Originally committed as revision 11695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo weigth->weightBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* preliminary 10 bit depth decoding support, still miss generic api to export ↵Baptiste Coudurier2007-10-08
| | | | | | picture, working on it Originally committed as revision 10686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mergeBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, check 'i' validity before using itBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 10 bit per comp detectionBaptiste Coudurier2007-10-08
| | | | Originally committed as revision 10683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dnxhd data tables to separate fileBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 120 progressive supportBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 185 interlaced supportBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to duplicate cid table vars in contextBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, use correct cid tableBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add coding unit size for interlaced decodingBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* should be more correctBaptiste Coudurier2007-08-04
| | | | Originally committed as revision 9896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* actually return bytes readBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fix debug, dprintf does not have log levelBaptiste Coudurier2007-03-19
| | | | Originally committed as revision 8449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd decoderBaptiste Coudurier2007-03-18
Originally committed as revision 8445 to svn://svn.ffmpeg.org/ffmpeg/trunk