aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve_lavc.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* AVOption support for video encoders.Gravatar michael2008-05-10
* Restore grayscale decoding support with FFmpeg.Gravatar diego2008-04-13
* Grayscale encoding/decoding with FFmpeg is no longer enabled, remove referencesGravatar diego2008-03-07
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* typo fix: inited --> initializedGravatar diego2008-02-14
* Support lowdelay flagGravatar reimar2007-09-06
* make x264 work again after the h264-libx264 renamingGravatar michael2007-08-07
* allow to specify the audio bitrate in bits (some codecs need that ...)Gravatar michael2007-07-31
* make timestamps out of hot airGravatar michael2007-07-31
* make a few more parameters accessable from mplayerGravatar michael2007-07-31
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).Gravatar corey2007-05-17
* Add DV fourcc.Gravatar corey2007-05-13
* add "level" as lavc optionGravatar cehoyos2007-05-03
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Fix compilation after deprecation of some lav log level andGravatar reimar2007-02-07
* support lavc mblmin and mblmaxGravatar corey2006-11-08
* Add proper flv fourccGravatar reimar2006-10-24
* pass average bitrate from encoder to (lavf) muxerGravatar michael2006-08-10
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.Gravatar diego2006-07-13
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* Support and document lavc b_sensitivity option.Gravatar corey2006-06-05
* document the recent changes in Snow.Gravatar lorenm2006-06-05
* support lavc mv0_thresholdGravatar corey2006-05-13
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-31
* lavc doesnt pass AVFrame.opaque around :/Gravatar michael2006-03-21
* 10l (null pointer dereference)Gravatar michael2006-03-21
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Support libavcodec vrc_strategy=1 (XviD ratecontrol).Gravatar corey2006-03-17
* -lavcopts aglobalGravatar michael2006-03-13
* Fix video delay when encoding with B-frames.Gravatar corey2006-02-21
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...Gravatar michael2006-01-25
* vglobal so the user can tell the encoder that she wants global headers ... on...Gravatar michael2006-01-24
* Using INT_MAX without including limits.h breaks compilation on MinGW.Gravatar diego2006-01-23
* support libavcodec's new sc_factor parameterGravatar corey2006-01-22
* convert some printfs to mp_msgGravatar rathann2006-01-10
* Support vme=8 (iterative overlapped block).Gravatar diego2005-12-29
* Add bidir_refine to lavc's set of options, and document it.Gravatar gpoirier2005-12-28
* support downscaling frames for dynamic b frame decissionGravatar gpoirier2005-12-25
* Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range ...Gravatar reynaldo2005-11-29
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* 10l: scene change detecion is deactivated with sc_threshold=1000000000Gravatar ranma2005-07-17
* 10l for meGravatar ranma2005-07-17
* Add vrc_init_occupancy to lavcoptsGravatar ranma2005-06-20
* vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encodi...Gravatar reimar2005-05-09
* Add border masking support for lavcGravatar gpoirier2005-05-08
* ljpeg codec needs YUVJ colorspace, tooGravatar reimar2005-05-08