summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-07-28pnm: do not set avctx->coded_framePaul B Mahol4-29/+2
2013-02-28pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö2-2/+2
2013-02-24pnm: use av_pix_fmt_desc_get()Michael Niedermayer2-2/+2
2013-02-24Merge commit 'b5f536d24b5ae360503935c34d5d59fa5181b94d'Michael Niedermayer3-4/+65
2013-02-23pnm: add high-bitdepth PGMYUV support for both encoder and decoderKostya Shishkov3-4/+65
2012-10-24pgmyuvenc: do not create files which are not supportedPaul B Mahol1-2/+2
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22pnmenc: switch to ff_alloc_packet2().Michael Niedermayer1-2/+1
2012-03-18pgmyuvenc: abort encoding if width is not evenPaul B Mahol1-0/+4
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer80-2482/+2375
2012-03-01Remove unnecessary AVFrame pointer casts.Diego Biurrun28-42/+42
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-382/+485
2012-02-20pnmenc: switch to encode2().Anton Khirnov1-13/+19
2012-01-17lavc: remove unused headersPaul B Mahol4-4/+0
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer202-2171/+1882
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov191-2109/+1826
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-10-28Split PAM encoder off into its own file.Diego Biurrun3-97/+121
2009-10-28Split the decoders from pnmen.c off into their own file.Diego Biurrun3-213/+239
2009-10-27Move PNM init/end functions to the PNM common code.Diego Biurrun3-35/+37
2009-10-27whitespace cosmetics: K&R coding style, prettyprintingDiego Biurrun3-164/+170
2009-10-27Remove crufty leftovers from the era when this file resided within libavformat.Diego Biurrun1-34/+0
2009-10-16Release unreleased buffers found by make test.Carl Eugen Hoyos3-5/+20
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger35-56/+56
2009-06-05pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier1-0/+5
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann137-172/+541
2009-03-22Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun3-21/+90
2009-02-22Support 48-bit RGB PPM image.Peter Ross2-3/+13
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-05-11Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos31-50/+50
2008-04-29Add long names to some AVCodec declarations.Stefano Sabatini20-13/+39
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2008-02-01some constMichael Niedermayer1-1/+1
2007-06-02Use AV_xx throughout libavcodecRamiro Polla28-157/+79
[next]