summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* revert 10409Michael Niedermayer2007-09-05
* export put_timestamp()Michael Niedermayer2007-09-05
* Make sure that if a stream has a duration but the container doesn'tNeil Brown2007-09-05
* Add slice-based parallel H.264 decodingAndreas Ă–man2007-09-05
* using isnan instead of d==d, to signal correctly parsed optionMarc Hoffman2007-09-05
* Correct initial timestampWolfram Gloger2007-09-05
* Replace outdated BeOS section with a note that says that it is broken.Diego Biurrun2007-09-05
* Add description for feature_request/open/approved.Mark Cox2007-09-05
* Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang2007-09-05
* Sort one more list alphabetically.Diego Biurrun2007-09-05
* Alphabetically sort library dependencies list.Diego Biurrun2007-09-05
* Fix links to ARM documentationGuillaume Poirier2007-09-05
* AAC support in the SDP generatorLuca Abeni2007-09-05
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
* 16bit IDWT implementation noteMichael Niedermayer2007-09-05
* more todoMichael Niedermayer2007-09-05
* add a 8 taps filter for testingMichael Niedermayer2007-09-05
* fix decoding of dracula.4xm before diego complainsMichael Niedermayer2007-09-05
* fix segfault with dracula.4xmMichael Niedermayer2007-09-05
* Matroska regression testsDavid Conrad2007-09-05
* Replace constants by HTAPS (half pel interpolation filter taps) where appropr...Michael Niedermayer2007-09-05
* Enable Matroska muxerDavid Conrad2007-09-05
* Grammar nitsDavid Conrad2007-09-05
* Always use AVFormatContext for av_log messagesDavid Conrad2007-09-05
* Rename ebml size functions to indicate that they can be used for more kinds o...David Conrad2007-09-05
* We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Don't seek when streamedDavid Conrad2007-09-05
* Get rid of useless bracesDavid Conrad2007-09-05
* IndentDavid Conrad2007-09-05
* Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad2007-09-05
* Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad2007-09-05
* Move writing codec private element to its own functionDavid Conrad2007-09-05
* CosmeticsDavid Conrad2007-09-05
* Use num_entries directly rather than mixing it with a local copyDavid Conrad2007-09-05
* Doxygenify commentsDavid Conrad2007-09-05
* Make sure that the calculated duration doesn't decreaseDavid Conrad2007-09-05
* Split some really long linesDavid Conrad2007-09-05
* Correct messageDavid Conrad2007-09-05
* Always check the return of mkv_add_seekhead_entryDavid Conrad2007-09-05
* Pass the returned error code of functions upDavid Conrad2007-09-05
* Check that the seekheads were createdDavid Conrad2007-09-05
* Return AVERROR(ENOMEM) when appropriateDavid Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Use assert for conditions that must be trueDavid Conrad2007-09-05
* SimplifyDavid Conrad2007-09-05
* Grammar nitsDavid Conrad2007-09-05
* Break long commentsDavid Conrad2007-09-05
* Use sample format for bit depth if av_get_bits_per_sample() doesn't give oneDavid Conrad2007-09-05
* Calculate and store DAR rather than SARDavid Conrad2007-09-05