56 Commits (3b5ffe7a399a8ff8a600a31ba9b4348e5d2e8b86)

Author SHA1 Message Date
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
Michael Niedermayer 8b392ae2e7 10l (segfault) 20 years ago
Alex Beregszaszi b2a1c77162 try to select w/h from tables 20 years ago
Michael Niedermayer 7a04636485 svq1 mv array size fix 20 years ago
Mike Melanson c5c3a92674 well that does not need to be there anymore 20 years ago
Mike Melanson 975af7a992 the ongoing struggle for encoding conditionals 21 years ago
Michael Niedermayer 69de449af6 gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>) 21 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Michael Niedermayer e96682e6f4 some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer cc77b9435b removing unused encoding code 21 years ago
Michael Niedermayer fcee016467 automatic pixel format selection 21 years ago
Michael Niedermayer 270f878447 segfault fix 21 years ago
Michael Niedermayer 3178a86584 support skiped blocks in SVQ1 21 years ago
Michael Niedermayer 5e13a73006 motion estimation for SVQ1 21 years ago
Michael Niedermayer ec6d8af5aa p frame encoding, only with 0,0 motion vectors yet though 21 years ago
Michael Niedermayer 0d8e09f8bf using pointers so the code could eventually be used for P frames 21 years ago
Michael Niedermayer bab97b2f6c width height %64 != 0 fix 21 years ago
Michael Niedermayer 14aa9da3d6 color and 10l 21 years ago
Michael Niedermayer fa2ae82206 rate distorted intra only encoding 21 years ago
Mike Melanson 3b64893dae first pass at a Sorenson Video 1 (SVQ1) encoder 21 years ago
Michael Niedermayer 3edcacde04 init cleanup 21 years ago
Michael Niedermayer 303e50e65b closed gop support & flags2 as all bits in flags are used 21 years ago
Mike Melanson 2ad5d5a8c8 off-by-1 error in the never-before-tested embedded string code 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Alex Beregszaszi 0c938bd102 get_bits -> skip_bits 21 years ago
Michael Niedermayer 7a06ff148d AVCodec.flush() 21 years ago
Mike Melanson 59fcece910 rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's 22 years ago
Falk Hüffner 4cfbf61bf1 Warning and compatibility fixes. 22 years ago
Michael Niedermayer b536d0aad2 field pic decoding cleanup 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Michael Niedermayer b739d6762f cliping MVs, i dunno if its correct but it looks better then without it 22 years ago
Michael Niedermayer 68f593b484 GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops 22 years ago
Michael Niedermayer e5ab4fdd8e workaround dropable p frame after first frame bug 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 4e00e76b3c cleanup / messup? 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Zdenek Kabelac 18f770162b * fixing some minor const warnings 22 years ago
Zdenek Kabelac eb4b3dd3c3 * using DSPContext - so each codec could use its local (sub)set of CPU extension 22 years ago
Michael Niedermayer d6db1c9c6a handle direct rendering buffer allocation failure 22 years ago
Michael Niedermayer b318477992 put/avg_pixels16 22 years ago
Alex Beregszaszi ce23c668f1 moved codebooks to svq1_cb.h 22 years ago
Michael Niedermayer bc6d7776d8 hurry up support 23 years ago
Michael Niedermayer 22b13d5b4c grayscale only decoding 23 years ago
Michael Niedermayer 760acb18a3 direct rendering for SVQ1 23 years ago
Nick Kurshev cd141f4c22 1001L 23 years ago
Michael Niedermayer 02e0aa20a8 faster get_bit_cache 23 years ago