summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-021-1/+1
* ReindentReimar Döffinger2009-04-021-1/+1
* Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger2009-04-021-0/+1
* skip empty data packets in flv, fix input.flvBaptiste Coudurier2009-04-021-0/+4
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-011-0/+2
* Make examples and test progs depend on librariesMåns Rullgård2009-04-011-2/+0
* add another dv fourcc CDVHBen Littler2009-04-011-0/+1
* matroska: add support for MLP and TRUEHD codec tagsAurelien Jacobs2009-03-301-0/+2
* Fix timefilter test program build without previously building libavformat.Diego Biurrun2009-03-301-1/+1
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-291-1/+1
* Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje2009-03-281-1/+1
* Make rtp_write_header() fail in case of unsupported payload typeLuca Abeni2009-03-271-0/+30
* Move output-example dependency declaration after subdir.mak include so that i...Diego Biurrun2009-03-271-2/+2
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-272-0/+556
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-262-8/+8
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-251-1/+1
* set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier2009-03-251-0/+6
* strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje2009-03-241-1/+3
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-221-0/+2
* handle id3v2 'genre' tag formated as '%d'Aurelien Jacobs2009-03-221-1/+2
* Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje2009-03-222-282/+282
* Add a @todo with a comment from Kostya so we don't forget to optimize that atRonald S. Bultje2009-03-221-1/+4
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-221-0/+2
* allocate tracks instead of using MAX_STREAMSBaptiste Coudurier2009-03-221-5/+14
* since code now use get_bits_long, allocate padding bufferBaptiste Coudurier2009-03-221-1/+1
* avoid creating a new stream not referenced in pmt since it cannot be associat...Baptiste Coudurier2009-03-221-5/+2
* reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier2009-03-211-0/+3
* Remove slash-skipping code because the function called right after thatRonald S. Bultje2009-03-211-3/+0
* Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje2009-03-211-2/+1
* Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje2009-03-211-0/+2
* Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje2009-03-211-1/+1
* Remove useless comment about something that is deprecated. See summary inRonald S. Bultje2009-03-211-3/+0
* Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".Ronald S. Bultje2009-03-211-2/+1
* Merge functional code from get_word() and get_word_sep() into a singleRonald S. Bultje2009-03-211-23/+12
* Allow (and parse) incoming server messages (notices) interleaved with TCPRonald S. Bultje2009-03-211-14/+51
* Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje2009-03-211-0/+2
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-211-11/+3
* Don't allow to sync on packets of zero-size length, since these are neverRonald S. Bultje2009-03-211-1/+1
* Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-lengthRonald S. Bultje2009-03-211-4/+1
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-211-0/+1
* ReindentDavid Conrad2009-03-211-9/+9
* Fix Speex header parsing in ogg demuxerDavid Conrad2009-03-211-3/+6
* Document ogg_codec's header functionDavid Conrad2009-03-211-0/+6
* fix compilation when DEBUG_SEEK is definedBaptiste Coudurier2009-03-211-1/+1
* fix valid seeking rangeBaptiste Coudurier2009-03-211-9/+7
* protect realloc overflowBaptiste Coudurier2009-03-211-0/+2
* seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles2009-03-211-1/+3
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-201-1/+1
* resync ffm if error in streamBaptiste Coudurier2009-03-201-2/+18
* typo, fix eof checkBaptiste Coudurier2009-03-201-1/+1
OpenPOWER on IntegriCloud