summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* factorize & 0x0FMichael Niedermayer2007-04-08
* remove c93_ prefix from static functions in c93.cMichael Niedermayer2007-04-08
* align verticallyMichael Niedermayer2007-04-07
* shorter variable namesMichael Niedermayer2007-04-07
* general purpose var should be intMichael Niedermayer2007-04-07
* remove redundant commentsMichael Niedermayer2007-04-07
* remove useless debuging av_log()Michael Niedermayer2007-04-07
* indention cleanupMichael Niedermayer2007-04-07
* use shorter names for the block type enumMichael Niedermayer2007-04-07
* cosmeticMichael Niedermayer2007-04-07
* use bytestream reader instead of bitstream for THPMichael Niedermayer2007-04-07
* CRYO APC demuxerAnssi Hannula2007-04-07
* simplifyMichael Niedermayer2007-04-07
* prev1/2 -> prev[2]Michael Niedermayer2007-04-07
* simplifyMichael Niedermayer2007-04-07
* general purpose vars should be intMichael Niedermayer2007-04-07
* table[index][ch] -> table[ch][index] (might be faster ...)Michael Niedermayer2007-04-07
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-07
* Fix segmentation fault for gray16le to gray conversion.Ivo van Poorten2007-04-07
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-07
* TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ...Michael Niedermayer2007-04-07
* LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-07
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-07
* typosDiego Biurrun2007-04-07
* typos/grammarDiego Biurrun2007-04-07
* spelling/wording/grammarDiego Biurrun2007-04-07
* Print a list of valid AMR bitrates if a wrong one is used.VĂ­ctor Paesa2007-04-07
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-06
* s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad studen...Kamil Nowosad2007-04-06
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-06
* Return correct decoded size, decoder is called with only one frame at a time.Benoit Fouet2007-04-06
* IWMMXT-specific dsputils clear_blocks function.David Bateman2007-04-06
* This codec is PAL8 so make it output PAL8 tooKostya Shishkov2007-04-06
* remove compound literals gcc 2.95 doesnt support taking an address of a compo...Michael Niedermayer2007-04-05
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-04
* vc1_split should be staticKostya Shishkov2007-04-04
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-04
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-04
* cosmetics: Fix indentation.Diego Biurrun2007-04-03
* Remove useless pointer shift.Benoit Fouet2007-04-03
* Remove commented-out while loop.Benoit Fouet2007-04-03
* Explain which configure options are necessary for which AMR variant.Diego Biurrun2007-04-03
* typoMichael Niedermayer2007-04-03
* cosmeticMichael Niedermayer2007-04-03
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-03
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-03
* Remove #if 0 code.Diego Biurrun2007-04-03
* dont use *int8_t for the arguments (ive missed that in the patches ...)Michael Niedermayer2007-04-03
* Changed the rle encoder a little and made it more universal.Xiaohui Sun2007-04-03