summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* remove useless duplication of what av_new_stream() already doesAurelien Jacobs2009-04-10
| | | | Originally committed as revision 18416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'PNG1' to PNG fourcc codes.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann thilo DOT borgmann _AT_ gXXglemail.cXm. Originally committed as revision 18415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann thilo.borgmann AT g00glemail dot com. Originally committed as revision 18408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC packetiser cleanup: use consts instead of #definesLuca Abeni2009-04-09
| | | | Originally committed as revision 18402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni2009-04-09
| | | | Originally committed as revision 18401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö2009-04-09
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger2009-04-09
| | | | | | returning an error in nuv_packet. Originally committed as revision 18385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger2009-04-08
| | | | Originally committed as revision 18379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-08
| | | | | | and ensures the following padding is correctly initialized to 0. Originally committed as revision 18378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce code duplication.Zhentan Feng2009-04-08
| | | | | | Patch by Zhentan Feng, spyfeng gmail Originally committed as revision 18377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
| | | | | | patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-08
| | | | Originally committed as revision 18374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r18372.Ronald S. Bultje2009-04-08
| | | | Originally committed as revision 18373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add waveformat-extensible support in the wav muxer.Ronald S. Bultje2009-04-08
| | | | | | | | Patch (GSoC qualfication task) by Zhentan Feng spyfeng gmail com, see "[FFmpeg-devel] Add waveformat extensible support in wav muxer (SoC qualification task)" thread on mailinglist. Originally committed as revision 18372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move codec tag tables near corresponding codeBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindentBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, add empty line and remove useless bracesBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation, add missing parenthesisBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment the ipod subtitle checkBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* invert condition to simplify codeBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed code, tag is set by defaultBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindent, add empty linesBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mov_find_codec_tag in separate per format functionsBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always return 0 if read_packet is successful.Reimar Döffinger2009-04-07
| | | | Originally committed as revision 18360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not uselessly read version string into a buffer.Reimar Döffinger2009-04-07
| | | | Originally committed as revision 18359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger2009-04-07
| | | | Originally committed as revision 18358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error out also when reading nuv header returns with partial data and returnReimar Döffinger2009-04-07
| | | | | | AVERROR(EIO) then. Originally committed as revision 18357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set bits_per_coded_sample for rawvideoBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier2009-04-07
| | | | Originally committed as revision 18355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann2009-04-07
| | | | | | | | | AVPacket structure now resides also. Patch by Thilo Borgmann thilo.borgmann googlemail com, see the mailinglist thread "Google Summer of Code participation" for additional discussion. Originally committed as revision 18353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_freep() instead of av_free() + =NULL.Aurelien Jacobs2009-04-07
| | | | Originally committed as revision 18349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the copyright yearLuca Abeni2009-04-07
| | | | Originally committed as revision 18348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for H.263 video in the RTP muxerMartin Storsjö2009-04-07
| | | | | | patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni2009-04-07
| | | | Originally committed as revision 18346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö2009-04-06
| | | | | | Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not fail on zero packets.Michael Niedermayer2009-04-03
| | | | Originally committed as revision 18328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement JACK input device.Olivier Guilyardi2009-04-02
| | | | | | | Patch by Olivier Guilyardi list samalyse com. See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer". Originally committed as revision 18322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann2009-04-02
| | | | | | Patch by Thilo Borgmann thilo dot borgmann at googlemail _dot_ com. Originally committed as revision 18317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon2009-04-02
| | | | | | Patch by Jai Menon Originally committed as revision 18316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentReimar Döffinger2009-04-02
| | | | Originally committed as revision 18315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger2009-04-02
| | | | | | See also http://samples.mplayerhq.hu/sub/NeroMP4/unsupported-embedded-subs-2.mp4 Originally committed as revision 18314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip empty data packets in flv, fix input.flvBaptiste Coudurier2009-04-02
| | | | Originally committed as revision 18306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add $(ELIBS) to example/test app link commandMåns Rullgård2009-04-01
| | | | Originally committed as revision 18298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make examples and test progs depend on librariesMåns Rullgård2009-04-01
| | | | Originally committed as revision 18297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another dv fourcc CDVHBen Littler2009-04-01
| | | | Originally committed as revision 18293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add support for MLP and TRUEHD codec tagsAurelien Jacobs2009-03-30
| | | | Originally committed as revision 18254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timefilter test program build without previously building libavformat.Diego Biurrun2009-03-30
| | | | | | The test program depends on symbols from this library. Originally committed as revision 18247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
| | | | | | suffix for all example files instead of doing this in individual Makefiles. Originally committed as revision 18217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje2009-03-28
| | | | | | | See "[FFmpeg-devel] [PATCH] asf fix" thread. Patch contributed by David DeHaven <dave sagetv com>. Originally committed as revision 18213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rtp_write_header() fail in case of unsupported payload typeLuca Abeni2009-03-27
| | | | Originally committed as revision 18204 to svn://svn.ffmpeg.org/ffmpeg/trunk