]> git.sesse.net Git - ffmpeg/history - libavformat
Guess the duration before converting video and write guessed duration
[ffmpeg] / libavformat /
2010-02-02 Justin JohnsonGuess the duration before converting video and write...
2010-02-02 Michael NiedermayerSet AVPacket.pos in MPEG-PS demuxer.
2010-02-01 Måns RullgårdFix build
2010-02-01 Alexis BallierFix warnings about implicit function declaration when...
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2010-01-31 Michael NiedermayerIncrease search range if no end timestamp could be...
2010-01-31 Kostya ShishkovBink video codec id is there, demuxer can use it
2010-01-31 Peter RossLatent libavformat version bump for Bink demuxer (r21569)
2010-01-31 Peter RossBink demuxer
2010-01-30 Michael NiedermayerFlag to ignore dts on frames that contain pts.
2010-01-30 Reimar DöffingerStore strings directly in mov_mdhd_language_map instead...
2010-01-30 Reimar DöffingerAlways consider the mov language code as 4 bytes fixed...
2010-01-30 Reimar DöffingerSimplify conversion to 5-bit ASCII.
2010-01-30 Stefano SabatiniRemove duplicated empty line.
2010-01-30 Daniel VerkampSet duration in Smacker demuxer
2010-01-30 Daniel VerkampDemux Bink audio in Smacker files
2010-01-30 Kostya Shishkovanother 10l: forgot to change parent condition as well
2010-01-30 Kostya Shishkov10l trocadero: now return value of ff_rtmp_packet_read...
2010-01-30 Kostya ShishkovMake RTMP send/receive packet functions report number...
2010-01-30 Kostya Shishkovcosmetics: add an empty line between variable declarati...
2010-01-29 Baptiste CoudurierRemove MAX_STREAMS usage in ogg and mxf muxers
2010-01-28 Ronald S. BultjeAdd RTP/H.263 depacketizer by Martin Storsjö <$firstnam...
2010-01-28 Jai MenonAvoid using deprecated AVFormatParameters::[audio|video...
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.
next