summaryrefslogtreecommitdiff
path: root/libavcodec/cavsdec.c
Commit message (Expand)AuthorAge
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-20
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-20
* cavs: fix some crashes with invalid bitstreamsMans Rullgard2011-08-10
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* add heuristic to discern the old sample clips from streams encodedStefan Gehrer2010-02-15
* fix slice header checkingStefan Gehrer2009-06-30
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* check for a stuffing byte at the end of a sliceStefan Gehrer2009-02-24
* change macroblock loop in inter frames so that after aStefan Gehrer2009-02-24
* 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