Mercurial > libavcodec.hg
graph
-
Deprecate ff_get_plane_bytewidth() in favor of libavcodecThu, 12 Aug 2010 15:06:04 +0000, by stefano
-
Implement av_get_image_linesize() and use it in libavcodecThu, 12 Aug 2010 15:05:58 +0000, by stefano
-
Add av_picture_data_copy() and reimplement av_picture_copy() as a libavcodecWed, 11 Aug 2010 14:18:52 +0000, by stefano
-
fix over-allocation. confused b4_stride with mb_width. libavcodecWed, 11 Aug 2010 05:24:19 +0000, by skal
-
Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending libavcodecMon, 09 Aug 2010 13:54:59 +0000, by rbultje
-
Fix handling of truncated files. Should fix random FATE breakages. libavcodecMon, 09 Aug 2010 07:17:01 +0000, by vitor
-
Fix the compilation of some libavcodec/lib* files which were not libavcodecSat, 07 Aug 2010 01:36:35 +0000, by stefano
-
libvpxdec: Fix "error: implicit declaration of function ¡Æav_check_image_size¡Ç". libavcodecFri, 06 Aug 2010 18:57:14 +0000, by alexc
-
vorbis_dec: Change partition_class[] to uint8_t. libavcodecFri, 06 Aug 2010 16:10:42 +0000, by alexc
-
Add a CONFIG_ variable for generic Huffman routines. libavcodecFri, 06 Aug 2010 10:29:14 +0000, by diego
-
Remove use of the deprecated function avcodec_check_dimensions(), use libavcodecFri, 06 Aug 2010 09:37:04 +0000, by stefano
-
Deprecate avcodec_check_dimensions() in favor of the new function libavcodecFri, 06 Aug 2010 09:36:45 +0000, by stefano
-
H.264: SSE2/SSSE3 weighted prediction asm libavcodecThu, 05 Aug 2010 00:13:38 +0000, by darkshikari
-
fft-test: exit with non-zero status if test failed libavcodecWed, 04 Aug 2010 06:56:55 +0000, by mru
-
VP8: partially inline decode_block_coeffs libavcodecWed, 04 Aug 2010 02:23:25 +0000, by darkshikari
-
VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs libavcodecWed, 04 Aug 2010 01:38:08 +0000, by darkshikari
-
Cosmetics: add missing space to options.c libavcodecWed, 04 Aug 2010 00:08:16 +0000, by darkshikari
-
VP8: slightly faster DCT coefficient probability update libavcodecTue, 03 Aug 2010 23:21:47 +0000, by darkshikari
-
Silence unused function warnings in vp56.h libavcodecTue, 03 Aug 2010 11:35:41 +0000, by darkshikari
-
vorbisdec: Return AVERROR(ENOMEM) on malloc() failure. libavcodecTue, 03 Aug 2010 00:27:54 +0000, by alexc
-
vorbisdec: Prevent a potential integer overflow. libavcodecTue, 03 Aug 2010 00:25:06 +0000, by alexc
-
The VP8 decoder does not depend on vp56.o and vp56data.o. libavcodecMon, 02 Aug 2010 23:23:27 +0000, by diego
-
Remove redundant h264pred.o from VP8 objects list. libavcodecMon, 02 Aug 2010 23:16:52 +0000, by diego
-
VP8: eliminate a dereference in coefficient decoding libavcodecMon, 02 Aug 2010 22:48:38 +0000, by darkshikari
-
vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build libavcodecMon, 02 Aug 2010 20:35:50 +0000, by mru
-
VP8: move zeroing of luma DC block into the WHT libavcodecMon, 02 Aug 2010 20:18:09 +0000, by darkshikari
-
only store intra prediction modes on the boundary for keyframes, not as a plane. libavcodecMon, 02 Aug 2010 09:44:53 +0000, by skal
-
Use word-writing instead of dword-writing (with two cached but otherwise libavcodecSat, 31 Jul 2010 23:13:15 +0000, by rbultje
-
Simplify verbatim mode fallback by checking the frame size before writing. libavcodecSat, 31 Jul 2010 21:08:53 +0000, by jbr
-
Calculate an exact frame size before writing. Now the buffer size requirements libavcodecSat, 31 Jul 2010 20:32:12 +0000, by jbr
-
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params() libavcodecSat, 31 Jul 2010 20:19:07 +0000, by jbr
-
Reduce number of input parameters to find_subblock_rice_params(). libavcodecSat, 31 Jul 2010 20:17:59 +0000, by jbr
-
Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single libavcodecSat, 31 Jul 2010 17:06:10 +0000, by jbr
-
Remove duplicate code by adding a flag for encoding in verbatim mode. libavcodecSat, 31 Jul 2010 16:46:32 +0000, by jbr
-
Use av_fill_image_pointers/linesizes in place of ff_fill_pointer/linesize, libavcodecSat, 31 Jul 2010 16:46:20 +0000, by stefano
-
Remove x86/mmx.h. It is not used anymore and has been deprecated for years. libavcodecSat, 31 Jul 2010 16:20:45 +0000, by vitor
-
Fix compilation with --disable-yasm. 10l to me. libavcodecSat, 31 Jul 2010 16:17:54 +0000, by vitor
-
Combine output_subframe() and output_subframes(). libavcodecFri, 30 Jul 2010 21:32:19 +0000, by jbr
-
Combine output_subframe_verbatim() and output_subframe_lpc(). libavcodecFri, 30 Jul 2010 21:06:38 +0000, by jbr
-
Combine and simplify output_residual() and output_subframe_lpc(). libavcodecFri, 30 Jul 2010 20:53:02 +0000, by jbr
-
Combine and simplify output_subframe_fixed() and output_subframe_lpc(). libavcodecFri, 30 Jul 2010 20:28:46 +0000, by jbr
-
Combine and simplify output_subframe_constant() and output_subframe_verbatim(). libavcodecFri, 30 Jul 2010 20:24:15 +0000, by jbr
-
Pass FlacSubframe to output_subframe_* instead of channel number. libavcodecFri, 30 Jul 2010 20:09:14 +0000, by jbr
-
cosmetics: change FlacEncodeContext variable name from ctx to s in several libavcodecFri, 30 Jul 2010 19:40:18 +0000, by jbr
-
Do not need to set coded_frame->key_frame = 1 because it is already set in libavcodecFri, 30 Jul 2010 19:02:59 +0000, by jbr
-
Move debug logging of compression options to a single function. libavcodecFri, 30 Jul 2010 18:59:27 +0000, by jbr
-
Make avpicture_fill() directly call av_fill_image_linesizes() and libavcodecFri, 30 Jul 2010 08:42:08 +0000, by stefano
-
Move fill_image_linesize() and fill_image_data_ptr() from libavcodecThu, 29 Jul 2010 23:44:57 +0000, by stefano
-
Fix compilation in x86_64. I broke it with r24580. libavcodecThu, 29 Jul 2010 22:45:21 +0000, by vitor
-
Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx libavcodecWed, 28 Jul 2010 08:02:35 +0000, by cehoyos