]> git.sesse.net Git - ffmpeg/history - libavcodec/cavsdec.c
Merge remote branch 'qatar/master'
[ffmpeg] / libavcodec / cavsdec.c
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-28 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-08-03 Måns RullgårdMove cavs dsp functions to their own struct
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-15 Stefan Gehreradd heuristic to discern the old sample clips from...
2009-06-30 Stefan Gehrerfix slice header checking
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-24 Stefan Gehrercheck for a stuffing byte at the end of a slice
2009-02-24 Stefan Gehrerchange macroblock loop in inter frames so that after a
2009-02-10 Stefan Gehrerintroduce a macroblock index to avoid a few x*width...
2009-02-10 Stefan Gehrerfix multiple slices per frame
2009-02-10 Stefan Gehrerfix parsing of pic_structure
2009-02-10 Stefan Gehreravoid duplicating dsputil's clear_block
2009-02-10 Stefan Gehrertime_code has 24 bits, not 16
2009-02-10 Stefan Gehrerdo not check for minimum slice start code, 0x00000100...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-27 Stefan Gehrerfix doxygen file reference
2009-01-16 Stefan Gehreruse assignment of structure instead of memcpy
2009-01-16 Stefan Gehrerrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 Stefan Gehrerrename vector_t to cavs_vector
2008-12-15 Diego BiurrunAvoid POSIX-reserved _t in identifier names.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-27 Michael NiedermayerArrays where one element too small, fixes CID114.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-02-01 Michael Niedermayerconst
2007-08-23 Luca AbeniInitialize the "stc" variable before using it in ff_fin...
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-07-25 Stefan Gehrerhave less functions as inline
2007-07-08 Stefan Gehrersplit decoder-specific parts into their own file