summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* split mov_find_codec_tag in separate per format functionsBaptiste Coudurier2009-04-07
* Always return 0 if read_packet is successful.Reimar Döffinger2009-04-07
* Do not uselessly read version string into a buffer.Reimar Döffinger2009-04-07
* Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger2009-04-07
* Error out also when reading nuv header returns with partial data and returnReimar Döffinger2009-04-07
* set bits_per_coded_sample for rawvideoBaptiste Coudurier2009-04-07
* override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier2009-04-07
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-07
* use av_freep() instead of av_free() + =NULL.Aurelien Jacobs2009-04-07
* Fix the copyright yearLuca Abeni2009-04-07
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-07
* Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni2009-04-07
* Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö2009-04-06
* Do not fail on zero packets.Michael Niedermayer2009-04-03
* Implement JACK input device.Olivier Guilyardi2009-04-02
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-02
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-02
* ReindentReimar Döffinger2009-04-02
* Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger2009-04-02
* skip empty data packets in flv, fix input.flvBaptiste Coudurier2009-04-02
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-01
* Make examples and test progs depend on librariesMåns Rullgård2009-04-01
* add another dv fourcc CDVHBen Littler2009-04-01
* matroska: add support for MLP and TRUEHD codec tagsAurelien Jacobs2009-03-30
* Fix timefilter test program build without previously building libavformat.Diego Biurrun2009-03-30
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
* 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