2916 Commits (96b73a2ada3b44fe7439a5f7b172ea10f8896808)
 

Author SHA1 Message Date
Michael Niedermayer 96b73a2ada frame rate emulation "fix" by (Mean <fixounet at free dot fr>) 21 years ago
Michael Niedermayer 2e90b37c5e mpeg2 QP clamping fix 21 years ago
Michael Niedermayer 0982834b04 non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Michael Niedermayer 5ac59c559b warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend) 21 years ago
Michael Niedermayer baaf3f467b SVCD scan offset stuff 21 years ago
Denes Balatoni c953e7976e denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) 21 years ago
Michael Niedermayer 76e9d39297 forgot ... 21 years ago
Michael Niedermayer 783df5f347 denoise_dct_mmx() 21 years ago
Michael Niedermayer be408b67e6 noise reduction regression test 21 years ago
Michael Niedermayer fbb898067f more trellis quant optimizations 21 years ago
Mike Melanson da00f30e24 VMD support 21 years ago
Mike Melanson a7eb3c8dd1 initial commit for Sierra VMD file demuxer 21 years ago
Mike Melanson fafa0b75ee first pass at Sierra VMD A/V decoders; video looks great, audio is not 21 years ago
Michael Niedermayer 34e0a29d36 cleanup 21 years ago
Michael Niedermayer 7485d118f2 optimizing (trellis) quantizer 21 years ago
Mike Melanson 2ad5d5a8c8 off-by-1 error in the never-before-tested embedded string code 21 years ago
Michael Niedermayer c0baa56a25 trellis quantization regression test 21 years ago
Mike Melanson ca1c3f52e7 remove vile lie (MS ADPCM encoding is not supported yet) 21 years ago
Michael Niedermayer e5771f4f37 put_pixels width comment fix 21 years ago
Michael Niedermayer ae55b53303 dont show uninitalized motion vectors 21 years ago
Michael Niedermayer 69768b77b4 test interlaced motion estimation too 21 years ago
Michael Niedermayer 273977d814 rate limit tips and checks 21 years ago
Michael Niedermayer 55bbad6f14 minrate=0 for SVCD & DVD, this matches mpeg2enc and the mpeg1/2 vissual standard 21 years ago
Michael Niedermayer 0368c72d83 print vbv buffer size & bitrate when decoding with -debug 1 21 years ago
Michael Niedermayer 9e2a16e1a7 fixpoint log() for tiny_psnr so it can output actual PSNR 21 years ago
Michael Niedermayer 7d67aa9b0f info about h and tpel 21 years ago
Michael Niedermayer bb198e198a interlaced motion estimation 21 years ago
Michael Niedermayer b846b231b3 100000l 21 years ago
Wolfgang Hesseler 0c9bbaec60 motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Michael Niedermayer 890972be03 nicer looking PSNR stats (YUV seperate and print the whole file PSNR at the end instead of the last frame's) 21 years ago
Michael Niedermayer 1031fabd14 picture number fixes 21 years ago
Michael Niedermayer 622eb8367b 10l (segfault fix) 21 years ago
Wolfgang Hesseler bba04f1e9d frame stepping patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Alex Beregszaszi 2c293402b0 correct C init tables 21 years ago
Michael Niedermayer 54fcf429cd its nice to include 'what it does & why' in submitted patches 21 years ago
Steven M. Schultz 1c004e5622 lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) 21 years ago
Michael Niedermayer 71c47d6e24 10l (forgot to copy top_field_first flag) 21 years ago
Michael Niedermayer 8135f8df52 rv20 / h263 b frame fix 21 years ago
Michael Niedermayer bed1707c9c fix crash 21 years ago
Mike Melanson 4ff7c576f8 SVQ3 uses unrestricted motion vectors 21 years ago
Michael Niedermayer 9a41c2c747 svq3 fix 21 years ago
Fabrice Bellard e45f19437e harcoded DTS computation for mpeg 21 years ago
Michael Niedermayer d60a8f85d7 vbv_delay 21 years ago
Fabrice Bellard 044007c220 primitive LPCM generator 21 years ago
Fabrice Bellard 0dbb48d91e better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking) 21 years ago
Fabrice Bellard 6ec87caa70 fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) 21 years ago
Fabrice Bellard b84f2a3533 pts and dts support in parser API 21 years ago
Mike Melanson ac3d5cac7b initial predictors are not sent to the output in QT IMA; fix stereo QT 21 years ago
Fabrice Bellard 037b5189d8 MPEG1/2 decoding update (buffered frames are decoded now) 21 years ago
Fabrice Bellard 3735396022 make av_read_frame() return buffered frames at EOF 21 years ago