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
2013-12-09Merge commit 'afa21a12bf084f905187615706b0a8d92bc98661'Michael Niedermayer
2013-12-09p*menc: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-29pnm: do not set avctx->coded_framePaul B Mahol
2013-02-28pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö
2013-02-24pnm: use av_pix_fmt_desc_get()Michael Niedermayer
2013-02-24Merge commit 'b5f536d24b5ae360503935c34d5d59fa5181b94d'Michael Niedermayer
2013-02-23pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov
2012-10-24pgmyuvenc: do not create files which are not supportedPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
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-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22pnmenc: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-18pgmyuvenc: abort encoding if width is not evenPaul B Mahol
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-20pnmenc: switch to encode2().Anton Khirnov
2012-01-17lavc: remove unused headersPaul B Mahol
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-28Split PAM encoder off into its own file.Diego Biurrun
2009-10-28Split the decoders from pnmen.c off into their own file.Diego Biurrun
2009-10-27Move PNM init/end functions to the PNM common code.Diego Biurrun
2009-10-27whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun
2009-10-27Remove crufty leftovers from the era when this file resided within libavformat.Diego Biurrun
2009-10-16Release unreleased buffers found by make test.Carl Eugen Hoyos
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-06-05pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-23Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun
2009-02-22Support 48-bit RGB PPM image.Peter Ross
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-30Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01some constMichael Niedermayer