]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/cavsdec.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / cavsdec.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-24 stefangcheck for a stuffing byte at the end of a slice
2009-02-24 stefangchange macroblock loop in inter frames so that after a
2009-02-10 stefangintroduce a macroblock index to avoid a few x*width...
2009-02-10 stefangfix multiple slices per frame
2009-02-10 stefangfix parsing of pic_structure
2009-02-10 stefangavoid duplicating dsputil's clear_block
2009-02-10 stefangtime_code has 24 bits, not 16
2009-02-10 stefangdo not check for minimum slice start code, 0x00000100...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-27 stefangfix doxygen file reference
2009-01-16 stefanguse assignment of structure instead of memcpy
2009-01-16 stefangrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 stefangrename vector_t to cavs_vector
2008-12-15 diegoAvoid POSIX-reserved _t in identifier names.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-27 michaelArrays where one element too small, fixes CID114.
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-02-01 michaelconst
2007-08-23 lucabeInitialize the "stc" variable before using it in ff_fin...
2007-08-09 alexuse skip_bits where appropriate
2007-07-25 stefanghave less functions as inline
2007-07-08 stefangsplit decoder-specific parts into their own file