]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-03-04 alexcMOV: fix demuxing fragmented files
2009-03-04 melansonFix a condition that causes an infinite loop, but only...
2009-03-04 melansonexcellent first pass at a description; now it's time...
2009-03-04 reynaldoPart 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
2009-03-04 reynaldoPart 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
2009-03-04 jbrflacdec: When there is not enough data to read the...
2009-03-04 rbultjeSplit rtsp_send_cmd() into two functions, one for the...
2009-03-04 jbrcosmetics: indentation after last commit
2009-03-04 jbrflacdec: Check for an inline header before calling...
2009-03-04 jbrflacdec: Allocate buffers right after STREAMINFO is...
2009-03-03 mruAlpha: use -g3 with ccc to allow optimisation with...
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 stefanoRename avctx_opts to avcodec_opts.
2009-03-03 mruAllow --enable-swscale until FATE is updated
2009-03-03 michaelRemove old scaler.
2009-03-03 michaelEnable AVFMT_FLAG_NONBLOCK.
2009-03-03 michaelDo usleep(10000) when all demuxers returned EAGAIN.
2009-03-03 michaelReplace 2 return AVERROR(EAGAIN); by continue, these...
2009-03-03 michaelIf a demuxer returns EAGAIN, try another demuxer.
2009-03-03 alexcMOV: fix crash when 'meta' occurs before first 'trak'
2009-03-03 rbultjeRename "fd1" variable ro "fd". There were previously...
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 rbultjeReindent after r17777.
2009-03-03 rbultjeMake RTSP-MS-over-UDP negotiation work. See "[PATCH...
2009-03-03 rbultjeRecognize the "application" data type, which is used...
2009-03-03 benoitAdd a context to av_log() calls.
2009-03-03 michaelA quick description of Rate distortion theory.
2009-03-03 diegoDo not use a macro to generate a single AVCodec declara...
2009-03-03 michaelQuick desription of the viterbi algorithm so i dont...
2009-03-03 takisWhen a H.264 stream references a PPS or SPS id which...
2009-03-03 diegoAdd vhook removal to the changelog.
2009-03-03 diegoRemove deprecated vhook subsystem.
2009-03-03 rbultjeRemove size_t cast in setting s->priv_data directly...
2009-03-03 rbultjeDon't let finalize_packet() touch pkt->stream_index...
2009-03-03 gbSet PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI...
2009-03-03 rbultjeReindent after r17764.
2009-03-03 rbultjeIn the current implementation of rtp_parse_packet(...
2009-03-03 diegoStart Changelog for next version.
2009-03-03 diegocosmetics: Add some empty lines for readability.
2009-03-03 rbultjeFix allocated length of the HTTP authentication request...
2009-03-03 takisCosmetics: Typo
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.
next