summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
Commit message (Collapse)AuthorAge
...
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
| | | | Originally committed as revision 19499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change av_free to av_freepReimar Döffinger2009-07-06
| | | | Originally committed as revision 19360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reallocate internal buffer when coded frame size changes.Reimar Döffinger2009-07-06
| | | | | | Fixes out-of-bounds reads and writes with i32/smclocki32.avi.1.0 from issue 1240. Originally committed as revision 19359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change iv_decode_frame to get AVCodecContext as argument, so thatReimar Döffinger2009-07-06
| | | | | | avcodec_check_dimensions can be called with a proper context instead of NULL. Originally committed as revision 19358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3 decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
| | | | Originally committed as revision 19090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
| | | | | | | | | | | AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitAlex Converse2009-02-19
| | | | Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some buffer checks for indeo3Alex Converse2009-02-19
| | | | Originally committed as revision 17462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded check.Benoit Fouet2009-01-26
| | | | Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet2009-01-26
| | | | | | Fixes issue 655 Originally committed as revision 16802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3: replace sizeof(struct ...) by sizeof(*var)Aurelien Jacobs2008-12-14
| | | | Originally committed as revision 16128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.Diego Biurrun2008-12-13
| | | | Originally committed as revision 16099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename some variables and add some comments to try to be a bit more clear.Benoit Fouet2008-10-02
| | | | Originally committed as revision 15510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix indentation.Benoit Fouet2008-10-01
| | | | Originally committed as revision 15498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless context variable.Benoit Fouet2008-10-01
| | | | Originally committed as revision 15495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and assignment.Benoit Fouet2008-10-01
| | | | Originally committed as revision 15494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move iv_decode_frame function to remove a forward declaration.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless lines.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent whole file.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify iv_free_func().Benoit Fouet2008-09-30
| | | | Originally committed as revision 15479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move allocated buffer out of YUV buffer structure.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless initializations.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check allocations on init.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless test.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsBenoit Fouet2008-09-30
| | | | Originally committed as revision 15474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use uint8_t instead of unsigned charBenoit Fouet2008-09-30
| | | | Originally committed as revision 15473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corrector type fits in 8 bits.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet2008-09-30
| | | | Originally committed as revision 15471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change table types to uint8_tBenoit Fouet2008-09-30
| | | | Originally committed as revision 15470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use bytestream.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constsMichael Niedermayer2008-02-01
| | | | | | I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Two tables that should be constReimar Döffinger2008-01-31
| | | | Originally committed as revision 11692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FFMINRamiro Polla2007-02-25
| | | | | | patch by ramiro _at_ lisha.ufsc.br Originally committed as revision 8119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)Michael Niedermayer2005-03-06
| | | | Originally committed as revision 4016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian ↵Sebastian Jedruszkiewicz2005-02-27
| | | | | | Jedruszkiewicz) Originally committed as revision 3990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
| | | | Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk