summaryrefslogtreecommitdiffstats
path: root/libavcodec/cavsdec.c
Commit message (Expand)AuthorAgeFilesLines
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Move cavs dsp functions to their own structMåns Rullgård2010-08-031-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* add heuristic to discern the old sample clips from streams encodedStefan Gehrer2010-02-151-0/+9
* fix slice header checkingStefan Gehrer2009-06-301-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* check for a stuffing byte at the end of a sliceStefan Gehrer2009-02-241-0/+3
* change macroblock loop in inter frames so that after aStefan Gehrer2009-02-241-34/+29
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-101-9/+10
* fix multiple slices per frameStefan Gehrer2009-02-101-1/+11
* fix parsing of pic_structureStefan Gehrer2009-02-101-3/+4
* avoid duplicating dsputil's clear_blockStefan Gehrer2009-02-101-0/+1
* time_code has 24 bits, not 16Stefan Gehrer2009-02-101-1/+1
* do not check for minimum slice start code, 0x00000100 is validStefan Gehrer2009-02-101-2/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* fix doxygen file referenceStefan Gehrer2009-01-271-1/+1
* use assignment of structure instead of memcpyStefan Gehrer2009-01-161-2/+2
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-161-5/+5
* rename vector_t to cavs_vectorStefan Gehrer2009-01-161-5/+5
* Avoid POSIX-reserved _t in identifier names.Diego Biurrun2008-12-151-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Arrays where one element too small, fixes CID114.Michael Niedermayer2008-05-271-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* constMichael Niedermayer2008-02-011-1/+1
* Initialize the "stc" variable before using it in ff_find_start_code()Luca Abeni2007-08-231-1/+1
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-4/+4
* have less functions as inlineStefan Gehrer2007-07-251-11/+11
* split decoder-specific parts into their own fileStefan Gehrer2007-07-081-0/+702
OpenPOWER on IntegriCloud