Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-06avcodec/pnmdec: Fix misaligned readsMichael Niedermayer
2020-05-21avcodec/pnmdec: Use unsigned for maxval rescalingMichael Niedermayer
2016-11-12pnmdec: make sure v is capped by maxvalAndreas Cadhalpun
2016-09-05avcodec/pnmdec: fix undefined behaviourPaul B Mahol
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-01-22lavc/pnm: Support decoding ya16.Carl Eugen Hoyos
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-02avcodec/pnmdec: fix unaligned readMichael Niedermayer
2013-09-02avcodec/pnmdec: use a more specific pointer type than void in samplecpy()Michael Niedermayer
2013-08-06Set bits_per_raw_sample when decoding pnm.Carl Eugen Hoyos
2013-08-03avcodec/pnmdec: support more pnm filesCarl Eugen Hoyos
2013-08-03pnmdec: always output native pixel formatMichael Niedermayer
2013-07-29Revert "Avoid overflows when reading pgm files with maxval != 255 and != 65535."Carl Eugen Hoyos
2013-07-28Avoid overflows when reading pgm files with maxval != 255 and != 65535.Carl Eugen Hoyos
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-24Merge commit 'b5f536d24b5ae360503935c34d5d59fa5181b94d'Michael Niedermayer
2013-02-23pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov
2013-01-07Merge commit '57d11e5e28bfe0bc445ad78fc033aafa73068bb4'Michael Niedermayer
2013-01-06pnm: return meaningful error codes.Anton Khirnov
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-23pnmdec: use more meaningful error codesPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-22pnmdec: use explicit casts to remove const to avoid warning with clangMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-20pnmdec: remove useless .pix_fmtsPaul B Mahol
2012-02-19pamdec: fix mono support.Michael Niedermayer
2012-01-20Simplify 32bit pam decoding.Carl Eugen Hoyos
2012-01-17lavc: remove unused headersPaul B Mahol
2012-01-17Support 64bit pam decoding.Carl Eugen Hoyos
2012-01-17Support gray8a pam decoding.Carl Eugen Hoyos
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-20Fix incorrect max_lowres valuesMans Rullgard
2011-05-08pnmdec: reindent after the previous commitStefano Sabatini
2011-05-08pnmdec: add support for mono images with non-space-separated pixel digitsStefano Sabatini