summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Collapse)AuthorAge
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-01
| | | | | | | | | svq3_decode_slice_header() modifies the buffer used by the bitstream reader. Some of the bitstream readers cache a few bytes of data, which must be flushed after such a modification. Calling skip_bits_long(gb, 0) achieves this. Originally committed as revision 17680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l for me, wrong pix_fmt.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
| | | | | | Patch by Daniel Verkamp daniel at drv dot nu. Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix sample URL.Diego Biurrun2008-12-25
| | | | Originally committed as revision 16309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, svq3 didnt set h->cbp, this broke decoding a little.Michael Niedermayer2008-12-18
| | | | Originally committed as revision 16214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix svq3 decoding, is_complex was not initialized.Michael Niedermayer2008-12-17
| | | | Originally committed as revision 16184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier2008-11-24
| | | | Originally committed as revision 15929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation, prettyprintingDiego Biurrun2008-11-22
| | | | Originally committed as revision 15908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: consistent function declarationsDiego Biurrun2008-11-22
| | | | Originally committed as revision 15907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Put statements after 'if' on their own line.Diego Biurrun2008-11-22
| | | | Originally committed as revision 15906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the function declaration of ff_svq1_packet_checksum to svq1.h and includeDiego Biurrun2008-10-28
| | | | | | | svq1.h where this function is used. Fixes the warning: libavcodec/svq3.c:862: warning: implicit declaration of function ‘ff_svq1_packet_checksum’ Originally committed as revision 15737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 watermark code now needs zlibBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 watermark decoding support, based on reverse engineering work by chronoBaptiste Coudurier2008-10-26
| | | | Originally committed as revision 15718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3: remove unused includeAurelien Jacobs2008-10-25
| | | | Originally committed as revision 15709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include zlib.h as it is needed for watermark support,Michael Niedermayer2008-10-14
| | | | | | patch by baptiste based on reverse engineering work by chrono. Originally committed as revision 15618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l, revertMichael Niedermayer2008-07-16
| | | | | | | | | | r14254 Log: The funny memcpyin svq3 generally has src & dst overlapping, so it should at least be a memmove(). I was tired, they do not overlap. Originally committed as revision 14259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer2008-07-16
| | | | | | should at least be a memmove(). Originally committed as revision 14254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print slice num as well.Michael Niedermayer2008-07-16
| | | | Originally committed as revision 14253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix infinite loop at EOF.Michael Niedermayer2008-07-14
| | | | Originally committed as revision 14231 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
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-11
| | | | Originally committed as revision 13131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-11
| | | | Originally committed as revision 13129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constsMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
| | | | Originally committed as revision 10397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-06
| | | | | | | | | | for Cr and Cb Patch by Andreas Öman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources Originally committed as revision 9505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
| | | | | | | | patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 9155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont write over the end of ref_cacheMichael Niedermayer2007-05-14
| | | | Originally committed as revision 9026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
| | | | | | attribute_unused and attribute_used respectively to ease compiling on non-gcc. Originally committed as revision 9024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer2007-01-24
| | | | Originally committed as revision 7684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* maybe fix segfault with missing extradata (unchecked)Michael Niedermayer2007-01-24
| | | | Originally committed as revision 7677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6992 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
* 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
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ↵Michael Niedermayer2005-12-17
| | | | | | (Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip_idctMichael Niedermayer2005-07-14
| | | | | | | skip_frame skip_loop_filter Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-18
| | | | Originally committed as revision 4136 to svn://svn.ffmpeg.org/ffmpeg/trunk