Age | Commit message (Expand) | Author |
2011-09-25 | AMV video encoder. | Michael Niedermayer |
2011-07-30 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-06-15 | mjpegenc: Fix JFIF version | William Yu |
2011-04-28 | MJPEG encoder to write aspect ratio information | Niobos |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
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-12-04 | Count non-header data towards intra block bit count in MJPEG encoder | Bobby Bingham |
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 |
2009-12-10 | Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on | Michael Niedermayer |
2009-09-30 | Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 | Reimar Döffinger |
2009-09-06 | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger |
2009-04-13 | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-07-13 | bitstream: move put_sbits() from flacenc.c to bitstream.h and use it | Ramiro Polla |
2008-06-25 | remove duplicate tables | Stefan Gehrer |
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-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 |
2007-07-05 | Group all copyright and author notices together. | Diego Biurrun |
2007-06-02 | Use AV_xx throughout libavcodec | Ramiro Polla |
2007-05-18 | move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c | Aurelien Jacobs |
2007-05-18 | add a proper prefix to all mjpeg encoder exported functions | Aurelien Jacobs |
2007-05-18 | split ljpeg encoder out of mjpeg.c | Aurelien Jacobs |
2007-05-17 | add proper prefix to new mjpeg extern func/var | Aurelien Jacobs |
2007-05-17 | split mjpeg.c into an encoder and a decoder file | Aurelien Jacobs |
2001-08-06 | added MJPEG decoder, renamed mjpegenc.c to mjpeg.c | Fabrice Bellard |
2001-07-22 | Initial revision | Fabrice Bellard |