2004-07-15 |
rtognimp |
Cinepak, CYUV and RoqA/V are now in ffmpeg
|
2004-04-29 |
rtognimp |
Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpeg
|
2003-12-23 |
rtognimp |
Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC
|
2003-11-12 |
iive |
XviD Api4 support
|
2003-11-04 |
rik |
addition of special image formats for Zoran MJPEG, and vd_zrmjpeg.c
|
2003-10-25 |
diego |
-vop ---> -vf
|
2003-08-28 |
rtognimp |
Quicktime 8BPS decoder
|
2003-07-13 |
alex |
removed our native svq1 and huffyuv implementation as libavcodec's implementations are much better
|
2003-06-18 |
arpi |
HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards)
|
2003-05-11 |
arpi |
Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
|
2003-03-05 |
michael |
add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
|
2003-02-25 |
alex |
MACOSX support patch, based on Dan Christiansens work
|
2003-02-04 |
arpi |
- append the 'palette' filter if the codec supports RGB8/BGR8 and no csp
|
2002-12-27 |
alex |
do not config video out system if input dimensions are invalid (triggered a segfault in vop_expand due to missing dimension checks, which bug was reported by gabucino)
|
2002-11-26 |
arpi |
DMO support
|
2002-11-12 |
arpi |
qt video dll codecs support
|
2002-11-01 |
arpi |
usage of libmpeg2, liba52, mp3lib & svq1 can be disabled
|
2002-10-30 |
albeu |
10L ! Don't remove the scale filter if we don't added ourself
|
2002-10-29 |
albeu |
Auto insert vf_lavc for the MPEG vo's
|
2002-10-25 |
arpi |
debug ize
|
2002-10-19 |
alex |
support to use minilzo lib alternatively
|
2002-10-13 |
arpi |
liblzo realtime video codec support (decoding only)
|
2002-10-07 |
arpi |
argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.
|
2002-09-20 |
arpi |
This patch allows you to use fractional values for specifying a zoom.
|
2002-09-10 |
arpi |
TGA images (-mf on:type=tga) support
|
2002-09-03 |
arpi |
pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)
|
2002-09-01 |
alex |
added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlib
|
2002-09-01 |
arpi |
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
|
2002-08-31 |
arpi |
some messages added/changed
|
2002-08-30 |
arpi |
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
|
2002-08-28 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|
2002-08-13 |
jaf |
messages moved from vf.c and vd.c
|
2002-08-05 |
arpi |
native DV audio/video decoders using libdv
|
2002-07-11 |
albeu |
Add draw slice for the codecs
|
2002-07-10 |
albeu |
Support for Xvid using their new api. If divx4 compatiblity is disabeled
|
2002-06-22 |
arpi |
SVQ1 added
|
2002-06-08 |
arpi |
realvideo support by Florian Schneider <flo-mplayer-dev@gmx.net>
|
2002-05-30 |
arpi |
setting mpi's w/h to disp_w/h. it fixes mpeg1 crash when height%16!=0
|
2002-05-20 |
arpi |
big cosmetics patch, cleanup of messages printed by mplayer and libs.
|
2002-05-12 |
arpi |
various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
|
2002-05-01 |
arpi |
setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARN
|
2002-04-29 |
arpi |
apply aspect prescaling to -xy
|
2002-04-19 |
arpi |
debug line
|
2002-04-13 |
arpi |
mp_image.h and img_format.h moved to libmpcodecs
|
2002-04-11 |
arpi |
capabilities support -> automatic insertion of scale, expand, pp
|
2002-04-10 |
arpi |
query_format debug moved 1 verbose level down
|
2002-04-06 |
arpi |
video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
|
2002-04-04 |
arpi |
global var for option -slices
|
2002-04-03 |
arpi |
vd_mpegpes added
|
2002-03-27 |
atmos4 |
Issue a warning in VDec if disp_w and disp_h weren't set by codec and try workaround.
|
2002-03-24 |
arpi |
UV vs VU fix
|
2002-03-22 |
alex |
added zlib
|
2002-03-21 |
melanson |
added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>
|
2002-03-20 |
alex |
using -dr instead -vaa_dr
|
2002-03-19 |
melanson |
MPlayer now has a Microsoft RLE decoder to call its own...only supports
|
2002-03-18 |
arpi |
supports query_format in codecs
|
2002-03-18 |
arpi |
don't call video->get_info if it's NULL
|
2002-03-17 |
arpi |
libvo printfs added (moved from mplayer.c), mpi buffers free'd to fix multifile playback
|
2002-03-16 |
arpi |
prefer outfmt with no conversion (see vo's query flags)
|
2002-03-14 |
arpi |
temp workaround for mencoder
|