summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_ffmpeg.c
<
Commit message (Expand)AuthorAgeFilesLines
* Make video decoder description structs constUoti Urpala2008-04-251-1/+1
* Move vd_use_slices to options structUoti Urpala2008-04-251-1/+1
* Move -lavdopts to options structUoti Urpala2008-04-251-68/+54
* vd_ffmpeg.c: Eliminate some compiler warningsUoti Urpala2008-04-251-5/+5
* 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-7/+7
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-021-1/+1
* Change the frame format passed to lavc realvideo decoders to adapt for rtogni2007-10-281-15/+12
* Disable direct rendering for ROQ video, the buffer management used by rtogni2007-09-301-1/+1
* Make vd_ffmpeg work with lavf demuxer also for RealVideo.reimar2007-09-161-1/+1
* Remove pointless #ifdef HAVE_XVMC within get_format(), all of the functiondiego2007-08-281-2/+0
* warning fix:diego2007-08-281-3/+3
* cosmetics: Add some explanatory comments to #endif directives.diego2007-08-281-2/+2
* Fix some unused variable warnings.diego2007-08-251-3/+3
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-1/+0
* Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ...gpoirier2007-03-071-1/+4
* cosmetics: Fix some common typos, appropiate --> appropRiate,diego2007-02-241-1/+1
* reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by Michaelnicodvb2007-02-201-7/+4
* mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ...michael2007-02-171-1/+1
* Revert part of commit r22170.iive2007-02-071-2/+2
* Fix compilation after deprecation of some lav log level andreimar2007-02-071-4/+4
* Add missing checks in RealVideo slice handling code.reimar2007-02-061-3/+5
* Cosmeticsreimar2007-02-031-5/+5
* Avoid crash in uninit if codec not foundreimar2007-02-031-0/+2
* Swap palette on bigendian.reimar2007-01-311-0/+11
* BE_32 -> AV_RB32reimar2007-01-191-1/+1
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-091-2/+2
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Fix memleak if vd_ffmpeg init failsreimar2006-12-061-1/+3
* Compile fix, BE_32 definition has been movedreimar2006-12-031-0/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* Fix incorrect use of be2me_32 on a pointer, use BE_32 instead.reimar2006-11-261-1/+1
* Useless use of strstr, strchr is good enough.reimar2006-11-261-1/+1
* Check the log level before processing the messagehenry2006-11-261-7/+9
* Fix extradata passing to lavc RV20 decoderrtogni2006-11-141-9/+8
* feed av_log() through mp_msg()michael2006-11-071-0/+49
* Fix SVQ3 extradata handling so it works correctly with demux_lavfpacman2006-07-311-8/+12
* Fix bogus pointer addition in the extraction of extradata frompacman2006-07-311-2/+1
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-131-113/+3
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-1/+3
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* simplify extradata handling and make passing extradata on the default.reimar2006-04-021-38/+26
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-16/+16
* reinit vo when pix_fmt changes.reimar2006-03-271-0/+3
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-3/+3
* Add support for grayscale [m]jpegrtognimp2006-02-081-0/+1
* Move conditional compilation out of the code and into the build system.diego2006-01-311-4/+0
* proper support for shared libpostprocdiego2006-01-221-1/+1
* malloc padding to avoid access beyond allocated memoryhenry2005-12-191-4/+4
* bitexact flagmichael2005-12-181-0/+3
* multithreaded decodingmichael2005-12-021-0/+6
* make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault PO...gpoirier2005-12-021-0/+2
* do not set ctx->vo_inited when init fails. This caused a crash when areimar2005-11-101-1/+1
* print the first 16 bytes of frame data with -v -v, helps detect whenreimar2005-09-161-0/+2
* Support for skip optionsreimar2005-07-171-0/+36
* FFmpeg theora decoder supportrtognimp2005-06-261-1/+2
* 10l for mehenry2005-06-081-2/+2
* correcting the previous draw_slice fixhenry2005-06-071-2/+4
* check for display height when drawing sliceshenry2005-06-071-2/+2
* quicktime fix updatehenry2005-05-251-3/+7
* prefer width&height from bitmapinfoheader for h263 streamshenry2005-05-251-4/+12
* 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
*