aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2007-08-09make StreamContext.time_base a pointerMichael Niedermayer
2007-08-09variables needed for muxerMichael Niedermayer
2007-08-09write stream headersMichael Niedermayer
2007-08-09trying to finally get the nut muxer back uptodateMichael Niedermayer
2007-08-08use proper closesocket definesAlex Beregszaszi
2007-08-08Check for winsock2.h instead of __MINGW32__Ramiro Polla
2007-08-08MinGW returns EAGAIN instead of EINPROGRESSRamiro Polla
2007-08-06ensure that the codec_id detection in av_find_stream_info() does notMichael Niedermayer
2007-08-06more verbose errorMichael Niedermayer
2007-08-06ignore preroll, it is generally not what AVStream.start_time should containMichael Niedermayer
2007-08-05Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni
2007-08-05Fix linking when RTP is disabled and libraries are dynamicLuca Abeni
2007-08-05Hack to support XSUB subtitles in AVIReimar Döffinger
2007-08-05Add the handling of the INT32INFO block to the WavPack decoder.David Bryant
2007-08-0510l to me. Revert recent changes to ac3_probe() which made misdetection as AC...Justin Ruggles
2007-08-05fix misdetection of out.ac3Michael Niedermayer
2007-08-05//more debug infoMichael Niedermayer
2007-08-05remove now useless varsBaptiste Coudurier
2007-08-05cosmetics, braces/parenthesis styleBaptiste Coudurier
2007-08-05cosmetics, indentationBaptiste Coudurier
2007-08-05add streams on the fly, swf is a streaming format and has no real header, cor...Baptiste Coudurier
2007-08-05do not write id3v2 header when writing .mp2 filesBaptiste Coudurier
2007-08-05remove useless raw_write_headerBaptiste Coudurier
2007-08-05additional tweaks to AC3 probe function. give a higher score to a single frameJustin Ruggles
2007-08-04increase the maximum AC3 probe buffer size and reduce the threshold for 50% r...Justin Ruggles
2007-08-04set the previous tag size correctly in flv filesMichael Niedermayer
2007-08-04set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUEMichael Niedermayer
2007-08-04correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer
2007-08-04set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fi...Baptiste Coudurier
2007-08-04detect MS wav codecsMichael Niedermayer
2007-08-03move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer
2007-07-31fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet
2007-07-31deal with the case where one of pts,dts has wrapped but the other has notMichael Niedermayer
2007-07-30kill antiwrapping code, i do not think this did anything goodMichael Niedermayer
2007-07-30treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef...Baptiste Coudurier
2007-07-30support silly PCM variant used by zork nemesisMichael Niedermayer
2007-07-28Merge get_str() and get_str8() functions.Ronald S. Bultje
2007-07-28Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-28Add EBML ID for Segment UIDDavid Conrad
2007-07-27detect voxware (closes issue39)Michael Niedermayer
2007-07-27try exact match before case insensitive match in codec_get_idMichael Niedermayer
2007-07-27ignore invalid packet_obj_sizeMichael Niedermayer
2007-07-26Introduce an SDP generatorLuca Abeni
2007-07-26cosmetics: alignmentAurelien Jacobs
2007-07-26replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs
2007-07-25Avoid misdetecting acelp in ASF as MP3.Michael Niedermayer
2007-07-25add proper support for subtitles muxing/stream copyingAurelien Jacobs
2007-07-25use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs
2007-07-25reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs