]> git.sesse.net Git - ffmpeg/history - libavformat
Fix typo.
[ffmpeg] / libavformat /
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-28 Anssi HannulaFix FourCC when remuxing VP6F, regression introduced...
2010-04-27 Sebastian VaterReindent after rr22977.
2010-04-27 Sebastian VaterMake the IFF demuxer a little more standards-compliant...
2010-04-26 Stefano SabatiniMake file_open() return the error code set in errno...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-22 Baptiste CoudurierDisable LATM AAC in mpegts, this is not supported and...
2010-04-22 Jai MenonFix off-by-1 error in the tag parsing code.
2010-04-22 Tomas HärdinMade FLIC demuxer capable of handling the videos from...
2010-04-22 Christian SchmidtSupport VP6F in Matroska.
2010-04-21 Stefano SabatiniDo not initialize res in url_fseek(), in the case ...
2010-04-21 Vitor SessakFix MTV decoding on big-endian systems
2010-04-21 David Conradmov: Read QuickTime chapters
2010-04-21 David Conradmovenc: Write nero chapters
2010-04-20 Baptiste Coudurierseems aac gets screwed up by the parser so disable it
2010-04-20 Baptiste Coudurierparse stream headers for audio streams in mkv, needed...
2010-04-20 Sebastian VaterReindent / reformat some code with broken indenting.
2010-04-20 Sebastian VaterChange a %2 to &1. Patch by Sebastian Vater <cdgs DOT...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-20 Diego BiurrunAdd missing internal.h #include for brktimegm(), fixes...
2010-04-20 Martin StorsjöReset RTCP timestamps after seeking, add range start...
2010-04-20 Martin StorsjöRevert svn rev 21857, readd first_rtcp_ntp_time in...
2010-04-20 Baptiste CoudurierSet AVFMT_NOTIMESTAMPS flag for mp3 muxer
2010-04-19 Luca BarbatoMake rtp protocol obey rfc3550
2010-04-18 Howard ChuImplement librtmp seek support.
2010-04-18 Stefano SabatiniPrefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.
2010-04-18 Stefano SabatiniMake url_fsize() return AVERROR(ENOSYS) rather than...
2010-04-18 Stefano SabatiniMake url_seek() return AVERROR(ENOSYS) rather than...
2010-04-16 Martin StorsjöParse strf mov atoms
2010-04-16 David Conradoggdec: Move warning about missing granule to the corre...
2010-04-16 David Conradoggdec: Fix duration calculation if the last page in...
2010-04-16 David Conradoggdec: Remove write-only variable
2010-04-16 Ramiro PollaAVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
2010-04-15 Ronald S. BultjeFix compile error on mingw where ETIMEDOUT is missing...
2010-04-15 Ronald S. BultjeRemove useless assert(), since this can (in theora...
2010-04-13 Howard ChuPlug librtmp logging into av_log.
2010-04-13 Diego Biurrunwhitespace cosmetics
2010-04-13 Jean-Daniel DupasDo not probe when the format is known.
2010-04-13 Vitor SessakUse a suitable timebase in VQF demuxer
2010-04-12 Howard ChuDo not set pos to an error value.
2010-04-12 Tomas HärdinPredicting the size of the hdlr, string data and trkn...
2010-04-11 Stefano SabatiniMove the internal function declarations in avformat...
2010-04-11 Howard ChuSet audio bit rate.
2010-04-11 Michael NiedermayerRaise needed score for codec probing in CODEC_ID_PROBE...
2010-04-09 Michael NiedermayerDont try to compute AVPacket duration for possibly...
2010-04-08 Tomas HärdinSeeking forward in non-seekable media by discarding...
2010-04-08 Tomas HärdinReusing the probe buffer to rewind the ByteIOContext...
2010-04-07 Joakim PlateDon't write an empty spdif header in spdif muxers write...
2010-04-05 Ronald S. BultjeActually add flag (somehow got lost in my previous...
2010-04-05 Anton KhirnovAdd a flag to not overwrite existing tags
2010-04-05 Martin StorsjöReindent
2010-04-05 Martin StorsjöFix leaks in the AAC RTP depacketizer
2010-04-05 Ronald S. BultjeAdd void to a function prototype that takes no argument...
2010-04-04 Michael NiedermayerFix rounding direction for calculation of AVPacket...
2010-04-04 Martin StorsjöZero-initialize the reply struct
2010-04-04 Stefano SabatiniImplement support to the AVSEEK_SIZE operation in file_...
2010-04-04 Michael NiedermayerAllow AVFormatContext.duration to be set if no individu...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-04-03 Martin StorsjöRemove a redundant assignment, found by clang
2010-04-02 Ronald S. BultjeFix buffer size; should hold 2 32-bit integers in hex...
2010-04-02 Sam GersteinETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein...
2010-04-02 Ronald S. BultjeAnother uninitialized value.
2010-04-02 Ronald S. BultjeFix uninitialized value in codepath.
2010-04-02 Ronald S. BultjeRemove dead initialization.
2010-04-02 Ronald S. BultjeRemove dead initialization.
2010-04-02 Martin StorsjöChange a case of CODEC_TYPE_ into AVMEDIA_TYPE_
2010-04-01 Josh AllmannMerge Vorbis / Theora depayloaders.
2010-04-01 Josh AllmannReindent after r22766.
2010-04-01 Josh AllmannRename functions / comments from "Theora" to "Xiph...
2010-04-01 Josh AllmannRename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a...
2010-04-01 Michael NiedermayerLimit probing to probesize.
2010-04-01 Howard ChuFix flvdec start-of-frame.
2010-03-31 Stefano Sabatini Make av_match_ext() declaration public (move its decla...
2010-03-31 Michael NiedermayerAdd AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-31 Joakim PlateProbe aac codecs for CODEC_ID_PROBE.
2010-03-31 Anton KhirnovRemove superfluous space from a conversion table.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-29 Stefano SabatiniDocument url_exist().
2010-03-29 Mohamed NaufalImplement YOP demuxer and video decoder.
2010-03-29 Reimar DöffingerSome spelling fixes.
2010-03-29 Sam GersteinAdd a timeout to the select() call. Patch by Sam Gerste...
2010-03-28 Howard ChuImplement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS...
2010-03-28 Stefano SabatiniDocument url_seek().
2010-03-28 Vitor SessakFix NUT (de)muxer warnings:
2010-03-28 Martin StorsjöInitialize ssrc and base_timestamp using ff_random_get_...
2010-03-28 Aurelien Jacobscorrect first pts for ogg skeleton
2010-03-27 Stefano SabatiniDocument the behavior of av_metadata_get() if the prev...
2010-03-27 Reimar DöffingerUse more appropriate return values in txd demuxer.
2010-03-27 Reimar Döffingereacdata: fix a memleak, return partial packets and...
2010-03-26 Martin StorsjöDon't report EINTR from select as an error, retry selec...
2010-03-26 Micah F. GaliziaFix updating condition for the probe_size variable...
2010-03-25 Martin StorsjöReassemble the RTSP URL before replacing hostname with...
2010-03-25 Martin StorsjöSimplify ff_rtsp_send_cmd_with_content_async, remove...
2010-03-25 Martin StorsjöRemove a redundant null pointer check
2010-03-25 Martin StorsjöDon't force basic auth in RTSP, but retry with the...
2010-03-25 Martin StorsjöActually parse the auth headers in RTSP
2010-03-25 Martin StorsjöMake RTSP use the generic http authentication code
2010-03-25 Martin StorsjöAdd separate method/url parameters to the rtsp_send_cmd...
next