summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* rtpdec_jpeg: Error out on other unsupported type values as wellMartin Storsjö2012-09-121-0/+4
* rtpdec_jpeg: Disallow using the reserved q valuesMartin Storsjö2012-09-121-0/+4
* rtpdec_jpeg: Fold the default qtables case into an existing if statementMartin Storsjö2012-09-121-6/+4
* rtpdec_jpeg: Store and reuse old qtables for q values 128-254Martin Storsjö2012-09-121-6/+27
* rtpdec_jpeg: Simplify the calculation of the number of qtablesMartin Storsjö2012-09-121-1/+1
* rtpdec_jpeg: Add more comments about the fields in the SOF0 sectionMartin Storsjö2012-09-121-9/+9
* rtpdec_jpeg: Clarify where the subsampling magic numbers come fromMartin Storsjö2012-09-121-3/+3
* rtpdec_jpeg: Don't use a bitstream writer for the EOI markerMartin Storsjö2012-09-121-5/+1
* rtpdec_jpeg: Don't needlessly use a bitstream writer for the headerMartin Storsjö2012-09-121-56/+58
* rtpdec_jpeg: Simplify writing of the jpeg headerMartin Storsjö2012-09-121-18/+10
* rtpdec_jpeg: Merge two if statementsMartin Storsjö2012-09-121-31/+30
* rtpdec_jpeg: Write the DHT section properlyMartin Storsjö2012-09-121-13/+20
* rtpdec_jpeg: Add support for default quantizersSamuel Pitoiset2012-09-111-3/+47
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-091-0/+331
OpenPOWER on IntegriCloud