]> git.sesse.net Git - ffmpeg/history - libavformat
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_o...
[ffmpeg] / libavformat /
2009-09-23 Reimar DöffingerCorrectly print number of remaining bytes in oggparsevo...
2009-09-22 Benjamin LarssonHook up the MD studio demuxer and Atrac1 decoder.
2009-09-22 Diego BiurrunPlace MP3 demuxer code under appropriate #ifdefs.
2009-09-22 Diego BiurrunRearrange wav_muxer and {wav|w64}_demuxer blocks to...
2009-09-22 Diego BiurrunMove find_guid function and guid_data array to a global...
2009-09-18 Diego Biurrun#include correct header to fix 'make checkheaders'.
2009-09-18 Michael NiedermayerOnly use *ic_ptr when it has been initialized.
2009-09-18 Ronald S. BultjeUnscrewup indentation (pointed out by Diego).
2009-09-17 Ronald S. BultjeRTSP basic authentication, patch originally by Philip...
2009-09-17 Niobosfix pes overhead computation, patch by Niobos, niobos...
2009-09-17 Baptiste Coudurierprint at debug level the score at which codec probing...
2009-09-17 Reimar DöffingerImprove SIFF probe by also checking the first tag is...
2009-09-17 Reimar DöffingerImprove dxa probe by checking the values for width...
2009-09-17 Reimar DöffingerSlightly improve probe for ea format by checking that...
2009-09-17 Lars TäuberDo not include "mp4:" prefix from RTMP URL into "app...
2009-09-16 Michael NiedermayerPrint a warning if a format has been detected with...
2009-09-16 Michael NiedermayerPrint at debug level the score with which probing succe...
2009-09-16 Michael NiedermayerFix indention after last commit.
2009-09-16 Michael NiedermayerImprove amortized worst case speed of the muxers packet...
2009-09-16 Kostya Shishkovreindent after last commit and remove unneeded empty...
2009-09-16 Kostya ShishkovMake MPC SV8 probe skip tags until stream header is...
2009-09-16 Reimar DöffingerFix overflow check insufficiently improved in r19840.
2009-09-16 Peter RossCore Audio Format demuxer
2009-09-16 Peter RossMake mov LPCM and AAC parsing functions public
2009-09-16 Kostya ShishkovEnhance Musepack SV8 probing code
2009-09-16 Michael NiedermayerFlv should be AVFMT_VARIABLE_FPS.
2009-09-16 Michael NiedermayerUpgrade a few important messages to AV_LOG_WARNING.
2009-09-16 Michael NiedermayerFix indention after previous commit.
2009-09-16 Michael NiedermayerMake packet interleaving in the muxer not scan through...
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...
next