52 Commits (b5884db437eebe136efef63a8186b7b4b51b5525)

Author SHA1 Message Date
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Alexandre Colucci 92d2b909a0 xsub: feed init_get_bits the whole buffer 14 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Michael Niedermayer 3cb83b225e xsubdec: print frame size when too small 13 years ago
  Diego Biurrun 933a6fd5a1 cosmetics: fix indentation/alignment in AVCodec declarations 13 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
  Alexandre Colucci 3b4621acbb Fix init_get_bits length argument for init_get_bits. 14 years ago
  Alexandre Colucci d6f910ea47 Fix decoding of DXSA subtitles. 14 years ago
  Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
  Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
  Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Reimar Döffinger 29d7eef7dc Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle 15 years ago
  Reimar Döffinger cea0b5272d Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. 15 years ago
  Reimar Döffinger 4a3190ed40 Reindent. 15 years ago
  Reimar Döffinger fd35d6d097 Remove code that is now dead. 15 years ago
  Reimar Döffinger df47d24501 Make sure AVSubtitle is initialized, memset it to 0. 15 years ago
  Janne Grunau 6dc13ccbcc Set subtitle type in DVD and XSUB subtitle decoders. 16 years ago
  Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
  Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
  Björn Axelsson 37a43cfb39 Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format 16 years ago
  Björn Axelsson ffe2c09d46 Fix timestamp parsing in XSUB decoder. 16 years ago
  Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 16 years ago
  Michael Niedermayer db4fac64db Change AVSubtitle.rects to an array of pointers so ABI does not break 16 years ago
  Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
  Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
  Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
  Michael Niedermayer 7993df6527 consts 17 years ago
  Diego Biurrun cedb83a671 colour --> color in variable names 17 years ago
  Reimar Döffinger 6628165891 Add proper license header 18 years ago
  Reimar Döffinger 369f73062b Remove AVCodecContext parameter from parse_timecode function 18 years ago
  Reimar Döffinger e3c90129a4 Fix deinterlacing for odd height 18 years ago
  Reimar Döffinger 3c247b4ff7 Deinterlace xsub subtitles 18 years ago
  Reimar Döffinger 3143c78716 Colours except background should not be transparent 18 years ago
  Reimar Döffinger d5049e2c69 get rid of av_rescale_q, it does not work as intended. 18 years ago
  Reimar Döffinger d6136c7618 get rid of xsubdec array and calculate value instead 18 years ago
  Reimar Döffinger 737c5ebfc8 10l, runbits order was reversed 18 years ago
  Reimar Döffinger 5968b39635 100l, wrong argument to av_freep 18 years ago
  Reimar Döffinger 59f6f64e30 Add forgotten xsub timecode parsing 18 years ago
  Reimar Döffinger 7e2643ae8d First version of xsub decoder, not yet tested 18 years ago