git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/cuviddec : use pre-existing chroma format information
13 mars, par Timo Rothenpieler -
avcodec/aom_film_grain : Cast const away to suppress compiler warning
12 mars, par Andreas Rheinhardtavcodec/aom_film_grain: Cast const away to suppress compiler warning av_frame_side_data_add() typically takes ownership of the provided AVBufferRef reference and therefore uses a parameter of type AVBufferRef**; yet with the AV_FRAME_SIDE_DATA_FLAG_NEW_REF, it creates new references instead, without touching the given reference. Therefore it is safe to cast const away. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/sanm : codec4/5/33/34 decoder
12 mars, par Manuel Laussavcodec/sanm: codec4/5/33/34 decoder This codec works on 4x4 pixel tiles, which can be generated and read from the datastream. They're both identical, codec5 misses a tile index to skip the current tile. Codecs33/34 are the same as 4/5 but with a different tileset generator. Used only in Rebel Assault 1. Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
-
libavutil/hwcontext_amf : add format validation in transfer_data functions
12 mars, par Dmitrii Ovchinnikov -
ffbuild : read library linker objects from a file
12 mars, par Gyan Doshi