summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Do not set codec_tag when the container does not specify it.Reimar Döffinger2007-09-09
* Copy nuv header only when the video codec is nuvReimar Döffinger2007-09-09
* Rename the format name audio_device (used in both oss and audio_beos) to oss ...Ramiro Polla2007-09-07
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
* Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkvDavid Conrad2007-09-06
* Set correct length for last slice in frame subpacketKostya Shishkov2007-09-06
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-09-05
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-05
* Rename dc1394.c to libdc1394.cRamiro Polla2007-09-05
* Prefix library format names with 'lib' in libavformatRamiro Polla2007-09-05
* Give better filenames to bktr and v4l grabbersRamiro Polla2007-09-05
* Remove video_grab_ prefix from video_grab_{bktr,v4l}Ramiro Polla2007-09-05
* revert 10409Michael Niedermayer2007-09-05
* export put_timestamp()Michael Niedermayer2007-09-05
* Make sure that if a stream has a duration but the container doesn'tNeil Brown2007-09-05
* Correct initial timestampWolfram Gloger2007-09-05
* AAC support in the SDP generatorLuca Abeni2007-09-05
* Enable Matroska muxerDavid Conrad2007-09-05
* Grammar nitsDavid Conrad2007-09-05
* Always use AVFormatContext for av_log messagesDavid Conrad2007-09-05
* Rename ebml size functions to indicate that they can be used for more kinds o...David Conrad2007-09-05
* We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Don't seek when streamedDavid Conrad2007-09-05
* Get rid of useless bracesDavid Conrad2007-09-05
* IndentDavid Conrad2007-09-05
* Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad2007-09-05
* Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad2007-09-05
* Move writing codec private element to its own functionDavid Conrad2007-09-05
* CosmeticsDavid Conrad2007-09-05
* Use num_entries directly rather than mixing it with a local copyDavid Conrad2007-09-05
* Doxygenify commentsDavid Conrad2007-09-05
* Make sure that the calculated duration doesn't decreaseDavid Conrad2007-09-05
* Split some really long linesDavid Conrad2007-09-05
* Correct messageDavid Conrad2007-09-05
* Always check the return of mkv_add_seekhead_entryDavid Conrad2007-09-05
* Pass the returned error code of functions upDavid Conrad2007-09-05
* Check that the seekheads were createdDavid Conrad2007-09-05
* Return AVERROR(ENOMEM) when appropriateDavid Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Use assert for conditions that must be trueDavid Conrad2007-09-05
* SimplifyDavid Conrad2007-09-05
* Grammar nitsDavid Conrad2007-09-05
* Break long commentsDavid Conrad2007-09-05
* Use sample format for bit depth if av_get_bits_per_sample() doesn't give oneDavid Conrad2007-09-05
* Calculate and store DAR rather than SARDavid Conrad2007-09-05
* Clarify commentsDavid Conrad2007-09-05
* Use PRIu64/PRId64David Conrad2007-09-05
* Calculate the size of key EBML master elements beforehand so only just enough...David Conrad2007-09-05
* Use cluster_pos when checking cluster positionDavid Conrad2007-09-05