log

age author description
2010-02-19 kostya WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it libavformat
2010-02-18 kostya Make RTMP client send bytes read report libavformat
2010-02-17 rbultje Add functions to send RTSP commands with content attached to them. This will libavformat
2010-02-16 rbultje Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, libavformat
2010-02-16 rbultje When using RTP-over-UDP, send dummy packets during stream setup, similar to libavformat
2010-02-16 rbultje Fix two problems (no idea how this ever worked): libavformat
2010-02-16 rbultje Revert r21851. libavformat
2010-02-16 rbultje Don't return 0 if buffer setup failed. That signals the RTSP demuxer that libavformat
2010-02-16 rbultje Set lavf identification string globally in av_write_header(), rather libavformat
2010-02-16 pross Support IFF ANNO (annotation) chunk type libavformat
2010-02-15 cehoyos Strings in extended content header are UTF16, libavformat
2010-02-15 cehoyos workaround for broken files created by previous versions of asfenc. libavformat
2010-02-14 reimar Reindent libavformat
2010-02-14 reimar Optimize h261_probe function, since it is far slower than all others. libavformat
2010-02-13 compn add netspeak gsm and truespeech wav format tags to riff.c libavformat
2010-02-13 mru Do not call lseek() with invalid whence value libavformat
2010-02-12 michael Add flag so muxers not needing width/height can signal this. libavformat
2010-02-12 pross Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). libavformat
2010-02-12 michael Add GEOV fourcc (issue971). libavformat
2010-02-11 michael Fix timestamps. libavformat
2010-02-10 daniel Reindent libavformat
2010-02-10 daniel Fix demuxing of wav files with broken data header libavformat
2010-02-10 reimar Use av_compare_ts from libavutil instead of the locale compare_ts, the libavformat
2010-02-10 lucabe Fix syncronisation for streams with a high encoding delay. libavformat
2010-02-10 rbultje Reindent after r21741. libavformat
2010-02-10 rbultje Don't forget to set known audio parameters (samplerate, etc.) if the codec is libavformat
2010-02-10 rbultje RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. libavformat
2010-02-10 michael Dont give up after 100kb of zero bytes but returnd EAGAIN libavformat
2010-02-10 andoma mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. libavformat
2010-02-09 stefano Doxument url_fopen(). libavformat
2010-02-08 reimar Make sure the header value used to avoid repeating headers on seeking to the libavformat
2010-02-08 rbultje Implement gai_strerror() for systems lacking such functionality. Patch libavformat
2010-02-08 conrad Fix playback with invalid files that don't set the continuation flag for libavformat
2010-02-07 michael Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the libavformat
2010-02-07 michael Use av_compare_ts() for interleaving per dts. libavformat
2010-02-07 stefano Implement a physical concatenation protocol. libavformat
2010-02-06 jai_menon Add AVI metadata conversion table. libavformat
2010-02-05 stefano Doxument url_fdopen(). libavformat
2010-02-05 michael strn muxing in avi support. libavformat
2010-02-05 michael Support strn tag in avidec. libavformat
2010-02-05 michael Correcting wrong looking stream_id validity check in avidec. libavformat
2010-02-03 michael Dont try generic seek if seek request before first index entry and backward. libavformat
2010-02-03 michael Try to open decoders in av_find_stream_info() even if no packets for the libavformat
2010-02-03 pross Indentation cleanup libavformat
2010-02-03 pross Extend IFF demuxer to parse PBM/ILBM bitmap chunks libavformat
2010-02-03 michael Only set duration for streams where it is likely correct. libavformat
2010-02-02 michael Set nb_frames. libavformat
2010-02-02 cehoyos Guess the duration before converting video and write guessed duration libavformat
2010-02-02 michael Set AVPacket.pos in MPEG-PS demuxer. libavformat
2010-02-01 mru Fix build libavformat
2010-02-01 cehoyos Fix warnings about implicit function declaration when compiling rtpdec.c libavformat
2010-02-01 pross Add a list of generic tags and change demuxers to follow it. libavformat
2010-01-31 michael Increase search range if no end timestamp could be found for the duration libavformat
2010-01-31 kostya Bink video codec id is there, demuxer can use it libavformat
2010-01-31 pross Latent libavformat version bump for Bink demuxer (r21569) libavformat
2010-01-31 pross Bink demuxer libavformat
2010-01-30 michael Flag to ignore dts on frames that contain pts. libavformat
2010-01-30 reimar Store strings directly in mov_mdhd_language_map instead of using pointers, libavformat
2010-01-30 reimar Always consider the mov language code as 4 bytes fixed size and change the libavformat
2010-01-30 reimar Simplify conversion to 5-bit ASCII. libavformat
2010-01-30 stefano Remove duplicated empty line. libavformat
2010-01-30 daniel Set duration in Smacker demuxer libavformat
2010-01-30 daniel Demux Bink audio in Smacker files libavformat
2010-01-30 kostya another 10l: forgot to change parent condition as well libavformat
2010-01-30 kostya 10l trocadero: now return value of ff_rtmp_packet_read() has different meaning libavformat
2010-01-30 kostya Make RTMP send/receive packet functions report number of bytes read or sent. libavformat
2010-01-30 kostya cosmetics: add an empty line between variable declarations and code libavformat
2010-01-29 bcoudurier Remove MAX_STREAMS usage in ogg and mxf muxers libavformat
2010-01-28 rbultje Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. libavformat
2010-01-28 jai_menon Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. libavformat
2010-01-28 benoit Use av_mallocz in url_open_protocol for URLContext. libavformat
2010-01-28 michael Remove last MAX_STREAMS from avienc.c libavformat
2010-01-28 michael Introduce AVIStream struct and move stream based variables to it. libavformat
2010-01-27 cehoyos Support demuxing Blu-ray subtitles in matroska files. libavformat
2010-01-27 rbultje Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). libavformat
2010-01-27 michael Fix duration calculation in the presence of a single wraping of the timeline. libavformat
2010-01-27 jai_menon Schedule an increase in the maximum number of streams libavformat
2010-01-27 michael Revert Revision: 21473 libavformat
2010-01-27 stefano Fix misc typos, patch by libavformat
2010-01-27 stefano Document av_register_protocol(), not that it really needs to be libavformat
2010-01-26 rbultje Don't use tcp_fd if we're not using TCP-based connections (e.g. when libavformat
2010-01-25 ramiro Load the proper getaddrinfo functions from ws2_32.dll, if they're present. libavformat
2010-01-24 stefano Doxument url_open(). libavformat
2010-01-24 cehoyos Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, libavformat
2010-01-24 stefano Favor the term "URL" over "filename", as the API deals with URLs libavformat
2010-01-24 reimar Make url_read_complete handle EAGAIN more intelligently. libavformat
2010-01-24 stefano Doxument url_close(). libavformat
2010-01-24 stefano Doxument url_open_protocol(). libavformat
2010-01-24 stefano Doxument url_read(). libavformat
2010-01-23 reimar Make url_read_complete retry on EAGAIN and return how much data it read libavformat
2010-01-23 kostya Print a warning when DATA chunk is encountered in the middle of chunk. libavformat
2010-01-22 stefano Remove conditional M_PI definition, it is already defined in libavformat
2010-01-22 stefano Replace deprecated guess_format() with av_guess_format(). libavformat
2010-01-22 rbultje Make style a little bit more K&R'ish. libavformat
2010-01-22 rbultje Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö libavformat
2010-01-22 rbultje Use the control URI from the SDP (if present) rather than the input filename, libavformat
2010-01-21 conrad mkvenc: Write TrackTimecodeScale libavformat
2010-01-21 rbultje Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since libavformat
2010-01-21 rbultje Change on rtsp_send_cmd() to the _async() version since we don't use the libavformat
2010-01-21 rbultje Reindent after r21368. libavformat
2010-01-21 rbultje Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized libavformat
2010-01-21 benoit Make output-example.c handle AAC audio. libavformat
2010-01-21 rbultje Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. libavformat
2010-01-21 conrad Set start_time and duration in AVStream instead of AVFormatContext for libavformat
2010-01-20 rbultje Use the configure check from r21351 and use it to properly define struct libavformat
2010-01-19 bcoudurier fetch flv duration from file if it is set to 0 in metadata libavformat
2010-01-18 bcoudurier reindent libavformat
2010-01-18 bcoudurier set average frame rate in mov demuxer libavformat
2010-01-18 bcoudurier move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4 libavformat
2010-01-18 lucabe Rename the RTP muxer sources so that the packetisation functions are in libavformat
2010-01-18 lucabe Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function libavformat
2010-01-18 compn add uldx fourcc to mpeg4 in riff.c libavformat
2010-01-17 compn add vspx fourcc to mpeg4 in riff.c libavformat
2010-01-17 stefano Use av_match_ext() rather than the deprecated match_ext(), fix libavformat
2010-01-17 mru Fix comment typo carefull -> careful libavformat
2010-01-17 cehoyos Fix indentation after r21257. libavformat
2010-01-17 cehoyos Support demuxing of Sony OpenMG files without metadata header. libavformat
2010-01-16 cehoyos Support decoding of SoftLab-NSK VideoTizer. libavformat
2010-01-16 mru Add symbol versioning for shared libraries libavformat
2010-01-15 cehoyos Support decoding of Avid uncompressed mov files, fixes issue 1685. libavformat
2010-01-15 cehoyos Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavformat
2010-01-14 pross Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212) libavformat
2010-01-14 pross Adobe Filmstrip muxer and demuxer libavformat
2010-01-14 bcoudurier set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com libavformat
2010-01-13 bcoudurier do not skip mdat data if it's the last atom, avoids one seek libavformat
2010-01-13 bcoudurier restore old buffer content when seek failed in http protocol, fix issue #1631 libavformat
2010-01-13 bcoudurier revert wrongly commited hunk in r21205 libavformat
2010-01-13 bcoudurier remove useless type declarations libavformat