Mercurial > libavcodec.hg
graph
-
Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test libavcodecTue, 10 Nov 2009 20:55:00 +0000, by cehoyos
-
Try to fix has_b_frame calculation for open gop files. libavcodecTue, 10 Nov 2009 20:24:41 +0000, by michael
-
Fix palette copying in av_picture_copy(). Previous code worked only if libavcodecTue, 10 Nov 2009 19:36:58 +0000, by vitor
-
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavcodecTue, 10 Nov 2009 18:52:39 +0000, by cehoyos
-
Handle JPEG2000 frames stored in the Quicktime container. libavcodecTue, 10 Nov 2009 14:48:32 +0000, by jai_menon
-
Avoid variable-length array use in ff_acelp_lspd2lpc() libavcodecTue, 10 Nov 2009 04:17:18 +0000, by vitor
-
Add a NULL pointer check to avcodec_close() this should prevent a segfault libavcodecTue, 10 Nov 2009 02:51:47 +0000, by michael
-
Make get_bits_left() available for use in libavcodec (was previously held libavcodecMon, 09 Nov 2009 22:10:43 +0000, by rbultje
-
And on the sixth day, God gave us the <= operand, which makes the loop libavcodecMon, 09 Nov 2009 22:04:03 +0000, by rbultje
-
Do not hardcode filter order in ff_acelp_lspd2lpc() libavcodecMon, 09 Nov 2009 12:06:19 +0000, by vitor
-
Move ff_reverse in libavcodec to av_reverse in libavutil. libavcodecMon, 09 Nov 2009 09:11:35 +0000, by cehoyos
-
Use enum FrameType as parameter to construct_perm_table(). libavcodecSun, 08 Nov 2009 23:37:59 +0000, by cehoyos
-
ac3dec: revert r20089. The change was just wrong. 10l for me. libavcodecSun, 08 Nov 2009 03:06:05 +0000, by jbr
-
Simpliy exp*table init, based on patch by reimar. libavcodecSat, 07 Nov 2009 20:10:02 +0000, by michael
-
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the libavcodecThu, 05 Nov 2009 18:29:06 +0000, by reimar
-
Implement ff_scale_vector_to_given_sum_of_squares() libavcodecWed, 04 Nov 2009 19:29:29 +0000, by reynaldo
-
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. libavcodecWed, 04 Nov 2009 17:30:23 +0000, by reimar
-
Don't lock the channel output configuration based on the first value seen for libavcodecTue, 03 Nov 2009 22:50:02 +0000, by alexc
-
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov libavcodecTue, 03 Nov 2009 16:17:21 +0000, by compn
-
Simplify AC-3 critical band end calculation (correctly this time). libavcodecTue, 03 Nov 2009 03:26:26 +0000, by jbr