summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_jpeg.c
Commit message (Expand)AuthorAge
* rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2016-03-26
* rtpdec_jpeg: Coalesce redundant error checksDiego Biurrun2015-12-26
* build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-30
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-24
* rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-24
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-24
* rtpdec: Remove unnecessary inline attributesMartin Storsjö2015-02-24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-24
* rtpdec: Remove unnecessary _if_needed suffixes on functionsMartin Storsjö2015-02-24
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* miscellaneous typo fixesDiego Biurrun2012-12-21
* rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-02
* rtpdec_jpeg: Error out on other unsupported type values as wellMartin Storsjö2012-09-12
* rtpdec_jpeg: Disallow using the reserved q valuesMartin Storsjö2012-09-12
* rtpdec_jpeg: Fold the default qtables case into an existing if statementMartin Storsjö2012-09-12
* rtpdec_jpeg: Store and reuse old qtables for q values 128-254Martin Storsjö2012-09-12
* rtpdec_jpeg: Simplify the calculation of the number of qtablesMartin Storsjö2012-09-12
* rtpdec_jpeg: Add more comments about the fields in the SOF0 sectionMartin Storsjö2012-09-12
* rtpdec_jpeg: Clarify where the subsampling magic numbers come fromMartin Storsjö2012-09-12
* rtpdec_jpeg: Don't use a bitstream writer for the EOI markerMartin Storsjö2012-09-12
* rtpdec_jpeg: Don't needlessly use a bitstream writer for the headerMartin Storsjö2012-09-12
* rtpdec_jpeg: Simplify writing of the jpeg headerMartin Storsjö2012-09-12
* rtpdec_jpeg: Merge two if statementsMartin Storsjö2012-09-12
* rtpdec_jpeg: Write the DHT section properlyMartin Storsjö2012-09-12
* rtpdec_jpeg: Add support for default quantizersSamuel Pitoiset2012-09-11
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-09