log utils.c @ 6250:f7b036d62ba9 libavformat

age author description
2010-07-03 bcoudurier Move AVStream->codec_info_nb_frames increment after try_decode_frame libavformat
2010-07-03 bcoudurier In av_find_stream_info, decode at least 4 h.264 frames to be able to guess delay. libavformat
2010-06-30 cehoyos Make "invalid dts/pts combination" a debug instead of a warning message. libavformat
2010-06-30 mru Fix grammar errors in documentation libavformat
2010-06-28 mstorsjo Fix a warning in av_read_frame_internal libavformat
2010-06-27 mru Make ff_url_split() public libavformat
2010-06-22 cehoyos Fix failure in av_read_frame on timestamp rollover. libavformat
2010-06-19 mstorsjo ff_url_join: Don't add any at-char if the auth is an empty string libavformat
2010-06-15 mru Add compatibility wrappers for functions moved from lavf to lavc libavformat
2010-06-05 michael Fix muxing rgb rawvideo in avi regression. libavformat
2010-06-02 stefano Make the error message issued in case of invalid codec tag more libavformat
2010-06-01 michael Print an error when MAX_STREAMS is reached. libavformat
2010-05-27 michael Make sure that when the parser is feeded with frame==packet that the libavformat
2010-05-26 alexc Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. libavformat
2010-05-24 jai_menon Display a more descriptive log message when probe buffer limit is libavformat
2010-05-22 stefano Make av_write_header() return AVERROR(EINVAL) rather than -1 if the libavformat
2010-05-22 stefano Store in a dedicated array the format name - codec id - codec type libavformat
2010-05-22 stefano Prefer enum CodecID over int in ff_codec_get_tag(). libavformat
2010-05-21 mstorsjo Add a libavformat internal function ff_write_chained libavformat
2010-05-18 cehoyos Validate AVCodecTag vs CodecID. libavformat
2010-05-18 cehoyos Factorize some code into the new function ff_toupper4(). libavformat
2010-05-14 bcoudurier Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level. libavformat
2010-05-01 reimar Export av_probe_input_format2. libavformat
2010-04-25 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
2010-04-20 diego Remove explicit filename from Doxygen @file commands. libavformat
2010-04-13 benoit Do not probe when the format is known. libavformat
2010-04-11 michael Raise needed score for codec probing in CODEC_ID_PROBE before the last packet. libavformat
2010-04-09 michael Dont try to compute AVPacket duration for possibly interlaced video codecs libavformat
2010-04-08 thardin Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. libavformat
2010-04-04 michael Fix rounding direction for calculation of AVPacket.duration. libavformat