Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-10Replace rand() usage by av_lfg_get().Diego Biurrun
Originally committed as revision 18420 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10cosmetics: Align output columns.Diego Biurrun
Originally committed as revision 18419 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10remove useless duplication of what av_new_stream() already doesAurelien Jacobs
Originally committed as revision 18416 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10Add 'PNG1' to PNG fourcc codes.Thilo Borgmann
Patch by Thilo Borgmann thilo DOT borgmann _AT_ gXXglemail.cXm. Originally committed as revision 18415 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann
Patch by Thilo Borgmann thilo.borgmann AT g00glemail dot com. Originally committed as revision 18408 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10AAC packetiser cleanup: use consts instead of #definesLuca Abeni
Originally committed as revision 18402 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni
Originally committed as revision 18401 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö
Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18400 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-09Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger
returning an error in nuv_packet. Originally committed as revision 18385 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-09Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger
Originally committed as revision 18379 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-09Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger
and ensures the following padding is correctly initialized to 0. Originally committed as revision 18378 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Reduce code duplication.Zhentan Feng
Patch by Zhentan Feng, spyfeng gmail Originally committed as revision 18377 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Add support for AMR audio in the RTP muxerMartin Storsjö
patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier
Originally committed as revision 18374 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Reindent after r18372.Ronald S. Bultje
Originally committed as revision 18373 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Add waveformat-extensible support in the wav muxer.Ronald S. Bultje
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
2009-04-08move codec tag tables near corresponding codeBaptiste Coudurier
Originally committed as revision 18370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08cosmetics, reindentBaptiste Coudurier
Originally committed as revision 18369 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08cosmetics, add empty line and remove useless bracesBaptiste Coudurier
Originally committed as revision 18368 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08fix compilation, add missing parenthesisBaptiste Coudurier
Originally committed as revision 18367 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08comment the ipod subtitle checkBaptiste Coudurier
Originally committed as revision 18366 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08invert condition to simplify codeBaptiste Coudurier
Originally committed as revision 18365 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08remove no more needed code, tag is set by defaultBaptiste Coudurier
Originally committed as revision 18364 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08cosmetics, reindent, add empty linesBaptiste Coudurier
Originally committed as revision 18363 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08split mov_find_codec_tag in separate per format functionsBaptiste Coudurier
Originally committed as revision 18362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Always return 0 if read_packet is successful.Reimar Döffinger
Originally committed as revision 18360 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Do not uselessly read version string into a buffer.Reimar Döffinger
Originally committed as revision 18359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger
Originally committed as revision 18358 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08Error out also when reading nuv header returns with partial data and returnReimar Döffinger
AVERROR(EIO) then. Originally committed as revision 18357 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08set bits_per_coded_sample for rawvideoBaptiste Coudurier
Originally committed as revision 18356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-08override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier
Originally committed as revision 18355 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
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
2009-04-07use av_freep() instead of av_free() + =NULL.Aurelien Jacobs
Originally committed as revision 18349 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-07Fix the copyright yearLuca Abeni
Originally committed as revision 18348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-07Add support for H.263 video in the RTP muxerMartin Storsjö
patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-07Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni
Originally committed as revision 18346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-07Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö
Patch by Martin Storsjö (martin AT martin DOT st) Originally committed as revision 18343 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Do not fail on zero packets.Michael Niedermayer
Originally committed as revision 18328 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-03Implement JACK input device.Olivier Guilyardi
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
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
Patch by Thilo Borgmann thilo dot borgmann at googlemail _dot_ com. Originally committed as revision 18317 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon
Patch by Jai Menon Originally committed as revision 18316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02ReindentReimar Döffinger
Originally committed as revision 18315 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-02Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger
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
2009-04-02skip empty data packets in flv, fix input.flvBaptiste Coudurier
Originally committed as revision 18306 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Add $(ELIBS) to example/test app link commandMåns Rullgård
Originally committed as revision 18298 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01Make examples and test progs depend on librariesMåns Rullgård
Originally committed as revision 18297 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-01add another dv fourcc CDVHBen Littler
Originally committed as revision 18293 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-31matroska: add support for MLP and TRUEHD codec tagsAurelien Jacobs
Originally committed as revision 18254 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-30Fix timefilter test program build without previously building libavformat.Diego Biurrun
The test program depends on symbols from this library. Originally committed as revision 18247 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
suffix for all example files instead of doing this in individual Makefiles. Originally committed as revision 18217 to svn://svn.ffmpeg.org/ffmpeg/trunk