summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje2009-03-28
* Make rtp_write_header() fail in case of unsupported payload typeLuca Abeni2009-03-27
* Move output-example dependency declaration after subdir.mak include so that i...Diego Biurrun2009-03-27
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-27
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-26
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
* set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier2009-03-25
* strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje2009-03-24
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
* handle id3v2 'genre' tag formated as '%d'Aurelien Jacobs2009-03-22
* Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje2009-03-22
* Add a @todo with a comment from Kostya so we don't forget to optimize that atRonald S. Bultje2009-03-22
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-22
* allocate tracks instead of using MAX_STREAMSBaptiste Coudurier2009-03-22
* since code now use get_bits_long, allocate padding bufferBaptiste Coudurier2009-03-22
* avoid creating a new stream not referenced in pmt since it cannot be associat...Baptiste Coudurier2009-03-22
* reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier2009-03-21
* Remove slash-skipping code because the function called right after thatRonald S. Bultje2009-03-21
* Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje2009-03-21
* Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje2009-03-21
* Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje2009-03-21
* Remove useless comment about something that is deprecated. See summary inRonald S. Bultje2009-03-21
* Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".Ronald S. Bultje2009-03-21
* Merge functional code from get_word() and get_word_sep() into a singleRonald S. Bultje2009-03-21
* Allow (and parse) incoming server messages (notices) interleaved with TCPRonald S. Bultje2009-03-21
* Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje2009-03-21
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-21
* Don't allow to sync on packets of zero-size length, since these are neverRonald S. Bultje2009-03-21
* Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-lengthRonald S. Bultje2009-03-21
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-21
* ReindentDavid Conrad2009-03-21
* Fix Speex header parsing in ogg demuxerDavid Conrad2009-03-21
* Document ogg_codec's header functionDavid Conrad2009-03-21
* fix compilation when DEBUG_SEEK is definedBaptiste Coudurier2009-03-21
* fix valid seeking rangeBaptiste Coudurier2009-03-21
* protect realloc overflowBaptiste Coudurier2009-03-21
* seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles2009-03-21
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
* resync ffm if error in streamBaptiste Coudurier2009-03-20
* typo, fix eof checkBaptiste Coudurier2009-03-20
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-20
* Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje2009-03-20
* Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje2009-03-20
* set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier2009-03-19
* move max analyze duration check before considering new packetBaptiste Coudurier2009-03-19
* Support raw TrueHD filesRamiro Polla2009-03-19
* Split TrueHD decoder from MLPRamiro Polla2009-03-19
* MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse2009-03-19
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-18
* Add a special guidcmp function to compare ASF guids, to avoid the manyReimar Döffinger2009-03-18