]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat
perform sanity check on number of audio channels in avcodec_open()
[frescor/ffmpeg.git] / libavformat /
2009-09-16 kostyaEnhance Musepack SV8 probing code
2009-09-16 michaelFlv should be AVFMT_VARIABLE_FPS.
2009-09-16 michaelUpgrade a few important messages to AV_LOG_WARNING.
2009-09-16 michaelFix indention after previous commit.
2009-09-16 michaelMake packet interleaving in the muxer not scan throuh...
2009-09-16 michaelAlso reset *_end in flush_packet_queue().
2009-09-15 jbr10l: set genre default immediately before reading genre tag
2009-09-15 jbrSet ID3v1 genre to 0xFF (unknown) by default instead...
2009-09-15 kostyaDo not 0 FPS in VC-1 test streams format demuxer
2009-09-15 kostyaCheck for explicit 32-bit FPS value so it works on...
2009-09-15 kostyaMake probing for VC1 test bitstream format stricter
2009-09-15 michaelCheck offset in flv_probe()
2009-09-15 michaelDo not return values above AVPROBE_SCORE_MAX from probe().
2009-09-15 michaelMake h261 and mpegvideo probe a little more robust...
2009-09-15 michaelMake mpeg_probe() pass probetest.
2009-09-15 reimarSlightly stricter MPEG-PES probing, fixes issue 1383.
2009-09-15 reimarVastly improved mm_probe function, passes probetest.
2009-09-15 reimarImprove sierravmd probe. It is still quite weak, but...
2009-09-14 michaelSlighty tweak mp3 probe threshold to prevent probetest...
2009-09-14 reimarTry harder to avoid false positives for DV probe.
2009-09-14 reimarMake dnxhd probe more strict, fail if we detect values...
2009-09-14 michaelRewrite h261_probe().
2009-09-14 reimarMake DTS probe more robust against false positives...
2009-09-14 reimarCheck the index validity more thoroughly for the c93...
2009-09-14 reimarAdd more sanity checks for header elements, rejecting...
2009-09-14 michaelRewrite h263_probe().
2009-09-14 reimarExtend check for integer overflow for malloc argument...
2009-09-14 kostyaFix wrong logical operator which causes too relaxed...
2009-09-14 reimarCheck buffer size for idcin check, otherwise false...
2009-09-13 bcoudurierensure pes buffer is set to avoid segv
2009-09-13 bcoudurierreset pes state to skip after flushing, avoid segv...
2009-09-13 bananAdd condition to aea demuxer probe.
2009-09-13 reimarWhen resetting vst->pkt.data to NULL, also set vst...
2009-09-13 schreterUse I/O buffer size as initial value for backoff for...
2009-09-10 bananCosmetics, add spaces
2009-09-10 bananInitial commit of the MD studio demuxer, not hooked...
2009-09-09 cehoyosDocument padding for AVProbeData.
2009-09-09 cehoyosFix a bug with reading non-interleaved AVI if one the...
2009-09-09 cehoyosFactorise st->nb_index_entries check.
2009-09-07 bcouduriercheck entries against field_size, potential malloc...
2009-09-07 bcoudurieradd one missing check for stream existence in read_elst...
2009-09-07 diegoUse all 32 bits of the timestamp when calculating flv...
2009-09-06 schreterdisable new seeking code in mpeg-ts per #ifdef (use...
2009-09-06 reimarff_rm_metadata is const.
2009-09-06 reimarff_id3v1_genre_str table should be const.
2009-09-06 reimar100l, all avlanguage tables should be both static and...
2009-09-05 schretercosmetic changes (indentation, doxygen comments, braces...
2009-09-05 reimarSearch for ipmovie signature beyond the start of the...
2009-09-05 reimarExtend ipmovie signature to match exactly one place...
2009-09-04 jbrRemove fake Speex header creation from FLV demuxer...
2009-09-04 jbrAdd frame_size as a codec parameter requirement for...
2009-08-30 cehoyosFix incorrect display of ASF/WMV duration after r12926.
2009-08-28 jbrModify the Ogg/Speex demuxer and the libspeex decoder...
2009-08-26 schreterCosmetic changes in read_seek* routines.
2009-08-26 cehoyosDecoder for LPCM as used in Bluray discs.
2009-08-26 reimarCheck for seek failures in avi_load_index, otherwise...
2009-08-25 bcoudurierreturn AVERROR(ENOMEM) if stream could not be allocated
2009-08-25 bcouduriercheck av_new_stream return value, patch by Kent Mein...
2009-08-25 diegoDo not read index chunks as audio/video data; closes...
2009-08-25 cehoyosAdd Bluray Subtitle Support
2009-08-25 reimarMark video from .mtv files correctly as upside-down.
2009-08-24 mrumpegts: change variable-length array to fixed length
2009-08-24 aurelmatroskadec: add correct extradata offset for V_MS...
2009-08-24 aurelmatroskadec: factorize some code
2009-08-22 schreterUse generic multi-stream key frame finding routine...
2009-08-22 schreterSupport for generic multi-stream key frame finding...
2009-08-21 bwolowiecAdd support for S/PDIF encapsulation.
2009-08-12 prossMoves the display of metadata to dump_format()
2009-08-11 kostyaParse ID3 tags in Musepack SV7 files
2009-08-11 kostyaParse APE metadata tags in Musepack SV7 files
2009-08-11 kostyaMove APE tag parsing into separate module.
2009-08-11 kostyaDo not use internals of ByteIOContext during APE tags...
2009-08-11 kostyaRemove incorrect APE tag size adjustment based on flags.
2009-08-10 aurelavidec: simplify, using av_rescale_q() instead of av_re...
2009-08-10 aurelactually define AVSEEK_FLAG_FRAME as described in avfor...
2009-08-10 aurelmatroskadec: disable h264 parser as long as it totally...
2009-08-10 aurelmatroskadec: correctly parse flags for simpleblock...
2009-08-10 diegocosmetics: whitespace, prettyprinting, coding style...
2009-08-10 diegoSony Wave64 demuxer
2009-08-07 aurelfix riff subtitle timebase
2009-08-02 ramiroUse enums instead of int.
2009-07-31 kostyaRTMP protocol support (as a client)
2009-07-30 bcouduriercosmetics, remove spaces after '(' and before ')'
2009-07-30 bcoudurierinit pes dts and pts to AV_NOPTS_VALUE, fix issue ...
2009-07-30 rbultjeRemove old_flags variable, which is a duplicate of...
2009-07-30 rbultjeDon't use a pointer-to-flags/timestamp in ff_rm_parse_p...
2009-07-30 bcoudurierreturn EOF in image2 demuxer
2009-07-29 diegoRemove pointless '#ifdef DEBUG' around dprintf macro.
2009-07-29 bcoudurierStop parsing in read_header only after finding pmt...
2009-07-28 bcoudurierrename freq to period which is more correct, patch...
2009-07-27 rbultjeCosmetics: remove spaces between function name and...
2009-07-27 rbultjeUse named initializers and use new/free_context() inste...
2009-07-27 rbultjeImplement support for EOS as used by WMS and other...
2009-07-27 rbultjeImplement RTSP-MS/ASF packet parsing - this completes...
2009-07-27 benoitOnly consider -1 as an error return value for open().
2009-07-26 rbultjeAdd handling of EAGAIN at packet boundaries. See "...
2009-07-26 mruReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-24 aurelfix various compilation dependencies
2009-07-24 aurelfix compilation of cavsvideo demuxer
2009-07-21 kostyaRegister some additional AMF types in libavformat/flv.h
next