log

age author description
2010-03-09 conrad mkvenc: write dts for VFW mode libavformat
2010-03-09 bcoudurier Fix encoder metadata string langcode in mov muxer libavformat
2010-03-09 bcoudurier Correctly mark mov metadata as utf-8, using iso language code libavformat
2010-03-09 bcoudurier In mov demuxer, convert mac encoded strings to utf-8 libavformat
2010-03-09 daniel Kega Game Video (KGV1) decoder libavformat
2010-03-09 bcoudurier Preallocate index entries in mov demuxer, huge speedup libavformat
2010-03-09 bcoudurier In mpegts muxer, write adts header if aac bitstream does not contain it libavformat
2010-03-08 bcoudurier In mpegts muxer, search for h264 aud nal, it might not be the first nal. libavformat
2010-03-08 stefano Remove definition of match_ext(), which is declared under #ifdef libavformat
2010-03-08 bcoudurier mpegts vbr muxing, activated when muxing rate is not supplied by the libavformat
2010-03-08 stefano Replace last occurrence of the deprecated match_ext() with libavformat
2010-03-08 bcoudurier Start continuity counter at 0 for pmt as well libavformat
2010-03-08 bcoudurier Start continuity counter at 0 for streams libavformat
2010-03-08 bcoudurier 10l typo, fix ts total bit rate computation libavformat
2010-03-08 mru Move resolve_host() to ffserver.c libavformat
2010-03-08 benoit Use ASF supports "markers" which are a name and a time stamp to create libavformat
2010-03-08 mstorsjo Add doxygen documentation for ff_url_split libavformat
2010-03-08 mstorsjo Reindent libavformat
2010-03-08 mstorsjo Rename url_split to ff_url_split libavformat
2010-03-08 mru Revert "Move the probe loop from av_open_input_file() into its own method" libavformat
2010-03-08 mru IFF: move ff_cmap_read_palette() prototype to a header file libavformat
2010-03-08 stefano Fix concat seeking SEEK_END case. libavformat
2010-03-08 stefano Fix concat seek result. libavformat
2010-03-08 alexc av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signaling. libavformat
2010-03-07 cehoyos Fix pts->dts conversion init for non-zero initial value for pts. libavformat
2010-03-07 stefano Move the probe loop from av_open_input_file() into its own method libavformat
2010-03-07 conrad inet_aton needs _DARWIN_C_SOURCE on OS X libavformat
2010-03-07 conrad Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c libavformat
2010-03-07 kostya 1l trocadero: forgot reference operator on bytestream_get_be32() argument libavformat
2010-03-07 conrad Add internal.h include for av_read_frame_flush prototype libavformat
2010-03-07 conrad Fix warning about incompatible pointer types libavformat
2010-03-07 conrad matroskadec: Fix a buffer overread libavformat
2010-03-06 mru Move av_read_frame_flush() prototype to lavf/internal.h libavformat
2010-03-06 mru Add some missing #includes libavformat
2010-03-06 reimar Set GXF fallback time-base to match the one specified for audio-only. libavformat
2010-03-06 reimar GXF time base is always based on "fields" per second even for libavformat
2010-03-05 mstorsjo Don't explicitly initialize networking in the tcp and udp protocols libavformat
2010-03-05 mstorsjo Use ff_url_join for assembling URLs, instead of snprintf libavformat
2010-03-05 mstorsjo Add a function ff_url_join for assembling URLs libavformat
2010-03-05 mstorsjo Always call ff_network_init/ff_network_close when opening protocols libavformat
2010-03-05 vitor Fix memory leak in NUT muxer libavformat
2010-03-05 mstorsjo Return from rtp_read when select returns an error libavformat
2010-03-05 conrad oggdec: Parse theora headers since ogg might not mark keyframes libavformat
2010-03-04 mstorsjo Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb libavformat
2010-03-04 pross handle errors reported by av_get_packet() in Bink demuxer libavformat
2010-03-04 pross Guard against invalid memory read libavformat
2010-03-04 conrad Ensure that we write clusters and blocks with known size when streaming libavformat
2010-03-04 conrad Fix indentation libavformat
2010-03-04 conrad Simplify starting and ending clusters libavformat
2010-03-04 conrad Write the first seekhead if writing to a stream, we won't be able to seek libavformat
2010-03-04 conrad Attempt seeking to write EBML master sizes even if streamed libavformat
2010-03-03 conrad matroskaenc: use "title" tag instead of "description" in track title. libavformat
2010-03-03 aurel matroskadec: cosmetic indentation libavformat
2010-03-03 aurel matroskadec: timestamps are dts and not pts in ms vfw compatibility mode libavformat
2010-03-03 mstorsjo Properly pad H.264 extradata when taken from fmtp SDP attributes libavformat
2010-03-03 vitor Plug memory leak in NUT muxer and demuxer libavformat
2010-03-03 vitor Plug memory leak in NSV demuxer. libavformat
2010-03-03 pross Support demuxing of streamed Bink files libavformat
2010-03-02 vitor Plug memory leak for truncated files libavformat
2010-03-02 vitor Plug some memory leaks for truncated files libavformat