aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
* feed av_log() through mp_msg()Gravatar michael2006-11-07
* Fix SVQ3 extradata handling so it works correctly with demux_lavfGravatar pacman2006-07-31
* Fix bogus pointer addition in the extraction of extradata fromGravatar pacman2006-07-31
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.Gravatar diego2006-07-13
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* simplify extradata handling and make passing extradata on the default.Gravatar reimar2006-04-02
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-31
* reinit vo when pix_fmt changes.Gravatar reimar2006-03-27
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Add support for grayscale [m]jpegGravatar rtognimp2006-02-08
* Move conditional compilation out of the code and into the build system.Gravatar diego2006-01-31
* proper support for shared libpostprocGravatar diego2006-01-22
* malloc padding to avoid access beyond allocated memoryGravatar henry2005-12-19
* bitexact flagGravatar michael2005-12-18
* multithreaded decodingGravatar michael2005-12-02
* make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault PO...Gravatar gpoirier2005-12-02
* do not set ctx->vo_inited when init fails. This caused a crash when aGravatar reimar2005-11-10
* print the first 16 bytes of frame data with -v -v, helps detect whenGravatar reimar2005-09-16
* Support for skip optionsGravatar reimar2005-07-17
* FFmpeg theora decoder supportGravatar rtognimp2005-06-26
* 10l for meGravatar henry2005-06-08
* correcting the previous draw_slice fixGravatar henry2005-06-07
* check for display height when drawing slicesGravatar henry2005-06-07
* quicktime fix updateGravatar henry2005-05-25
* prefer width&height from bitmapinfoheader for h263 streamsGravatar henry2005-05-25
* LOCO support via lavcGravatar rtognimp2005-04-07
* "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work againGravatar reimar2005-01-26
* wmv3 needs extradataGravatar alex2005-01-22
* change malloc and free to av_ variants where needed.Gravatar reimar2005-01-08
* conditional lowres: activate lowres if frame width >= thresholdGravatar nicodvb2004-12-17
* fix byteorderGravatar michael2004-12-06
* new lavc codec: ffvhuffGravatar lorenm2004-11-28
* too large extradataGravatar michael2004-10-11
* compensate for width/height being picture width/height instead of bitstream w...Gravatar michael2004-09-27
* low resolution decodingGravatar michael2004-09-26
* AVC support moved to libavcodec, avcC atom is now passed in extradataGravatar rtognimp2004-09-13
* disable direct rendering for h264Gravatar michael2004-09-07
* non spec compliant optizations supportGravatar michael2004-09-02
* AVC (fourcc avc1) in mp4 supportGravatar rtognimp2004-08-29
* support for snowGravatar alex2004-08-21
* top/bottom mb row skippingGravatar michael2004-06-26
* Segfault fix for some h264 in avi filesGravatar rtognimp2004-06-06
* .mp4 with lavf supportGravatar michael2004-04-11
* BGR16Gravatar michael2004-04-11
* use flag for XvMC codec recognition and enable dr1 for fixed version of lavcGravatar iive2004-03-16
* xvmc use get_format for IDCT/MC recognitionGravatar iive2004-03-01
* vd_ffmpeg to set repeat-first-field patch by (Zoltan Hidvegi <mplayer at hzol...Gravatar michael2004-02-24
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...Gravatar michael2004-02-18
* Fix ffmpeg RGB24 mapping (needed for qtrle)Gravatar rtognimp2004-02-12