summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* disable TRACEMichael Niedermayer2007-08-10
* muxer should now be spec compliant (though it likely still contains bugs!)Michael Niedermayer2007-08-10
* header repetitionMichael Niedermayer2007-08-10
* info packetMichael Niedermayer2007-08-10
* merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUXAurelien Jacobs2007-08-10
* 10l: removed pipe_close instead of pipe_readRamiro Polla2007-08-10
* more FIXMEMichael Niedermayer2007-08-10
* enable nut muxerMichael Niedermayer2007-08-10
* muxer is not yet fully compliant so prevent people from mistakenly using itMichael Niedermayer2007-08-10
* Make the pipe URLProtocol share read and write functions with the file URLPro...Ramiro Polla2007-08-09
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-09
* set back ptr properlyMichael Niedermayer2007-08-09
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
* fix forw_ptr crc checkMichael Niedermayer2007-08-09
* fix header_checksumMichael Niedermayer2007-08-09
* store headers twice (getting closer to spec compliance ...)Michael Niedermayer2007-08-09
* move header writing into its own functionMichael Niedermayer2007-08-09
* get rid of printfMichael Niedermayer2007-08-09
* write frames and syncpointsMichael Niedermayer2007-08-09
* put_t()Michael Niedermayer2007-08-09
* 100lMichael Niedermayer2007-08-09
* 2 FIXME commentsMichael Niedermayer2007-08-09
* add a universal fallback frame code for the case that no other appliesMichael Niedermayer2007-08-09
* move lsb2full to common fileMichael Niedermayer2007-08-09
* take care to use video track field number as durationBaptiste Coudurier2007-08-09
* move crc wrapper to slightly better spotMichael Niedermayer2007-08-09
* 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