]> git.sesse.net Git - ffmpeg/history - libavformat
Initialize thread_context[0] with h264 parser context.
[ffmpeg] / libavformat /
2010-01-28 Daniel KristjanssonUse av_mallocz in url_open_protocol for URLContext.
2010-01-28 Michael NiedermayerRemove last MAX_STREAMS from avienc.c
2010-01-28 Michael NiedermayerIntroduce AVIStream struct and move stream based variab...
2010-01-27 Carl Eugen HoyosSupport demuxing Blu-ray subtitles in matroska files.
2010-01-27 Ronald S. BultjeFix BSD compile (PF_UNSPEC is not a standard define...
2010-01-27 Michael NiedermayerFix duration calculation in the presence of a single...
2010-01-27 Jai MenonSchedule an increase in the maximum number of streams
2010-01-27 Michael NiedermayerRevert Revision: 21473
2010-01-27 Stefano SabatiniFix misc typos, patch by
2010-01-27 Stefano SabatiniDocument av_register_protocol(), not that it really...
2010-01-26 Jeremy MortonDon't use tcp_fd if we're not using TCP-based connectio...
2010-01-25 Martin StorsjöLoad the proper getaddrinfo functions from ws2_32.dll...
2010-01-24 Stefano SabatiniDoxument url_open().
2010-01-24 Carl Eugen HoyosForce codec_tag I420 for Quicktime Planar Y'CbCr 8...
2010-01-24 Stefano SabatiniFavor the term "URL" over "filename", as the API deals...
2010-01-24 Reimar DöffingerMake url_read_complete handle EAGAIN more intelligently.
2010-01-24 Stefano SabatiniDoxument url_close().
2010-01-24 Stefano SabatiniDoxument url_open_protocol().
2010-01-24 Stefano SabatiniDoxument url_read().
2010-01-23 Reimar DöffingerMake url_read_complete retry on EAGAIN and return how...
2010-01-23 Ronald S. BultjePrint a warning when DATA chunk is encountered in the...
2010-01-22 Stefano SabatiniRemove conditional M_PI definition, it is already defin...
2010-01-22 Martin StorsjöReplace deprecated guess_format() with av_guess_format().
2010-01-22 Ronald S. BultjeMake style a little bit more K&R'ish.
2010-01-22 Martin StorsjöRename a function which is no longer ipv6-specific...
2010-01-22 Alan SterembergUse the control URI from the SDP (if present) rather...
2010-01-21 Rafaël Carrémkvenc: Write TrackTimecodeScale
2010-01-21 Ronald S. BultjeRemove reply and content_ptr arguments from rtsp_send_c...
2010-01-21 Ronald S. BultjeChange on rtsp_send_cmd() to the _async() version since...
2010-01-21 Ronald S. BultjeReindent after r21368.
2010-01-21 Ronald S. BultjePretty embarassing bug; we shouldn't use av_strlcatf...
2010-01-21 Martin StorsjöMake output-example.c handle AAC audio.
2010-01-21 Martin StorsjöRemove IPv4-only codepath. Patch by Martin Storsjö...
2010-01-21 David ConradSet start_time and duration in AVStream instead of...
2010-01-20 Martin StorsjöUse the configure check from r21351 and use it to prope...
2010-01-19 Baptiste Coudurierfetch flv duration from file if it is set to 0 in metadata
2010-01-18 Baptiste Coudurierreindent
2010-01-18 Baptiste Coudurierset average frame rate in mov demuxer
2010-01-18 Baptiste Couduriermove aspect ratio code at the end of the track parsing...
2010-01-18 Luca AbeniRename the RTP muxer sources so that the packetisation...
2010-01-18 Luca AbeniRemove the ff_rtp_send_h264() prototype from rtp_h264...
2010-01-18 Ben Littleradd uldx fourcc to mpeg4 in riff.c
2010-01-17 Ben Littleradd vspx fourcc to mpeg4 in riff.c
2010-01-17 Stefano SabatiniUse av_match_ext() rather than the deprecated match_ext...
2010-01-17 Måns RullgårdFix comment typo carefull -> careful
2010-01-17 Carl Eugen HoyosFix indentation after r21257.
2010-01-17 Michael KarcherSupport demuxing of Sony OpenMG files without metadata...
2010-01-16 ami_stuffSupport decoding of SoftLab-NSK VideoTizer.
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-15 Carl Eugen HoyosSupport decoding of Avid uncompressed mov files, fixes...
2010-01-15 Carl Eugen HoyosSupport decoding Avid 1:1x codec, (partially) fixes...
2010-01-14 Peter RossLatent libavformat version bump and documentation updat...
2010-01-14 Peter RossAdobe Filmstrip muxer and demuxer
2010-01-14 Andrew Wasonset stream aspect from mov tkhd width/height, patch...
2010-01-13 Baptiste Coudurierdo not skip mdat data if it's the last atom, avoids...
2010-01-13 Baptiste Coudurierrestore old buffer content when seek failed in http...
2010-01-13 Baptiste Coudurierrevert wrongly commited hunk in r21205
2010-01-13 Baptiste Coudurierremove useless type declarations
2010-01-13 Baptiste Coudurierremove useless declarations from mpegts.h
2010-01-13 Baptiste Coudurieruse codec rc_max_rate if set and warn if bit rate is...
2010-01-13 Baptiste CoudurierDo not split audio frames accross pes packets.
2010-01-13 Mike Scheutzowprint more debug info about muxing parameters, patch...
2010-01-13 Mike Scheutzowupdate mpegts_write_pes documentation, patch by Mike...
2010-01-13 Mike ScheutzowInsert null packets to keep pcr values correct, patch...
2010-01-13 Mike Scheutzowmove pcr/sdt/pat period computation after ts->mux_rate...
2010-01-13 Mike Scheutzowoutput a pcr as soon as possible, patch by Mike Scheutz...
2010-01-13 Niobosfix ts packet header size computation, patch by Niobos...
2010-01-13 Niobosfix sdt, pat, pcr size computation, patch by Niobos...
2010-01-13 Luca AbeniThe RTP muxer does not need rtp_asf.c
2010-01-13 Luca AbeniRemove the inclusion of unneeded headers
2010-01-13 Ronald S. BultjeFix issue1658 (trailing space in rtpmap descriptor).
2010-01-13 Tomas HärdinCheck there is a stream before writing header.
2010-01-12 Ronald S. BultjeReindent after r21166.
2010-01-12 Tomas HärdinUse chunked encoding for HTTP uploads. Patch by Tomas...
2010-01-12 Martin StorsjöMake sure the destination address is written as an...
2010-01-12 SergiyCorrect timestamps inside FLV data received by RTMP.
2010-01-12 Art ClarkeUse old-style RTMP handshake for old servers.
2010-01-12 Carl Eugen HoyosSupport uncompressed ("Resolution 1:1") Avid AVI Codec...
2010-01-11 Luca AbeniRemove the inclusion of unneeded headers
2010-01-11 Martin StorsjöProvide a fallback for getnameinfo() also. Patch by...
2010-01-11 Martin StorsjöImplement a fallback for struct sockaddr_storage if...
2010-01-11 Martin StorsjöUse getaddrinfo() instead of resolve_host(). Patch...
2010-01-11 Martin StorsjöDeprecate resolve_host(). Patch by Martin Storsjö ...
2010-01-11 Martin StorsjöProvide fallback implementations of getaddrinfo() and...
2010-01-11 Ronald S. BultjeUse getaddrinfo(), if available, in resolve_host()...
2010-01-11 David Conradoggdec: Set dts when known
2010-01-11 David Conradmkvdec: Avoid divide-by-zero crash on invalid real...
2010-01-11 David ConradAdd support for dirac in ogg
2010-01-10 Carl Eugen HoyosUse enum CodecID where appropriate.
2010-01-10 Peter RossDeluxe Paint Animation demuxer
2010-01-10 Peter Rossdo not create Electronic Arts audio stream when unsuppo...
2010-01-09 Peter Rossupdate my email address
2010-01-08 Ronald S. BultjeUse the correct ByteIOContext in extradata parsing...
2010-01-08 Art ClarkeImprove avformat_version() doxy.
2010-01-08 Martin StorsjöCurrently, the replacement which is used if inet_aton...
2010-01-07 Ronald S. Bultjehandler can be NULL if we did not support this dynamic...
2010-01-07 Ronald S. BultjeAdd correct log context to av_log() calls in parse_rtpm...
2010-01-07 Ronald S. BultjeRe-indent to more closely follow general coding standar...
2010-01-07 Martin StorsjöAlways set the destination address even if no port...
2010-01-07 Martin StorsjöCheck the URL used for the SDP destination.
next