]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Fix syntax for the libfaad_decoder definition.
[frescor/ffmpeg.git] / libavcodec /
2009-03-03 stefanoFix syntax for the libfaad_decoder definition.
2009-03-03 jbrcosmetics: indentation after last commit
2009-03-03 jbrflacdec: Avoid parsing the STREAMINFO multiple times.
2009-03-03 michaelRemove old scaler.
2009-03-03 diegoDo not use a macro to generate a single AVCodec declara...
2009-03-03 takisWhen a H.264 stream references a PPS or SPS id which...
2009-03-03 gbSet PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI...
2009-03-03 benoitUse sign_extend().
2009-03-03 jbrflacdec: Warn about invalid max blocksize and limit...
2009-03-03 alexcH.264: Simplify decode_residual()
2009-03-03 jbrcosmetics: remove a pointless comment
2009-03-03 jbrflacdec: Remove unused variable, min_blocksize.
2009-03-03 jbrflacdec: Return error when blocksize code of 0 is found...
2009-03-03 kostyaEnable PB-frames decoding for H.263
2009-03-03 kostyaAdd PB-frame decoding support for H.263/i263 (and enabl...
2009-03-03 jbralacdec: Simplify reading of uncompressed samples by...
2009-03-03 jbrflacdec: Avoid trying to read 33 bits. This occurs...
2009-03-03 jbrflacdec: ALT_BITSTREAM_READER is no longer required.
2009-03-03 jbrflacdec: use get_sbits_long() where needed.
2009-03-03 jbrAdd a get_sbits_long() function.
2009-03-03 mruALAC: use sign_extend() from mathops.h
2009-03-03 mruAdd sign_extend() function to mathops.h
2009-03-02 reimarSimplify show_bits_long and copy the GetBitsContext...
2009-03-02 jbrflacdec: Use get/skip_bits_long() for more than 17...
2009-03-02 kostyaFactor out block decoding in ff_h263_decode_mb()
2009-03-02 michaelConsider all packets in the parser, not just ones with...
2009-03-02 michaelFavor container packets that end after the first byte...
2009-03-02 michaelCall ff_fetch_timestamp() for mpeg1/2 when a picture...
2009-03-02 benoitMerge three conditions in a single 'if' instead of...
2009-03-02 diegocosmetics: Reformat long_names so that "DPCM" comes...
2009-03-02 diegocosmetics: Reformat long_names so that "ADPCM" comes...
2009-03-02 diegocosmetics: Reformat long_names so that "PCM" comes...
2009-03-02 diegosmall spelling/grammar fixes
2009-03-02 diegoxvmc works with MPEG-2 as well as MPEG-1, note this...
2009-03-02 diegoChange a bunch of codec long_names to be more consisten...
2009-03-02 jbrAdd some missing codecs and update names to match the...
2009-03-01 mruRA144: work around gcc bug/oddity on ARM
2009-03-01 mruSVQ3: Fix decoding with A32_BITSTREAM_READER
2009-03-01 mruARM: fix missing MUL16() return type
2009-03-01 vitorReindent after last commit
2009-03-01 vitorDo not read uninitialized buffer, no matter if it will...
2009-03-01 reimarRemove unused variable in mpeg_mc_decode_init
2009-03-01 michaelDo not set low_delay if has_b_frames has been set befor...
2009-03-01 alexcAAC: Make the CPE function more consistent with the...
2009-02-28 michaelAdjust time_base exactly when changing ticks_per_frame...
2009-02-28 mruARM: fix corner-case overflow in H.264 weighted prediction
2009-02-28 stefangsub_mb_type[] needs to be 8-byte aligned because it...
2009-02-28 sdrikFix avpicture_layout to not chroma shift the alpha...
2009-02-27 cehoyosCorrectly reset SEI variables.
2009-02-27 benoitMake ff_print_debug_info() a no-op when using HW accele...
2009-02-27 benoitUse ff_hwaccel_pixfmt_list_420[] in H.263 decoder.
2009-02-27 benoitAdd hardware acceleration hooks to H.264.
2009-02-27 michaelFix SVQ3 regression since ticks_per_frame=2.
2009-02-27 benoitAdd HW acceleration hooks for MPEG-4 / H.263 decoding.
2009-02-27 benoitRemove superfluous call to mpeg_decode_slice() for...
2009-02-27 benoitReturn early if a HW accelerator is used.
2009-02-27 benoitAdd VA API pixel formats.
2009-02-27 benoitAdd ff_hwaccel_pixfmt_list_420[] definition.
2009-02-26 michaelAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 michaelHalf user provided time_base once during the first...
2009-02-26 cehoyosCosmetics: Fix indentation after last commit.
2009-02-26 cehoyosInitialize H264 parser context correctly if the optiona...
2009-02-26 jbrcosmetics: line wrap and indentation after last commit.
2009-02-26 jbrUse a shared function to validate FLAC extradata.
2009-02-26 alexcRe-indent after last commit.
2009-02-26 alexcRefactor AAC unsigned band type decoding for a modest...
2009-02-26 alexcUse const to better allow the compiler to optimize...
2009-02-26 cehoyosCompleted documentation of reference field.
2009-02-26 cehoyosDo not set h264.is_reference for pictures that are...
2009-02-26 cehoyosThe field rangered in VDPAU's VdpPictureInfoVC1 now...
2009-02-25 cehoyosApply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
2009-02-25 diegoAdd missing prototype for ff_is_hwaccel_pix_fmt().
2009-02-25 michaelAdd hwaccel->decode_slice() call for avhwaccel by Gweno...
2009-02-25 michaelMore AVhwaccel hunks from Gwenole Beauchesne.
2009-02-25 diegospelling/wording/grammar cosmetics
2009-02-25 cehoyosFix VC1 and WMV3 playback in MPlayer.
2009-02-25 kostyacosmetics: reindent after last commit
2009-02-25 kostyaSince motion vectors for intra blocks are always zero...
2009-02-24 cehoyosExport timestamp parameter from H.264.
2009-02-24 cehoyosAdd timestamp computation if values are exported by...
2009-02-24 michael1000l for me, wrong pix_fmt.
2009-02-24 cehoyosCorrect time_base and repeat_pict for MPEG2 video.
2009-02-24 cehoyosCorrect time_base of H.264 and repeat_pict.
2009-02-24 cehoyosChange duration computation to use time_base instead...
2009-02-24 michaeladd ff_find_hwaccel() by Gwenole Beauchesne
2009-02-24 michaelff_find_hwaccel()
2009-02-24 michaelav_hwaccel_next() by Gwenole Beauchesne.
2009-02-24 michaelav_register_hwaccel() from Gwenole Beauchesne.
2009-02-24 michaelAnother AVhwaccel hunk from Gwenole Beauchesne.
2009-02-24 michaelAdd and use ff_pixfmt_list_420.
2009-02-24 michaelApproved hunk from the AVHWaccel patch by Gwenole Beauc...
2009-02-24 vitorDo not reimplement ff_celp_lp_synthesis_filterf().
2009-02-24 kostyaRename buf_vdpau to buf_start
2009-02-24 michaelAdd ff_h263_find_resync_marker() to find the bit positi...
2009-02-24 stefangcheck for a stuffing byte at the end of a slice
2009-02-24 stefangchange macroblock loop in inter frames so that after a
2009-02-24 diegoMark two variables with av_uninit to avoid false positi...
2009-02-24 mruFix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
2009-02-24 michaelAVPixFmtDescriptor doxy
2009-02-24 michaelPixel Format descriptor, try #1.
next