git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avfilter/vsrc_testsrc : add support for semi planar formats to yuvtestsrc
4 mars, par James Almer -
avcodec/mjpegenc : Constify parent ctx in encode_block()
4 mars, par Andreas Rheinhardtavcodec/mjpegenc: Constify parent ctx in encode_block() Said parent is shared between all slice contexts and encode_block() can be run concurrently by slice threads, so the parent context must not be (and is not) modified. So constify the pointers. Reviewed-by: Ramiro Polla <ramiro.polla@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/sanm : ignore unknown codecs in FOBJs
4 mars, par Manuel Laussavcodec/sanm: ignore unknown codecs in FOBJs Don't error out, just ignore unknown codec numbers and pretend decode succeeded. This is useful for older LucasArts titles which stack a lot of different FOBJs with different codecs into a single frame. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
avcodec/mjpegenc_common : Constify ff_mjpeg_encode_{dc,picture_header}()
4 mars, par Andreas Rheinhardt -
avcodec/mpeg12dec : Use CHROMA_* defines
4 mars, par Andreas Rheinhardt