]> git.sesse.net Git - ffmpeg/history - libavcodec
Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit
[ffmpeg] / libavcodec /
2009-03-05 Diego BiurrunMark variables "j" and "structure" in execute_ref_pic_m...
2009-03-05 Alex ConverseAAC: hoist dependent gain lookup out of the loop
2009-03-05 Diego BiurrunRemove duplicated MUL16 macro definition, fixes the...
2009-03-05 Måns RullgårdARM: disable inline asm for armcc
2009-03-05 Ivan SchreterAdd handling of frame position in the parser.
2009-03-05 Justin Rugglesflacdec: cosmetics: Add a comment with the data of...
2009-03-05 Justin Rugglesflacdec: There is an even smaller FLAC frame size possi...
2009-03-05 Justin Rugglesflacdec: 10l to me. I miscalculated the smallest FLAC...
2009-03-05 Justin Rugglesflacdec: cosmetics: move 2 statements to immediately...
2009-03-05 Justin Rugglesflacdec: Simplify frame sync by not using the bitstream...
2009-03-05 Justin Rugglesflacdec: Split the metadata_parse() function into 2...
2009-03-04 Justin Rugglesflacdec: Add a check for small buffer size. This ensur...
2009-03-04 Justin Rugglesflacdec: cosmetics: Use a more descriptive variable...
2009-03-04 Justin Rugglesflacdec: Handle 32 bps data when checking allocated...
2009-03-04 Justin Rugglesflacdec: Check curr_bps after wasted bits are subtracted.
2009-03-04 Stefano SabatiniFix typo: "i" -> "in".
2009-03-04 Ivan SchreterAdd support for ct_type to correctly detect interlaced...
2009-03-04 Reimar Döffinger100l, interplayvideo uses 8x8 blocks, so call the 8x8...
2009-03-04 Reimar DöffingerSet AVFrame.reference correctly for nuv decoder.
2009-03-04 Vitor SessakAdd more correct bound checking in filter_mb().
2009-03-04 Gwenole BeauchesneAdd frame buffer allocators. aka simplify calls to
2009-03-04 Reynaldo H. Verdej... Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
2009-03-04 Reynaldo H. Verdej... Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
2009-03-04 Justin Rugglesflacdec: When there is not enough data to read the...
2009-03-04 Justin Rugglescosmetics: indentation after last commit
2009-03-04 Justin Rugglesflacdec: Check for an inline header before calling...
2009-03-04 Justin Rugglesflacdec: Allocate buffers right after STREAMINFO is...
2009-03-03 Stefano SabatiniFix syntax for the libfaad_decoder definition.
2009-03-03 Justin Rugglescosmetics: indentation after last commit
2009-03-03 Justin Rugglesflacdec: Avoid parsing the STREAMINFO multiple times.
2009-03-03 Michael NiedermayerRemove old scaler.
2009-03-03 Diego BiurrunDo not use a macro to generate a single AVCodec declara...
2009-03-03 Panagiotis IssarisWhen a H.264 stream references a PPS or SPS id which...
2009-03-03 Gwenole BeauchesneSet PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI...
2009-03-03 Benoit FouetUse sign_extend().
2009-03-03 Justin Rugglesflacdec: Warn about invalid max blocksize and limit...
2009-03-03 Alex ConverseH.264: Simplify decode_residual()
2009-03-03 Justin Rugglescosmetics: remove a pointless comment
2009-03-03 Justin Rugglesflacdec: Remove unused variable, min_blocksize.
2009-03-03 Justin Rugglesflacdec: Return error when blocksize code of 0 is found...
2009-03-03 Kostya ShishkovEnable PB-frames decoding for H.263
2009-03-03 Kostya ShishkovAdd PB-frame decoding support for H.263/i263 (and enabl...
2009-03-03 Justin Rugglesalacdec: Simplify reading of uncompressed samples by...
2009-03-03 Justin Rugglesflacdec: Avoid trying to read 33 bits. This occurs...
2009-03-03 Justin Rugglesflacdec: ALT_BITSTREAM_READER is no longer required.
2009-03-03 Justin Rugglesflacdec: use get_sbits_long() where needed.
2009-03-03 Justin RugglesAdd a get_sbits_long() function.
2009-03-03 Måns RullgårdALAC: use sign_extend() from mathops.h
2009-03-03 Måns RullgårdAdd sign_extend() function to mathops.h
2009-03-02 Reimar DöffingerSimplify show_bits_long and copy the GetBitsContext...
2009-03-02 Justin Rugglesflacdec: Use get/skip_bits_long() for more than 17...
2009-03-02 Kostya ShishkovFactor out block decoding in ff_h263_decode_mb()
2009-03-02 Michael NiedermayerConsider all packets in the parser, not just ones with...
2009-03-02 Michael NiedermayerFavor container packets that end after the first byte...
2009-03-02 Michael NiedermayerCall ff_fetch_timestamp() for mpeg1/2 when a picture...
2009-03-02 Benoit FouetMerge three conditions in a single 'if' instead of...
2009-03-02 Diego Biurruncosmetics: Reformat long_names so that "DPCM" comes...
2009-03-02 Diego Biurruncosmetics: Reformat long_names so that "ADPCM" comes...
2009-03-02 Diego Biurruncosmetics: Reformat long_names so that "PCM" comes...
2009-03-02 Diego Biurrunsmall spelling/grammar fixes
2009-03-02 Diego Biurrunxvmc works with MPEG-2 as well as MPEG-1, note this...
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-03-02 Justin RugglesAdd some missing codecs and update names to match the...
2009-03-01 Måns RullgårdRA144: work around gcc bug/oddity on ARM
2009-03-01 Måns RullgårdSVQ3: Fix decoding with A32_BITSTREAM_READER
2009-03-01 Måns RullgårdARM: fix missing MUL16() return type
2009-03-01 Vitor SessakReindent after last commit
2009-03-01 Vitor SessakDo not read uninitialized buffer, no matter if it will...
2009-03-01 Reimar DöffingerRemove unused variable in mpeg_mc_decode_init
2009-03-01 Michael NiedermayerDo not set low_delay if has_b_frames has been set befor...
2009-03-01 Alex ConverseAAC: Make the CPE function more consistent with the...
2009-02-28 Michael NiedermayerAdjust time_base exactly when changing ticks_per_frame...
2009-02-28 Måns RullgårdARM: fix corner-case overflow in H.264 weighted prediction
2009-02-28 David S. Millersub_mb_type[] needs to be 8-byte aligned because it...
2009-02-28 Cédric SchieliFix avpicture_layout to not chroma shift the alpha...
2009-02-27 Ivan SchreterCorrectly reset SEI variables.
2009-02-27 Gwenole BeauchesneMake ff_print_debug_info() a no-op when using HW accele...
2009-02-27 Gwenole BeauchesneUse ff_hwaccel_pixfmt_list_420[] in H.263 decoder.
2009-02-27 Gwenole BeauchesneAdd hardware acceleration hooks to H.264.
2009-02-27 Michael NiedermayerFix SVQ3 regression since ticks_per_frame=2.
2009-02-27 Gwenole BeauchesneAdd HW acceleration hooks for MPEG-4 / H.263 decoding.
2009-02-27 Gwenole BeauchesneRemove superfluous call to mpeg_decode_slice() for...
2009-02-27 Gwenole BeauchesneReturn early if a HW accelerator is used.
2009-02-27 Gwenole BeauchesneAdd VA API pixel formats.
2009-02-27 Gwenole BeauchesneAdd ff_hwaccel_pixfmt_list_420[] definition.
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 Michael NiedermayerHalf user provided time_base once during the first...
2009-02-26 Carl Eugen HoyosCosmetics: Fix indentation after last commit.
2009-02-26 Ivan SchreterInitialize H264 parser context correctly if the optiona...
2009-02-26 Justin Rugglescosmetics: line wrap and indentation after last commit.
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
2009-02-26 Alex ConverseRe-indent after last commit.
2009-02-26 Alex ConverseRefactor AAC unsigned band type decoding for a modest...
2009-02-26 Alex ConverseUse const to better allow the compiler to optimize...
2009-02-26 Carl Eugen HoyosCompleted documentation of reference field.
2009-02-26 NVIDIA CorporationDo not set h264.is_reference for pictures that are...
2009-02-26 NVIDIA CorporationThe field rangered in VDPAU's VdpPictureInfoVC1 now...
2009-02-25 Carl Eugen HoyosApply correct pix_fmts to WMV3_VDPAU and VC1_VDPAU.
2009-02-25 Gwenole BeauchesneAdd missing prototype for ff_is_hwaccel_pix_fmt().
2009-02-25 Michael NiedermayerAdd hwaccel->decode_slice() call for avhwaccel by Gweno...
next