log libmpcodecs/vd_ffmpeg.c @ 20438:bccf8ea634c2

age author description
2006-07-31 pacman Fix SVQ3 extradata handling so it works correctly with demux_lavf
2006-07-31 pacman Fix bogus pointer addition in the extraction of extradata from
2006-07-13 diego Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
2006-07-06 uau Add a new video pts tracking mode, enabled by option -correct-pts.
2006-07-02 reynaldo rm unnecesary casts from void* - part 3
2006-04-02 reimar simplify extradata handling and make passing extradata on the default.
2006-03-31 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
2006-03-27 reimar reinit vo when pix_fmt changes.
2006-03-24 diego Convert all if(verbose>X) to mp_msg_test calls.
2006-02-08 rtognimp Add support for grayscale [m]jpeg
2006-01-31 diego Move conditional compilation out of the code and into the build system.
2006-01-22 diego proper support for shared libpostproc
2005-12-19 henry malloc padding to avoid access beyond allocated memory
2005-12-18 michael bitexact flag
2005-12-02 michael multithreaded decoding
2005-12-02 gpoirier make -lavdopts debug work again, patch by Jason Tackaberry ( tack AH sault POIS org )
2005-11-10 reimar do not set ctx->vo_inited when init fails. This caused a crash when a
2005-09-16 reimar print the first 16 bytes of frame data with -v -v, helps detect when
2005-07-17 reimar Support for skip options
2005-06-26 rtognimp FFmpeg theora decoder support
2005-06-08 henry 10l for me
2005-06-07 henry correcting the previous draw_slice fix
2005-06-07 henry check for display height when drawing slices
2005-05-25 henry quicktime fix update
2005-05-25 henry prefer width&height from bitmapinfoheader for h263 streams
2005-04-07 rtognimp LOCO support via lavc
2005-01-26 reimar "support" YUVJ colorspaces added to libavcodec, makes mjpeg decoding work again
2005-01-22 alex wmv3 needs extradata
2005-01-08 reimar change malloc and free to av_ variants where needed.
2004-12-17 nicodvb conditional lowres: activate lowres if frame width >= threshold
2004-12-06 michael fix byteorder
2004-11-28 lorenm new lavc codec: ffvhuff
2004-10-11 michael too large extradata
2004-09-27 michael compensate for width/height being picture width/height instead of bitstream width/height
2004-09-26 michael low resolution decoding
2004-09-13 rtognimp AVC support moved to libavcodec, avcC atom is now passed in extradata
2004-09-07 michael disable direct rendering for h264
2004-09-02 michael non spec compliant optizations support
2004-08-29 rtognimp AVC (fourcc avc1) in mp4 support
2004-08-21 alex support for snow
2004-06-26 michael top/bottom mb row skipping
2004-06-06 rtognimp Segfault fix for some h264 in avi files
2004-04-11 michael .mp4 with lavf support
2004-04-11 michael BGR16
2004-03-16 iive use flag for XvMC codec recognition and enable dr1 for fixed version of lavc
2004-03-01 iive xvmc use get_format for IDCT/MC recognition
2004-02-24 michael vd_ffmpeg to set repeat-first-field patch by (Zoltan Hidvegi <mplayer at hzoli do 2y dot net>)
2004-02-18 michael flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
2004-02-12 rtognimp Fix ffmpeg RGB24 mapping (needed for qtrle)
2004-01-25 rtognimp Use fli decoder from libavcodec
2004-01-12 rtognimp Use MSZH and ZLIB decoders from libavcodec
2004-01-01 michael disable dr1&slices for the other vissualizations too
2004-01-01 michael disable slices & dr1 if motion vector vissualization is used, still doesnt work though, maybe i should reverse the last mv vis patch ...
2003-12-30 michael vismv, alt, ilme options
2003-12-22 michael set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED
2003-11-30 michael ffrv20 decoder
2003-11-26 rtognimp reget_buffer() support
2003-11-10 rtognimp 1l, another version check missing, noted by rgselk
2003-11-10 iive 1l missing version check
2003-11-09 rtognimp Support for paletted codecs in ffmpeg
2003-11-08 iive aspect change does not flush buffers
2003-11-03 attila If alex is too lazy to apply a patch, then i'll do it :)
2003-10-20 michael sample_aspect_ratio
2003-10-09 michael YUV422P dr1 fix
2003-10-04 gabucino many small typo and grammar fixes
2003-09-11 michael pass stream header FCC
2003-09-01 michael FFASV2
2003-08-13 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
2003-07-26 iive xvmc updates
2003-07-21 iive sync to ffmpeg, updates, cleanups
2003-07-20 michael width -> frame / field type
2003-07-17 michael new ff_draw_horiz_band()
2003-07-13 arpi quant_store is obsolete
2003-07-01 iive xvmc support
2003-05-23 alex oops, forgot that
2003-05-23 alex removed obsolete (and currently non-working) scaling functions, after that it works correctly with YV12,422P and 444P mjpegs
2003-05-19 michael FFASV1
2003-05-10 michael passing ImageDesc (stsd) to ffsvq3
2003-05-06 mosu Made the decoder honor the aspect ratio set by the container (if it was set at all).
2003-04-26 michael segfault fix
2003-04-25 michael fallback to non-dr1 if the codec wants more than 1+2 buffers
2003-04-18 michael support old libavcodec
2003-04-18 michael passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
2003-04-06 rguyom Adaptive quantization support for "-lavcopts psnr" and "-lavdopts vstats".
2003-03-08 michael merging fourcc with codec_tag
2003-02-11 arpi 10l to kabi (compile fix, uint8->uint8_t)
2003-01-11 rfelker I hope this works as expected with old lavc versions. At least it compiles now.
2002-12-28 arpi i hate asserts
2002-12-28 arpi 5l - fixed asserts... mpi->width is allocated width, not the effective one
2002-12-21 arpi 1l (%d->%f), cosmetics
2002-12-09 michael AVVideoFrame -> AVFrame
2002-12-09 michael ffmpeg cleanup/messup support
2002-12-04 michael PSNR
2002-12-04 michael specific debug output support
2002-12-04 michael cleanup
2002-12-04 michael support for lavc build 4641
2002-11-24 michael 10l (broken ffmpeg12)
2002-11-20 michael aspect ratio clenaup
2002-11-15 michael disable dr1 for huffyuv (422P & stride hack & dr1 -> bad )
2002-11-14 michael ffhuffyuv
2002-11-08 michael fixing vd_ffmpeg to handle cleaned-up ffmpeg
2002-11-03 michael fixing vstats so B frames are shown as B and not P
2002-10-30 michael change qscale type to int8 and fix qscale ordering
2002-10-29 michael passing picture_type (might be usefull for postprocessing)
2002-10-27 arpi 1l :)
2002-10-27 michael handle direct rendering buffer allocation failure
2002-10-24 arpi 10l... #ifdef doesn't work for enums :(
2002-10-19 arpi #ifdef PIX_FMT_YUV411P...
2002-10-14 michael put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they arent missing completly)
2002-10-13 michael new error resilience support
2002-10-07 arpi 411P added (DV ntsc)
2002-10-01 arpi 1l - update len too in sliced mode
2002-10-01 arpi fixing RV10 streamcopy - detect packet format (simple single frame vs. slices
2002-10-01 michael rv10 cleanup
2002-09-29 michael idct algo selection support
2002-09-26 michael pass fourcc to lavc
2002-09-19 michael use avcodec_alloc_context()
2002-09-13 alex extended par support
2002-09-06 michael fixing mpeg in avi
2002-09-01 arpi warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>