]> git.sesse.net Git - ffmpeg/history - libavformat
Handle malloc failure
[ffmpeg] / libavformat /
2007-07-30 Baptiste Couduriertreat NONE as U8 to fix qtNONE/000_0032.MOV, this shoul...
2007-07-30 Michael Niedermayersupport silly PCM variant used by zork nemesis
2007-07-28 Ronald S. BultjeMerge get_str() and get_str8() functions.
2007-07-28 Ronald S. BultjeFix get_str/get_str8() to also work if the target strin...
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-28 David ConradAdd EBML ID for Segment UID
2007-07-27 Michael Niedermayerdetect voxware (closes issue39)
2007-07-27 Michael Niedermayertry exact match before case insensitive match in codec_...
2007-07-27 Michael Niedermayerignore invalid packet_obj_size
2007-07-26 Luca AbeniIntroduce an SDP generator
2007-07-26 Aurelien Jacobscosmetics: alignment
2007-07-26 Aurelien Jacobsreplaces hardcoded values by the equivalent enum defini...
2007-07-25 Michael NiedermayerAvoid misdetecting acelp in ASF as MP3.
2007-07-25 Aurelien Jacobsadd proper support for subtitles muxing/stream copying
2007-07-25 Aurelien Jacobsuse the most appropriate codec id for A_MPEG/L1 and L2
2007-07-25 Aurelien Jacobsreorder matroska codec tags so that the encoder picks...
2007-07-20 Panagiotis IssarisReplace ENOSYS by ENOTSUP as in this case the problem...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOTSUPP with AVERROR...
2007-07-19 Panagiotis IssarisCorrect one Doxygen entry, replacing NOMEM with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-19 Diego BiurrunMake video hook infrastructure conditional on video...
2007-07-19 Benoit Fouetuse sscanf to parse address
2007-07-18 Benoit Fouetremove useless check
2007-07-18 Joakim Platefix emulated inet_aton so that it fails for invalid...
2007-07-17 Diego Biurruntypo fixes
2007-07-16 Ramiro PollaMinGW has those include files.
2007-07-16 Ramiro PollaMove av_gettime() back to lavf/utils.c
2007-07-16 Ramiro PollaMinGW has gettimeofday() since mingw-runtime-3.10
2007-07-16 Aurelien Jacobsadd support for S_ASS and S_SSA codec string
2007-07-16 Alex Beregszaszi.memleak fix by Ronald Bultje. OK'd by Luca.
2007-07-15 Michael Niedermayerremove likely wrong reseting of align_iframe
2007-07-14 Aurelien JacobsAvoid using undefined symbols.
2007-07-14 Aurelien JacobsAllow selecting only the vc1 demuxer.
2007-07-14 Aurelien JacobsAllow selecting only the mpegtsraw demuxer.
2007-07-14 Aurelien JacobsThe dxa demuxer depends on riff.o.
2007-07-14 Aurelien JacobsThe dv1394 demuxer depends on dv.o.
2007-07-14 Aurelien JacobsAll those demuxers don't depend on riff.o anymore.
2007-07-14 Aurelien JacobsAll those demuxers use pcm_read_seek() and thus depend...
2007-07-14 Aurelien JacobsThe c93 demuxer depends on vocdec.o.
2007-07-14 Måns Rullgårdavoid division by zero in av_find_stream_info() when...
2007-07-13 Baptiste CoudurierSmartjog granted permission to relicense as LGPL 2.1
2007-07-13 Baptiste Coudurierround timestamps up, k2 broadcast server seems to need it
2007-07-13 Alex Beregszaszih264_rtp_extra_data is not only used for debug purposes...
2007-07-13 Alex Beregszasziremove uneeded include as assert is never used
2007-07-13 Alex BeregszasziRemove broken assert. ebml_read_element_id can handle...
2007-07-13 Alex Beregszaszifix compilation with assert
2007-07-12 Luca Barbatortsp multicast fix by Thijs Vermeir $1$2@gmail.com
2007-07-11 Aurelien Jacobsadd support for ASS like subtitles in Matroska
2007-07-11 Aurelien Jacobsadd support for Matroska subtitle tracks
2007-07-11 Aurelien JacobsMove public API functions av_codec_get_tag() and av_cod...
2007-07-10 Ramiro PollaRemove OS/2 support
2007-07-09 Måns Rullgårdavoid deprecation warnings for AVFrac from avformat.h
2007-07-09 Diego BiurrunISO8859-1 --> UTF-8
2007-07-09 Aurelien Jacobsduration must not be scaled
2007-07-09 Aurelien Jacobsproperly set AVStream.language according to Matroska...
2007-07-08 Måns Rullgårdavoid uninitialised variable warning and clarify code
2007-07-08 Måns Rullgårdupdate SectionCallback and PESCallback typedefs to...
2007-07-08 Måns Rullgårdremove redundant declaration of mpegts_muxer
2007-07-08 Måns Rullgårdkill uninitialised variable warning in mp3_read_probe()
2007-07-08 Måns Rullgårdkill harmless 64-bit pointer cast warning
2007-07-08 Måns Rullgårdbethsoftvid: use correct type for size passed to av_fas...
2007-07-08 Roman Shaposhnik * Getting rid of the use of GCC language extensions
2007-07-08 Måns Rullgårdremove deprecated codec_get_{bmp,wav}_{id,tag}()
2007-07-08 Måns Rullgårdogm: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-08 Måns Rullgårdnutdec: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-08 Måns Rullgårdremove redundant codec_get_bmp_tag() call in avi_write_...
2007-07-07 Måns Rullgårduse bytestream_get_* and AV_RLxx
2007-07-07 Måns Rullgårdkill uninitialised variable warning in amr_read_packet()
2007-07-07 Måns Rullgårdkill uninitialised variable warning in ac3_probe()
2007-07-07 Måns Rullgårdremove unused functions
2007-07-06 Ronald S. BultjeUse AV_RB* macros where appropriate.
2007-07-06 Luca AbeniSupport for the AVFMT_FLAG_NONBLOCK flag (non-blocking...
2007-07-06 Luca AbeniAdd support for non-blocking input formats
2007-07-05 Eric Paulcheck udp_read_packet return value not to access uninit...
2007-07-05 Måns Rullgårdupdate my email address
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-07-05 Diego BiurrunURL update, move comment to a better place.
2007-07-02 Diego BiurrunRemove leading underscores from specifiers, they are...
2007-07-02 Diego Biurrunspelling cosmetics
2007-07-02 Diego BiurrunAdd missing comment markers to #endif directive.
2007-06-27 Vitor Sessakremove empty write trailer functions
2007-06-26 Baptiste Couduriercompute absolute data offset after reading blocksize
2007-06-25 Baptiste Coudurierthis is named BlockSize in specs
2007-06-25 Baptiste Coudurieraccording to specs, offset is before blocksize
2007-06-25 Baptiste Couduriersupport files with COMM chunk after SSND, fix invalid_n...
2007-06-25 Ramiro PollaCheck for O_BINARY instead of a list of systems that...
2007-06-25 Ramiro PollaRemove localtime_r implementation for systems that...
2007-06-25 Maksym Veremeyenko * clarifying the AVInputFormat::read_seek return...
2007-06-24 Aurelien Jacobscosmetics: indentation after last commit
2007-06-24 Aurelien Jacobsdrop blocks which are part of unsupported tracks
2007-06-24 Måns Rullgårdremove duplicate #include
2007-06-24 Reimar Döffingermore av_strl* adjustments
2007-06-24 Måns Rullgårdwarnings--
2007-06-24 Måns Rullgårdwhitespace cosmetics
2007-06-24 Måns Rullgårduse AV_RL32
2007-06-24 Måns Rullgårduse more Vorbis metadata tags
2007-06-24 Måns Rullgårdreplace strncpy with av_strlcpy
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
next