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 (Expand)Author
2009-04-10Replace rand() usage by av_lfg_get().Diego Biurrun
2009-04-10cosmetics: Align output columns.Diego Biurrun
2009-04-10remove useless duplication of what av_new_stream() already doesAurelien Jacobs
2009-04-10Add 'PNG1' to PNG fourcc codes.Thilo Borgmann
2009-04-10Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann
2009-04-10AAC packetiser cleanup: use consts instead of #definesLuca Abeni
2009-04-10AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni
2009-04-10Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö
2009-04-09Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger
2009-04-09Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger
2009-04-09Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger
2009-04-08Reduce code duplication.Zhentan Feng
2009-04-08Add support for AMR audio in the RTP muxerMartin Storsjö
2009-04-08force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier
2009-04-08Reindent after r18372.Ronald S. Bultje
2009-04-08Add waveformat-extensible support in the wav muxer.Ronald S. Bultje
2009-04-08move codec tag tables near corresponding codeBaptiste Coudurier
2009-04-08cosmetics, reindentBaptiste Coudurier
2009-04-08cosmetics, add empty line and remove useless bracesBaptiste Coudurier
2009-04-08fix compilation, add missing parenthesisBaptiste Coudurier
2009-04-08comment the ipod subtitle checkBaptiste Coudurier
2009-04-08invert condition to simplify codeBaptiste Coudurier
2009-04-08remove no more needed code, tag is set by defaultBaptiste Coudurier
2009-04-08cosmetics, reindent, add empty linesBaptiste Coudurier
2009-04-08split mov_find_codec_tag in separate per format functionsBaptiste Coudurier
2009-04-08Always return 0 if read_packet is successful.Reimar Döffinger
2009-04-08Do not uselessly read version string into a buffer.Reimar Döffinger
2009-04-08Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger
2009-04-08Error out also when reading nuv header returns with partial data and returnReimar Döffinger
2009-04-08set bits_per_coded_sample for rawvideoBaptiste Coudurier
2009-04-08override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
2009-04-07use av_freep() instead of av_free() + =NULL.Aurelien Jacobs
2009-04-07Fix the copyright yearLuca Abeni
2009-04-07Add support for H.263 video in the RTP muxerMartin Storsjö
2009-04-07Do not return payload type 34 for H.263 (it is deprecated)Luca Abeni
2009-04-07Only insert the SPS and PPS NALs in sprop-parameter-setsMartin Storsjö
2009-04-03Do not fail on zero packets.Michael Niedermayer
2009-04-03Implement JACK input device.Olivier Guilyardi
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
2009-04-02Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.Jai Menon
2009-04-02ReindentReimar Döffinger
2009-04-02Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger
2009-04-02skip empty data packets in flv, fix input.flvBaptiste Coudurier
2009-04-01Add $(ELIBS) to example/test app link commandMåns Rullgård
2009-04-01Make examples and test progs depend on librariesMåns Rullgård
2009-04-01add another dv fourcc CDVHBen Littler
2009-03-31matroska: add support for MLP and TRUEHD codec tagsAurelien Jacobs
2009-03-30Fix timefilter test program build without previously building libavformat.Diego Biurrun
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun