]> git.sesse.net Git - ffmpeg/history - libavformat
Also reset *_end in flush_packet_queue().
[ffmpeg] / libavformat /
2009-09-16 Michael NiedermayerAlso reset *_end in flush_packet_queue().
2009-09-15 Justin Ruggles10l: set genre default immediately before reading genre tag
2009-09-15 Justin RugglesSet ID3v1 genre to 0xFF (unknown) by default instead...
2009-09-15 Kostya ShishkovDo not set 0 FPS in VC-1 test stream format demuxer.
2009-09-15 Kostya ShishkovCheck for explicit 32-bit FPS value so it works on...
2009-09-15 Kostya ShishkovMake probing for VC1 test bitstream format stricter
2009-09-15 Michael NiedermayerCheck offset in flv_probe()
2009-09-15 Michael NiedermayerDo not return values above AVPROBE_SCORE_MAX from probe().
2009-09-15 Michael NiedermayerMake h261 and mpegvideo probe a little more robust...
2009-09-15 Michael NiedermayerMake mpeg_probe() pass probetest.
2009-09-15 Reimar DöffingerSlightly stricter MPEG-PES probing, fixes issue 1383.
2009-09-15 Reimar DöffingerVastly improved mm_probe function, passes probetest.
2009-09-15 Reimar DöffingerImprove sierravmd probe. It is still quite weak, but...
2009-09-14 Michael NiedermayerSlighty tweak mp3 probe threshold to prevent probetest...
2009-09-14 Reimar DöffingerTry harder to avoid false positives for DV probe.
2009-09-14 Reimar DöffingerMake dnxhd probe more strict, fail if we detect values...
2009-09-14 Michael NiedermayerRewrite h261_probe().
2009-09-14 Reimar DöffingerMake DTS probe more robust against false positives...
2009-09-14 Reimar DöffingerCheck the index validity more thoroughly for the c93...
2009-09-14 Reimar DöffingerAdd more sanity checks for header elements, rejecting...
2009-09-14 Michael NiedermayerRewrite h263_probe().
2009-09-14 Reimar DöffingerExtend check for integer overflow for malloc argument...
2009-09-14 Kostya ShishkovFix wrong logical operator which causes too relaxed...
2009-09-14 Reimar DöffingerCheck buffer size for idcin check, otherwise false...
2009-09-13 Baptiste Coudurierensure pes buffer is set to avoid segv
2009-09-13 Baptiste Coudurierreset pes state to skip after flushing, avoid segv...
2009-09-13 Benjamin LarssonAdd condition to aea demuxer probe.
2009-09-13 Reimar DöffingerWhen resetting vst->pkt.data to NULL, also set vst...
2009-09-13 Ivan SchreterUse I/O buffer size as initial value for backoff for...
2009-09-10 Benjamin LarssonCosmetics, add spaces
2009-09-10 Benjamin LarssonInitial commit of the MD studio demuxer, not hooked...
2009-09-09 shinya.tesutosan... Document padding for AVProbeData.
2009-09-09 Maksym VeremeyenkoFix a bug with reading non-interleaved AVI if one the...
2009-09-09 Maksym VeremeyenkoFactorise st->nb_index_entries check.
2009-09-07 Baptiste Couduriercheck entries against field_size, potential malloc...
2009-09-07 Baptiste Coudurieradd one missing check for stream existence in read_elst...
2009-09-07 Martin StorsjöUse all 32 bits of the timestamp when calculating flv...
2009-09-06 Ivan Schreterdisable new seeking code in mpeg-ts per #ifdef (use...
2009-09-06 Reimar Döffingerff_rm_metadata is const.
2009-09-06 Reimar Döffingerff_id3v1_genre_str table should be const.
2009-09-06 Reimar Döffinger100l, all avlanguage tables should be both static and...
2009-09-05 Ivan Schretercosmetic changes (indentation, doxygen comments, braces...
2009-09-05 Reimar DöffingerSearch for ipmovie signature beyond the start of the...
2009-09-05 Reimar DöffingerExtend ipmovie signature to match exactly one place...
2009-09-04 Justin RugglesRemove fake Speex header creation from FLV demuxer...
2009-09-04 Justin RugglesAdd frame_size as a codec parameter requirement for...
2009-08-30 Josh HarrisFix incorrect display of ASF/WMV duration after r12926.
2009-08-28 Justin RugglesModify the Ogg/Speex demuxer and the libspeex decoder...
2009-08-26 Ivan SchreterCosmetic changes in read_seek* routines.
2009-08-26 Christian SchmidtDecoder for LPCM as used in Bluray discs.
2009-08-26 Reimar DöffingerCheck for seek failures in avi_load_index, otherwise...
2009-08-25 Baptiste Coudurierreturn AVERROR(ENOMEM) if stream could not be allocated
2009-08-25 Kent Meincheck av_new_stream return value, patch by Kent Mein...
2009-08-25 Maksym VeremeyenkoDo not read index chunks as audio/video data; closes...
2009-08-25 Stephen BackwayAdd Bluray Subtitle Support
2009-08-25 Reimar DöffingerMark video from .mtv files correctly as upside-down.
2009-08-24 Måns Rullgårdmpegts: change variable-length array to fixed length
2009-08-24 Aurelien Jacobsmatroskadec: add correct extradata offset for V_MS...
2009-08-24 Aurelien Jacobsmatroskadec: factorize some code
2009-08-22 Ivan SchreterUse generic multi-stream key frame finding routine...
2009-08-22 Ivan SchreterSupport for generic multi-stream key frame finding...
2009-08-21 Bartlomiej WolowiecAdd support for S/PDIF encapsulation.
2009-08-12 Peter RossMoves the display of metadata to dump_format()
2009-08-11 Matti HamalainenParse ID3 tags in Musepack SV7 files
2009-08-11 Matti HamalainenParse APE metadata tags in Musepack SV7 files
2009-08-11 Kostya ShishkovMove APE tag parsing into separate module.
2009-08-11 Matti HamalainenDo not use internals of ByteIOContext during APE tags...
2009-08-11 Matti HamalainenRemove incorrect APE tag size adjustment based on flags.
2009-08-10 Aurelien Jacobsavidec: simplify, using av_rescale_q() instead of av_re...
2009-08-10 Aurelien Jacobsactually define AVSEEK_FLAG_FRAME as described in avfor...
2009-08-10 Aurelien Jacobsmatroskadec: disable h264 parser as long as it totally...
2009-08-10 Aurelien Jacobsmatroskadec: correctly parse flags for simpleblock...
2009-08-10 Diego Biurruncosmetics: whitespace, prettyprinting, coding style...
2009-08-10 Daniel VerkampSony Wave64 demuxer
2009-08-07 Aurelien Jacobsfix riff subtitle timebase
2009-08-02 Ramiro PollaUse enums instead of int.
2009-07-31 Kostya ShishkovRTMP protocol support (as a client)
2009-07-30 Baptiste Couduriercosmetics, remove spaces after '(' and before ')'
2009-07-30 Baptiste Coudurierinit pes dts and pts to AV_NOPTS_VALUE, fix issue ...
2009-07-30 Ronald S. BultjeRemove old_flags variable, which is a duplicate of...
2009-07-30 Ronald S. BultjeDon't use a pointer-to-flags/timestamp in ff_rm_parse_p...
2009-07-30 Baptiste Coudurierreturn EOF in image2 demuxer
2009-07-29 Diego BiurrunRemove pointless '#ifdef DEBUG' around dprintf macro.
2009-07-29 Baptiste CoudurierStop parsing in read_header only after finding pmt...
2009-07-28 Niobosrename freq to period which is more correct, patch...
2009-07-27 Ronald S. BultjeCosmetics: remove spaces between function name and...
2009-07-27 Colin McQuillanUse named initializers and use new/free_context() inste...
2009-07-27 Ronald S. BultjeImplement support for EOS as used by WMS and other...
2009-07-27 Ronald S. BultjeImplement RTSP-MS/ASF packet parsing - this completes...
2009-07-27 Martin StorsjöOnly consider -1 as an error return value for open().
2009-07-26 Ronald S. BultjeAdd handling of EAGAIN at packet boundaries. See "...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-24 Aurelien Jacobsfix various compilation dependencies
2009-07-24 Aurelien Jacobsfix compilation of cavsvideo demuxer
2009-07-21 Kostya ShishkovRegister some additional AMF types in libavformat/flv.h
2009-07-19 Stefano SabatiniUse globally consistent include guard names.
2009-07-15 Art ClarkeOnly free '*ic_ptr' when a caller has pre-allocated...
2009-07-15 Martin StorsjöUse ff_neterrno instead of errno in tcp.c.
2009-07-13 İsmail DönmezOnly #define lseek to _lseeki64 on MinGW, not MinGW CE.
2009-07-12 Diego BiurrunMake (de)muxers for format variants select the main...
next