summaryrefslogtreecommitdiff
path: root/libavcodec/cavsdec.c
Commit message (Expand)AuthorAge
...
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-10
* fix multiple slices per frameStefan Gehrer2009-02-10
* fix parsing of pic_structureStefan Gehrer2009-02-10
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-10
* time_code has 24 bits, not 16Stefan Gehrer2009-02-10
* do not check for minimum slice start code, 0x00000100 is validStefan Gehrer2009-02-10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* fix doxygen file referenceStefan Gehrer2009-01-27
* use assignment of structure instead of memcpyStefan Gehrer2009-01-16
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-16
* rename vector_t to cavs_vectorStefan Gehrer2009-01-16
* Avoid POSIX-reserved _t in identifier names.Diego Biurrun2008-12-15
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Arrays where one element too small, fixes CID114.Michael Niedermayer2008-05-27
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* constMichael Niedermayer2008-02-01
* Initialize the "stc" variable before using it in ff_find_start_code()Luca Abeni2007-08-23
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* have less functions as inlineStefan Gehrer2007-07-25
* split decoder-specific parts into their own fileStefan Gehrer2007-07-08