11970 Commits (ab759f6e1ed434d9cefc04d00311c83cd085b38c)
 

Author SHA1 Message Date
  Michael Niedermayer 4b59cf6c1c Fix non-numeric AVOptions. 18 years ago
  Michael Niedermayer b81f2b3d2f simplify 18 years ago
  Michael Niedermayer 24cdc39e9d make the AVOption code work with strings instead of crash 18 years ago
  Reimar Döffinger 1fe47470d1 Make ff_qt_default_palette_* arrays "static const" 18 years ago
  Reimar Döffinger 77777f0dd8 Some spelling fixes in comments 18 years ago
  Reimar Döffinger 73a727f369 Make ff_mkv_codec_tags array const, it is never written. 18 years ago
  Reimar Döffinger b639896915 Use the correct "const float *" type for variable instead of casting const away. 18 years ago
  Reimar Döffinger 5db3c3bc03 Add missing const to last argument of decode_significance_8x8_x86. 18 years ago
  Baptiste Coudurier c20d3ce255 indentation 18 years ago
  Baptiste Coudurier cc3a970857 dnxhd 720p encoding and decoding support 18 years ago
  Baptiste Coudurier df745b9ce6 cosmetics, encode_variance -> encode_fast 18 years ago
  Baptiste Coudurier 78532b052d fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits 18 years ago
  Kostya Shishkov 79cf2c7e86 RealVideo 3 decoder functions 18 years ago
  Kostya Shishkov 47ac2b0d14 Fix muxer so that generated files are playable by realplayer, other open 18 years ago
  Kostya Shishkov ec28509fed Fix regression tests after r11127 and 11129 18 years ago
  Roberto Togni e3052ce7b1 Revert r10892, it's wrong and no longer needed to prevent crashes 18 years ago
  Diego Biurrun 56cc85a068 Misc spelling fixes, prefer American over British English. 18 years ago
  Diego Biurrun 737278c86a Fix some spelling typos 18 years ago
  Diego Biurrun d0b53d05c8 Fix some spelling mistakes. 18 years ago
  Kostya Shishkov 74971185f3 RV30/40 common VLC tables 18 years ago
  Vitor Sessak f87d2632b3 Fix alignment broke by my last patch 18 years ago
  Vitor Sessak 52b541ad79 spelling 18 years ago
  Kostya Shishkov 329851e032 TIFF may omit compression tag. 18 years ago
  Diego Biurrun 7338d36808 succes --> success typo 18 years ago
  Reimar Döffinger 892a4c2da8 Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize 18 years ago
  Michael Niedermayer 5d702d6db2 senseless cast and () 18 years ago
  Michael Niedermayer 90901860c2 stupid code (casting of void*) found by checktree.sh 18 years ago
  Michael Niedermayer 7fffc87979 1000l _reserved (found by checktree.sh) 18 years ago
  Reimar Döffinger 4c1e509c11 wma_decode_superframe always returns s->block_align, so make 18 years ago
  Diego Biurrun 2d4e0c1aa9 Fix make checkheaders, #include <inttypes.h> was missing. 18 years ago
  Diego Biurrun bc279024c2 Comment some #endif directives. 18 years ago
  Michael Niedermayer 0063c05c67 fix segfault with interlaced h.264 18 years ago
  Luca Abeni e8acf0edea Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), 18 years ago
  Andreas Öman fe2b276c2e Bump lavf minor due to addition of 18 years ago
  Björn Axelsson e7e4810aae Extend ByteIOContext and add the buffered IO functions: 18 years ago
  Ian Caulfield 6b493b2f2f MLP/TrueHD parser 18 years ago
  Stefano Sabatini 0fe93f07ba Clarify documentation for avcodec_encode_audio. 18 years ago
  Michael Niedermayer 1c715415e3 frame_size vs. frame_size*channels bug 18 years ago
  Aurelien Jacobs bb6cc730e5 remove some unused ff_p* vars from dsputil 18 years ago
  Aurelien Jacobs dbb5fdbdc8 remove useless #ifdef around extern declaration 18 years ago
  Aurelien Jacobs 7c35b55111 cosmetics: indentation 18 years ago
  Aurelien Jacobs 51ac88228a convert some #ifdef CONFIG_ to if(ENABLE_ 18 years ago
  Aurelien Jacobs 5b67ce2afa build vc1dsp_mmx.c in its own compilation unit 18 years ago
  Aurelien Jacobs 43de50659b use ff_ prefix for extern vars 18 years ago
  Aurelien Jacobs 182f56cb0c make ff_p* vars extern so that they can be used in various *_mmx.c files 18 years ago
  Aurelien Jacobs 713b0bffd6 10l: init_get_bits want size in bits, not bytes 18 years ago
  Aurelien Jacobs 48b36ec24b cosmetics: alignment 18 years ago
  Diego Biurrun c47e20e621 spelling cosmetics 18 years ago
  Dave Yeo 93115b82f0 Add #include "os_support.h" to restore OS/2 support. 18 years ago
  Diego Biurrun d2f5fe7cc7 Remove possibly misleading comments. 18 years ago