summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* move matroska_find_track_by_num() upper in the fileAurelien Jacobs2007-04-09
* cluster position is relative to segment_startAurelien Jacobs2007-04-09
* properly set streams start_timeAurelien Jacobs2007-04-09
* remove unused context fieldAurelien Jacobs2007-04-09
* remove wrong and no more used packet reordering codeAurelien Jacobs2007-04-09
* When dst_length == 0 bit_length has to be 0, too, but the current code stillReinhard Nissl2007-04-09
* Remove a NAL unit's trailing zero bytes even when dst_length is 1.Reinhard Nissl2007-04-09
* scenario: A properly coded frame is followed by an end of sequence NAL unit,Reinhard Nissl2007-04-09
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-08
* Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun2007-04-08
* cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun2007-04-08
* Remove #if 0 code.Diego Biurrun2007-04-08
* Fix compilation when Theora decoder is disabled, but VP3 is enabled.Diego Biurrun2007-04-08
* Remove unused variable.Diego Biurrun2007-04-08
* cosmetics: indentation fixMarco Gerards2007-04-08
* file extension based probe is max/2Michael Niedermayer2007-04-08
* factorizeMichael Niedermayer2007-04-08
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* also remove c93_ prefix for static function in the c93 demuxerMichael Niedermayer2007-04-08
* factorize & 0x0FMichael Niedermayer2007-04-08
* remove c93_ prefix from static functions in c93.cMichael Niedermayer2007-04-08
* s/rle_num_bytes/code/Michael Niedermayer2007-04-07
* align verticallyMichael Niedermayer2007-04-07
* shorter variable namesMichael Niedermayer2007-04-07
* general purpose var should be intMichael Niedermayer2007-04-07
* simplifyMichael Niedermayer2007-04-07
* conform to specMichael 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
* code claims to use 32bit timestamp, lets make it also use thatMichael Niedermayer2007-04-07
* remove redundant commentsMichael Niedermayer2007-04-07
* remove inappropriate debuging av_log() alternatively they could be changed to...Michael Niedermayer2007-04-07
* memleak (seems ive missed that under the obfuscated indention)Michael Niedermayer2007-04-07
* sane indention (no more 3 statements on one line...)Michael 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
* Add THP video and audio decoders.Diego Biurrun2007-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