2012-04-11 |
Diego Biurrun | interplayvideo: fix av_dlog parameter type mismatch |
blob | commitdiff | raw |
2012-04-06 |
Martin Storsjö | cosmetics: Align codec declarations |
blob | commitdiff | raw | diff to current |
2012-03-25 |
Ronald S. Bultje | interplayvideo: convert to bytestream2. |
blob | commitdiff | raw | diff to current |
2012-02-15 |
Martin Storsjö | dsputil: Add ff_ prefix to the dsputil*_init* functions |
blob | commitdiff | raw | diff to current |
2012-01-07 |
Paul B Mahol | interplayvideo: Handle changed video dimensions on... |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Diego Biurrun | Drop ALT_ prefix from BITSTREAM_READER_LE name. |
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-06-02 |
Diego Biurrun | Replace custom debug output functions by av_dlog(). |
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 |
2011-01-10 |
Daniel Kang | Check for invalid decode op-codes, fixes issue 2522. |
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-12-27 |
Kostya Shishkov | 16-bit Interplay video does not need palette control |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Kostya Shishkov | Add missing opcodes for 16-bit Interplay Video decoding... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Kostya Shishkov | 16-bit Interplay Video stores motion vector data at... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Kostya Shishkov | 10l trocadero: forgot one case where picture linesize... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Kostya Shishkov | cosmetics: reindent and break long lines after last... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Kostya Shishkov | Add 16-bit image data handling (but not decoding yet... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Kostya Shishkov | Use frame linesize in Interplay Video block copying... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Kostya Shishkov | Make CHECK_STREAM_PTR macro in Interplay Video decoder... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Kostya Shishkov | Recognize 16-bit Interplay Video variant |
blob | commitdiff | raw | diff to current |
2009-12-27 |
Kostya Shishkov | Change main loop in Interplay Video decoder, so variabl... |
blob | commitdiff | raw | diff to current |
2009-12-25 |
Kostya Shishkov | cosmetics: reindent |
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-17 |
Reimar Döffinger | Simplify ipvideo_decode_opcodes by using get_bits,... |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Reimar Döffinger | Remove unused code_counts array from interplavideo.c. |
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-03-31 |
Reimar Döffinger | Fix ipvideo_decode_block_opcode_0xD again. |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Cosmetics: remove some pointless {} |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Slightly simplify ipvideo_decode_block_opcode_0xD |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | One more simplification for ipvideo_decode_block_opcode_0xA |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Slightly simplify first part of ipvideo_decode_block_op... |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Make ipvideo_decode_block_opcode_0x8 a lot simpler... |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Fix a too small CHECK_STREAM_PTR value in interplayvideo.c |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Avoid the last two uses of bitmasks in interplayvideo |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | 100l, fix FATE test broken by r18264 |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Reindent |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Deduplicate code by moving it outside the if/else |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Rearrange how the different cases are checked to reduce... |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Avoid "reloading" code by using a 64 bit type for the... |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Remove now pointless temporary pix variables. |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Slightly simplify part of ipvideo_decode_block_opcode_0x8 |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Fix indentation |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Avoid code duplication by using ?: and array indexing... |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Prettify some assignments |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Reimar Döffinger | Get rid of some pointless bitmask/shifter variables... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Reimar Döffinger | Merge the 3 COPY_FROM_* macros with lots of duplicated... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Reimar Döffinger | Change CHECK_STREAM_PTR macro to correctly handle the... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Reimar Döffinger | Simplify check for leftover bytes after decoding for... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Reimar Döffinger | Get rid of pointless "B" array in interplayvideo decoder. |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Reimar Döffinger | Replace many tiny loops in the interplayvideo decoder... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Reimar Döffinger | Make ipvideo_decode_block array constant, compile-time... |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Reimar Döffinger | 100l, interplayvideo uses 8x8 blocks, so call the 8x8... |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Diego Biurrun | Change a bunch of codec long_names to be more consisten... |
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 |
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 | There is no reason to assign a variable to itself |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | consts |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Diego Biurrun | license header consistency cosmetics |
blob | commitdiff | raw | diff to current |
2007-06-02 |
Ramiro Polla | Use AV_xx throughout libavcodec |
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-07 |
Nicholas Tung | Remove superfluous setting of has_b_frames in codecs... |
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-12 |
Måns Rullgård | use PRIxN, %zd, %td formats where needed |
blob | commitdiff | raw | diff to current |
2005-02-21 |
Alex Beregszaszi | 10l |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Alex Beregszaszi | unknown format chars |
blob | commitdiff | raw | diff to current |
2004-03-24 |
Falk Hüffner | warning patrol |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mike Melanson | handle invalid buffer sizes |
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-30 |
Mike Melanson | revised palette API, courtesy of Roberto Togni (rtogni... |
blob | commitdiff | raw | diff to current |
2003-10-19 |
Dan Christiansen | gcc->C99 and warning fixes patch by (Dan Christiansen... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Mike Melanson | do away with all those naughty global variables |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Mike Melanson | video looks beautiful now, many thanks to Alexander... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Mike Melanson | wrong, wrong, wrong...coded bits are read in the opposi... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Mike Melanson | initial Interplay video decoder |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Mike Melanson | initial commit for Id RoQ and Interplay MVE multimedia... |
blob | commitdiff | raw | diff to current |
|