]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-03-03 benoitUse sign_extend().
2009-03-03 takisAdd my GPG fingerprint
2009-03-03 takisCosmetics: Typo
2009-03-03 diegocosmetics: Fix indentation.
2009-03-03 diegoDo not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOUR...
2009-03-03 diegoRemove mpeg4aac dependency declaration, the decoder...
2009-03-03 mruconfigure: improve temp file creation and cleanup
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 diegoversion.h should depend on config.mak.
2009-03-02 benoitAdd context to some av_log() calls.
2009-03-02 benoitMerge three conditions in a single 'if' instead of...
2009-03-02 diegoMention non-recursive Makefiles in the changelog.
2009-03-02 diegocosmetics: spelling/wording fixes
2009-03-02 jbrAC-3 encoding is integer-only
2009-03-02 diegoRevert previous removal of PAM, PBM, PGM, PGMYUV and...
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 diegoDecoding of PAM, PBM, PGM, PGMYUV and PPM image formats...
2009-03-02 compnfigure out which muxers support which codecs? new api...
2009-03-02 superdumpThe Ogg muxer will handle Theora as well
2009-03-02 diegoAnother round of missing codecs and name updates to...
2009-03-02 jbrAdd some more missing codecs and update names to match...
2009-03-02 diegoAdd some more missing codecs and update names to match...
2009-03-02 diegoMerge MP2, MP3 and MPEG audio demuxer entries.
2009-03-02 compnvorbis and flac ogg muxer only
2009-03-02 compnogg muxer is vorbis only
2009-03-02 jbrAdd some missing codecs and update names to match the...
2009-03-02 diegoAdd some missing codecs and update names to match the...
2009-03-02 jbradd some missing codecs and update some names to match...
2009-03-02 diegoInteger-only decoding of AC-3 is not supported.
2009-03-02 diegoSplit PGM and PPM in image formats section.
2009-03-02 diegoAdd missing image formats, patch by Daniel Verkamp...
2009-03-02 diegoSplit PGM and PPM in image formats section.
2009-03-02 diegocosmetics: Break image format lines before comments.
2009-03-01 mruRA144: work around gcc bug/oddity on ARM
2009-03-01 aureladd an API changelog with a first entry for the new...
2009-03-01 diegoAdd release version number.
2009-03-01 mruconfigure: fix return value from check_header
2009-03-01 stefanoDocument ffplay -ast, -vst, and -sst options.
2009-03-01 stefanoApply the same logic used for subtitle stream selection...
2009-03-01 stefanoSimplify the logic for the subtitle stream selection.
2009-03-01 stefanoFix subtitle selection logic, make ffplay select the...
2009-03-01 aureldeprecate old metadata API
2009-03-01 aurelfix missed usage of old metadata API in mov demuxer
2009-03-01 aurelfix last usage of old metadata API in ffmpeg.c (handlin...
2009-03-01 aureluse new metadata API in libavformat/utils.c
2009-03-01 aureluse new metadata API in r3d demuxer
2009-03-01 aurelconvert ffserver to new metadata API
2009-03-01 aurelconvert ffplay to new metadata API
2009-03-01 aurelconvert ffmpeg to new metadata API
2009-03-01 aurelnew metadata API is now officially part of public API
2009-03-01 aurelsimplify metadata conversion and fixes gcc-2.95 at...
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 michaelChange the timebase of the raw demuxer to one that...
2009-03-01 michaelDisable MPEG1/2 style timestamp calculation for H264...
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-03-01 aureladd missing const qualifiers for metadata_conv in AV...
2009-02-28 aureladd a metadata conversion API
2009-02-28 michaelAdjust time_base exactly when changing ticks_per_frame...
2009-02-28 mruconfigure: check_func_headers should mark headers as...
2009-02-28 mruconfigure: {enable,disable}_safe functions that sanitis...
2009-02-28 lucabeDocument ff_rtp_codec_id()
2009-02-28 cehoyosChange TS seeking so it returns position/timestamp...
2009-02-28 lucabeFix typo in a comment
2009-02-28 lucabeDocument ff_rtp_enc_name()
2009-02-28 jbrcosmetics: indentation
2009-02-28 lucabeDocument ff_rtp_get_codec_info()
2009-02-28 jbrSeparate the raw FLAC demuxer from raw.c and put in...
2009-02-28 rbultjeRename movenc.c MOVContext to MOVMuxContext, since...
2009-02-28 mruRevert "Improve frame rate guessing for streams with...
2009-02-28 mruARM: fix corner-case overflow in H.264 weighted prediction
2009-02-28 cehoyosImprove frame rate guessing for streams with two fields...
next