summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove MEncoderUoti Urpala2010-11-021-1050/+0
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-14/+7
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-6/+2
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-7/+7
* Merge svn changes up to r31004Uoti Urpala2010-04-261-3/+1
|\
| * Mark encoder-related m_option_t struct arrays as const.diego2010-04-041-1/+1
| * Remove pointless #ifdef CONFIG_LIBAVCODEC preprocessor check.diego2010-04-031-2/+0
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-7/+7
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r30375Uoti Urpala2010-01-251-24/+5
|\|
| * Add a proper header for our strsep implementation so strsep willreimar2010-01-171-0/+1
| * Reuse the fmt-conversion code instead of duplicating the functionality.reimar2010-01-171-24/+4
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-1/+2
|\|
| * Only call avcodec_close if the open succeeded before, otherwise avcodec_closereimar2009-11-061-1/+2
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-1/+3
|\|
| * Change type to avoid void * arithmetic.reimar2009-09-251-1/+1
| * Set codec_type and codec_id in codec context for lavc encoders.reimar2009-09-251-0/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-28/+28
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-28/+28
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-4/+4
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-4/+4
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-0/+5
|\|
| * Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.diego2009-02-011-0/+5
* | Merge svn changes up to r28403Uoti Urpala2009-01-311-2/+2
|\|
| * Update libavcodec 'aic' flag define to match current FFmpeg.diego2009-01-301-2/+2
* | Merge svn changes up to r27573Uoti Urpala2008-09-101-6/+5
|\|
| * Fix compilation after libavcodec major version 52 changesuau2008-09-081-6/+5
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-1/+1
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* | Merge svn changes up to r27347Uoti Urpala2008-07-251-0/+4
|\|
| * Add Dirac video support via libdirac and libschroedinger in libavcodec.diego2008-07-221-0/+4
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+1
|\|
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-1/+1
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-0/+10
|\|
| * AVOption support for video encoders.michael2008-05-101-0/+10
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-7/+7
|/
* Restore grayscale decoding support with FFmpeg.diego2008-04-131-0/+3
* Grayscale encoding/decoding with FFmpeg is no longer enabled, remove referencesdiego2008-03-071-3/+0
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Support lowdelay flagreimar2007-09-061-0/+3
* make x264 work again after the h264-libx264 renamingmichael2007-08-071-0/+2
* allow to specify the audio bitrate in bits (some codecs need that ...)michael2007-07-311-1/+1
* make timestamps out of hot airmichael2007-07-311-0/+3
* make a few more parameters accessable from mplayermichael2007-07-311-1/+14
* Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).corey2007-05-171-0/+1
* Add DV fourcc.corey2007-05-131-0/+2
* add "level" as lavc optioncehoyos2007-05-031-0/+3
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-3/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Fix compilation after deprecation of some lav log level andreimar2007-02-071-1/+1
* support lavc mblmin and mblmaxcorey2006-11-081-0/+6
* Add proper flv fourccreimar2006-10-241-0/+2
* pass average bitrate from encoder to (lavf) muxermichael2006-08-101-1/+1
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-131-120/+2
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-5/+0
* Support and document lavc b_sensitivity option.corey2006-06-051-0/+3
* document the recent changes in Snow.lorenm2006-06-051-3/+6
* support lavc mv0_thresholdcorey2006-05-131-0/+3
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-3/+3
* lavc doesnt pass AVFrame.opaque around :/michael2006-03-211-2/+17
* 10l (null pointer dereference)michael2006-03-211-2/+12
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-6/+13
* Support libavcodec vrc_strategy=1 (XviD ratecontrol).corey2006-03-171-1/+1
* -lavcopts aglobalmichael2006-03-131-0/+2
* Fix video delay when encoding with B-frames.corey2006-02-211-1/+5
* Move conditional compilation out of the code and into the build system.diego2006-01-311-3/+0
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-1/+1
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-251-0/+8
* vglobal so the user can tell the encoder that she wants global headers ... on...michael2006-01-241-1/+11
* Using INT_MAX without including limits.h breaks compilation on MinGW.diego2006-01-231-0/+1
* support libavcodec's new sc_factor parametercorey2006-01-221-0/+3
* convert some printfs to mp_msgrathann2006-01-101-1/+1
* Support vme=8 (iterative overlapped block).diego2005-12-291-1/+1
* Add bidir_refine to lavc's set of options, and document it.gpoirier2005-12-281-0/+3
* support downscaling frames for dynamic b frame decissiongpoirier2005-12-251-0/+3
* Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range ...reynaldo2005-11-291-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* 10l: scene change detecion is deactivated with sc_threshold=1000000000ranma2005-07-171-1/+1
* 10l for meranma2005-07-171-1/+1
* Add vrc_init_occupancy to lavcoptsranma2005-06-201-0/+5
* vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encodi...reimar2005-05-091-6/+1
* Add border masking support for lavcgpoirier2005-05-081-0/+7
* ljpeg codec needs YUVJ colorspace, tooreimar2005-05-081-1/+2
* LIBAVCODEC_BUILD >= 4754michael2005-04-301-0/+4
* 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions.gpoirier2005-03-021-4/+2
* fixes for encoding of multiple fileshenry2005-03-011-0/+1
* 100l to michael :))))rfelker2005-02-241-2/+2
* Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessaryreimar2005-02-231-0/+4
* switch from DIVX -> FMP4 fourcc for libavcodecmichael2005-02-221-1/+1
* change malloc and free to av_ variants where needed.reimar2005-01-081-23/+10
* suppress dummy frames due to B-frame delay.lorenm2004-12-011-5/+21
* new lavc codec: ffvhufflorenm2004-11-281-1/+4
* 10l...autoaspect was always applied to muxer aspect if using newer libavcodec...rfelker2004-10-181-1/+2
* 10l: Make turbo mode compatible with 3-pass encodinggpoirier2004-09-201-1/+1
* New lavc flag: "turbo" mode which is supposed to speed up 2-pass encodinggpoirier2004-09-191-0/+26
* support generating divx2pass.log on 2nd pass patch by (Loren Merritt <lorenm ...michael2004-09-181-9/+14
* support snowalex2004-08-211-0/+2
* more precise wordingdiego2004-08-091-1/+1
* mencoder psnr segfaults on readonly fs patch by (Fabio Russo <f.russo at sosi...michael2004-07-201-0/+2
* dc=11 fixedmichael2004-07-061-1/+1
* dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>)michael2004-07-061-0/+14
* multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot e...michael2004-07-061-0/+7
* nsse weightmichael2004-06-071-0/+5
* Use aspect from encoder for AVI vprp headerranma2004-03-241-1/+3
* bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)michael2004-02-071-0/+3
* quantizer noise shapingmichael2004-02-021-0/+5
* ildctcmp, VSAD, VSSEmichael2004-01-051-0/+9
* vismv, alt, ilme optionsmichael2003-12-301-0/+10
* scenechange_threshold command line option patch by (Balatoni Denes <pnis at c...michael2003-12-281-0/+5
* better top_field_first behaviour (mostly what rich suggested)michael2003-12-221-4/+8
* using top_field_first from mpi, and support overriding itmichael2003-12-221-0/+36
* RD optimal lambda->qp supportmichael2003-11-121-0/+5
* mencoder lavc audio encoding supportranma2003-11-031-0/+7
* 10lmichael2003-11-031-1/+1
* noise reductionmichael2003-11-021-0/+5
* 100l patch by (Tilmann Bitterberg <transcode at tibit dot org>)michael2003-10-231-1/+1
* mpeg4 has only 8bit per numerator and denominator ...michael2003-10-201-1/+4
* sample_aspect_ratiomichael2003-10-201-0/+8
* use lagrange multipler instead of qscalemichael2003-10-071-6/+18
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* mv0michael2003-10-021-0/+5
* rd cbpmichael2003-09-301-0/+5
* fix 2-pass encoding with libavcodec onwin32, patch by Tristan Seligmann <mith...faust32003-09-191-2/+2
* 2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schinde...michael2003-09-111-0/+2
* support for user specified intra/inter matricesalex2003-09-011-0/+63
* switched lavc_param_format to CONF_TYPE_IMGFMTalex2003-09-011-23/+31
* asv2 encodingmichael2003-09-011-0/+8
* mpeg2michael2003-08-251-0/+2
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-2/+2
* mb decision stuffmichael2003-07-291-6/+10
* lossless ff mjpeg encodingmichael2003-06-171-0/+9
* YUV 444 411 410 supportmichael2003-06-141-0/+18
* context model size & coder type options for FFV1michael2003-06-131-0/+10
* FFV1michael2003-06-091-0/+2
* FFASV1michael2003-05-191-0/+11
* optional automatic aspect encoding based on d_width and d_heightrfelker2003-04-261-0/+4
* Fix serious breakage, 10000l !rguyom2003-04-071-3/+5
* Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".rguyom2003-04-061-1/+16
* lavc 4663 / quantizer biasmichael2003-03-221-1/+12
* per context frame_rate_basemichael2003-03-121-1/+6
* aic & umvmichael2003-03-051-0/+9
* motion estimation range limitmichael2003-02-271-2/+7
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-2/+1
* qpel & pre ME improvementsmichael2003-01-051-0/+13
* motion estimation pre passmichael2003-01-021-0/+5
* lavc 4649michael2003-01-011-1/+6
* trellis quantizationmichael2002-12-311-2/+8
* lavc 4647michael2002-12-281-6/+26
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-4/+4
* mb qp limitsmichael2002-12-181-0/+8
* AVVideoFrame -> AVFramemichael2002-12-091-15/+24
* infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)michael2002-12-051-0/+4
* PSNRmichael2002-12-041-0/+69
* specific debug output supportmichael2002-12-041-0/+7
* cleanupmichael2002-12-041-75/+1
* support for lavc build 4641michael2002-12-041-11/+13
* aspect ratio clenaupmichael2002-11-201-20/+21
* vstrict is no flagmichael2002-11-141-1/+1
* ffhuffyuvmichael2002-11-141-2/+41
* cleanuprfelker