OSDN Git Service

rtpdec: Use ffio_free_dyn_buf
[android-x86/external-ffmpeg.git] / libavformat / rtpdec_jpeg.c
2015-02-24 Martin Storsjörtpdec: Use ffio_free_dyn_buf
2015-02-24 Martin Storsjörtpdec: Don't free the payload context in the .free...
2015-02-24 Martin Storsjörtpdec: Remove unnecessary inline attributes
2015-02-24 Martin Storsjörtpdec: Get rid of all trivial .alloc/.free functions
2015-02-24 Martin Storsjörtpdec: Remove unnecessary _if_needed suffixes on functions
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-11-02 Anton Khirnovrtpdec: factorize identical code used in several handlers
2012-09-12 Martin Storsjörtpdec_jpeg: Error out on other unsupported type values...
2012-09-12 Martin Storsjörtpdec_jpeg: Disallow using the reserved q values
2012-09-12 Martin Storsjörtpdec_jpeg: Fold the default qtables case into an...
2012-09-12 Martin Storsjörtpdec_jpeg: Store and reuse old qtables for q values...
2012-09-12 Martin Storsjörtpdec_jpeg: Simplify the calculation of the number...
2012-09-12 Martin Storsjörtpdec_jpeg: Add more comments about the fields in...
2012-09-12 Martin Storsjörtpdec_jpeg: Clarify where the subsampling magic number...
2012-09-12 Martin Storsjörtpdec_jpeg: Don't use a bitstream writer for the EOI...
2012-09-12 Martin Storsjörtpdec_jpeg: Don't needlessly use a bitstream writer...
2012-09-12 Martin Storsjörtpdec_jpeg: Simplify writing of the jpeg header
2012-09-12 Martin Storsjörtpdec_jpeg: Merge two if statements
2012-09-12 Martin Storsjörtpdec_jpeg: Write the DHT section properly
2012-09-11 Samuel Pitoisetrtpdec_jpeg: Add support for default quantizers
2012-09-09 Samuel Pitoisetrtp: Depacketization of JPEG (RFC 2435)