Mercurial > libavcodec.hg
graph
-
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodecMon, 15 Oct 2007 22:17:39 +0000, by cehoyos
-
Fix mix-up of values in r10690 (deblocking for PAFF). libavcodecMon, 15 Oct 2007 06:23:02 +0000, by cehoyos
-
add support for VP6 with huffman encoded blocks libavcodecSun, 14 Oct 2007 22:30:59 +0000, by aurel
-
moves fraps huffman decoder to its own file, making it more generic libavcodecSun, 14 Oct 2007 21:19:40 +0000, by aurel
-
prevent infinite loop and memcpy of negative amounts libavcodecSat, 13 Oct 2007 12:25:31 +0000, by michael
-
factorize code and add safety check to prevent memcpying negative amounts libavcodecSat, 13 Oct 2007 09:58:39 +0000, by michael
-
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodecSat, 13 Oct 2007 01:34:00 +0000, by ramiro
-
10l: refill2() is not unused, it is used conditionally. libavcodecFri, 12 Oct 2007 09:38:34 +0000, by diego
-
Interlaced pictures (not just MBAFF) + spatial direct mode is not libavcodecFri, 12 Oct 2007 09:10:07 +0000, by cehoyos
-
Disable unused code; fixes several gcc warnings: libavcodecFri, 12 Oct 2007 08:43:23 +0000, by diego
-
Enable avpicture_deinterlace() for PIX_FMT_GRAY8. libavcodecThu, 11 Oct 2007 22:31:08 +0000, by cehoyos
-
Fix intended order of operations for 4 assert() checks. libavcodecThu, 11 Oct 2007 22:18:38 +0000, by cehoyos
-
Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodecThu, 11 Oct 2007 21:09:40 +0000, by ramiro
-
Set pict->interlaced_frame if returned frame is MBAFF or PAFF. libavcodecWed, 10 Oct 2007 20:31:42 +0000, by cehoyos
-
fix incorrect check for abs_diff_pic_num overflow libavcodecTue, 09 Oct 2007 17:45:34 +0000, by andoma
-
Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodecTue, 09 Oct 2007 15:33:19 +0000, by reimar
-
oops... mpegvideo_enc also depends on motion_est and ratecontrol libavcodecTue, 09 Oct 2007 05:39:49 +0000, by aurel
-
dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) libavcodecTue, 09 Oct 2007 04:49:12 +0000, by aurel
-
Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodecMon, 08 Oct 2007 17:44:38 +0000, by andoma
-
preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodecMon, 08 Oct 2007 12:23:00 +0000, by bcoudurier
-
Re-indent after PAFF MMCO implementation patch. libavcodecSun, 07 Oct 2007 23:46:51 +0000, by cehoyos
-
Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodecSun, 07 Oct 2007 23:32:42 +0000, by cehoyos
-
Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodecSat, 06 Oct 2007 15:50:55 +0000, by andoma
-
Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodecSat, 06 Oct 2007 15:49:13 +0000, by andoma
-
Edge emulation for fields. Part of PAFF implementation libavcodecSat, 06 Oct 2007 15:47:02 +0000, by andoma
-
Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodecSat, 06 Oct 2007 15:44:58 +0000, by andoma
-
Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodecSat, 06 Oct 2007 05:59:14 +0000, by andoma
-
Support function and changes to reference picture reordering for PAFF. libavcodecFri, 05 Oct 2007 13:54:11 +0000, by andoma
-
Reindent fill_default_ref_list after changes for PAFF libavcodecFri, 05 Oct 2007 13:47:46 +0000, by andoma
-
Support functions and changes to default reference list creation for PAFF. libavcodecFri, 05 Oct 2007 13:41:27 +0000, by andoma
-
blackfin optimized vp3 transform and infastructure for idct libavcodecThu, 04 Oct 2007 20:47:12 +0000, by mhoffman
-
Replace "signed short" typecast with "int16_t" as suggested by libavcodecThu, 04 Oct 2007 15:13:42 +0000, by voroshil
-
Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodecThu, 04 Oct 2007 06:53:12 +0000, by andoma
-
Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodecThu, 04 Oct 2007 06:50:44 +0000, by andoma
-
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodecThu, 04 Oct 2007 06:43:58 +0000, by andoma
-
Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodecThu, 04 Oct 2007 06:41:49 +0000, by andoma