aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update preprocessor directive comments to take recent changes to this fileDiego Biurrun2007-04-141-3/+3
* Simplify Darwin gcc flags setting.Diego Biurrun2007-04-141-15/+4
* Remove redundant 2.95 branch from the Darwin gcc check. It is alreadyDiego Biurrun2007-04-141-3/+0
* one patch one mailMichael Niedermayer2007-04-131-0/+3
* trap signals in tests that can crashMåns Rullgård2007-04-131-15/+27
* cosmetics: Fix indentation.Diego Biurrun2007-04-131-2/+2
* timestamps generation improvement when parsing aviJoakim Plate2007-04-135-7/+25
* change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2Patrice Bensoussan2007-04-131-1/+1
* cosmetics, expand all tabs to four spaces.Ivo van Poorten2007-04-121-112/+112
* Replace huge switch statement by a lookup table.Ivo van Poorten2007-04-121-174/+46
* As usual Real actually took something existing and rebranded it.Benjamin Larsson2007-04-121-1/+1
* spellingDiego Biurrun2007-04-121-1/+1
* Add a note about how to enable external libraries.Diego Biurrun2007-04-121-1/+2
* Add complete instructions for the brave people wishing to fiddle with theDiego Biurrun2007-04-121-1/+5
* typoDiego Biurrun2007-04-121-1/+1
* Update AMR instructions for last round of changes.Diego Biurrun2007-04-121-16/+10
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-123-42/+9
* Update download URL with a link to a working version.Diego Biurrun2007-04-121-1/+1
* DVR-MS probe audio formatJohn Donaghy2007-04-122-1/+54
* cosmetics after last commit; remove superfluous bracesIvo van Poorten2007-04-111-6/+4
* Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten2007-04-112-116/+36
* add a check before find_frame_end callLimin Wang2007-04-111-1/+2
* Per reference swf/flv adpcm encoder.Benjamin Larsson2007-04-111-0/+28
* cosmetics: indentationDiego Biurrun2007-04-111-1/+1
* Fix the poll() loop (ret == 0 means that a timeout expired, so it must beLuca Abeni2007-04-101-1/+1
* Fix the generation of RTSP reply headers (the "DEF()" macro is not usedLuca Abeni2007-04-101-3/+33
* add D-10 PAL 40 audio essence container ulBaptiste Coudurier2007-04-101-0/+1
* add D-10 PAL 40 ulBaptiste Coudurier2007-04-101-0/+1
* cosmetics: indentationAurelien Jacobs2007-04-101-1/+1
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-103-0/+82
* cosmetics after last commitIvo van Poorten2007-04-101-1/+1
* Add support for grayscale images with arbitrary maxvals.Ivo van Poorten2007-04-101-2/+24
* Fix an underflow/overflow that was causing some crackles when playingMarco Gerards2007-04-101-1/+3
* Set C predictor to zero if unavailable (should fix B-frame border artifacts)Kostya Shishkov2007-04-101-0/+2
* 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
* add support for seeking to a keyframe instead of a random frameAurelien Jacobs2007-04-091-0/+13
* add an intermediate variable (prepare for next patch)Aurelien Jacobs2007-04-091-1/+3
* add support for seeking in matroska filesAurelien Jacobs2007-04-091-0/+33
* move matroska_find_track_by_num() upper in the fileAurelien Jacobs2007-04-091-13/+15
* cluster position is relative to segment_startAurelien Jacobs2007-04-091-1/+1
* properly set streams start_timeAurelien Jacobs2007-04-091-0/+1
* remove unused context fieldAurelien Jacobs2007-04-091-3/+0
* remove wrong and no more used packet reordering codeAurelien Jacobs2007-04-091-51/+0
* 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-0846-147/+147
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-082-7/+7