Mercurial > libavcodec.hg
graph
-
Typo fix. Previous version had some picture error building up until next keyframe. libavcodec2007-11-25, by gpoirier
-
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% libavcodec2007-11-24, by gpoirier
-
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: libavcodec2007-11-15, by diego
-
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. libavcodec2007-11-14, by alex
-
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation libavcodec2007-11-08, by benoit
-
Fix deblocking filter for field pictures by properly looking for first libavcodec2007-11-07, by heydowns
-
Fix poc for field pictures. Prior to this, the poc of the second field libavcodec2007-11-06, by heydowns
-
fix predictor initialization for adpcm-ima encoder not to lose first sample libavcodec2007-11-06, by benoit
-
Correct assignment of interlaced_frame; was being set on output frames, libavcodec2007-11-05, by heydowns
-
Remove libvorbis Vorbis decoding support. Our native decoder is complete libavcodec2007-11-04, by diego
-
Move external library codec registration to a separate section after all libavcodec2007-11-04, by diego
-
Add decoding support for variable block size FLAC files using the latest FLAC libavcodec2007-11-04, by jbr
-
Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson. libavcodec2007-11-03, by jbr
-
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM libavcodec2007-11-03, by banan
-
remove some useless initializations (the whole context is initialized to 0) libavcodec2007-10-21, by aurel
-
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform libavcodec2007-10-18, by kostya
-
replace (disabled by default) assert(0) by abort() if the picture buffer libavcodec2007-10-18, by michael
-
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodec2007-10-17, by diego
-
Explain why there are no multiple inclusion guards in these header files. libavcodec2007-10-17, by diego
-
Clarify comment that explains why this header lacks multiple inclusion guards. libavcodec2007-10-17, by diego
-
Add a comment that explains why this header lacks multiple inclusion guards. libavcodec2007-10-17, by diego
-
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodec2007-10-15, by cehoyos
-
factorize code and add safety check to prevent memcpying negative amounts libavcodec2007-10-13, by michael
-
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodec2007-10-13, by ramiro
-
Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodec2007-10-11, by ramiro
-
Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodec2007-10-09, by reimar
-
Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec2007-10-08, by andoma
-
preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodec2007-10-08, by bcoudurier
-
Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodec2007-10-07, by cehoyos
-
Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodec2007-10-06, by andoma
-
Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodec2007-10-06, by andoma
-
Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodec2007-10-06, by andoma
-
Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodec2007-10-06, by andoma
-
Support function and changes to reference picture reordering for PAFF. libavcodec2007-10-05, by andoma
-
Support functions and changes to default reference list creation for PAFF. libavcodec2007-10-05, by andoma
-
Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodec2007-10-04, by andoma
-
Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodec2007-10-04, by andoma
-
Further modularize short reference list management for upcoming PAFF implementation. libavcodec2007-10-04, by andoma
-
Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodec2007-10-03, by voroshil
-
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec libavcodec2007-10-03, by aurel
-
Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodec2007-10-03, by diego
-
Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodec2007-10-03, by diego
-
Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodec2007-10-02, by reimar
-
Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodec2007-10-02, by reimar