| Commit message (Expand) | Author | Age | Files | Lines |
* | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -1/+1 |
* | Adjust printf conversion specifiers to match variable signedness | Diego Biurrun | 2016-10-28 | 1 | -1/+1 |
* | rtpdec_jpeg: fix low contrast image on low quality setting | Ico Doornekamp | 2016-03-26 | 1 | -3/+4 |
* | rtpdec_jpeg: Coalesce redundant error checks | Diego Biurrun | 2015-12-26 | 1 | -6/+0 |
* | build: Split JPEG-related tables off into a separate component | Diego Biurrun | 2015-03-30 | 1 | -0/+1 |
* | rtpdec: Rename the free method to close | Martin Storsjö | 2015-02-24 | 1 | -2/+2 |
* | rtpdec: Use ffio_free_dyn_buf | Martin Storsjö | 2015-02-24 | 1 | -13/+4 |
* | rtpdec: Don't free the payload context in the .free function | Martin Storsjö | 2015-02-24 | 1 | -1/+0 |
* | rtpdec: Remove unnecessary inline attributes | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtpdec: Get rid of all trivial .alloc/.free functions | Martin Storsjö | 2015-02-24 | 1 | -6/+1 |
* | rtpdec: Remove unnecessary _if_needed suffixes on functions | Martin Storsjö | 2015-02-24 | 1 | -4/+4 |
* | rtpdec: Pass the sequence number to depacketizers | Martin Storsjö | 2012-12-21 | 1 | -1/+2 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | rtpdec: factorize identical code used in several handlers | Anton Khirnov | 2012-11-02 | 1 | -10/+3 |
* | 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 |