Age | Commit message (Expand) | Author |
2011-05-07 | lavc: set defaults in internal codec frames | Stefano Sabatini |
2011-05-05 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-05-04 | flashsv: K&R cosmetics | Diego Biurrun |
2011-04-26 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-25 | flashsv: Return more meaningful error values. | Diego Biurrun |
2011-04-25 | flashsv: Employ explicit AVCodec struct initializers. | Diego Biurrun |
2011-04-25 | cosmetics: K&R coding style and more whitespace for Flash Screen Video | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-04 | Remove a few if (p) av_free(p) forms | Clément Bœsch |
2011-02-03 | Remove a few if (p) av_free(p) forms | Clément Bœsch |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-04 | Fixed buffer overread in flashsv decoder. | Laurent Aimar |
2009-09-13 | Do not release the AVFrame when using reget_buffer in flashsv. | Benjamin Larsson |
2009-09-10 | Use reget_buffer instead of get_buffer. Fixes issue1367. | Benjamin Larsson |
2009-09-06 | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger |
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-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2008-11-24 | flashsv: use skip_bits_long() where required | Måns Rullgård |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-11 | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos |
2008-05-02 | Long name spelling fixes | Benjamin Larsson |
2008-04-27 | Add long names to many AVCodec declarations. | Stefano Sabatini |
2008-03-22 | typo: occured --> occurred | Diego Biurrun |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-02-01 | const | Michael Niedermayer |
2007-05-10 | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun |
2007-04-08 | Get rid of unnecessary pointer casts. | Nicholas Tung |
2007-04-07 | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung |
2007-01-21 | Declare zlib dependency in the Makefile, not in the source. | Diego Biurrun |
2007-01-21 | Really fix my never ending mistakes. | Benjamin Larsson |
2007-01-21 | Don't break compilation on systems without zlib. | Benjamin Larsson |
2007-01-21 | The block_size might be used incorrectly if it is not updated. | Benjamin Larsson |
2007-01-21 | Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. | Benjamin Larsson |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-06-01 | Flash Screen Video decoder (fourcc:FSV1) | Benjamin Larsson |