2012-04-06 |
Martin Storsjö | cosmetics: Align codec declarations |
blob | commitdiff | raw |
2011-12-05 |
Diego Biurrun | misc Doxygen markup improvements |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Luca Barbato | cinepack: return non-generic errors |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Michael Niedermayer | cinepak: remove redundant coordinate checks |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Michael Niedermayer | cinepak: check strip_size |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Michael Niedermayer | cinepak, simplify, use AV_RB24() |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Michael Niedermayer | cinepak: simplify, use FFMIN() |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Michael Niedermayer | cinepak: Fix division by zero, ask for sample if encode... |
blob | commitdiff | raw | diff to current |
2011-11-16 |
Mike Melanson | cinepak: Add another special case so that it can handle... |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Laurent Aimar | cinepak: Fix invalid read access on extra data |
blob | commitdiff | raw | diff to current |
2011-07-29 |
Anton Khirnov | lavc: use designated initialisers for all codecs. |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Kostya Shishkov | make containers pass palette change in AVPacket |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Måns Rullgård | Remove useless #include <unistd.h> from many files |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Kostya Shishkov | Cinepak strip ID is a single byte |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Kostya Shishkov | Cinepak strip and chunk sizes are 24-bit, not 16-bit... |
blob | commitdiff | raw | diff to current |
2009-01-11 |
Diego Biurrun | Fix build: Add intreadwrite.h and bswap.h #includes... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
Mike Melanson | The POSIX namespace shall be held sacrosanct. To that... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Luca Abeni | Bump Major version, this commit is almost just renaming... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make AVCodec long_names definition conditional dependin... |
blob | commitdiff | raw | diff to current |
2008-04-27 |
Stefano Sabatini | Add long names to many AVCodec declarations. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Zuxy Meng | Apply 'cold' attribute to init/uninit functions in... |
blob | commitdiff | raw | diff to current |
2008-03-10 |
Mike Melanson | These video decoders do not need to include and initial... |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | const |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Diego Biurrun | license header consistency cosmetics |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Diego Biurrun | Remove redundant #inclusion of common.h, avcodec.h... |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Nicholas Tung | Get rid of unnecessary pointer casts. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Nicholas Tung | Remove superfluous setting of has_b_frames in codecs... |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Alex Beregszaszi | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 |
blob | commitdiff | raw | diff to current |
2006-12-02 |
Mike Melanson | Another hack to allow the Cinepak decoder to detect... |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Mike Melanson | correctly handle very large Cinepak frames (courtesy... |
blob | commitdiff | raw | diff to current |
2005-08-14 |
Mike Melanson | automatically detect Cinepak data from Sega FILM/CPK... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Michael Niedermayer | fix infinite loop (suggested change by rjayne at conver... |
blob | commitdiff | raw | diff to current |
2004-06-27 |
Roberto Togni | Ignore palette for grayscale files, all my samples... |
blob | commitdiff | raw | diff to current |
2004-06-27 |
Roberto Togni | Paletted cvid support |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Roberto Togni | 100l fix codebook usage for v1 vectors |
blob | commitdiff | raw | diff to current |
2004-05-07 |
Roberto Togni | buffer hints, use reget_buffer, removed copy from previ... |
blob | commitdiff | raw | diff to current |
2004-03-14 |
Mike Melanson | remove numerous definitions of BE_*/LE_* macros; conver... |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Michel Bardiaux | av_log() patch by (Michel Bardiaux <mbardiaux at peakti... |
blob | commitdiff | raw | diff to current |
2003-10-25 |
Mike Melanson | support Cinepak files with funky (not divisible by... |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Mike Melanson | New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new... |
blob | commitdiff | raw | diff to current |
|