summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add complete instructions for the brave people wishing to fiddle with theDiego Biurrun2007-04-12
* typoDiego Biurrun2007-04-12
* Update AMR instructions for last round of changes.Diego Biurrun2007-04-12
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-12
* Update download URL with a link to a working version.Diego Biurrun2007-04-12
* DVR-MS probe audio formatJohn Donaghy2007-04-12
* cosmetics after last commit; remove superfluous bracesIvo van Poorten2007-04-11
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-11
* add a check before find_frame_end callLimin Wang2007-04-11
* Per reference swf/flv adpcm encoder.Benjamin Larsson2007-04-11
* cosmetics: indentationDiego Biurrun2007-04-11
* Fix the poll() loop (ret == 0 means that a timeout expired, so it must beLuca Abeni2007-04-10
* Fix the generation of RTSP reply headers (the "DEF()" macro is not usedLuca Abeni2007-04-10
* add D-10 PAL 40 audio essence container ulBaptiste Coudurier2007-04-10
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-10
* cosmetics: indentationAurelien Jacobs2007-04-10
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-10
* cosmetics after last commitIvo van Poorten2007-04-10
* Add support for grayscale images with arbitrary maxvals.Ivo van Poorten2007-04-10
* Fix an underflow/overflow that was causing some crackles when playingMarco Gerards2007-04-10
* Set C predictor to zero if unavailable (should fix B-frame border artifacts)Kostya Shishkov2007-04-10
* superflouos ()Michael Niedermayer2007-04-09
* remove code_prefix variable, no speed changeMichael Niedermayer2007-04-09
* simplifyMichael Niedermayer2007-04-09
* add support for seeking to a keyframe instead of a random frameAurelien Jacobs2007-04-09
* add an intermediate variable (prepare for next patch)Aurelien Jacobs2007-04-09
* add support for seeking in matroska filesAurelien Jacobs2007-04-09
* 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