| Commit message (Expand) | Author | Age | Files | Lines |
* | xsub: Support DXSA subtitles | Alexandre Colucci | 2015-01-07 | 1 | -4/+11 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | xsub: feed init_get_bits the whole buffer | Alexandre Colucci | 2012-09-25 | 1 | -4/+7 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: fix indentation/alignment in AVCodec declarations | Diego Biurrun | 2011-08-03 | 1 | -5/+5 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+5 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle | Reimar Döffinger | 2009-08-20 | 1 | -1/+1 |
* | Fix start_display_time/end_display_time to be relative to packet pts in xsub ... | Reimar Döffinger | 2009-08-15 | 1 | -4/+7 |
* | Reindent. | Reimar Döffinger | 2009-08-15 | 1 | -3/+3 |
* | Remove code that is now dead. | Reimar Döffinger | 2009-08-15 | 1 | -4/+0 |
* | Make sure AVSubtitle is initialized, memset it to 0. | Reimar Döffinger | 2009-08-15 | 1 | -0/+1 |
* | Set subtitle type in DVD and XSUB subtitle decoders. | Janne Grunau | 2009-07-26 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format | Björn Axelsson | 2009-02-12 | 1 | -0/+2 |
* | Fix timestamp parsing in XSUB decoder. | Björn Axelsson | 2009-02-09 | 1 | -1/+1 |
* | Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. | Michael Niedermayer | 2009-01-03 | 1 | -8/+8 |
* | Change AVSubtitle.rects to an array of pointers so ABI does not break | Michael Niedermayer | 2009-01-03 | 1 | -14/+15 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | colour --> color in variable names | Diego Biurrun | 2007-12-03 | 1 | -2/+2 |
* | Add proper license header | Reimar Döffinger | 2007-08-05 | 1 | -0/+20 |
* | Remove AVCodecContext parameter from parse_timecode function | Reimar Döffinger | 2007-08-05 | 1 | -3/+3 |
* | Fix deinterlacing for odd height | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | Deinterlace xsub subtitles | Reimar Döffinger | 2007-08-05 | 1 | -0/+4 |
* | Colours except background should not be transparent | Reimar Döffinger | 2007-08-05 | 1 | -0/+3 |
* | get rid of av_rescale_q, it does not work as intended. | Reimar Döffinger | 2007-08-05 | 1 | -1/+0 |
* | get rid of xsubdec array and calculate value instead | Reimar Döffinger | 2007-08-05 | 1 | -3/+1 |
* | 10l, runbits order was reversed | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | 100l, wrong argument to av_freep | Reimar Döffinger | 2007-08-05 | 1 | -1/+1 |
* | Add forgotten xsub timecode parsing | Reimar Döffinger | 2007-08-05 | 1 | -0/+26 |
* | First version of xsub decoder, not yet tested | Reimar Döffinger | 2007-08-05 | 1 | -0/+86 |