Mercurial > libavcodec.hg
graph
-
Make the following H264 functions available to the parser: libavcodecSat, 21 Feb 2009 19:54:14 +0000, by cehoyos
-
Alpha: fix inline asm with DEC/Compaq/HP compiler libavcodecSat, 21 Feb 2009 16:03:23 +0000, by mru
-
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavcodecSat, 21 Feb 2009 15:32:56 +0000, by michael
-
Set the correct number of samples for E-AC-3 in the AC3 parser. libavcodecFri, 20 Feb 2009 22:00:41 +0000, by jbr
-
Use last decoded SPS as current SPS in order to parse picture timing SEI libavcodecFri, 20 Feb 2009 16:20:01 +0000, by cehoyos
-
Add convergence_duration to AVCodecParserContext. libavcodecThu, 19 Feb 2009 23:35:59 +0000, by cehoyos
-
Exit with error if MPV_common_init() is called with PIX_FMT_NONE. libavcodecThu, 19 Feb 2009 08:39:47 +0000, by iive
-
Only enable SSE/3DNOW optimizations when they have been enabled at compilation. libavcodecThu, 19 Feb 2009 00:54:59 +0000, by diego
-
transitioning dv_guess_dct_mode to dsputil cmp function libavcodecThu, 19 Feb 2009 00:34:42 +0000, by romansh
-
Making the arrays accomodate an extra intra 8x8 cmp function libavcodecThu, 19 Feb 2009 00:28:08 +0000, by romansh
-
Add key_frame to AVCodecParserContext, used in libavformat. libavcodecWed, 18 Feb 2009 23:46:05 +0000, by cehoyos
-
The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in libavcodecWed, 18 Feb 2009 23:32:41 +0000, by diego
-
Clarify get_ue_golomb_31() behavior with >31. libavcodecWed, 18 Feb 2009 11:57:11 +0000, by michael
-
Instead of crashing, return from ff_vdpau_mpeg_picture_complete() libavcodecWed, 18 Feb 2009 09:21:29 +0000, by cehoyos
-
Parse cbp_removal_delay in SEI picture structure. libavcodecWed, 18 Feb 2009 00:38:10 +0000, by cehoyos
-
Parse dpb_output_delay in SEI picture structure. libavcodecWed, 18 Feb 2009 00:36:07 +0000, by cehoyos
-
Handle conditional compilation of CPU-specific FFT code in the Makefile. libavcodecWed, 18 Feb 2009 00:11:49 +0000, by diego
-
Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and libavcodecTue, 17 Feb 2009 23:51:28 +0000, by diego
-
Revert converting two asserts into if checks and error messages. libavcodecTue, 17 Feb 2009 23:35:41 +0000, by diego
-
spelling/grammar/wording fixes for the Doxygen comments libavcodecTue, 17 Feb 2009 22:36:48 +0000, by diego
-
Add missing #includes to fix 'make checkheaders'. libavcodecTue, 17 Feb 2009 21:43:57 +0000, by diego
-
Move initialization of {luma,chroma}_weight_flag[] up, libavcodecTue, 17 Feb 2009 13:41:27 +0000, by benoit
-
cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type libavcodecTue, 17 Feb 2009 12:11:46 +0000, by diego
-
cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavcodecTue, 17 Feb 2009 12:03:10 +0000, by diego
-
Thoroughly check all fields set by the application in xvmc struct. libavcodecMon, 16 Feb 2009 22:46:30 +0000, by iive
-
flacdec: Silence false positive warning about uninitialized variables in libavcodecMon, 16 Feb 2009 22:23:47 +0000, by jbr
-
Improvements in xvmc structure fields descriptions. libavcodecMon, 16 Feb 2009 18:16:23 +0000, by iive