summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* superflouos ()Michael Niedermayer2007-04-091-1/+1
* remove code_prefix variable, no speed changeMichael Niedermayer2007-04-091-7/+5
* simplifyMichael Niedermayer2007-04-091-4/+3
* When dst_length == 0 bit_length has to be 0, too, but the current code stillReinhard Nissl2007-04-091-1/+1
* Remove a NAL unit's trailing zero bytes even when dst_length is 1.Reinhard Nissl2007-04-091-1/+1
* scenario: A properly coded frame is followed by an end of sequence NAL unit,Reinhard Nissl2007-04-091-1/+1
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-0828-89/+89
* Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun2007-04-081-1/+1
* cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun2007-04-081-10/+10
* Remove #if 0 code.Diego Biurrun2007-04-081-22/+0
* Fix compilation when Theora decoder is disabled, but VP3 is enabled.Diego Biurrun2007-04-081-0/+2
* Remove unused variable.Diego Biurrun2007-04-081-1/+1
* cosmetics: indentation fixMarco Gerards2007-04-081-2/+2
* factorize & 0x0FMichael Niedermayer2007-04-081-6/+7
* remove c93_ prefix from static functions in c93.cMichael Niedermayer2007-04-081-14/+14
* align verticallyMichael Niedermayer2007-04-071-3/+3
* shorter variable namesMichael Niedermayer2007-04-071-20/+20
* general purpose var should be intMichael Niedermayer2007-04-071-1/+1
* remove redundant commentsMichael Niedermayer2007-04-071-3/+2
* remove useless debuging av_log()Michael Niedermayer2007-04-071-4/+0
* indention cleanupMichael Niedermayer2007-04-071-16/+21
* use shorter names for the block type enumMichael Niedermayer2007-04-072-10/+8
* cosmeticMichael Niedermayer2007-04-071-2/+5
* use bytestream reader instead of bitstream for THPMichael Niedermayer2007-04-071-12/+11
* CRYO APC demuxerAnssi Hannula2007-04-071-0/+6
* simplifyMichael Niedermayer2007-04-071-4/+2
* prev1/2 -> prev[2]Michael Niedermayer2007-04-071-7/+7
* simplifyMichael Niedermayer2007-04-071-3/+2
* general purpose vars should be intMichael Niedermayer2007-04-071-1/+1
* table[index][ch] -> table[ch][index] (might be faster ...)Michael Niedermayer2007-04-071-4/+4
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-075-0/+152
* Fix segmentation fault for gray16le to gray conversion.Ivo van Poorten2007-04-071-1/+3
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-0727-27/+0
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-074-0/+72
* TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ...Michael Niedermayer2007-04-072-3/+22
* LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-072-0/+275
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-074-0/+257
* typosDiego Biurrun2007-04-074-5/+5
* typos/grammarDiego Biurrun2007-04-079-9/+9
* spelling/wording/grammarDiego Biurrun2007-04-071-605/+608
* Print a list of valid AMR bitrates if a wrong one is used.VĂ­ctor Paesa2007-04-071-5/+10
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-061-3/+73
* s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad studen...Kamil Nowosad2007-04-061-7/+7
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-066-0/+466
* Return correct decoded size, decoder is called with only one frame at a time.Benoit Fouet2007-04-061-1/+1
* IWMMXT-specific dsputils clear_blocks function.David Bateman2007-04-061-0/+21
* This codec is PAL8 so make it output PAL8 tooKostya Shishkov2007-04-061-20/+16
* remove compound literals gcc 2.95 doesnt support taking an address of a compo...Michael Niedermayer2007-04-051-8/+15
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-042-56/+24
* vc1_split should be staticKostya Shishkov2007-04-041-1/+1
OpenPOWER on IntegriCloud