24938 Commits (b7ed18b9bd0f73f1c7aa5533918ea5013dbd593c)

Author SHA1 Message Date
Michael Niedermayer 1607a98545 avcodec/mlp: Fix bugs in libavs warning fixes 12 years ago
Tim.Nicholson ae4c912bce Forward interlaced field information from mov to ffv1 decoder. 12 years ago
Michael Niedermayer 154c8bf60b avcodec/mdec: make block_index static const 12 years ago
Michael Niedermayer f19a23bd4f avcodec/mjpeg: make 2 outcommented tables static 12 years ago
Michael Niedermayer b984c727f5 avcodec/dxtory: make def_lru[8] static 12 years ago
Michael Niedermayer 04c50cb3a0 avcodec/dnxhdenc: make header_prefix static const 12 years ago
Yusuke Nakamura a8b19271c3 avcodec: Add output_picture_number to AVCodecParserContext 12 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 12 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 12 years ago
Paul B Mahol bc2187cfdb ttaenc: fix packet size 12 years ago
Vittorio Giovara 0d8b943d20 h264_sei: Return meaningful values 12 years ago
Michael Niedermayer bff371e34c jpeg2000dec: simplify jpeg2000_read_bitstream_packets() 12 years ago
Michael Niedermayer 5936d98244 avcodec/wmaenc: change commented assert to av_assert 12 years ago
Timothy Gu b3f858b829 libxvid: cosmetics: Realign the code 12 years ago
Vittorio Giovara b18412171f h264_sei: K&R formatting cosmetics 12 years ago
Diego Biurrun 4c7fd58f8a h264_sei: Remove pointless old comment 12 years ago
Diego Biurrun 9ea24e927e twinvq: Add proper twinvq prefixes to identifiers 12 years ago
Paul B Mahol 69fe25cdca lclenc: remove unused code 12 years ago
Paul B Mahol fe37551249 sunrastenc: do not set avctx->coded_frame 12 years ago
Paul B Mahol 678431d3f2 jv: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol ff1c13b133 mss3: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol 02fe531afe mss2: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol 451b2ca1b4 indeo2: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol 76e27b1d05 smacker: make code independent of sizeof(AVFrame) 12 years ago
Timothy Gu 3b3c1ed076 libxvid: Add SSIM displaying through a libxvidcore plugin 12 years ago
Timothy Gu ccb212b6c3 libxvid: add working lumimasking and variance AQ 12 years ago
Romain Beauxis 38536e5927 Support for shine 3.0.0 12 years ago
Michael Niedermayer 121fc05b4d avcodec/get_bits: place volatile at the right spot 12 years ago
Michael Niedermayer 43411f416f avcodec/get_bits: init_state is used for thread sync, make it volatile 12 years ago
Diego Biurrun 78b4bfdb84 Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents 12 years ago
Michael Niedermayer 3cd8aaa2b2 avcodec/kmvc: fix MV checks 12 years ago
Michael Niedermayer 55c4cba2a7 huffyuvenc: BGRA support 12 years ago
Carl Eugen Hoyos f2118d44c9 Fix compilation with --disable-everything --enable-shared. 12 years ago
Michael Niedermayer f80ccf074a avcodec/ff_init_vlc_sparse: use a local array for static vlcs avoiding malloc() 12 years ago
Michael Niedermayer 6af8326354 avcodec/ff_init_vlc_sparse: use a spinlock for thread sync 12 years ago
Michael Niedermayer a9903f7ec1 Revert "bitstream: make vlc init of static tables thread safe." 12 years ago
Paul B Mahol 2786ac777d zmbv: use av_image_copy_plane() 12 years ago
Paul B Mahol 19da86f3ff targaenc: remove unused TargaContext 12 years ago
Paul B Mahol e999f2339a truemotion2: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol a5155294e5 pnm: do not set avctx->coded_frame 12 years ago
Paul B Mahol 329221eee7 pnm: fix 255 < maxval < 65535 for pam with depth 1 12 years ago
Carl Eugen Hoyos 2c046c718a Revert "Avoid overflows when reading pgm files with maxval != 255 and != 65535." 12 years ago
Paul B Mahol 768e40b451 Revert "pnm: remove nonsense code" 12 years ago
Luca Barbato 3ca1dd2502 xl: Make sure the width is valid 12 years ago
Carl Eugen Hoyos 7651c0e49b Avoid overflows when reading pgm files with maxval != 255 and != 65535. 12 years ago
Carl Eugen Hoyos 7e8e8ba9cc Assume gray8 if 1 < maxval <= 255 in pgm. 12 years ago
Carl Eugen Hoyos ae4dc0b37a Set bits_per_raw_sample when decoding mjpeg / ljpeg. 12 years ago
Paul B Mahol b09d86c636 utvideoenc: use av_image_copy_plane() 12 years ago
Luca Barbato 62b1e3b103 aasc: Check minimum buffer size 12 years ago
Luca Barbato 45ee556d51 qdm2: Whitespace cosmetics 12 years ago