32 Commits (cd394651c946436353e16db0d37cd4ede94111ba)

Author SHA1 Message Date
Michael Niedermayer 62cf114b59 seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) 22 years ago
Michael Niedermayer 924311cd98 some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) 22 years ago
Michael Niedermayer e20c40697c release buffer cleanup 22 years ago
Roman Shaposhnik ed543377a4 making it nicer to the client who doesn't expect errors messages in stdout 22 years ago
Roman Shaposhnik 880e8ba730 * fixing NTSC frame rate for DV streams 22 years ago
Michael Niedermayer d90cf87b90 fixing mixed dr1 + internal buffers 22 years ago
Michael Niedermayer 6aafe463e5 support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Roman Shaposhnik deb0a292b0 AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Michael Niedermayer b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago
Roman Shaposhnik 948c3a1397 support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) 22 years ago
Wolfgang Hesseler 7604246d1a more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard 425ed6e223 DV audio decoder by Roman Shaposhnick 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 0e15384d9d fixing DCTELEM != short 22 years ago
bubu ccfddafbd9 warnings patch by (bubu <bubu at bubu dot net>) 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Zdenek Kabelac adb4328917 * not checking for get_buffer_callback - it would be user's error 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
Arpi df1c67adda 10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback 22 years ago
Zdenek Kabelac b0397e0e00 * DR1 support 22 years ago
Fabrice Bellard d017ab70f4 support buffers containing more than one frame 22 years ago
Fabrice Bellard 1c05e11d02 fixed NTSC end of line bug 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
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 7be166e4ea simplified parsing - added MMX idct support 22 years ago
Fabrice Bellard 5d2231ee8f first working version of DV video decoder 22 years ago