38 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Diego Biurrun 6b96d2dcda cosmetics: Drop particularly redundant silly comments 9 years ago
  Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
  Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
  Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
  Vittorio Giovara 8df5fbf0b0 lcl: Check memory allocation 10 years ago
  Vittorio Giovara 74a1cad7e3 lclenc: Mark codec as init-thread-safe and init-cleanup 10 years ago
  Vittorio Giovara ac467d94fa lcl: return an appropriate error code 10 years ago
  Anton Khirnov 0ea430c75b lclenc: use the AVFrame API properly. 11 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
  Anton Khirnov 148fc99506 lclenc: switch to encode2(). 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Jason Garrett-Glaser 32282b50ea Add .pix_fmts to LCL encoder 14 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Reimar Döffinger 6065dcea37 Remove unnecessary put_bits/get_bits includes. 16 years ago
  Reimar Döffinger 55619690e8 Remove now unused elements from LclEncContext 16 years ago
  Reimar Döffinger 3b855101b4 Remove useless casts, extradata is already "uint8_t *" 16 years ago
  Reimar Döffinger e786d3cf80 lclenc.c: compress directly into output buffer instead of using a pointless 16 years ago
  Reimar Döffinger 32b3ab9b60 Remove superfluous () from lclenc.c 16 years ago
  Reimar Döffinger 8f033e3e03 Cosmetics: fix indentation in lclenc.c 16 years ago
  Reimar Döffinger 7ff7ac60e1 Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled 16 years ago
  Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
  Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
  Diego Biurrun 99ed41a808 Fix filenames in Doxygen comments. 16 years ago
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
  Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
  Stefano Sabatini 747d1b87e2 Improve an lclenc.c error message in case of unsupported input pixel 17 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
  Måns Rullgård 00eb27f111 split lcl.c into lcldec.c, lclenc.c, lcl.h 18 years ago