aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAge
...
* 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
* Use fli decoder from libavcodecGravatar rtognimp2004-01-25
* Use MSZH and ZLIB decoders from libavcodecGravatar rtognimp2004-01-12
* disable dr1&slices for the other vissualizations tooGravatar michael2004-01-01
* disable slices & dr1 if motion vector vissualization is used, still doesnt wo...Gravatar michael2004-01-01
* vismv, alt, ilme optionsGravatar michael2003-12-30
* set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACEDGravatar michael2003-12-22
* ffrv20 decoderGravatar michael2003-11-30
* reget_buffer() supportGravatar rtognimp2003-11-26
* 1l, another version check missing, noted by rgselkGravatar rtognimp2003-11-10
* 1l missing version checkGravatar iive2003-11-10
* Support for paletted codecs in ffmpegGravatar rtognimp2003-11-09
* aspect change does not flush buffersGravatar iive2003-11-08
* If alex is too lazy to apply a patch, then i'll do it :)Gravatar attila2003-11-03
* sample_aspect_ratioGravatar michael2003-10-20
* YUV422P dr1 fixGravatar michael2003-10-09
* many small typo and grammar fixesGravatar gabucino2003-10-04
* pass stream header FCCGravatar michael2003-09-11
* FFASV2Gravatar michael2003-09-01
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* xvmc updatesGravatar iive2003-07-26
* sync to ffmpeg, updates, cleanupsGravatar iive2003-07-21