]> git.sesse.net Git - ffmpeg/history - libavcodec/h261enc.c
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / h261enc.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-07-07 Stian Selnesh261: Signal freeze picture release for intra frames
2015-07-07 Stian Selnesh261: Set 'still image mode off' in picture header
2015-06-12 Vittorio Giovarampegvideo: Expand macro
2015-05-31 Vittorio Giovarampegvideo: Move tables to a separate file
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-04-10 Diego Biurrunh261: Move encoder/decoder shared table init to common...
2013-04-10 Diego Biurrunh261: Move shared data tables from a header to a proper...
2013-04-05 Diego Biurrunh261: cosmetics: Move functions to avoid forward declar...
2013-04-05 Diego Biurrunh261: K&R formatting and prettyprinting cosmetics
2013-04-05 Diego Biurrunh261: Move ff_h261_rl_table_store declaration to header...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-29 Anton Khirnovlavc: add -mpv_flags to mpegvideo_enc-based encoders.
2012-02-19 Anton Khirnovmpegvideo_enc: switch to encode2().
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-06 Reimar DöffingerAdd include necessary for ff_set_qscale
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-04-17 Michael NiedermayerRemove unused variable from h261_encode_block() found...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2007-06-16 Måns Rullgårdmove definition of MB_TYPE_H261_FIL to h261.h so h261...
2007-05-21 Panagiotis IssarisSplit the h261.c file into separate files for the encod...