log

age author description
2009-03-21 rbultje Merge functional code from get_word() and get_word_sep() into a single libavformat
2009-03-21 rbultje Allow (and parse) incoming server messages (notices) interleaved with TCP libavformat
2009-03-21 rbultje Add a @todo item to use ByteIOContext instead of URLContext at some point in libavformat
2009-03-21 rbultje Remove index writing in RM muxer, since it is broken (multiple streams per libavformat
2009-03-21 rbultje Don't allow to sync on packets of zero-size length, since these are never libavformat
2009-03-21 rbultje Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length libavformat
2009-03-21 kostya Make Smacker audio decoder output audio in original bit depth libavformat
2009-03-21 conrad Reindent libavformat
2009-03-21 conrad Fix Speex header parsing in ogg demuxer libavformat
2009-03-21 conrad Document ogg_codec's header function libavformat
2009-03-21 bcoudurier fix compilation when DEBUG_SEEK is defined libavformat
2009-03-21 bcoudurier fix valid seeking range libavformat
2009-03-21 bcoudurier protect realloc overflow libavformat
2009-03-21 jbr seek backwards 4 bytes if 'fLaC' marker is not found libavformat
2009-03-20 cehoyos PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. libavformat
2009-03-20 bcoudurier resync ffm if error in stream libavformat
2009-03-20 bcoudurier typo, fix eof check libavformat
2009-03-20 bcoudurier do not write ffm write index by default, detect if file is being written and return EOF libavformat
2009-03-20 rbultje Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec libavformat
2009-03-20 rbultje Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a libavformat
2009-03-19 bcoudurier set avi fsize to INT64_MAX if riff tag end is not set and file size is not available libavformat
2009-03-19 bcoudurier move max analyze duration check before considering new packet libavformat
2009-03-19 ramiro Support raw TrueHD files libavformat
2009-03-19 ramiro Split TrueHD decoder from MLP libavformat
2009-03-19 alexc MOV: Use the AOT enum for the mp4_audio_types mapping. libavformat
2009-03-18 reimar Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure libavformat
2009-03-18 reimar Add a special guidcmp function to compare ASF guids, to avoid the many libavformat
2009-03-17 rbultje Fix wrong @file tag. libavformat
2009-03-17 rbultje Reindent after r18023. libavformat
2009-03-17 rbultje Add RTP/ASF header parsing, which is part of the SDP of these streams. See libavformat
2009-03-17 diego cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com libavformat
2009-03-16 reimar Extend mov edit list support to work for a first padding entry with libavformat
2009-03-16 mru rmdec: fix crash at end of file libavformat
2009-03-16 alexc Cosmetics: Re-indent after last commit libavformat
2009-03-16 alexc MOV: Support stz2 "Compact Sample Size Box" libavformat
2009-03-16 rbultje More reindent, forgotten in previous commit. libavformat
2009-03-16 rbultje Parse index chunk so that seeking in modern .rm files becomes a lot faster. libavformat
2009-03-16 rbultje Reindent after r18010. libavformat
2009-03-16 rbultje Mark the first output audio frame as keyframe (separate patch from previous, libavformat
2009-03-16 rbultje Remove packet returning in ff_rm_parse_packet() if we're using the packet libavformat
2009-03-16 rbultje Reindent after r18005. libavformat
2009-03-16 rbultje Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and libavformat
2009-03-16 bcoudurier cosmetics, remove useless braces libavformat
2009-03-16 bcoudurier simplify printing libavformat
2009-03-16 bcoudurier reindent libavformat
2009-03-16 bcoudurier fix trkn metadata parsing libavformat
2009-03-16 bcoudurier move read_udta_string up to avoid forward declaration libavformat
2009-03-16 bcoudurier more generic metadata handling libavformat
2009-03-16 bcoudurier do not set isom if ctype is not set, happens in mov libavformat
2009-03-15 bcoudurier search for hdlr atom in meta, some files do not store version+flags libavformat
2009-03-15 rbultje Fix index generation in the way that it was supposed to be used. See the libavformat
2009-03-15 bcoudurier typo in the mail, the 4am commit is always the worst libavformat
2009-03-15 bcoudurier cosmetics libavformat
2009-03-15 bcoudurier add my copyright in mov de/muxer libavformat
2009-03-15 bcoudurier allocate palette in codec directly libavformat
2009-03-15 bcoudurier cosmetics, add some whitespaces and empty lines libavformat
2009-03-15 bcoudurier do not modify sample_count, check against index entries libavformat
2009-03-14 bcoudurier use utc time for timestamp and do not set it if not specified libavformat
2009-03-14 bcoudurier swf timestamps are 16 bits libavformat
2009-03-14 bcoudurier remove unused fields in swf context libavformat