10206 Commits (d24ce947ca25e97c894348e09f11289f1180212a)
 

Author SHA1 Message Date
Alex Beregszaszi d24ce947ca indentation fix 18 years ago
Alex Beregszaszi 6c4d4fa361 removed unused variable ti 18 years ago
Vitor Sessak 9c8d9f251e Another minor simplification 18 years ago
Baptiste Coudurier ac0691071e Set the step index correctly for flash adpcm. Patch by Baptiste 18 years ago
Baptiste Coudurier 9fff16bcbb Calculate the correct blocksize for flash adpcm. Patch by Baptiste 18 years ago
Benoit Fouet 1f48345af4 remove warnings 18 years ago
Zdenek Kabelac 2c79288d4e fix mem leak 18 years ago
Vitor Sessak c9128d569a Make deinterlace_16 receive an array as a parameter and not two separated vars 18 years ago
Vitor Sessak b37bce6b61 Minor simplification 18 years ago
Vitor Sessak 60c4a31c6a Yet more cosmetics 18 years ago
Vitor Sessak 10024d443a More cosmetics 18 years ago
Vitor Sessak d0da802049 Remove reimplementation of av_log2 18 years ago
Reimar Döffinger ef0d7a0d4f Document aes init code writing on purpose beyond round_key array into state array. 18 years ago
Benoit Fouet 109d30e9f1 remove useless check 18 years ago
Andreas Öman 9ba7fe6dcb use YUV440P in swscale 18 years ago
Andreas Öman 4196cfb75b add YUV440P and YUVJ440P support 18 years ago
Joakim Plate 104d04182d fix emulated inet_aton so that it fails for invalid addresses 18 years ago
Vitor Sessak f175201004 Test for supported number of channels 18 years ago
Vitor Sessak 586e5bd902 Cosmetics: indentation 18 years ago
Vitor Sessak a1301f2934 Cosmetics: alignment 18 years ago
Vitor Sessak 10fb5763cc Remove more code duplication. Based on a patch by Matthieu Castet. 18 years ago
Vitor Sessak d562ba238e Move var. declaration to allow further clean up 18 years ago
Michael Niedermayer 001ec02645 lcl.c doesnt exist anymore 18 years ago
Vitor Sessak 7f26801668 Remove code duplication. Based on a patch by Matthieu Castet. 18 years ago
Luca Barbato 33ed2d843e Editorial cleanup, thanks Diego =) 18 years ago
Luca Barbato 241fb0c4ff RTP clarifications 18 years ago
Alex Beregszaszi 0509d453b5 set codec_type on init 18 years ago
Alex Beregszaszi 43924f018b use av_q2d as in the rest of the file 18 years ago
Diego Biurrun f1ea5c2a96 typo fixes 18 years ago
Ian Caulfield 04d2e45f3f create colorspace.h and use it where appropriate 18 years ago
Michael Niedermayer 208e63b479 mention rfc 4629 for rtp-h263(+) 18 years ago
Marc Hoffman b5f3f2b846 fixpoint: renaming all lowlevel arithmetic routines to xxx_float 18 years ago
Diego Biurrun 325751ef32 This was rewritten by Michael, switch copyrights to him and license to LGPL. 18 years ago
Benoit Fouet 21f41fa667 revert my accidental previous commit 18 years ago
Benoit Fouet 83ef1fea65 fix tools compilation 18 years ago
Denes Balatoni 975741e79c Don't segfault if an empty codebook gets used. 18 years ago
Roman Shaposhnik 263c241226 * making profile selection a bit more tolerant to the badly broken streams 18 years ago
Marc Hoffman f1639f69b4 cosmetics: adding some white space to align the arguments of a couple of functions 18 years ago
Måns Rullgård 19b95df09e remove useless #ifdef CONFIG_ZLIB from zmbv decoder 18 years ago
Ramiro Polla 1fc44ed69e MinGW has those include files. 18 years ago
Ramiro Polla 82e4ac2c97 Move av_gettime() back to lavf/utils.c 18 years ago
Ramiro Polla c993a83131 MinGW has gettimeofday() since mingw-runtime-3.10 18 years ago
Diego Biurrun fc69cc615e Remove redundant "all rights reserved" statement, OKed by Walken. 18 years ago
Aurelien Jacobs ee8c87b55b add support for S_ASS and S_SSA codec string 18 years ago
Marc Hoffman f999b63c77 float_t was a typo that compiled on macosx 18 years ago
Marc Hoffman dae92b62a3 fixpoint: move cplscales to context structure and provide hook for data format conversion 18 years ago
Marc Hoffman 28d997f932 fixpoint: lowlevel functional abstraction for all buffer arithmetics 18 years ago
Marc Hoffman e66442f4e3 fixpoint: separate windowing arithmetic imlt_window_float 18 years ago
Benoit Fouet 471bca1e41 order is name surname 18 years ago
Marc Hoffman dc0c20f99b separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation 18 years ago