5850 Commits (737278c86a41936a5d3bd29074b2883c31a4b657)

Author SHA1 Message Date
Diego Biurrun d0b53d05c8 Fix some spelling mistakes. 17 years ago
Kostya Shishkov 74971185f3 RV30/40 common VLC tables 17 years ago
Vitor Sessak f87d2632b3 Fix alignment broke by my last patch 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Kostya Shishkov 329851e032 TIFF may omit compression tag. 17 years ago
Diego Biurrun 7338d36808 succes --> success typo 17 years ago
Reimar Döffinger 892a4c2da8 Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize 17 years ago
Michael Niedermayer 5d702d6db2 senseless cast and () 17 years ago
Michael Niedermayer 90901860c2 stupid code (casting of void*) found by checktree.sh 17 years ago
Reimar Döffinger 4c1e509c11 wma_decode_superframe always returns s->block_align, so make 17 years ago
Diego Biurrun 2d4e0c1aa9 Fix make checkheaders, #include <inttypes.h> was missing. 17 years ago
Michael Niedermayer 0063c05c67 fix segfault with interlaced h.264 17 years ago
Ian Caulfield 6b493b2f2f MLP/TrueHD parser 17 years ago
Stefano Sabatini 0fe93f07ba Clarify documentation for avcodec_encode_audio. 17 years ago
Aurelien Jacobs bb6cc730e5 remove some unused ff_p* vars from dsputil 17 years ago
Aurelien Jacobs dbb5fdbdc8 remove useless #ifdef around extern declaration 17 years ago
Aurelien Jacobs 7c35b55111 cosmetics: indentation 17 years ago
Aurelien Jacobs 51ac88228a convert some #ifdef CONFIG_ to if(ENABLE_ 17 years ago
Aurelien Jacobs 5b67ce2afa build vc1dsp_mmx.c in its own compilation unit 17 years ago
Aurelien Jacobs 43de50659b use ff_ prefix for extern vars 17 years ago
Aurelien Jacobs 182f56cb0c make ff_p* vars extern so that they can be used in various *_mmx.c files 17 years ago
Aurelien Jacobs 713b0bffd6 10l: init_get_bits want size in bits, not bytes 17 years ago
Aurelien Jacobs 48b36ec24b cosmetics: alignment 17 years ago
Diego Biurrun c47e20e621 spelling cosmetics 17 years ago
D Richard Felker III de39d62c14 sync message with modern ffmpeg bitrate option syntax. 17 years ago
Aurelien Jacobs 28e7453c11 remove some empty close/init functions in avcodec 17 years ago
Aurelien Jacobs 725d86bfd5 add pcm_s16le_planar support for electronicarts files 17 years ago
Aurelien Jacobs 4d4f59d750 split wmv2 encoder and decoder in their own files 17 years ago
Christophe Gisquet ac40ce4244 Typo fix. Previous version had some picture error building up until next keyframe. 17 years ago
Kostya Shishkov e082f4a89b Data tables for future RV30/40 decoder 17 years ago
Christophe Gisquet d3a9c44e1d Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% 17 years ago
Diego Biurrun f0a838e525 Add missing #includes to fix 'make checkheaders'. 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
Christophe Gisquet 82821c913b add VC-1 MMX DSP functions, under MIT license. 17 years ago
Michael Niedermayer e59d932826 cosmetic (x==NULL -> !x) 17 years ago
Michael Niedermayer 5b2052b38f cosmetic (place { consistently) 17 years ago
Michael Niedermayer 0dd954b1f0 cosmetic (remove != 0 / != NULL) 17 years ago
Michael Niedermayer e1c48b7aae use sizeof in snprintf (note the changed code is all under #if 0) 17 years ago
Michael Niedermayer 2867ed9b1c check region depth for validity 17 years ago
Benjamin Larsson 289987e454 Use memcpy instead of for loop 17 years ago
Jeff Downs e240f898ff Call mpegvideo flush routine on h264 flush. Needed in particular 17 years ago
Diego Biurrun eb72cacb21 Remove unused functions, fixes the warnings: 17 years ago
Aurelien Jacobs 87246a01cf avoid some halfpel related #ifdef 17 years ago
Diego Biurrun a0c013de34 Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: 17 years ago
Panagiotis Issaris 9bd51b9aab Attribute for specifying direction should come right after @param. 17 years ago
Christophe Gisquet 1a625dce18 Use put_signed_pixels_clamped where appropriate 17 years ago
Alex Beregszaszi 0b77d7d642 Remove editor junk from the end. 17 years ago
Benjamin Larsson 2b992d0e88 Small simplification 17 years ago
Alex Beregszaszi 8e1b957cd4 Support 44.1kHz audio. Acked by Benjamin 17 years ago
Alex Beregszaszi 8ef4de4e11 Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. 17 years ago