]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-03-04 Justin Rugglesflacdec: Allocate buffers right after STREAMINFO is...
2009-03-03 Måns RullgårdAlpha: use -g3 with ccc to allow optimisation with...
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 Stefano SabatiniRename avctx_opts to avcodec_opts.
2009-03-03 Måns RullgårdAllow --enable-swscale until FATE is updated
2009-03-03 Michael NiedermayerRemove old scaler.
2009-03-03 Michael NiedermayerEnable AVFMT_FLAG_NONBLOCK.
2009-03-03 Michael NiedermayerDo usleep(10000) when all demuxers returned EAGAIN.
2009-03-03 Michael NiedermayerReplace two 'return AVERROR(EAGAIN);' by continue....
2009-03-03 Michael NiedermayerIf a demuxer returns EAGAIN, try another demuxer.
2009-03-03 Jindřich Makovičkaremove the rest of x86 asm from LGPL build
2009-03-03 Alex ConverseMOV: fix crash when 'meta' occurs before first 'trak'
2009-03-03 Ronald S. BultjeRename "fd1" variable ro "fd". There were previously...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 Ronald S. BultjeReindent after r17777.
2009-03-03 Ronald S. BultjeMake RTSP-MS-over-UDP negotiation work. See "[PATCH...
2009-03-03 Ronald S. BultjeRecognize the "application" data type, which is require...
2009-03-03 Benoit FouetAdd a context to av_log() calls.
2009-03-03 Michael NiedermayerA quick description of Rate distortion theory.
2009-03-03 Diego BiurrunDo not use a macro to generate a single AVCodec declara...
2009-03-03 Michael NiedermayerQuick description of the Viterbi algorithm so I do...
2009-03-03 Panagiotis... When a H.264 stream references a PPS or SPS id which...
2009-03-03 Diego BiurrunAdd vhook removal to the changelog.
2009-03-03 Diego BiurrunRemove deprecated vhook subsystem.
2009-03-03 Ronald S. BultjeRemove size_t cast in setting s->priv_data directly...
2009-03-03 Ronald S. BultjeDon't let finalize_packet() touch pkt->stream_index...
2009-03-03 Gwenole BeauchesneSet PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI...
2009-03-03 Ronald S. BultjeReindent after r17764.
2009-03-03 Ronald S. BultjeIn the current implementation of rtp_parse_packet(...
2009-03-03 Diego BiurrunStart Changelog for next version.
2009-03-03 Diego Biurruncosmetics: Add some empty lines for readability.
2009-03-03 Ronald S. BultjeReduce allocated length of the HTTP authentication...
2009-03-03 Panagiotis... Cosmetics: Typo
2009-03-03 Benoit FouetUse sign_extend().
2009-03-03 Panagiotis... Add my GPG fingerprint
2009-03-03 Panagiotis... Cosmetics: Typo
2009-03-03 Diego Biurruncosmetics: Fix indentation.
2009-03-03 Diego BiurrunDo not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOUR...
2009-03-03 Diego BiurrunRemove mpeg4aac dependency declaration, the decoder...
2009-03-03 Måns Rullgårdconfigure: improve temp file creation and cleanup
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 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...
next