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