2323 Commits (fdb86eb10d53b73f61bc86c280fa5f8f50233bf1)

Author SHA1 Message Date
Fabrice Bellard 82acee8fc4 removed unmaintained vc stuff 23 years ago
Fabrice Bellard 6000abfa89 removed useless header includes - use av memory functions 23 years ago
Fabrice Bellard 4cc281d9d9 added VPATH support for multiple dir compilation 23 years ago
Fabrice Bellard 3123dd793e proper memory handling functions 23 years ago
Fabrice Bellard 61a4e8ae3b removed debug function 23 years ago
Fabrice Bellard f9ed4f8894 put all integer init code to compute n^(4/3) - memory alloc and header fixes 23 years ago
Fabrice Bellard 5bd12d1277 improved mpeg1/2 decoding speed 23 years ago
Fabrice Bellard 44f27b3a86 added proper memory handling functions - fixed include paths 23 years ago
Fabrice Bellard 9241551049 tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests) 23 years ago
Michael Niedermayer 4b7b196005 qmin==1 bugfix 23 years ago
Michael Niedermayer a7bd879798 shared lib support (req by kabi) ... 23 years ago
Michael Niedermayer 607dce96c0 hopefully faster mmx2&3dnow MC 23 years ago
Michael Niedermayer 59fe111e81 new hopefully faster MC 23 years ago
Michael Niedermayer 02734c6a3e print frame decoding time support (x86 only) 23 years ago
Juanjo e0a3d744a0 - repeat_pict meaning changed, now it signals the extra delay for the 23 years ago
Zdenek Kabelac e8f147930b * first shot for the new avcodec API 23 years ago
Philip Gladstone 13a0314fba * Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it. 23 years ago
Nick Kurshev 79b0d5f925 build num ++ 23 years ago
Nick Kurshev 8bceb6af09 build info for ABI 23 years ago
Nick Kurshev 5d27890ae9 I was too lazy to be a hero ;) 23 years ago
Juanjo c80340a4eb - repeat_pict added to AVCodecContext to signal if the decoder must repeat 23 years ago
Juanjo 9cd3766f6e - pict_type exported to AVCodecContext 23 years ago
Juanjo 564ef23d49 - Warning fix. 23 years ago
Philip Gladstone 0edf8a7a65 * Don't allocate 0 bytes of memory. It upsets electricFence! 23 years ago
Philip Gladstone 8170f3dc8f * Fix a problem with the first sample when down sampling. 23 years ago
Philip Gladstone 4c3d2e5f86 * Every frame is a key_frame 23 years ago
Philip Gladstone 4a663d8042 * Start using enumerated types (makes debugging much easier) 23 years ago
Alex Beregszaszi a69b930cd3 clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) 23 years ago
Alex Beregszaszi 723106b279 added support for various app headers, and writin FFmpeg comment 23 years ago
Juanjo fffcb5e841 - Segfault fixed when liba52 dynamic library isn't found. 23 years ago
Juanjo bc6caae212 - MPEG-4 B frames coding option for ffmpeg.c 23 years ago
Zdenek Kabelac afa90da5fb * replaced with liba52 23 years ago
Michael Niedermayer 7aaf3b98fc there are divx5? encoded files without a userdata section but with b-frames :( 23 years ago
Michael Niedermayer e71a4f7425 segfault fix for b-frame encoding with height%16!=0 23 years ago
Nick Kurshev 156e5023e8 version info 23 years ago
Michael Niedermayer 3649cfd9b3 MV visualisation support 23 years ago
Michael Niedermayer 3d1d9b2c37 shorter user data with formating by juanjo 23 years ago
Michael Niedermayer 32cd20de42 move ABS() to common.h 23 years ago
Michael Niedermayer 9717dad883 move put_string() to common.{c,h} 23 years ago
Michael Niedermayer 1c3a2382d0 correct quantizer bias 23 years ago
Arpi 0f9400b4fb ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear 23 years ago
Juanjo 1e209222f5 - H263 PAR support by Alex Beregszaszi. 23 years ago
Alex Beregszaszi af289048d8 patch by Alex Beregszaszi <alex@naxine.org> 23 years ago
Michael Niedermayer 51b8fd1998 freeze fix 23 years ago
Michael Niedermayer ccf589a8fe C4=16383 for the c version too and even for some outcommented code 23 years ago
Michael Niedermayer 9e1795dd13 set C4 to 16383 23 years ago
Juanjo ef5b1b5a7e - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. 23 years ago
Arpi e84c31dc88 Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> 23 years ago
Zdenek Kabelac 2a2a98c0d1 * by Thomas Sailer: 23 years ago
Michael Niedermayer bb71e31757 fixing msmpeg4v3 dc-scale for quantizers 24-31 23 years ago