Mercurial > libavcodec.hg
graph
-
Use a more explicit "codec" rather than "format" as the parameter of libavcodec2008-12-14, by stefano
-
Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com. libavcodec2008-12-14, by diego
-
Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. libavcodec2008-12-13, by diego
-
Add img_convert() to imgconvert.h and #include it from imgresample.c. libavcodec2008-12-13, by diego
-
Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility libavcodec2008-12-12, by ods15
-
fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com libavcodec2008-12-12, by bcoudurier
-
Move get_pixels_8x4 before init func to avoid useless forward declaration. libavcodec2008-12-12, by bcoudurier
-
s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved libavcodec2008-12-11, by michael
-
Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. libavcodec2008-12-11, by vitor
-
Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. libavcodec2008-12-11, by reynaldo
-
AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. libavcodec2008-12-09, by superdump
-
Make av_log_missing_feature an internal function, and change its name libavcodec2008-12-08, by stefano
-
ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents(). libavcodec2008-12-06, by jbr