log

age author description
2009-03-03 michael Remove old scaler. libavcodec
2009-03-03 diego Do not use a macro to generate a single AVCodec declaration. libavcodec
2009-03-03 takis When a H.264 stream references a PPS or SPS id which doesn't exist, instead of libavcodec
2009-03-03 gb Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats. libavcodec
2009-03-03 benoit Use sign_extend(). libavcodec
2009-03-03 jbr flacdec: Warn about invalid max blocksize and limit the minimum value. libavcodec
2009-03-03 alexc H.264: Simplify decode_residual() libavcodec
2009-03-03 jbr cosmetics: remove a pointless comment libavcodec
2009-03-03 jbr flacdec: Remove unused variable, min_blocksize. libavcodec
2009-03-03 jbr flacdec: Return error when blocksize code of 0 is found. It is a libavcodec
2009-03-03 kostya Enable PB-frames decoding for H.263 libavcodec
2009-03-03 kostya Add PB-frame decoding support for H.263/i263 (and enable it for i263) libavcodec
2009-03-03 jbr alacdec: Simplify reading of uncompressed samples by using libavcodec
2009-03-03 jbr flacdec: Avoid trying to read 33 bits. This occurs when the source libavcodec
2009-03-03 jbr flacdec: ALT_BITSTREAM_READER is no longer required. libavcodec
2009-03-03 jbr flacdec: use get_sbits_long() where needed. libavcodec
2009-03-03 jbr Add a get_sbits_long() function. libavcodec
2009-03-03 mru ALAC: use sign_extend() from mathops.h libavcodec
2009-03-03 mru Add sign_extend() function to mathops.h libavcodec
2009-03-02 reimar Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. libavcodec
2009-03-02 jbr flacdec: Use get/skip_bits_long() for more than 17-bits and libavcodec
2009-03-02 kostya Factor out block decoding in ff_h263_decode_mb() libavcodec
2009-03-02 michael Consider all packets in the parser, not just ones with timestamps, libavcodec
2009-03-02 michael Favor container packets that end after the first byte of the access libavcodec
2009-03-02 michael Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead libavcodec
2009-03-02 benoit Merge three conditions in a single 'if' instead of two. libavcodec
2009-03-02 diego cosmetics: Reformat long_names so that "DPCM" comes first. libavcodec
2009-03-02 diego cosmetics: Reformat long_names so that "ADPCM" comes first. libavcodec
2009-03-02 diego cosmetics: Reformat long_names so that "PCM" comes first. libavcodec
2009-03-02 diego small spelling/grammar fixes libavcodec
2009-03-02 diego xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name. libavcodec
2009-03-02 diego Change a bunch of codec long_names to be more consistent and descriptive. libavcodec
2009-03-02 jbr Add some missing codecs and update names to match the codec long_name libavcodec
2009-03-01 mru RA144: work around gcc bug/oddity on ARM libavcodec
2009-03-01 mru SVQ3: Fix decoding with A32_BITSTREAM_READER libavcodec
2009-03-01 mru ARM: fix missing MUL16() return type libavcodec
2009-03-01 vitor Reindent after last commit libavcodec
2009-03-01 vitor Do not read uninitialized buffer, no matter if it will be multiplied by libavcodec
2009-03-01 reimar Remove unused variable in mpeg_mc_decode_init libavcodec
2009-03-01 michael Do not set low_delay if has_b_frames has been set before init() libavcodec
2009-03-01 alexc AAC: Make the CPE function more consistent with the functions for other channel elements. libavcodec
2009-02-28 michael Adjust time_base exactly when changing ticks_per_frame to 2 this is safer libavcodec
2009-02-28 mru ARM: fix corner-case overflow in H.264 weighted prediction libavcodec
2009-02-28 stefang sub_mb_type[] needs to be 8-byte aligned because it is referenced libavcodec
2009-02-28 sdrik Fix avpicture_layout to not chroma shift the alpha plane when outputting YUVA420P libavcodec
2009-02-27 cehoyos Correctly reset SEI variables. libavcodec
2009-02-27 benoit Make ff_print_debug_info() a no-op when using HW acceleration. libavcodec
2009-02-27 benoit Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder. libavcodec
2009-02-27 benoit Add hardware acceleration hooks to H.264. libavcodec
2009-02-27 michael Fix SVQ3 regression since ticks_per_frame=2. libavcodec
2009-02-27 benoit Add HW acceleration hooks for MPEG-4 / H.263 decoding. libavcodec
2009-02-27 benoit Remove superfluous call to mpeg_decode_slice() for hwaccel, this libavcodec
2009-02-27 benoit Return early if a HW accelerator is used. libavcodec
2009-02-27 benoit Add VA API pixel formats. libavcodec
2009-02-27 benoit Add ff_hwaccel_pixfmt_list_420[] definition. libavcodec
2009-02-26 michael Add ticks_per_frame, this should hopefully fix the regressions caused libavcodec
2009-02-26 michael Half user provided time_base once during the first frame when there is no libavcodec
2009-02-26 cehoyos Cosmetics: Fix indentation after last commit. libavcodec
2009-02-26 cehoyos Initialize H264 parser context correctly if the optional SEI messages libavcodec
2009-02-26 jbr cosmetics: line wrap and indentation after last commit. libavcodec
2009-02-26 jbr Use a shared function to validate FLAC extradata. libavcodec
2009-02-26 alexc Re-indent after last commit. libavcodec
2009-02-26 alexc Refactor AAC unsigned band type decoding for a modest speedup. libavcodec
2009-02-26 alexc Use const to better allow the compiler to optimize AAC independent coupling. libavcodec
2009-02-26 cehoyos Completed documentation of reference field. libavcodec
2009-02-26 cehoyos Do not set h264.is_reference for pictures that are delayed, but not libavcodec
2009-02-26 cehoyos The field rangered in VDPAU's VdpPictureInfoVC1 now also contains libavcodec
2009-02-25 cehoyos Apply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU. libavcodec
2009-02-25 diego Add missing prototype for ff_is_hwaccel_pix_fmt(). libavcodec
2009-02-25 michael Add hwaccel->decode_slice() call for avhwaccel by Gwenole Beauchesne. libavcodec
2009-02-25 michael More AVhwaccel hunks from Gwenole Beauchesne. libavcodec
2009-02-25 diego spelling/wording/grammar cosmetics libavcodec
2009-02-25 cehoyos Fix VC1 and WMV3 playback in MPlayer. libavcodec
2009-02-25 kostya cosmetics: reindent after last commit libavcodec
2009-02-25 kostya Since motion vectors for intra blocks are always zero, do not try to retrieve them. libavcodec
2009-02-24 cehoyos Export timestamp parameter from H.264. libavcodec
2009-02-24 cehoyos Add timestamp computation if values are exported by decoder. libavcodec
2009-02-24 michael 1000l for me, wrong pix_fmt. libavcodec
2009-02-24 cehoyos Correct time_base and repeat_pict for MPEG2 video. libavcodec
2009-02-24 cehoyos Correct time_base of H.264 and repeat_pict. libavcodec
2009-02-24 cehoyos Change duration computation to use time_base instead of TB/2. libavcodec
2009-02-24 michael add ff_find_hwaccel() by Gwenole Beauchesne libavcodec
2009-02-24 michael ff_find_hwaccel() libavcodec
2009-02-24 michael av_hwaccel_next() by Gwenole Beauchesne. libavcodec
2009-02-24 michael av_register_hwaccel() from Gwenole Beauchesne. libavcodec
2009-02-24 michael Another AVhwaccel hunk from Gwenole Beauchesne. libavcodec
2009-02-24 michael Add and use ff_pixfmt_list_420. libavcodec
2009-02-24 michael Approved hunk from the AVHWaccel patch by Gwenole Beauchesne. libavcodec
2009-02-24 vitor Do not reimplement ff_celp_lp_synthesis_filterf(). libavcodec
2009-02-24 kostya Rename buf_vdpau to buf_start libavcodec
2009-02-24 michael Add ff_h263_find_resync_marker() to find the bit position of the next resync_marker, if any. libavcodec
2009-02-24 stefang check for a stuffing byte at the end of a slice libavcodec
2009-02-24 stefang change macroblock loop in inter frames so that after a libavcodec
2009-02-24 diego Mark two variables with av_uninit to avoid false positive gcc warnings. libavcodec
2009-02-24 mru Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER libavcodec
2009-02-24 michael AVPixFmtDescriptor doxy libavcodec
2009-02-24 michael Pixel Format descriptor, try #1. libavcodec
2009-02-23 vitor Change sign in ff_celp_lp_synthesis_filterf(). This makes this function libavcodec
2009-02-23 alexc Close the AAC parse context, discovered by Netgem. libavcodec
2009-02-23 zuxy Remove CPUID availability check on AMD64 as it's architectural. libavcodec
2009-02-23 reimar Check return value of ff_fill_pointer in avcodec_default_get_buffer, libavcodec
2009-02-23 reimar 100l, always declare variables at the top of a block, not inside a for () libavcodec
2009-02-23 michael More approved hunks for VAAPI & our new and cleaner hwaccel API. libavcodec
2009-02-23 michael Approved hunks for VAAPI / our new shiny hwaccel API libavcodec
2009-02-22 diego Fix xvmc object dependencies. libavcodec
2009-02-22 michael Fix vc1 split(). libavcodec
2009-02-22 kostya Better parsing of i263 picture header libavcodec
2009-02-22 stefano Add missing av_cold in static init/close functions. libavcodec
2009-02-22 darkshikari Convert x264 asm files to proper unix line breaks libavcodec
2009-02-22 darkshikari Remove (incorrect) filenames from x264 asm files, add descriptions. libavcodec
2009-02-22 reimar Check return value of frame_start(), this avoids a crash if AVCodecContext::get_buffer failed. libavcodec
2009-02-22 iive Change the type of pblocks from pointers to short array into libavcodec
2009-02-22 pross Support 48-bit RGB PPM image. libavcodec
2009-02-22 pross Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. libavcodec
2009-02-21 cehoyos Use context variable repeat_pict for frame duration computation and libavcodec
2009-02-21 cehoyos Set context variable picture_structure in H264 parser. libavcodec
2009-02-21 cehoyos Set context variable key_frame in H264 parser. libavcodec
2009-02-21 cehoyos Parse NAL units in H264 parser. libavcodec
2009-02-21 cehoyos Make the following H264 functions available to the parser: libavcodec
2009-02-21 michael indent libavcodec
2009-02-21 mru Alpha: fix inline asm with DEC/Compaq/HP compiler libavcodec
2009-02-21 michael Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavcodec
2009-02-20 jbr Set the correct number of samples for E-AC-3 in the AC3 parser. libavcodec
2009-02-20 cehoyos Use last decoded SPS as current SPS in order to parse picture timing SEI libavcodec
2009-02-20 romansh Fixing a value returning issue libavcodec
2009-02-19 cehoyos Add convergence_duration to AVCodecParserContext. libavcodec
2009-02-19 alexc Reindent after last commit libavcodec
2009-02-19 cehoyos Silence two warnings: libavcodec
2009-02-19 alexc Some buffer checks for indeo3 libavcodec
2009-02-19 michael A try to fix the regressions. libavcodec
2009-02-19 pross Add AVERROR_EOF. libavcodec
2009-02-19 iive Add more paranoid checks of xvmc token. libavcodec
2009-02-19 iive Exit with error if MPV_common_init() is called with PIX_FMT_NONE. libavcodec
2009-02-19 diego Only enable SSE/3DNOW optimizations when they have been enabled at compilation. libavcodec
2009-02-19 diego Directly #include required X11/XvMC header. libavcodec
2009-02-19 romansh transitioning dv_guess_dct_mode to dsputil cmp function libavcodec
2009-02-19 romansh Adding 2 intra 8x8 cmp functions: vsad, vsse libavcodec
2009-02-19 jbr Allow AC-3 parser to modify codec_id. libavcodec
2009-02-19 romansh Making the arrays accomodate an extra intra 8x8 cmp function libavcodec
2009-02-19 aurel fix missing dependencies libavcodec
2009-02-19 diego prettyprinting whitespace cosmetics libavcodec
2009-02-18 cehoyos Add key_frame to AVCodecParserContext, used in libavformat. libavcodec
2009-02-18 cehoyos Parse buffering period (H.264, D.1.1). libavcodec
2009-02-18 diego The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in libavcodec
2009-02-18 cehoyos Store CPB count in the context. libavcodec
2009-02-18 michael Clarify get_ue_golomb_31() behavior with >31. libavcodec
2009-02-18 cehoyos Instead of crashing, return from ff_vdpau_mpeg_picture_complete() libavcodec
2009-02-18 cehoyos Parse cbp_removal_delay in SEI picture structure. libavcodec
2009-02-18 cehoyos Parse dpb_output_delay in SEI picture structure. libavcodec
2009-02-18 cehoyos Parse initial_cpb_removal_delay_length. libavcodec
2009-02-18 diego Handle conditional compilation of CPU-specific FFT code in the Makefile. libavcodec
2009-02-17 diego mpegvideo_xvmc.o depends on mpegvideo.o. libavcodec
2009-02-17 diego Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset and libavcodec
2009-02-17 diego small Doxygen comment grammar fix libavcodec
2009-02-17 diego Revert converting two asserts into if checks and error messages. libavcodec
2009-02-17 cehoyos Fix MBAFF/PAFF samples. libavcodec
2009-02-17 diego spelling/grammar/wording fixes for the Doxygen comments libavcodec
2009-02-17 diego Add missing #includes to fix 'make checkheaders'. libavcodec
2009-02-17 benoit Move initialization of {luma,chroma}_weight_flag[] up, libavcodec
2009-02-17 diego cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the type libavcodec
2009-02-17 diego cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavcodec
2009-02-16 iive Thoroughly check all fields set by the application in xvmc struct. libavcodec
2009-02-16 jbr flacdec: Silence false positive warning about uninitialized variables in libavcodec
2009-02-16 iive Minor clarification of xvmc field description. libavcodec
2009-02-16 iive Improvements in xvmc structure fields descriptions. libavcodec
2009-02-16 diego whitespace cosmetics: Reindent a few lines after the last commit. libavcodec
2009-02-16 diego Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if libavcodec
2009-02-16 diego whitespace cosmetics: Place spaces around += for better readability. libavcodec
2009-02-16 diego Add missing object dependencies: eatqi.o depends on mpeg12.o. libavcodec
2009-02-16 kostya Make BMP decoder try to decode files with incorrect filesize field value libavcodec
2009-02-16 diego Replace two asserts by checks and error messages. libavcodec
2009-02-16 diego Doxygen comment wording fix libavcodec
2009-02-16 diego whitespace cosmetics libavcodec
2009-02-16 diego Give struct members more sensible names: libavcodec
2009-02-16 diego cosmetics: one more wording fix libavcodec
2009-02-16 diego cosmetics: Keep lines below 80 characters where sensibly possible. libavcodec
2009-02-15 diego Doxygen spelling/wording fixes libavcodec
2009-02-15 diego spelling/wording fixes for the Doxygen comments libavcodec
2009-02-15 diego draw_horiz_band() is really ff_draw_horiz_band(). libavcodec
2009-02-15 diego spelling/grammar/wording/whitespace for Doxygen comments libavcodec
2009-02-15 diego Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar libavcodec
2009-02-15 stefano Improve grammar: "X next after Y" -> "next X after Y". libavcodec
2009-02-15 diego cosmetics: typo fix libavcodec
2009-02-15 iive Describe all fields in xvmc struct. libavcodec
2009-02-15 diego spelling/grammar/wording fixes for Doxygen comments libavcodec
2009-02-15 diego comment spelling/grammar/wording fixes libavcodec
2009-02-15 diego Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value. libavcodec
2009-02-15 iive Rename unique_id to the way michaelni likes it. (xvmc_id) libavcodec
2009-02-15 iive Document all functions in mpegvideo_xvmc. libavcodec
2009-02-15 diego Rename xvmc_pixfmt_render structure to xvmc_pix_fmt. libavcodec
2009-02-15 iive Kill the magic field in xvmc structure. libavcodec
2009-02-15 diego K&R whitespace cosmetics libavcodec