12011 Commits (d75dcfdcebbb166805fb9ac8f2d622c82fc9141a)
 

Author SHA1 Message Date
Kostya Shishkov ea61e33a7f Intra types will be stored in int8_t array 17 years ago
Kostya Shishkov 52b917536d Add decoder flags 17 years ago
Kostya Shishkov da71cdadc2 Replace table with its H.263 counterpart 17 years ago
Kostya Shishkov 89f41c3de7 Register myself for future RV30/40 decoder 17 years ago
Diego Biurrun c552605cae Add --list-indevs and --list-outdevs command line options. 17 years ago
Diego Biurrun 10d46dd0c1 Add --disable-devices to --help output. 17 years ago
Diego Biurrun 7dd2862b48 Add input and output devices to configure output. 17 years ago
Diego Biurrun 8fb1cb5825 Remove unnecessary quotes. 17 years ago
Kostya Shishkov dbf7150441 Update tables for RV40 decoder 17 years ago
Michael Niedermayer 1918057c8a prevent warnings about functions being possibly unused 17 years ago
Michael Niedermayer 9a3bb2b89c thank you for your efforts to keep my code clean, but i would like to 17 years ago
Dave Yeo d22e844250 OS/2 support restored in cleaner form. 17 years ago
Panagiotis Issaris b17270878e Verify long_ref_count!=0. Fix issue 281. 17 years ago
Alexander Strange bc2bc41bb8 Fix missing chroma in version 3 STR. 17 years ago
Michael Niedermayer b180d9fe99 fix decoding of the first frame of gray.mov 17 years ago
Jeff Downs cf653d0811 Initialize function pointers used by error resilience code before any 17 years ago
Mike Melanson 9de2919ce5 adjust indentation on latest patch 17 years ago
Mike Melanson 8b35bd806d Check sanity in the palette loading operation. The addresses a potential security risk in 17 years ago
Roberto Togni ab19baef36 Typo 17 years ago
Måns Rullgård c2fd6530af use -Bsymbolic linker flag if supported 17 years ago
Kostya Shishkov ae4ca617e3 RV40 decoder specific functions 17 years ago
Baptiste Coudurier c1da59fa2d return error if malloc failed, found by takis, fix issue 286 17 years ago
Panagiotis Issaris 9cf0419bb1 check mov_read_default return value where appropriate, patch by takis, fix issue 285 17 years ago
Benjamin Larsson b529ab37ba 4 months of hard development and finally it's done. Closes issue 58. Adpcm_swf regressions tests. 17 years ago
Diego Biurrun cedb83a671 colour --> color in variable names 17 years ago
Panagiotis Issaris 9aa8ed9d23 Add a --disable-devices flag which disables all muxers and demuxers of 17 years ago
Diego Biurrun a660c52a7e cosmetics: comment spelling fixes 17 years ago
Diego Biurrun 7827885cfb Fix make checkheaders. 17 years ago
Diego Biurrun f2c68f9c7e cosmetics: spelling fixes 17 years ago
Baptiste Coudurier 44fb8ebb62 fix dnxhd 720p in mov for quicktime player 17 years ago
Michael Niedermayer a57c41b2c5 add assert to detect invalid packet_timestamp_start/end 17 years ago
Michael Niedermayer 7548783bc5 correct invalid duration 17 years ago
Baptiste Coudurier 6b80f1a12d add const to remove warnings, ffmpeg.c:2892: warning: initialization discards qualifiers from pointer target type 17 years ago
Michael Niedermayer 3d86e370d8 make rc_buffer_size apply to audio as well 17 years ago
Michael Niedermayer 7e1720dec6 make mpeg-ps probe less happy with random data 17 years ago
Michael Niedermayer 2db971135a return a slightly larger score if we find more than 500 valid mp3 frames in a row 17 years ago
Michael Niedermayer 5ef5501b71 ensure that the probe code runs in O(n) 17 years ago
Kostya Shishkov fda767bb4f Rename function to reflect its action 17 years ago
Michael Niedermayer 890d2799c1 remove arbitrary 4096 limit for probing 17 years ago
Michael Niedermayer 5110d151b6 prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files 17 years ago
Michael Niedermayer e515221618 Remove rc_eq-specific code, it is passed by AVOption now. 17 years ago
Michael Niedermayer 4b59cf6c1c Fix non-numeric AVOptions. 17 years ago
Michael Niedermayer b81f2b3d2f simplify 17 years ago
Michael Niedermayer 24cdc39e9d make the AVOption code work with strings instead of crash 17 years ago
Reimar Döffinger 1fe47470d1 Make ff_qt_default_palette_* arrays "static const" 17 years ago
Reimar Döffinger 77777f0dd8 Some spelling fixes in comments 17 years ago
Reimar Döffinger 73a727f369 Make ff_mkv_codec_tags array const, it is never written. 17 years ago
Reimar Döffinger b639896915 Use the correct "const float *" type for variable instead of casting const away. 17 years ago
Reimar Döffinger 5db3c3bc03 Add missing const to last argument of decode_significance_8x8_x86. 17 years ago
Baptiste Coudurier c20d3ce255 indentation 17 years ago