]> git.sesse.net Git - ffmpeg/history - libavformat
MinGW returns EAGAIN instead of EINPROGRESS
[ffmpeg] / libavformat /
2007-08-08 Ramiro PollaMinGW returns EAGAIN instead of EINPROGRESS
2007-08-06 Michael Niedermayerensure that the codec_id detection in av_find_stream_in...
2007-08-06 Michael Niedermayermore verbose error
2007-08-06 Michael Niedermayerignore preroll, it is generally not what AVStream.start...
2007-08-05 Luca AbeniChange avf_sdp_create() to get a pre-allocated buffer...
2007-08-05 Luca AbeniFix linking when RTP is disabled and libraries are...
2007-08-05 Reimar DöffingerHack to support XSUB subtitles in AVI
2007-08-05 David BryantAdd the handling of the INT32INFO block to the WavPack...
2007-08-05 Justin Ruggles10l to me. Revert recent changes to ac3_probe() which...
2007-08-05 Michael Niedermayerfix misdetection of out.ac3
2007-08-05 Michael Niedermayer//more debug info
2007-08-05 Baptiste Coudurierremove now useless vars
2007-08-05 Baptiste Couduriercosmetics, braces/parenthesis style
2007-08-05 Baptiste Couduriercosmetics, indentation
2007-08-05 Baptiste Coudurieradd streams on the fly, swf is a streaming format and...
2007-08-05 Baptiste Coudurierdo not write id3v2 header when writing .mp2 files
2007-08-05 Baptiste Coudurierremove useless raw_write_header
2007-08-05 Justin Rugglesadditional tweaks to AC3 probe function. give a higher...
2007-08-04 Justin Rugglesincrease the maximum AC3 probe buffer size and reduce...
2007-08-04 Michael Niedermayerset the previous tag size correctly in flv files
2007-08-04 Michael Niedermayerset a more reasonable start_time if the first timestamp...
2007-08-04 Michael Niedermayercorrect initial timestamps which have AV_NOPTS_VALUE
2007-08-04 Baptiste Coudurierset block align to stsd audio v2 bytes per frame for...
2007-08-04 Michael Niedermayerdetect MS wav codecs
2007-08-03 Michael Niedermayermove code which adds a AVPacket into the packet buffer...
2007-07-31 Benoit Fouetfill title, author, copyright and comment fields by...
2007-07-31 Michael Niedermayerdeal with the case where one of pts,dts has wrapped...
2007-07-30 Michael Niedermayerkill antiwrapping code, i do not think this did anythin...
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.
next