56 Commits (40297a8bdb69844aef780f7e9f2e23700d9d6005)

Author SHA1 Message Date
Clément Bœsch 40976257bc dvdsubdec: parse the size from the extradata 12 years ago
Joakim Plate f924d52975 dvdsubdec: Support palette in mkv 12 years ago
Michael Niedermayer 754dd7e889 dvdsubdec: use unsigned shifts to avoid shifting into the sign bit 12 years ago
Nicolas George 217b10de3f lavc/dvdsubdec: accept palette from options. 12 years ago
Clément Bœsch 3b6e9cd7ec lavc/dvdsubdec: parse the size from the extradata. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
hakuya 79e5902cf1 Exposing forced flag for DVD and PGS subtitles 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
Kelly Anderson 872655fee9 dvdsubdec: fix bad free in dvdsub_init 13 years ago
Joakim Plate 32c0c562e7 dvdsubdec: Move colormap and alpha to context 13 years ago
Joakim Plate 7009b96511 dvdsubdec: Support palette information for vobsub's stored as text in extradata 13 years ago
Reimar Döffinger 99c7b51641 Abort if command offset decreases, avoids potential endless loop. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Alexandre Colucci 676eaf8433 dvdsubdec: fix incorrect colors. 14 years ago
Reimar Döffinger cf16104ad1 Change guess_palette so its output matches the most common palette. 14 years ago
Aurelien Jacobs 3ee8ca9b08 add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 14 years ago
Alexandre Colucci 9743e909f1 Fix incorrect colors when decoding DVD subtitles 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 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
Aurelien Jacobs af0554e530 remove useless cast 15 years ago
Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 15 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 90ea6fce1e Simplify initialization of AVSubtitle by using memset. 15 years ago
Reimar Döffinger ffbe087b58 Fix cmd_pos bounds check to avoid the overflow case. 15 years ago
Diego Biurrun 8b44de14d1 Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 16 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
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 16 years ago
Michael Niedermayer 052571e75a Forgot to update (I likely missed it due to its similar name to dvb...) 16 years ago
Måns Rullgård 8effdce0e7 dvdsubdec: allow compilation with -DDEBUG 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
Michael Niedermayer 7993df6527 consts 17 years ago
Aurelien Jacobs 28e7453c11 remove some empty close/init functions in avcodec 17 years ago
Ian Caulfield 4e16a060a0 Reindent two lines. 18 years ago
Ian Caulfield 1aadf63fd1 Add HD-DVD subpicture decoding. 18 years ago
Ian Caulfield a363effbdf Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit 18 years ago
Diego Biurrun 44c560003a Move dvdsub parser to its own file. 18 years ago
Panagiotis Issaris eabf65608d Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian 18 years ago
Ian Caulfield 4ee97612c7 Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not 18 years ago
Diego Biurrun ebd6a69444 Rename dvdsub.c to dvdsubdec.c. 18 years ago