summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* remove useless duplication of what av_new_stream() already doesAurelien Jacobs2009-04-10
* Add 'PNG1' to PNG fourcc codes.Thilo Borgmann2009-04-10
* Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* AAC packetiser cleanup: use consts instead of #definesLuca Abeni2009-04-09
* AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni2009-04-09
* Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö2009-04-09
* Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger2009-04-09
* Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger2009-04-08
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-08
* Reduce code duplication.Zhentan Feng2009-04-08
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-08
* Reindent after r18372.Ronald S. Bultje2009-04-08
* Add waveformat-extensible support in the wav muxer.Ronald S. Bultje2009-04-08
* move codec tag tables near corresponding codeBaptiste Coudurier2009-04-07
* cosmetics, reindentBaptiste Coudurier2009-04-07
* cosmetics, add empty line and remove useless bracesBaptiste Coudurier2009-04-07
* fix compilation, add missing parenthesisBaptiste Coudurier2009-04-07
* comment the ipod subtitle checkBaptiste Coudurier2009-04-07
* invert condition to simplify codeBaptiste Coudurier2009-04-07
* remove no more needed code, tag is set by defaultBaptiste Coudurier2009-04-07
* cosmetics, reindent, add empty linesBaptiste Coudurier2009-04-07
* 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