]> git.sesse.net Git - ffmpeg/history - libavcodec/escape124.c
get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes
[ffmpeg] / libavcodec / escape124.c
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2016-01-11 Andreas Cadhalpunlavc: Use get_bitsz where needed
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-11-13 Vittorio Giovaraescape124: explicitly set get_bits1 variable
2013-11-16 Anton Khirnovescape124: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
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-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
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-07-14 Thilo BorgmannRemove incomplete Doxygen for static decode_frame funct...
2010-07-08 Diego BiurrunAdd back previously removed non-existing function param...
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-01 Eli FriedmanRemove flexible array member from Escape 124
2008-03-31 Michael Niedermayerhelp gcc-2.95
2008-03-31 Eli FriedmanEscape 124 (RPL) decoder