log

age author description
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