platform/upstream/libav.git
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 Diego Biurrunversion.h should depend on config.mak.
2009-03-02 Benoit FouetAdd context to some av_log() calls.
2009-03-02 Benoit FouetMerge three conditions in a single 'if' instead of...
2009-03-02 Diego BiurrunMention non-recursive Makefiles in the changelog.
2009-03-02 Diego Biurruncosmetics: spelling/wording fixes
2009-03-02 Justin RugglesAC-3 encoding is integer-only
2009-03-02 Diego BiurrunRevert previous removal of PAM, PBM, PGM, PGMYUV and...
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 Diego BiurrunDecoding of PAM, PBM, PGM, PGMYUV and PPM image formats...
2009-03-02 Ben Littlerfigure out which muxers support which codecs? new api...
2009-03-02 Robert SwainThe Ogg muxer will handle Theora as well
2009-03-02 Diego BiurrunAnother round of missing codecs and name updates to...
2009-03-02 Justin RugglesAdd some more missing codecs and update names to match...
2009-03-02 Diego BiurrunAdd some more missing codecs and update names to match...
2009-03-02 Diego BiurrunMerge MP2, MP3 and MPEG audio demuxer entries.
2009-03-02 Ben Littlervorbis and flac ogg muxer only
2009-03-02 Ben Littlerogg muxer is vorbis only
2009-03-02 Justin RugglesAdd some missing codecs and update names to match the...
2009-03-02 Diego BiurrunAdd some missing codecs and update names to match the...
2009-03-02 Justin Rugglesadd some missing codecs and update some names to match...
2009-03-02 Diego BiurrunInteger-only decoding of AC-3 is not supported.
2009-03-02 Diego BiurrunTarga encoding is supported.
2009-03-02 Daniel VerkampAdd missing image formats, patch by Daniel Verkamp...
2009-03-02 Daniel VerkampSplit PGM and PPM in image formats section.
2009-03-02 Daniel Verkampcosmetics: Break image format lines before comments.
2009-03-01 Måns RullgårdRA144: work around gcc bug/oddity on ARM
2009-03-01 Aurelien Jacobsadd an API changelog with a first entry for the new...
2009-03-01 Diego BiurrunAdd release version number.
2009-03-01 Måns Rullgårdconfigure: fix return value from check_header
2009-03-01 Stefano SabatiniDocument ffplay -ast, -vst, and -sst options.
2009-03-01 Stefano SabatiniApply the same logic used for subtitle stream selection...
2009-03-01 Stefano SabatiniSimplify the logic for the subtitle stream selection.
2009-03-01 Stefano SabatiniFix subtitle selection logic, make ffplay select the...
2009-03-01 Aurelien Jacobsdeprecate old metadata API
2009-03-01 Aurelien Jacobsfix missed usage of old metadata API in mov demuxer
2009-03-01 Aurelien Jacobsfix last usage of old metadata API in ffmpeg.c (handlin...
2009-03-01 Aurelien Jacobsuse new metadata API in libavformat/utils.c
2009-03-01 Aurelien Jacobsuse new metadata API in r3d demuxer
2009-03-01 Aurelien Jacobsconvert ffserver to new metadata API
2009-03-01 Aurelien Jacobsconvert ffplay to new metadata API
2009-03-01 Aurelien Jacobsconvert ffmpeg to new metadata API
2009-03-01 Aurelien Jacobsnew metadata API is now officially part of public API
2009-03-01 Aurelien Jacobssimplify metadata conversion and fixes gcc-2.95 at...
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 Dominik MierzejewskiFix typo in comments.
2009-03-01 Reimar DöffingerAdd warnings to yuv2rgb_vis.c because alpha is set...
2009-03-01 Reimar DöffingerMake AltiVec code write alpha as 255 instead of 0 when...
2009-03-01 Reimar DöffingerFix braindead and broken way to calculate abase, fixes...
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 NiedermayerChange the timebase of the raw demuxer to one that...
2009-03-01 Michael NiedermayerDisable MPEG-1/2 style timestamp calculation for H264...
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-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2009-02-28 Aurelien Jacobsadd a metadata conversion API
2009-02-28 Michael NiedermayerAdjust time_base exactly when changing ticks_per_frame...
2009-02-28 Måns Rullgårdconfigure: check_func_headers should mark headers as...
2009-02-28 Måns Rullgårdconfigure: {enable,disable}_safe functions that sanitis...
2009-02-28 Luca AbeniDocument ff_rtp_codec_id()
2009-02-28 Ivan SchreterChange TS seeking so it returns position/timestamp...
2009-02-28 Luca AbeniFix typo in a comment
2009-02-28 Luca AbeniDocument ff_rtp_enc_name()
2009-02-28 Justin Rugglescosmetics: indentation
2009-02-28 Luca AbeniDocument ff_rtp_get_codec_info()
2009-02-28 Justin RugglesSeparate the raw FLAC demuxer from raw.c and put in...
2009-02-28 Ronald S. BultjeRename movenc.c MOVContext to MOVMuxContext, since...
2009-02-28 Måns RullgårdRevert "Improve frame rate guessing for streams with...
2009-02-28 Måns RullgårdARM: fix corner-case overflow in H.264 weighted prediction
2009-02-28 Ivan SchreterImprove frame rate guessing for streams with two fields...
2009-02-28 David S. Millersub_mb_type[] needs to be 8-byte aligned because it...
2009-02-28 Cédric SchieliWhen converting from a non alpha format to an alpha...
2009-02-28 Cédric SchieliFix avpicture_layout to not chroma shift the alpha...
2009-02-27 Aurelien Jacobsuse new metadata API in nut muxer
2009-02-27 Aurelien Jacobsuse new metadata API in nut demuxer
2009-02-27 Cédric SchieliAdd an isALPHA macro to check if pixel format has alpha...
next