30510 Commits (b06df7075590b7954900a9ef5e2dd0e7e832544c)
 

Author SHA1 Message Date
Justin Ruggles c6ac30c84b truespeech: use sizeof() instead of hardcoded sizes 13 years ago
Justin Ruggles 6d55506c8b truespeech: remove unneeded variable, 'consumed' 13 years ago
Justin Ruggles b84048935e truespeech: simplify truespeech_read_frame() by using get_bits() 13 years ago
Justin Ruggles 5e5ce70f19 truespeech: decode directly to output buffer instead of a temp buffer 13 years ago
Justin Ruggles 3e7a176759 truespeech: check to make sure channels == 1 13 years ago
Justin Ruggles a8f8db2636 truespeech: check for large enough output buffer rather than truncating output 13 years ago
Justin Ruggles 595cf1a1aa truespeech: remove unneeded zero-size packet check. 13 years ago
Justin Ruggles 82be06bbb3 mlpdec: return meaningful error codes instead of -1 13 years ago
Justin Ruggles e1b8d88d52 mlpdec: remove unnecessary wrapper function 13 years ago
Justin Ruggles 37b67f1bff mlpdec: only calculate output size once 13 years ago
Justin Ruggles caa845851d mlpdec: validate that the reported channel count matches the actual output 13 years ago
Mans Rullgard b45eb9d619 pcm: reduce pointer type casting 13 years ago
Mans Rullgard f59bb3d8f3 mathops: remove undefined behaviour from sign_extend() 13 years ago
Kostya Shishkov 42feaf4070 vc1: explicitly zero interlaced mode coding variables for progressive mode 13 years ago
Jean First 47a1d794db tiffenc: initialize forgotten avctx. 13 years ago
Justin Ruggles c74f1f47b2 avplay: free the active audio packet at exit. 13 years ago
Justin Ruggles cb2c4de3a1 avplay: free rdft data used for spectrogram analysis. 13 years ago
Jindrich Makovicka 67bbf07fb5 log.h: make AVClass a named struct 13 years ago
Justin Ruggles 3e68b28221 fix ac3 encoder documentation 13 years ago
Kostya Shishkov 50f9721904 vc1: more prettyprinting cosmetics 13 years ago
Kostya Shishkov 94e725ca2b vc1: prettyprint some tables 13 years ago
Kostya Shishkov b18c68ad25 vc1: K&R formatting cosmetics 13 years ago
Anton Khirnov 492bd1a28f AVOptions: bump minor and add APIchanges entry. 13 years ago
Anton Khirnov 7a6cd9957d cmdutils/avtools: simplify show_help() by using av_opt_child_class_next() 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov 3b3ea34655 Remove all uses of deprecated AVOptions API. 13 years ago
Anton Khirnov 8c5dcaad13 AVOptions: add av_opt_next, deprecate av_next_option. 13 years ago
Anton Khirnov dca055be3a AVOptions: add functions for evaluating option strings. 13 years ago
Anton Khirnov 059a037fbd AVOptions: split get_number(). 13 years ago
Anton Khirnov 41d9d51a72 AVOptions: add av_opt_get*, deprecate av_get*. 13 years ago
Anton Khirnov dac66da63d AVOptions: add av_opt_set*(). 13 years ago
Anton Khirnov 641c7afe3c AVOptions: add new API for enumerating children. 13 years ago
Janne Grunau 1bca8f4bc5 rv34: move inverse transform functions to DSP context 13 years ago
Martin Storsjö cad0c375d9 flvenc: Write the right metadata entry count 13 years ago
Martin Storsjö 76b0d03d82 rtsp: Request that dynamic rate is disabled 13 years ago
Martin Storsjö 30eae32530 rtsp: Parse the x-Accept-Dynamic-Rate header 13 years ago
Martin Storsjö bfc6db4477 rtpdec: Add ff_ prefix to all nonstatic symbols 13 years ago
Mans Rullgard 318efbfc10 h264: change unsupported bit depth message to error level 13 years ago
John Brooks 07b77fe387 rtpdec: Read the packet length for all RTCP packet types 13 years ago
John Brooks 5d6ecf5345 rtpdec: Fix the minimum packet length for RTCP SR packets 13 years ago
Mans Rullgard c682514a8f qdm2: fix signed multiplication overflow 13 years ago
Martin Storsjö 5e87222fd1 flvdec: Don't export metadata entries that aren't proper metadata 13 years ago
Martin Storsjö b204c46d9d flvdec: Split out setting of numeric fields from storing metadata 13 years ago
Anton Khirnov 46c3c53bae libx264: support yuv422/444 output. 13 years ago
Anton Khirnov 04de1569cd sws: support yuv444p9/10 output. 13 years ago
John Stebbins 5f3fb59953 fix AC3ENC_OPT_MODE_ON/OFF 13 years ago
Mans Rullgard fdba370f8a h264: fix HRD parameters parsing 13 years ago
Ronald S. Bultje 91f4732913 prores: implement multithreading. 13 years ago
Ronald S. Bultje e3f530feca prores: idct sse2/sse4 optimizations. 13 years ago
Ronald S. Bultje 6aa3cac6bf swscale: use aligned move for storage into temporary buffer. 13 years ago