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
/
ve_lavc.c
Commit message (
Expand
)
Author
Age
*
Only call avcodec_close if the open succeeded before, otherwise avcodec_close
reimar
2009-11-06
*
Change type to avoid void * arithmetic.
reimar
2009-09-25
*
Set codec_type and codec_id in codec context for lavc encoders.
reimar
2009-09-25
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.
diego
2009-02-01
*
Update libavcodec 'aic' flag define to match current FFmpeg.
diego
2009-01-30
*
Fix compilation after libavcodec major version 52 changes
uau
2008-09-08
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
Add Dirac video support via libdirac and libschroedinger in libavcodec.
diego
2008-07-22
*
cosmetics: Remove pointless parentheses from return calls.
diego
2008-05-16
*
AVOption support for video encoders.
michael
2008-05-10
*
Restore grayscale decoding support with FFmpeg.
diego
2008-04-13
*
Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references
diego
2008-03-07
*
FFmpeg now uses different (unified) #include paths.
diego
2008-02-25
*
typo fix: inited --> initialized
diego
2008-02-14
*
Support lowdelay flag
reimar
2007-09-06
*
make x264 work again after the h264-libx264 renaming
michael
2007-08-07
*
allow to specify the audio bitrate in bits (some codecs need that ...)
michael
2007-07-31
*
make timestamps out of hot air
michael
2007-07-31
*
make a few more parameters accessable from mplayer
michael
2007-07-31
*
Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).
corey
2007-05-17
*
Add DV fourcc.
corey
2007-05-13
*
add "level" as lavc option
cehoyos
2007-05-03
*
Add explicit location for headers from the libmpdemux/ directory.
diego
2007-03-15
*
Add explicit location for headers from the stream/ directory.
diego
2007-03-15
*
Fix compilation after deprecation of some lav log level and
reimar
2007-02-07
*
support lavc mblmin and mblmax
corey
2006-11-08
*
Add proper flv fourcc
reimar
2006-10-24
*
pass average bitrate from encoder to (lavf) muxer
michael
2006-08-10
*
Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
diego
2006-07-13
*
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
diego
2006-07-09
*
Support and document lavc b_sensitivity option.
corey
2006-06-05
*
document the recent changes in Snow.
lorenm
2006-06-05
*
support lavc mv0_threshold
corey
2006-05-13
*
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...
reynaldo
2006-03-31
*
lavc doesnt pass AVFrame.opaque around :/
michael
2006-03-21
*
10l (null pointer dereference)
michael
2006-03-21
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
Support libavcodec vrc_strategy=1 (XviD ratecontrol).
corey
2006-03-17
*
-lavcopts aglobal
michael
2006-03-13
*
Fix video delay when encoding with B-frames.
corey
2006-02-21
*
Move conditional compilation out of the code and into the build system.
diego
2006-01-31
*
change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...
michael
2006-01-26
*
pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...
michael
2006-01-25
*
vglobal so the user can tell the encoder that she wants global headers ... on...
michael
2006-01-24
*
Using INT_MAX without including limits.h breaks compilation on MinGW.
diego
2006-01-23
*
support libavcodec's new sc_factor parameter
corey
2006-01-22
*
convert some printfs to mp_msg
rathann
2006-01-10
*
Support vme=8 (iterative overlapped block).
diego
2005-12-29
*
Add bidir_refine to lavc's set of options, and document it.
gpoirier
2005-12-28
[next]