index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vf_lavc.c
Commit message (
Expand
)
Author
Age
*
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
diego
2006-07-13
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
Move conditional compilation out of the code and into the build system.
diego
2006-01-31
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
restored framerate autodetection based on height
nicodvb
2005-06-28
*
set pix_fmt
michael
2005-05-05
*
LIBAVCODEC_BUILD >= 4754
michael
2005-04-30
*
Fix build with LIBAVCODEC_BUILD < 4684.
ranma
2003-11-09
*
constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.c
ranma
2003-10-24
*
many small typo and grammar fixes
gabucino
2003-10-04
*
Add the new -vf option wich is the same as vop in reverse order.
albeu
2003-03-15
*
1000l
michael
2003-03-13
*
AVVideoFrame -> AVFrame
michael
2002-12-09
*
cleanup
michael
2002-12-04
*
support for lavc build 4641
michael
2002-12-04
*
- using avcodec_alloc_context()
arpi
2002-10-22
*
changing return type of put_image void->int
arpi
2002-09-10
*
mostly compiler warning fixes, some small bugfix
arpi
2002-08-28
*
dynamic libavcodec.so support updated by
arpi
2002-08-14
*
FPS autodetection, accept args: quality:fps
arpi
2002-05-08
*
10l
arpi
2002-04-28
*
realtime yv12->mpeg1 with libavcodec qscale=1
arpi
2002-04-27