Fri, 16 May 2003 21:47:02 +0000 |
michaelni |
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered)
libavcodec
|
Wed, 14 May 2003 10:54:25 +0000 |
michaelni |
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it)
libavcodec
|
Tue, 06 May 2003 20:43:37 +0000 |
michaelni |
release buffer cleanup
libavcodec
|
Thu, 01 May 2003 22:45:09 +0000 |
romansh |
making it nicer to the client who doesn't expect errors messages in stdout
libavcodec
|
Tue, 29 Apr 2003 01:51:38 +0000 |
romansh |
* fixing NTSC frame rate for DV streams
libavcodec
|
Fri, 25 Apr 2003 00:29:48 +0000 |
michaelni |
fixing mixed dr1 + internal buffers
libavcodec
|
Fri, 04 Apr 2003 13:45:45 +0000 |
michaelni |
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>)
libavcodec
|
Fri, 28 Mar 2003 14:05:55 +0000 |
michaelni |
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|
Wed, 12 Mar 2003 15:16:19 +0000 |
michaelni |
per context frame_rate_base, this should finally fix frame_rate related av sync issues
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Mon, 03 Mar 2003 14:54:00 +0000 |
michaelni |
MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
libavcodec
|
Thu, 27 Feb 2003 23:26:31 +0000 |
michaelni |
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>)
libavcodec
|
Sun, 16 Feb 2003 23:05:38 +0000 |
michaelni |
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)
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Mon, 27 Jan 2003 09:21:30 +0000 |
bellard |
DV audio decoder by Roman Shaposhnick
libavcodec
|
Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|
Wed, 15 Jan 2003 19:21:21 +0000 |
michaelni |
fixing DCTELEM != short
libavcodec
|
Wed, 01 Jan 2003 15:10:45 +0000 |
michaelni |
warnings patch by (bubu <bubu at bubu dot net>)
libavcodec
|
Mon, 09 Dec 2002 12:03:43 +0000 |
michaelni |
AVVideoFrame -> AVFrame
libavcodec
|
Wed, 04 Dec 2002 10:04:03 +0000 |
michaelni |
cleanup
libavcodec
|
Thu, 14 Nov 2002 18:43:49 +0000 |
kabi |
* not checking for get_buffer_callback - it would be user's error
libavcodec
|
Tue, 12 Nov 2002 15:00:04 +0000 |
kabi |
* fixing some minor const warnings
libavcodec
|
Mon, 11 Nov 2002 09:40:17 +0000 |
kabi |
* using DSPContext - so each codec could use its local (sub)set of CPU extension
libavcodec
|
Sun, 10 Nov 2002 18:45:36 +0000 |
arpi_esp |
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback
libavcodec
|
Mon, 04 Nov 2002 18:03:10 +0000 |
kabi |
* DR1 support
libavcodec
|
Wed, 09 Oct 2002 12:35:22 +0000 |
bellard |
support buffers containing more than one frame
libavcodec
|
Tue, 08 Oct 2002 17:54:02 +0000 |
bellard |
fixed NTSC end of line bug
libavcodec
|
Mon, 07 Oct 2002 23:08:42 +0000 |
arpi_esp |
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer)
libavcodec
|
Mon, 07 Oct 2002 21:28:33 +0000 |
arpi_esp |
DV ntsc support, 411P colorspace added
libavcodec
|
Fri, 04 Oct 2002 20:59:29 +0000 |
al3x |
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv)
libavcodec
|
Fri, 04 Oct 2002 07:49:00 +0000 |
bellard |
simplified parsing - added MMX idct support
libavcodec
|
Thu, 03 Oct 2002 21:07:39 +0000 |
bellard |
first working version of DV video decoder
libavcodec
|