summaryrefslogtreecommitdiffstats
path: root/libavcodec/flvenc.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* mpegvideo: Expand macroVittorio Giovara2015-06-121-1/+6
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-121-0/+1
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
* flv: K&R formatting cosmeticsGabriel Dume2014-09-021-36/+42
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-3/+3
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-291-0/+3
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-191-1/+1
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-3/+3
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-0/+1
* Move forgotton "AVCodec flv_encoder" over to flvenc.c.Michael Niedermayer2010-01-071-0/+12
* Split out flv encoding.Michael Niedermayer2010-01-071-0/+84
OpenPOWER on IntegriCloud