]> git.sesse.net Git - ffmpeg/history - libavformat
Remove unnecessary header inclusion directives.
[ffmpeg] / libavformat /
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...
2010-03-25 Martin StorsjöReindent
2010-03-25 Jai MenonMatroska muxer : Don't create audio tracks for unsuppor...
2010-03-25 Martin StorsjöAdd support for http digest authentication
2010-03-25 Martin StorsjöReindent
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
2010-03-24 Martin StorsjöMake ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with...
2010-03-24 Vitor SessakFix warnings in NUT demuxer:
2010-03-24 Luca BarbatoIssue a warning if the received CSeq isn't the expected one
2010-03-24 Martin StorsjöSplit out http authentication handling into a separate...
2010-03-24 Vitor SessakFix warning:
2010-03-24 Martin StorsjöHandle errors returned from ff_rtsp_read_reply in udp_r...
2010-03-24 Zhentan FengMove put_le16_nolen() to asf.c and give it a ff_ prefix...
2010-03-24 Carl Eugen HoyosSilence ridiculous gcc warning.
2010-03-24 Tomas HärdinMask away AVSEEK_FORCE properly in some checks in url_f...
2010-03-23 Justin RugglesPut ff_flac_write_header() in a separate C file to...
2010-03-23 Tomas HärdinFix seeking in DV when filesize is unknown.
2010-03-23 Martin StorsjöHandle multiple RTSP transport options properly by...
2010-03-23 Martin StorsjöParse options in the RTSP URL only from the last questi...
2010-03-23 Martin StorsjöReconstruct the RTSP URL, in order to remove the auth...
2010-03-22 Justin RugglesMove ff_flac_write_header() to flacenc.h, which removes...
2010-03-22 Michael NiedermayerDont senselessly fail on rawvideo that isnt 3 files...
2010-03-22 Josh AllmannRTP depacketization of Theora
2010-03-22 Martin StorsjöReindent
2010-03-22 Martin StorsjöAdd support for TCP as lower transport in the RTSP...
2010-03-22 Martin StorsjöInterpret valueless attributes in AMR ftmp lines as...
2010-03-22 Martin StorsjöUse the caller's RTSPMessageHeader in rtsp_setup_input_...
2010-03-21 James DarnleyFix FLAC demuxer dependencies.
2010-03-21 Stefano SabatiniMake av_open_input_file() return AVERROR_INVALIDDATA...
2010-03-20 Justin RugglesAdd Changelog entry and bump lavf micro version for...
2010-03-20 James DarnleyAdd VorbisComment writing to Ogg/FLAC and Ogg/Speex...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-18 Stefano SabatiniMake url_fseek() return AVERROR_EOF rather than AVERROR...
2010-03-17 Ronald S. BultjeCast sample_fmt (as read from bitstream as a 16-bit...
2010-03-16 Måns RullgårdFix erroneous behaviour when format probe hits end...
2010-03-15 Aurelien Jacobsrename av_read_frame_flush to ff_read_frame_flush
2010-03-15 Aurelien Jacobsrename av_program_add_stream_index to ff_program_add_st...
2010-03-15 Greg MaxwellCorrectly write last 0 lacing value when packet size...
2010-03-15 Michael NiedermayerAdd AVSEEK_FORCE flag to indicate that the code should...
2010-03-15 Aurelien Jacobsmatroskadec: fix missing dependency
next