summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers
AgeCommit message (Expand)AuthorFilesLines
2012-11-16mpeg2: fix PAR calculation from commit 132922d.Sreerenj Balachandran1-0/+5
2012-11-16Add codecparsers submodule.Gwenole Beauchesne3-1033/+38
2012-09-12codecparsers: jpeg: add missing includes.Gwenole Beauchesne1-0/+1
2012-08-02jpeg: fix default quantization tables.Gwenole Beauchesne1-34/+55
2012-08-02jpeg: compute default Huffman tables.Gwenole Beauchesne1-106/+140
2012-07-19jpeg: fix make dist.Gwenole Beauchesne1-4/+1
2012-07-17codecparsers: jpeg: tweak parser API.Gwenole Beauchesne2-448/+431
2012-06-21codecparsers: jpeg: track valid quantization and Huffman tables.Gwenole Beauchesne2-71/+94
2012-06-21codecparsers: jpeg: use U_READ_UINT*() wherever possible.Wind Yuan1-19/+33
2012-06-21jpeg: add new GstJpegHuffmanTables structure.Wind Yuan2-116/+129
2012-06-21jpeg: make gst_jpeg_parse() support multiple scans.Wind Yuan2-7/+72
2012-05-15jpeg: update to match latest parser API.Wind Yuan2-404/+293
2012-05-15jpeg: simplify and optimize parser API.Gwenole Beauchesne1-55/+292
2012-04-11codecparsers: add JPEG parser.Wind Yuan3-0/+791