summaryrefslogtreecommitdiffstats
path: root/libavcodec/a64multienc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: build some codecs only if they are actually enabledPaul B Mahol2012-06-171-1/+4
* cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* a64multienc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* | a64multienc: fix "warning: buf may be used uninitialized in this function"Michael Niedermayer2012-02-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-16/+26
|\ \ | |/
| * a64multienc: switch to encode2().Anton Khirnov2012-02-231-14/+26
| * a64multienc: don't write into output buffer when there's no output.Anton Khirnov2012-02-231-2/+0
| * Remove unused variablesMans Rullgard2011-06-021-2/+0
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | Fix various unused variable warningsClément Bœsch2011-05-301-2/+0
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-2/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* a64enc: make PixelFormat arrays constMans Rullgard2011-01-181-2/+2
* Cosmetics, lots of.Tobias Bindhammer2010-10-051-38/+38
* Skip unnecessary calculations in 4col-mode.Tobias Bindhammer2010-10-051-1/+1
* Add possibility to crop screens inside of encoded frames.Tobias Bindhammer2010-10-051-4/+19
* Add check for height when cropping.Tobias Bindhammer2010-10-051-3/+3
* Introduce palette with dynamic size.Tobias Bindhammer2010-10-051-7/+8
* Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer2010-08-311-6/+13
* Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer2010-08-261-9/+9
* enable a flexible lifetimeTobias Bindhammer2010-08-261-2/+1
* Setting proper values in extradata for future use in muxerTobias Bindhammer2010-08-261-0/+14
* cleanup a bit in a64multi_encode_frame()Tobias Bindhammer2010-08-251-7/+1
* added/extended some comments in a64multi_encode_frame()Tobias Bindhammer2010-08-251-1/+8
* added interlacing option and compression option for colorram (lut)Tobias Bindhammer2010-08-241-43/+124
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-241-40/+63
* Initial version of the a64 (multicolor charset) codecTobias Bindhammer2010-08-231-0/+248
OpenPOWER on IntegriCloud