Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-25rtpdec: Use ffio_free_dyn_bufMartin Storsjö
2015-02-25rtpdec: Don't free the payload context in the .free functionMartin Storsjö
2015-02-25rtpdec: Remove unnecessary inline attributesMartin Storsjö
2015-02-24rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö
2015-02-24rtpdec: Remove unnecessary _if_needed suffixes on functionsMartin Storsjö
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-02rtpdec: factorize identical code used in several handlersAnton Khirnov
2012-09-12rtpdec_jpeg: Error out on other unsupported type values as wellMartin Storsjö
2012-09-12rtpdec_jpeg: Disallow using the reserved q valuesMartin Storsjö
2012-09-12rtpdec_jpeg: Fold the default qtables case into an existing if statementMartin Storsjö
2012-09-12rtpdec_jpeg: Store and reuse old qtables for q values 128-254Martin Storsjö
2012-09-12rtpdec_jpeg: Simplify the calculation of the number of qtablesMartin Storsjö
2012-09-12rtpdec_jpeg: Add more comments about the fields in the SOF0 sectionMartin Storsjö
2012-09-12rtpdec_jpeg: Clarify where the subsampling magic numbers come fromMartin Storsjö
2012-09-12rtpdec_jpeg: Don't use a bitstream writer for the EOI markerMartin Storsjö
2012-09-12rtpdec_jpeg: Don't needlessly use a bitstream writer for the headerMartin Storsjö
2012-09-12rtpdec_jpeg: Simplify writing of the jpeg headerMartin Storsjö
2012-09-12rtpdec_jpeg: Merge two if statementsMartin Storsjö
2012-09-12rtpdec_jpeg: Write the DHT section properlyMartin Storsjö
2012-09-11rtpdec_jpeg: Add support for default quantizersSamuel Pitoiset
2012-09-09rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset