summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhddec.c
Commit message (Collapse)AuthorAge
* 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