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