| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a proper header for our strsep implementation so strsep will | reimar | 2010-01-17 | 1 | -0/+1 |
* | Reuse the fmt-conversion code instead of duplicating the functionality. | reimar | 2010-01-17 | 1 | -24/+4 |
* | Only call avcodec_close if the open succeeded before, otherwise avcodec_close | reimar | 2009-11-06 | 1 | -1/+2 |
* | Change type to avoid void * arithmetic. | reimar | 2009-09-25 | 1 | -1/+1 |
* | Set codec_type and codec_id in codec context for lavc encoders. | reimar | 2009-09-25 | 1 | -0/+2 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -28/+28 |
* | Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com. | diego | 2009-02-01 | 1 | -0/+5 |
* | Update libavcodec 'aic' flag define to match current FFmpeg. | diego | 2009-01-30 | 1 | -2/+2 |
* | Fix compilation after libavcodec major version 52 changes | uau | 2008-09-08 | 1 | -6/+5 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | Add Dirac video support via libdirac and libschroedinger in libavcodec. | diego | 2008-07-22 | 1 | -0/+4 |
* | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 | 1 | -1/+1 |
* | AVOption support for video encoders. | michael | 2008-05-10 | 1 | -0/+10 |
* | Restore grayscale decoding support with FFmpeg. | diego | 2008-04-13 | 1 | -0/+3 |
* | Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references | diego | 2008-03-07 | 1 | -3/+0 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 | 1 | -4/+0 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -3/+3 |
* | Support lowdelay flag | reimar | 2007-09-06 | 1 | -0/+3 |
* | make x264 work again after the h264-libx264 renaming | michael | 2007-08-07 | 1 | -0/+2 |
* | allow to specify the audio bitrate in bits (some codecs need that ...) | michael | 2007-07-31 | 1 | -1/+1 |
* | make timestamps out of hot air | michael | 2007-07-31 | 1 | -0/+3 |
* | make a few more parameters accessable from mplayer | michael | 2007-07-31 | 1 | -1/+14 |
* | Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv). | corey | 2007-05-17 | 1 | -0/+1 |
* | Add DV fourcc. | corey | 2007-05-13 | 1 | -0/+2 |
* | add "level" as lavc option | cehoyos | 2007-05-03 | 1 | -0/+3 |
* | Add explicit location for headers from the libmpdemux/ directory. | diego | 2007-03-15 | 1 | -3/+3 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | Fix compilation after deprecation of some lav log level and | reimar | 2007-02-07 | 1 | -1/+1 |
* | support lavc mblmin and mblmax | corey | 2006-11-08 | 1 | -0/+6 |
* | Add proper flv fourcc | reimar | 2006-10-24 | 1 | -0/+2 |
* | pass average bitrate from encoder to (lavf) muxer | michael | 2006-08-10 | 1 | -1/+1 |
* | Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle. | diego | 2006-07-13 | 1 | -120/+2 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 | 1 | -5/+0 |
* | Support and document lavc b_sensitivity option. | corey | 2006-06-05 | 1 | -0/+3 |
* | document the recent changes in Snow. | lorenm | 2006-06-05 | 1 | -3/+6 |
* | support lavc mv0_threshold | corey | 2006-05-13 | 1 | -0/+3 |
* | Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-31 | 1 | -3/+3 |
* | lavc doesnt pass AVFrame.opaque around :/ | michael | 2006-03-21 | 1 | -2/+17 |
* | 10l (null pointer dereference) | michael | 2006-03-21 | 1 | -2/+12 |
* | passing pts through the filter layer (lets see if pts or cola comes out at th... | michael | 2006-03-21 | 1 | -6/+13 |
* | Support libavcodec vrc_strategy=1 (XviD ratecontrol). | corey | 2006-03-17 | 1 | -1/+1 |
* | -lavcopts aglobal | michael | 2006-03-13 | 1 | -0/+2 |
* | Fix video delay when encoding with B-frames. | corey | 2006-02-21 | 1 | -1/+5 |
* | Move conditional compilation out of the code and into the build system. | diego | 2006-01-31 | 1 | -3/+0 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 1 | -1/+1 |
* | pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i... | michael | 2006-01-25 | 1 | -0/+8 |
* | vglobal so the user can tell the encoder that she wants global headers ... on... | michael | 2006-01-24 | 1 | -1/+11 |
* | Using INT_MAX without including limits.h breaks compilation on MinGW. | diego | 2006-01-23 | 1 | -0/+1 |
* | support libavcodec's new sc_factor parameter | corey | 2006-01-22 | 1 | -0/+3 |
* | convert some printfs to mp_msg | rathann | 2006-01-10 | 1 | -1/+1 |
* | Support vme=8 (iterative overlapped block). | diego | 2005-12-29 | 1 | -1/+1 |
* | Add bidir_refine to lavc's set of options, and document it. | gpoirier | 2005-12-28 | 1 | -0/+3 |
* | support downscaling frames for dynamic b frame decission | gpoirier | 2005-12-25 | 1 | -0/+3 |
* | Fixed wrong M_OPT_RANGE in vrc_maxrate/vrc_minrate , default was 0 and range ... | reynaldo | 2005-11-29 | 1 | -2/+2 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -3/+3 |
* | 10l: scene change detecion is deactivated with sc_threshold=1000000000 | ranma | 2005-07-17 | 1 | -1/+1 |
* | 10l for me | ranma | 2005-07-17 | 1 | -1/+1 |
* | Add vrc_init_occupancy to lavcopts | ranma | 2005-06-20 | 1 | -0/+5 |
* | vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encodi... | reimar | 2005-05-09 | 1 | -6/+1 |
* | Add border masking support for lavc | gpoirier | 2005-05-08 | 1 | -0/+7 |
* | ljpeg codec needs YUVJ colorspace, too | reimar | 2005-05-08 | 1 | -1/+2 |
* | LIBAVCODEC_BUILD >= 4754 | michael | 2005-04-30 | 1 | -0/+4 |
* | 35% faster turbo mode with 0.01dB drop. Based Loren Merritt's suggestions. | gpoirier | 2005-03-02 | 1 | -4/+2 |
* | fixes for encoding of multiple files | henry | 2005-03-01 | 1 | -0/+1 |
* | 100l to michael :)))) | rfelker | 2005-02-24 | 1 | -2/+2 |
* | Use PIX_FMT_YUVJ420P for mjpeg so that vstrict=-1 is not necessary | reimar | 2005-02-23 | 1 | -0/+4 |
* | switch from DIVX -> FMP4 fourcc for libavcodec | michael | 2005-02-22 | 1 | -1/+1 |
* | change malloc and free to av_ variants where needed. | reimar | 2005-01-08 | 1 | -23/+10 |
* | suppress dummy frames due to B-frame delay. | lorenm | 2004-12-01 | 1 | -5/+21 |
* | new lavc codec: ffvhuff | lorenm | 2004-11-28 | 1 | -1/+4 |
* | 10l...autoaspect was always applied to muxer aspect if using newer libavcodec... | rfelker | 2004-10-18 | 1 | -1/+2 |
* | 10l: Make turbo mode compatible with 3-pass encoding | gpoirier | 2004-09-20 | 1 | -1/+1 |
* | New lavc flag: "turbo" mode which is supposed to speed up 2-pass encoding | gpoirier | 2004-09-19 | 1 | -0/+26 |
* | support generating divx2pass.log on 2nd pass patch by (Loren Merritt <lorenm ... | michael | 2004-09-18 | 1 | -9/+14 |
* | support snow | alex | 2004-08-21 | 1 | -0/+2 |
* | more precise wording | diego | 2004-08-09 | 1 | -1/+1 |
* | mencoder psnr segfaults on readonly fs patch by (Fabio Russo <f.russo at sosi... | michael | 2004-07-20 | 1 | -0/+2 |
* | dc=11 fixed | michael | 2004-07-06 | 1 | -1/+1 |
* | dc precision and closed gop patch by (Nico Sabbi <nsabbi at tiscali dot it>) | michael | 2004-07-06 | 1 | -0/+14 |
* | multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot e... | michael | 2004-07-06 | 1 | -0/+7 |
* | nsse weight | michael | 2004-06-07 | 1 | -0/+5 |
* | Use aspect from encoder for AVI vprp header | ranma | 2004-03-24 | 1 | -1/+3 |
* | bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) | michael | 2004-02-07 | 1 | -0/+3 |
* | quantizer noise shaping | michael | 2004-02-02 | 1 | -0/+5 |
* | ildctcmp, VSAD, VSSE | michael | 2004-01-05 | 1 | -0/+9 |
* | vismv, alt, ilme options | michael | 2003-12-30 | 1 | -0/+10 |
* | scenechange_threshold command line option patch by (Balatoni Denes <pnis at c... | michael | 2003-12-28 | 1 | -0/+5 |
* | better top_field_first behaviour (mostly what rich suggested) | michael | 2003-12-22 | 1 | -4/+8 |
* | using top_field_first from mpi, and support overriding it | michael | 2003-12-22 | 1 | -0/+36 |
* | RD optimal lambda->qp support | michael | 2003-11-12 | 1 | -0/+5 |
* | mencoder lavc audio encoding support | ranma | 2003-11-03 | 1 | -0/+7 |
* | 10l | michael | 2003-11-03 | 1 | -1/+1 |
* | noise reduction | michael | 2003-11-02 | 1 | -0/+5 |
* | 100l patch by (Tilmann Bitterberg <transcode at tibit dot org>) | michael | 2003-10-23 | 1 | -1/+1 |
* | mpeg4 has only 8bit per numerator and denominator ... | michael | 2003-10-20 | 1 | -1/+4 |
* | sample_aspect_ratio | michael | 2003-10-20 | 1 | -0/+8 |
* | use lagrange multipler instead of qscale | michael | 2003-10-07 | 1 | -6/+18 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | mv0 | michael | 2003-10-02 | 1 | -0/+5 |
* | rd cbp | michael | 2003-09-30 | 1 | -0/+5 |
* | fix 2-pass encoding with libavcodec onwin32, patch by Tristan Seligmann <mith... | faust3 | 2003-09-19 | 1 | -2/+2 |
* | 2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schinde... | michael | 2003-09-11 | 1 | -0/+2 |
* | support for user specified intra/inter matrices | alex | 2003-09-01 | 1 | -0/+63 |
* | switched lavc_param_format to CONF_TYPE_IMGFMT | alex | 2003-09-01 | 1 | -23/+31 |
* | asv2 encoding | michael | 2003-09-01 | 1 | -0/+8 |
* | mpeg2 | michael | 2003-08-25 | 1 | -0/+2 |
* | Removed the historic cfgparser and switched full to the new config parser (al... | alex | 2003-08-13 | 1 | -2/+2 |
* | mb decision stuff | michael | 2003-07-29 | 1 | -6/+10 |
* | lossless ff mjpeg encoding | michael | 2003-06-17 | 1 | -0/+9 |
* | YUV 444 411 410 support | michael | 2003-06-14 | 1 | -0/+18 |
* | context model size & coder type options for FFV1 | michael | 2003-06-13 | 1 | -0/+10 |
* | FFV1 | michael | 2003-06-09 | 1 | -0/+2 |
* | FFASV1 | michael | 2003-05-19 | 1 | -0/+11 |
* | optional automatic aspect encoding based on d_width and d_height | rfelker | 2003-04-26 | 1 | -0/+4 |
* | Fix serious breakage, 10000l ! | rguyom | 2003-04-07 | 1 | -3/+5 |
* | Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats". | rguyom | 2003-04-06 | 1 | -1/+16 |
* | lavc 4663 / quantizer bias | michael | 2003-03-22 | 1 | -1/+12 |
* | per context frame_rate_base | michael | 2003-03-12 | 1 | -1/+6 |
* | aic & umv | michael | 2003-03-05 | 1 | -0/+9 |
* | motion estimation range limit | michael | 2003-02-27 | 1 | -2/+7 |
* | Cleanup of the muxer API, func parameters muxer & muxer_f eliminated. | arpi | 2003-01-19 | 1 | -2/+1 |
* | qpel & pre ME improvements | michael | 2003-01-05 | 1 | -0/+13 |
* | motion estimation pre pass | michael | 2003-01-02 | 1 | -0/+5 |
* | lavc 4649 | michael | 2003-01-01 | 1 | -1/+6 |
* | trellis quantization | michael | 2002-12-31 | 1 | -2/+8 |
* | lavc 4647 | michael | 2002-12-28 | 1 | -6/+26 |
* | the long-waited MUXER layer, and new MPEG-PS muxer | arpi | 2002-12-27 | 1 | -4/+4 |
* | mb qp limits | michael | 2002-12-18 | 1 | -0/+8 |
* | AVVideoFrame -> AVFrame | michael | 2002-12-09 | 1 | -15/+24 |
* | infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>) | michael | 2002-12-05 | 1 | -0/+4 |
* | PSNR | michael | 2002-12-04 | 1 | -0/+69 |
* | specific debug output support | michael | 2002-12-04 | 1 | -0/+7 |
* | cleanup | michael | 2002-12-04 | 1 | -75/+1 |
* | support for lavc build 4641 | michael | 2002-12-04 | 1 | -11/+13 |
* | aspect ratio clenaup | michael | 2002-11-20 | 1 | -20/+21 |
* | vstrict is no flag | michael | 2002-11-14 | 1 | -1/+1 |
* | ffhuffyuv | michael | 2002-11-14 | 1 | -2/+41 |
* | cleanup | rfelker | 2002-11-02 | 1 | -4/+0 |
* | removed -pass nonsense from mencoder! it's now a suboption to -divx4opts | rfelker | 2002-11-02 | 1 | -50/+0 |
* | idct algo selection support | michael | 2002-09-29 | 1 | -0/+7 |
* | vcodec=mpeg4 set as default | arpi | 2002-09-29 | 1 | -1/+1 |
* | interlaced dct | michael | 2002-09-26 | 1 | -0/+7 |
* | darkmasking & docs | michael | 2002-09-24 | 1 | -0/+7 |
* | adaptive quant support ... | michael | 2002-09-23 | 1 | -0/+22 |
* | use avcodec_alloc_context() | michael | 2002-09-19 | 1 | -95/+103 |
* | aspect ratio support by encoding (currently only with mpeg4 and h263p) | alex | 2002-09-13 | 1 | -2/+31 |
* | changing return type of put_image void->int | arpi | 2002-09-10 | 1 | -1/+2 |
* | dct selection support | michael | 2002-08-30 | 1 | -1/+10 |
* | mostly compiler warning fixes, some small bugfix | arpi | 2002-08-28 | 1 | -1/+2 |
* | fixing compilation without divx4 patch by (RĂ©mi Guyomarch <rguyom at pobox d... | michael | 2002-08-25 | 1 | -1/+1 |
* | 10l | michael | 2002-08-25 | 1 | -4/+7 |
* | support for the new ratecontrol code | michael | 2002-08-25 | 1 | -10/+130 |
* | same behavior for luma & chroma single coeff elimination | michael | 2002-08-18 | 1 | -1/+1 |
* | skip blocks with small chroma dc support | michael | 2002-08-17 | 1 | -1/+1 |
* | dynamic libavcodec.so support updated by | arpi | 2002-08-14 | 1 | -1/+1 |
* | mpeg4 mpeg quantizer encoding | michael | 2002-08-07 | 1 | -1/+8 |
* | #ifdef'ed divx4 2pass code - idea by Diego | arpi | 2002-07-08 | 1 | -9/+20 |
* | wmv1 | michael | 2002-06-18 | 1 | -0/+10 |
* | single coefficient elimination disabled by default | michael | 2002-06-01 | 1 | -2/+2 |
* | new options to support Michael's libavcodec patch, #ifdefed | arpi | 2002-05-29 | 1 | -1/+27 |
* | a hack to make ffmjpeg created files viewable with windows dlls too | alex | 2002-05-05 | 1 | -4/+17 |
* | msmpeg4v2 -> MP42 mapping, requested by Gabucino | alex | 2002-05-04 | 1 | -0/+2 |
* | hq mode in first pass should work (as bad, ehh as well as LQ) | michael | 2002-04-22 | 1 | -2/+7 |
* | support for new stuff (lavc internal 2pass, ...) | michael | 2002-04-21 | 1 | -0/+22 |
* | bitrate>16000 means bits not kbits - noticed by George Hawkins <george_hawkin... | arpi | 2002-04-18 | 1 | -1/+3 |
* | Preliminary support for lavcs b-frame encoding, disabled by default. | atmos4 | 2002-04-17 | 1 | -0/+3 |
* | disable hq for 1st pass | arpi | 2002-04-16 | 1 | -1/+2 |
* | 2-pass qscale fixed | arpi | 2002-04-15 | 1 | -6/+2 |
* | workaround Juanjo's stupid vme change | arpi | 2002-04-14 | 1 | -3/+5 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -2/+2 |
* | capabilities support -> automatic insertion of scale, expand, pp | arpi |