| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpdec_jpeg: Error out on other unsupported type values as well | Martin Storsjö | 2012-09-12 | 1 | -0/+4 |
* | rtpdec_jpeg: Disallow using the reserved q values | Martin Storsjö | 2012-09-12 | 1 | -0/+4 |
* | rtpdec_jpeg: Fold the default qtables case into an existing if statement | Martin Storsjö | 2012-09-12 | 1 | -6/+4 |
* | rtpdec_jpeg: Store and reuse old qtables for q values 128-254 | Martin Storsjö | 2012-09-12 | 1 | -6/+27 |
* | rtpdec_jpeg: Simplify the calculation of the number of qtables | Martin Storsjö | 2012-09-12 | 1 | -1/+1 |
* | rtpdec_jpeg: Add more comments about the fields in the SOF0 section | Martin Storsjö | 2012-09-12 | 1 | -9/+9 |
* | rtpdec_jpeg: Clarify where the subsampling magic numbers come from | Martin Storsjö | 2012-09-12 | 1 | -3/+3 |
* | rtpdec_jpeg: Don't use a bitstream writer for the EOI marker | Martin Storsjö | 2012-09-12 | 1 | -5/+1 |
* | rtpdec_jpeg: Don't needlessly use a bitstream writer for the header | Martin Storsjö | 2012-09-12 | 1 | -56/+58 |
* | rtpdec_jpeg: Simplify writing of the jpeg header | Martin Storsjö | 2012-09-12 | 1 | -18/+10 |
* | rtpdec_jpeg: Merge two if statements | Martin Storsjö | 2012-09-12 | 1 | -31/+30 |
* | rtpdec_jpeg: Write the DHT section properly | Martin Storsjö | 2012-09-12 | 1 | -13/+20 |
* | rtpdec_jpeg: Add support for default quantizers | Samuel Pitoiset | 2012-09-11 | 1 | -3/+47 |
* | rtp: Depacketization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-09 | 1 | -0/+331 |