15365 Commits (644173759146be1cff244e8cf6a26de26bf07edf)
 

Author SHA1 Message Date
Fabrice Bellard 92391c6c89 use C99 syntax for field init 22 years ago
Fabrice Bellard 4bfad53561 added two pass info 22 years ago
Fabrice Bellard 1cbc289016 added mpeg in avi support 22 years ago
Fabrice Bellard 5abdb4b199 added two pass support (same syntax as mencoder) 22 years ago
Michael Niedermayer 4973397975 mpeg1 2pass encoding 22 years ago
Fabrice Bellard 9c89585ad4 resample fix by Petros Tsantoulis 22 years ago
Fabrice Bellard e1687cc07f added DV support 22 years ago
Fabrice Bellard d017ab70f4 support buffers containing more than one frame 22 years ago
Fabrice Bellard f20dca4020 added raw DV demux (audio is currently not handled) 22 years ago
Fabrice Bellard 1c05e11d02 fixed NTSC end of line bug 22 years ago
Fabrice Bellard 789587d595 minimum support for YUV411P (new combined scaler/converter will handle that better...) 22 years ago
Jürgen Keil 47fa9c203a 16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>) 22 years ago
Arpi 9e39878252 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer) 22 years ago
Arpi e9feea594a DV ntsc support, 411P colorspace added 22 years ago
Falk Hüffner acd2e05c47 * Fix dct_unquantize_h263_axp for changed block_last_index indexing. 22 years ago
Måns Rullgård bb76a117b1 c syntax update patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 22 years ago
Michael Niedermayer 0298af4887 set low_delay on encoding if no b frames 22 years ago
Michael Niedermayer 676e200cff trying to fix the non-x86 IDCTs (untested) 22 years ago
Falk Hüffner 6c38306600 Make compilable again after DCT cleanup. It gives wrong results, 22 years ago
Falk Hüffner e447d7d65f Some nifty stuff for upcoming patches. 22 years ago
Falk Hüffner 3565eeaaaa Fix for source dir != build dir. Patch provided by Måns Rullgård. 22 years ago
Alex Beregszaszi defdfc9aa0 moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv) 22 years ago
Fabrice Bellard 1e5c667c91 fixed MPEG2 pts parsing - ignore unknown stream type 22 years ago
Fabrice Bellard 7be166e4ea simplified parsing - added MMX idct support 22 years ago
Fabrice Bellard 020fcc94e0 added DV support 22 years ago
Fabrice Bellard 5d2231ee8f first working version of DV video decoder 22 years ago
Fabrice Bellard 652f019786 in fact IDCT248 needs to be normalized as I suspected 22 years ago
Leon van Stuivenberg 5917d17cb7 ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) 22 years ago
Fabrice Bellard a46a3ce416 added IDCT248 testing 22 years ago
Fabrice Bellard 9bf71516b1 first version of IDCT248 for DV decoding support 22 years ago
Michael Niedermayer 3a3d3a42c2 fixing custom quantizer matrix decoding 22 years ago
Michael Niedermayer 3994623df2 optimization 22 years ago
Michael Niedermayer ce5b7c5e11 sliced mode for mpeg1/2 22 years ago
Michael Niedermayer acf44abb8c move scantable init from block-decode to header parser 22 years ago
Michael Niedermayer 3729c91296 optimizing mpeg2 decode block stuff 22 years ago
Michael Niedermayer 144f062500 rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) 22 years ago
Fabrice Bellard e41e834272 suppressed unrelated logs 22 years ago
Michael Niedermayer 4c2bc159bd fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution 22 years ago
Michael Niedermayer a02017367b optimizing mpeg1_decode_block() 22 years ago
Michael Niedermayer 8e1652dc9d forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) 22 years ago
Michael Niedermayer cc7ac88830 convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) 22 years ago
Michael Niedermayer 9b59c92f47 indenting preprocessor stuff, as its completly unreadable otherwise 22 years ago
Michael Niedermayer 23e54f6927 renaming variable 22 years ago
Michael Niedermayer 2ad1516a6c idct permutation cleanup, idct can be selected per context now 22 years ago
Falk Hüffner f9bb4bdffc Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win 22 years ago
Falk Hüffner ea689c8eb7 An easy way to speed up encoding by 6%. 22 years ago
Falk Hüffner 7ffbb60ee7 Minor warning fix. 22 years ago
Michael Niedermayer a9c6830605 minor optimization of h263_encode_motion() 22 years ago
Michael Niedermayer 202ef8b819 ff_get_fourcc() & XVIX support 22 years ago
Michael Niedermayer 0c2dd16eb6 autodetect UMP4 (by adding a fourcc field to AVCodecContext) 22 years ago