log

age author description
2010-03-09 pross Remove static function name prefixes from American Laser Games MM demuxer libavformat
2010-03-09 pross Ensure Bink demuxer returns AVERROR code when av_get_packet() fails libavformat
2010-03-09 conrad mkvenc: Handle negative timestamps correctly libavformat
2010-03-09 conrad mkvenc: Don't try to write packets with unknown timestamps libavformat
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
2010-03-01 vitor Revert r22119 and partially revert 22120. libavformat
2010-03-01 benoit nutdec: make chapter start and length uint64_t to prevent overflows. libavformat
2010-02-28 reimar Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of libavformat
2010-02-28 reimar Make our getaddrinfo implementation initialize "struct addrinfo" return libavformat
2010-02-28 vitor Plug some memory leaks in NUT muxer and demuxer libavformat
2010-02-28 cehoyos Print chapter info in dump_format(). libavformat
2010-02-28 michael Many mp3s seem to contain padding after id3 tags that is not considered in the libavformat
2010-02-28 mstorsjo Rename RTP depacketizer files from rtp_* to rtpdec_* libavformat
2010-02-28 cehoyos Include rtpdec.h, it contains prototypes for the following functions: libavformat
2010-02-28 cehoyos Include avc.h from avc.c: It contains several prototypes. libavformat
2010-02-28 cehoyos Make mp4_read_descr static: It is only used inside libavformat/mov.c. libavformat
2010-02-28 cehoyos Include apetag.h which contains the prototype for ff_ape_parse_tag(). libavformat
2010-02-26 mstorsjo RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer libavformat
2010-02-25 benoit asfenc: write tags in proper UTF-16. libavformat
2010-02-25 benoit asfenc: simplify writing of comment header. libavformat
2010-02-25 benoit asfdec: don't strip the "WM/" prefix, this should be done during conversion. libavformat
2010-02-25 benoit asf: indent. libavformat
2010-02-25 benoit asf: add more entries to metadata conv table. libavformat
2010-02-24 rbultje Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our libavformat
2010-02-24 rbultje Don't add WM prefixes to all written ASF tags. libavformat
2010-02-24 rbultje Eliminate put_str16(). libavformat
2010-02-24 rbultje Mention that metadata tags are (unvalidated) UTF-8. libavformat
2010-02-24 pross low-complexity Bink file seeking libavformat
2010-02-24 pross set AVINDEX_KEYFRAME correctly for bink libavformat
2010-02-24 cehoyos Correctly increment continuity_counter in PCR packets. libavformat
2010-02-24 benoit asfdec: skip byte array tags. libavformat
2010-02-24 benoit asfdec: add a debug message about skipped tags. libavformat
2010-02-24 benoit asfdec: fix a memleak. libavformat
2010-02-24 benoit asfdec: only unicode tags must have even length. libavformat
2010-02-24 kostya Introduce metadata conversion table for NUT muxer and demuxer. libavformat
2010-02-23 michael Count all frames with codec_info_nb_frames not just ones with non zero libavformat
2010-02-23 michael Put codec_info_nb_frames back in AVStream and print its value. libavformat
2010-02-23 pross Set video stream duration for Bink demuxer libavformat
2010-02-23 mstorsjo Cosmetics: reindent libavformat
2010-02-23 pross Bink audio pts starts at 0, not reported_size libavformat
2010-02-23 kostya Make Bink demuxer pass video flags to decoder libavformat
2010-02-23 rbultje Prefix non-static RTSP functions with ff_. libavformat
2010-02-22 michael Make sure mp1/mp2 get their frame_size set. libavformat
2010-02-22 mstorsjo Add an RTSP muxer libavformat
2010-02-22 mstorsjo Free metadata in chained RTP muxers in the RTSP muxer libavformat
2010-02-22 mstorsjo Cosmetics: reindent libavformat
2010-02-22 mstorsjo Add declarations and doxygen documentation of generic rtsp support functions libavformat
2010-02-22 mstorsjo Cosmetics: reindent after applying patches libavformat
2010-02-22 mstorsjo Don't follow RTSP redirects when used as a muxer libavformat
2010-02-22 mstorsjo Add a function rtsp_setup_output_streams for announcing the SDP libavformat
2010-02-22 mstorsjo Create AVFormatContext objects as private transport for output RTSP sessions libavformat
2010-02-22 michael Make sure a set r_frame_rate is not overriden by a guess. libavformat
2010-02-22 michael Attempt to fix the completely random values returned by ff_avc_find_startcode(). libavformat
2010-02-21 vitor Fix memory leak for truncated packets in idCin demuxer libavformat
2010-02-20 michael Make sure we dont write more bytes into filename than the array is long. libavformat
2010-02-20 michael Do not attempt to open references through absolute pathes. libavformat
2010-02-20 vitor Do not leave uninitialized data in the packet in MPC demuxer. Should allow for libavformat
2010-02-19 rbultje Split rtsp_read_header() into two functions, so that the main part (now also libavformat
2010-02-19 rbultje Split out input-specific parts of rtsp_read_header() into its own, new, libavformat
2010-02-19 rbultje Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. libavformat
2010-02-19 rbultje Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) libavformat
2010-02-19 rbultje Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState libavformat
2010-02-19 kostya WavPack demuxer also depends on APE tag parser libavformat
2010-02-19 kostya Make Bink demuxer skip all zero audio tracks, not only the first one libavformat
2010-02-19 daniel AEA demuxer requires raw.o for pcm_read_seek libavformat
2010-02-19 vitor Fix memory leak for truncated frames libavformat
2010-02-19 vitor Fix memory leak for truncated frames libavformat
2010-02-19 rbultje Remove stale function declaration. libavformat
2010-02-19 rbultje Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the libavformat
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