summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* LOCO support via lavcrtognimp2005-04-071-1/+2
* "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work againreimar2005-01-261-0/+6
* wmv3 needs extradataalex2005-01-221-0/+1
* change malloc and free to av_ variants where needed.reimar2005-01-081-22/+14
* conditional lowres: activate lowres if frame width >= thresholdnicodvb2004-12-171-2/+12
* fix byteordermichael2004-12-061-3/+3
* new lavc codec: ffvhufflorenm2004-11-281-0/+1
* too large extradatamichael2004-10-111-1/+1
* compensate for width/height being picture width/height instead of bitstream w...michael2004-09-271-3/+3
* low resolution decodingmichael2004-09-261-0/+5
* AVC support moved to libavcodec, avcC atom is now passed in extradatartognimp2004-09-131-98/+2
* disable direct rendering for h264michael2004-09-071-1/+1
* non spec compliant optizations supportmichael2004-09-021-0/+7
* AVC (fourcc avc1) in mp4 supportrtognimp2004-08-291-0/+100
* support for snowalex2004-08-211-1/+2
* top/bottom mb row skippingmichael2004-06-261-0/+8
* Segfault fix for some h264 in avi filesrtognimp2004-06-061-1/+1
* .mp4 with lavf supportmichael2004-04-111-0/+1
* BGR16michael2004-04-111-0/+1
* use flag for XvMC codec recognition and enable dr1 for fixed version of lavciive2004-03-161-4/+14
* xvmc use get_format for IDCT/MC recognitioniive2004-03-011-5/+34
* vd_ffmpeg to set repeat-first-field patch by (Zoltan Hidvegi <mplayer at hzol...michael2004-02-241-0/+1
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...michael2004-02-181-1/+5
* Fix ffmpeg RGB24 mapping (needed for qtrle)rtognimp2004-02-121-1/+1
* Use fli decoder from libavcodecrtognimp2004-01-251-1/+2
* Use MSZH and ZLIB decoders from libavcodecrtognimp2004-01-121-1/+3
* disable dr1&slices for the other vissualizations toomichael2004-01-011-2/+3
* disable slices & dr1 if motion vector vissualization is used, still doesnt wo...michael2004-01-011-2/+2
* vismv, alt, ilme optionsmichael2003-12-301-2/+5
* set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACEDmichael2003-12-221-2/+10
* ffrv20 decodermichael2003-11-301-2/+5
* reget_buffer() supportrtognimp2003-11-261-1/+4
* 1l, another version check missing, noted by rgselkrtognimp2003-11-101-0/+2
* 1l missing version checkiive2003-11-101-0/+2
* Support for paletted codecs in ffmpegrtognimp2003-11-091-1/+64
* aspect change does not flush buffersiive2003-11-081-3/+7
* If alex is too lazy to apply a patch, then i'll do it :)attila2003-11-031-0/+3
* sample_aspect_ratiomichael2003-10-201-3/+8
* YUV422P dr1 fixmichael2003-10-091-4/+2
* many small typo and grammar fixesgabucino2003-10-041-2/+2
* pass stream header FCCmichael2003-09-111-0/+3
* FFASV2michael2003-09-011-0/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-2/+2
* xvmc updatesiive2003-07-261-5/+6
* sync to ffmpeg, updates, cleanupsiive2003-07-211-24/+28
* width -> frame / field typemichael2003-07-201-2/+4
* new ff_draw_horiz_band()michael2003-07-171-4/+16
* quant_store is obsoletearpi2003-07-131-4/+0
* xvmc supportiive2003-07-011-2/+178
* oops, forgot thatalex2003-05-231-1/+0
* removed obsolete (and currently non-working) scaling functions, after that it...alex2003-05-231-24/+1
* FFASV1michael2003-05-191-1/+3
* passing ImageDesc (stsd) to ffsvq3michael2003-05-101-0/+6
* Made the decoder honor the aspect ratio set by the container (if it was set a...mosu2003-05-061-0/+1
* segfault fixmichael2003-04-261-1/+7
* fallback to non-dr1 if the codec wants more than 1+2 buffersmichael2003-04-251-14/+36
* support old libavcodecmichael2003-04-181-0/+2
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingmichael2003-04-181-0/+1
* Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".rguyom2003-04-061-4/+22
* merging fourcc with codec_tagmichael2003-03-081-3/+3
* 10l to kabi (compile fix, uint8->uint8_t)arpi2003-02-111-3/+3
* I hope this works as expected with old lavc versions. At least it compiles now.rfelker2003-01-111-2/+7
* i hate assertsarpi2002-12-281-4/+6
* 5l - fixed asserts... mpi->width is allocated width, not the effective onearpi2002-12-281-5/+5
* 1l (%d->%f), cosmeticsarpi2002-12-211-3/+4
* AVVideoFrame -> AVFramemichael2002-12-091-14/+27
* ffmpeg cleanup/messup supportmichael2002-12-091-3/+28
* PSNRmichael2002-12-041-4/+6
* specific debug output supportmichael2002-12-041-1/+7
* cleanupmichael2002-12-041-64/+1
* support for lavc build 4641michael2002-12-041-72/+88
* 10l (broken ffmpeg12)michael2002-11-241-1/+2
* aspect ratio clenaupmichael2002-11-201-27/+6
* disable dr1 for huffyuv (422P & stride hack & dr1 -> bad )michael2002-11-151-0/+3
* ffhuffyuvmichael2002-11-141-2/+9
* fixing vd_ffmpeg to handle cleaned-up ffmpegmichael2002-11-081-1/+1
* fixing vstats so B frames are shown as B and not Pmichael2002-11-031-1/+14
* change qscale type to int8 and fix qscale orderingmichael2002-10-301-9/+2
* passing picture_type (might be usefull for postprocessing)michael2002-10-291-0/+11
* 1l :)arpi2002-10-271-0/+4
* handle direct rendering buffer allocation failuremichael2002-10-271-1/+14
* 10l... #ifdef doesn't work for enums :(arpi2002-10-241-1/+1
* #ifdef PIX_FMT_YUV411P...arpi2002-10-191-0/+2
* put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they a...michael2002-10-141-0/+8
* new error resilience supportmichael2002-10-131-3/+14
* 411P added (DV ntsc)arpi2002-10-071-0/+1
* 1l - update len too in sliced modearpi2002-10-011-0/+1
* fixing RV10 streamcopy - detect packet format (simple single frame vs. slicesarpi2002-10-011-12/+17
* rv10 cleanupmichael2002-10-011-3/+42
* idct algo selection supportmichael2002-09-291-1/+8
* pass fourcc to lavcmichael2002-09-261-0/+3
* use avcodec_alloc_context()michael2002-09-191-1/+5
* extended par supportalex2002-09-131-2/+13
* fixing mpeg in avimichael2002-09-061-0/+4
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-09-011-1/+1
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* passing extra stuff from real stuff to lavcmichael2002-08-281-0/+10
* asserts to check buffer size and non overlapingnessmichael2002-08-211-0/+15
* dynamic libavcodec.so support updated byarpi2002-08-141-1/+1
* ver=-1 as defaultmichael2002-08-041-1/+1
* - some reorder/cleanup of mp_image flagsarpi2002-08-021-2/+1
* colorspace part cleanup and support for IMGFMT_422P, _444Parpi2002-08-021-27/+29
* compatibility with _OLD_ lavc & uv_stride checkmichael2002-08-021-2/+14
* 10l to dunnoatmos42002-07-281-1/+4
* Fix overall frametime overflow, hopefully long long int is portable. (unteste...atmos42002-07-281-1/+1
* Add type= and fix a minor typing difference from ffmpegatmos42002-07-281-3/+2
* Generate ffmpeg compatible vstats_<time>.log, when -lavdopts vstats is specif...atmos42002-07-281-0/+41
* Hopefully correct 10l fix for duuno who.atmos42002-07-231-1/+1
* fallback to slices, if dr1 fails (bug found by kabi)michael2002-07-161-1/+3
* 10l y422p -> y420pmichael2002-07-161-5/+32
* 10l (init flags after init ...)michael2002-07-161-13/+25
* svq1 direct renderingmichael2002-07-151-4/+7
* imgtype IP supportmichael2002-07-151-7/+14
* 10lmichael2002-07-151-1/+3
* dont depend upon vo_directrenderingmichael2002-07-141-3/+1
* fixing fixmesmichael2002-07-141-8/+23
* direct rendering method 1 (disabled currently as its not bugfree / finished y...michael2002-07-141-36/+99
* Don't call libvo draw slice directlyalbeu2002-07-111-6/+4
* Support for yuv410p as needed by ffsvq1.atmos42002-07-091-0/+9
* support avcontext based quant_store exportalex2002-07-071-1/+9
* grayscale only decoding supportmichael2002-06-091-0/+7
* workaround bugs & error resilience ffmpeg decoder optionsmichael2002-06-021-2/+19
* 10lalex2002-05-021-1/+1
* avid mjpeg support (external huffman table)alex2002-05-021-0/+32
* support hurryup flag (-(hard)framedrop)arpi2002-04-271-1/+5
* Hopefully fix ffmpeg12 aspect.atmos42002-04-241-1/+0
* accept I420/IYUV in query_formatarpi2002-04-191-0/+2
* draw_slices with framedrop fixedarpi2002-04-141-3/+3
* yuy2 support, fixed bug of dropping frame after config_vo callsarpi2002-04-131-2/+29
* export qscale for postprocarpi2002-04-071-0/+9
* don't config twicearpi2002-04-071-1/+1
* Bugreports start appearing - no reaction :/pl2002-04-051-1/+1
* i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchma...michael2002-04-051-3/+2
* libavcodec slices supportarpi2002-04-031-19/+44
* config vo only if aspect really changed and width&&height isn't changed (if w...alex2002-04-011-6/+10
* Fix aspect info for square pixel.atmos42002-03-251-2/+0
* added aspect ratio support and local ctxalex2002-03-231-21/+65
* 10l ;)alex2002-03-201-0/+3
* config vo if resolution changed (after decoded image read the dimensions out ...alex2002-03-191-1/+8
* handle error from mpcodecs_config_vo()arpi2002-03-161-2/+1
* common includes moved to private vd_internal.harpi2002-03-071-8/+0
* vd_ffmpeg addedarpi2002-03-061-0/+133