aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ve_lavc.c
Commit message (Expand)AuthorAge
* Only call avcodec_close if the open succeeded before, otherwise avcodec_closeGravatar reimar2009-11-06
* Change type to avoid void * arithmetic.Gravatar reimar2009-09-25
* Set codec_type and codec_id in codec context for lavc encoders.Gravatar reimar2009-09-25
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.Gravatar diego2009-02-01
* Update libavcodec 'aic' flag define to match current FFmpeg.Gravatar diego2009-01-30
* Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Add Dirac video support via libdirac and libschroedinger in libavcodec.Gravatar diego2008-07-22
* 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