32 Commits (56b37cd1c7f3b5e5a3ece043c7ffccf70874cfb1)

Author SHA1 Message Date
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Baptiste Coudurier 1307463d52 Fix interlaced vc-3 decoding, issue #1753 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Måns Rullgård 20e7c8ae0a Remove some unnecessary alignment specifiers 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Baptiste Coudurier af5e7fc9b9 use dsp clear_block 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs d37f007d54 remove #include "mpegvideo.h" where it is not needed 17 years ago
Michael Niedermayer bd0e945f8e const 17 years ago
Baptiste Coudurier bb41f2e774 fix field order export 17 years ago
Baptiste Coudurier 6cb1d36169 typo weigth->weight 17 years ago
Baptiste Coudurier cd52a9ca9f preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it 17 years ago
Baptiste Coudurier 5e301bbb70 merge 17 years ago
Baptiste Coudurier a417d041f0 10l, check 'i' validity before using it 17 years ago
Baptiste Coudurier 42d1ffa3a2 fix 10 bit per comp detection 17 years ago
Baptiste Coudurier d3dc629c62 move dnxhd data tables to separate file 17 years ago
Baptiste Coudurier 0221ae8ca8 dnxhd 120 progressive support 17 years ago
Baptiste Coudurier 3c605485bb indentation 17 years ago
Baptiste Coudurier 6b259e439c dnxhd 185 interlaced support 17 years ago
Baptiste Coudurier dd661ebd36 cosmetic 17 years ago
Baptiste Coudurier 9a0a2c9f12 no need to duplicate cid table vars in context 17 years ago
Baptiste Coudurier 940e4bf9b9 10l, use correct cid table 17 years ago
Baptiste Coudurier 035bc6470d add coding unit size for interlaced decoding 17 years ago
Baptiste Coudurier 36ebf91206 should be more correct 17 years ago
Baptiste Coudurier 239e1b6f8f actually return bytes read 18 years ago
Baptiste Coudurier 8a0cdea157 10l, fix debug, dprintf does not have log level 18 years ago
Baptiste Coudurier 52b6bad219 dnxhd decoder 18 years ago