summaryrefslogtreecommitdiffstats
path: root/libavcodec/v210dec.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
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-3/+3
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-3/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-131-2/+0
* Call release_buffer on close for v210dec and v210xReimar Döffinger2009-10-131-0/+3
* Remove ; after while(0) in macros.Ramiro Polla2009-09-121-1/+1
* prettyprinting cosmeticsDiego Biurrun2009-09-051-9/+10
* add casts to silence gcc warningsBaptiste Coudurier2009-05-131-4/+4
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-121-0/+132
OpenPOWER on IntegriCloud