7500 Commits (40a08c7e9ab0ce2603a22ccacc02252bfa035b9f)
 

Author SHA1 Message Date
Reimar Döffinger 40a08c7e9a Correct GET/PUT_UTF8 comment: the get/put functions might be called up 18 years ago
Reimar Döffinger a99cfb0d0e Fix typo in comment 18 years ago
Kostya Shishkov 322af4bed5 Identation 18 years ago
Kostya Shishkov c8f9f9b91a Divide first audio buffer chunk into atomary bufffers. 18 years ago
Diego Biurrun 5836d158b6 Fix misplaced comment. 18 years ago
Diego Biurrun 8662900b3b Clean up XAN DPCM hack and set codec_tag to 0 for XAN DPCM, AVI files 18 years ago
Måns Rullgård 9e7fd10192 improved pthreads test 18 years ago
Benjamin Larsson 3644d47241 Missed one log2(). 18 years ago
Oded Shimon 468f8102d5 change mpeg4 fourcc from "mp4s" to "mp4v" 18 years ago
Oded Shimon bf054f7430 update to libnut, use framecode table generator 18 years ago
Oded Shimon a851cf8cf7 update to libnut API, changes to frame_table_input 18 years ago
Kostya Shishkov b615c1edfc Optimize overlapping 18 years ago
Kostya Shishkov 7ad8d3bf0c Fix comments 18 years ago
Kostya Shishkov b6fa8993fb Overlap filtering was done in reverse order 18 years ago
Michael Niedermayer 2b70eb2bed fix support for avis with sample_size > packet size 18 years ago
Måns Rullgård f24d50e5fc TUNECPU is never used 18 years ago
Måns Rullgård 4dc62701e1 simplify [TARGET_]ARCH_* setting 18 years ago
Måns Rullgård f57620d512 add copyright notices for myself and Diego 18 years ago
Alex Beregszaszi 20d46c038a Remove alpha channel from RGB555 18 years ago
Alex Beregszaszi 08d23410ea BGR555 has never been working as alpha supporting format. Remove the false setting. 18 years ago
Baptiste Coudurier 550f6f974b parse video frame headers to get key flag 18 years ago
Michael Niedermayer 6264a515d0 forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...) 18 years ago
Michael Niedermayer c2271987f8 fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...) 18 years ago
Diego Biurrun 4cedbe5c8a Remove stray newline. 18 years ago
Michael Niedermayer f7c9f48dc6 10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe) 18 years ago
Michael Niedermayer 39c6a118f0 remove broken decoder locking code 18 years ago
Baptiste Coudurier 43a8686416 print error when unsupported sample rate is used with swf 18 years ago
Michael Niedermayer 06599638dd check max_pts_distance 18 years ago
Michael Niedermayer 0a3b575bc7 skip non keyframes after seeking between syncpoint and the first keyframe 18 years ago
Michael Niedermayer c873bc17bf remove unused variables 18 years ago
Baptiste Coudurier a57d13b713 throw error if unsupported resolution is used with h261 18 years ago
Michael Niedermayer 09e151848a removing unused code 18 years ago
Ryan Martell 1ad20f96f2 remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com 18 years ago
Oded Shimon e4bb70838f Update to libnut API, non-negative errors 18 years ago
Baptiste Coudurier 3666f75d33 make option field const 18 years ago
Måns Rullgård 9c9143989b set CONFIG_OS2 using new method 18 years ago
Måns Rullgård 860391a53e gcc always #defines __MINGW32__ on mingw targets 18 years ago
Oded Shimon 02f9d8fb95 I suppose I can add myself, at least for my vorbis encoder... 18 years ago
Michael Niedermayer 8e5606bfcd detect a few more errors (fixes libmp3-bug.avi again) 18 years ago
Baptiste Coudurier 4e762357ee add movenc.c maintainers 18 years ago
Oded Shimon 9123f531be update to libnut API, don't free the streams 18 years ago
Diego Biurrun 3e4134f697 Also remove cws2fws on clean. 18 years ago
Diego Biurrun 4d15aae193 Do not build output_example and qt-faststart by default. 18 years ago
Diego Biurrun 009618ea0d Remove duplicate *.lib from rm command. 18 years ago
Diego Biurrun c5173a3b09 Remove ifneq MINGW condition around man page uninstallation. We don't do 18 years ago
Diego Biurrun 9464f2b836 Move BeOS extralibs handling into configure. 18 years ago
Diego Biurrun eaa53b957b MinGW compilation fix, inet_aton and #includes depend on networking support. 18 years ago
Diego Biurrun bedb355098 Remove tar target, it's hardly useful. 18 years ago
Måns Rullgård 0701ca7f95 set status variables automatically in check_header and check_func 18 years ago
Måns Rullgård 18b67ae59e rename HAVE_DLFCN to HAVE_DLFCN_H 18 years ago