summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-09
* remove old unused nut (de)muxerMichael Niedermayer2007-08-09
* check forw_ptr CRCMichael Niedermayer2007-08-09
* forw_ptr CRCMichael Niedermayer2007-08-09
* use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2007-08-09
* move stream header writing into its own functionMichael Niedermayer2007-08-09
* move main header writing into its own functionMichael Niedermayer2007-08-09
* write correct time_baseMichael Niedermayer2007-08-09
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-09
* variables needed for muxerMichael Niedermayer2007-08-09
* write stream headersMichael Niedermayer2007-08-09
* trying to finally get the nut muxer back uptodateMichael Niedermayer2007-08-09
* use proper closesocket definesAlex Beregszaszi2007-08-08
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-08
* MinGW returns EAGAIN instead of EINPROGRESSRamiro Polla2007-08-08
* ensure that the codec_id detection in av_find_stream_info() does notMichael Niedermayer2007-08-06
* more verbose errorMichael Niedermayer2007-08-06
* ignore preroll, it is generally not what AVStream.start_time should containMichael Niedermayer2007-08-06
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
* Fix linking when RTP is disabled and libraries are dynamicLuca Abeni2007-08-05
* Hack to support XSUB subtitles in AVIReimar Döffinger2007-08-05
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-05
* 10l to me. Revert recent changes to ac3_probe() which made misdetection as AC...Justin Ruggles2007-08-05
* fix misdetection of out.ac3Michael Niedermayer2007-08-05
* //more debug infoMichael Niedermayer2007-08-05
* remove now useless varsBaptiste Coudurier2007-08-05
* cosmetics, braces/parenthesis styleBaptiste Coudurier2007-08-05
* cosmetics, indentationBaptiste Coudurier2007-08-05
* add streams on the fly, swf is a streaming format and has no real header, cor...Baptiste Coudurier2007-08-05
* do not write id3v2 header when writing .mp2 filesBaptiste Coudurier2007-08-05
* remove useless raw_write_headerBaptiste Coudurier2007-08-05
* additional tweaks to AC3 probe function. give a higher score to a single frameJustin Ruggles2007-08-05
* increase the maximum AC3 probe buffer size and reduce the threshold for 50% r...Justin Ruggles2007-08-04
* set the previous tag size correctly in flv filesMichael Niedermayer2007-08-04
* set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUEMichael Niedermayer2007-08-04
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-04
* set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fi...Baptiste Coudurier2007-08-04
* detect MS wav codecsMichael Niedermayer2007-08-04
* move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer2007-08-03
* fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet2007-07-31
* deal with the case where one of pts,dts has wrapped but the other has notMichael Niedermayer2007-07-31
* kill antiwrapping code, i do not think this did anything goodMichael Niedermayer2007-07-30
* treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef...Baptiste Coudurier2007-07-30
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
* Merge get_str() and get_str8() functions.Ronald S. Bultje2007-07-28
* Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje2007-07-28
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* Add EBML ID for Segment UIDDavid Conrad2007-07-28
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
* try exact match before case insensitive match in codec_get_idMichael Niedermayer2007-07-27