summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-09
| | | | Originally committed as revision 10040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set back ptr properlyMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix forw_ptr crc checkMichael Niedermayer2007-08-09
| | | | | | | not really beautiful but i did not find a nice solution note, untested Originally committed as revision 10037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix header_checksumMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store headers twice (getting closer to spec compliance ...)Michael Niedermayer2007-08-09
| | | | Originally committed as revision 10035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move header writing into its own functionMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of printfMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write frames and syncpointsMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_t()Michael Niedermayer2007-08-09
| | | | Originally committed as revision 10031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 FIXME commentsMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a universal fallback frame code for the case that no other appliesMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move lsb2full to common fileMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* take care to use video track field number as durationBaptiste Coudurier2007-08-09
| | | | Originally committed as revision 10024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move crc wrapper to slightly better spotMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove old unused nut (de)muxerMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check forw_ptr CRCMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forw_ptr CRCMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2007-08-09
| | | | | | | this makes the code work with big packets, it is also simpler and saves a byte or 2 Originally committed as revision 10015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move stream header writing into its own functionMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move main header writing into its own functionMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write correct time_baseMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variables needed for muxerMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write stream headersMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to finally get the nut muxer back uptodateMichael Niedermayer2007-08-09
| | | | | | | this one only writes the framecode table and mainheader though they should be compliant to the current spec Originally committed as revision 10006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use proper closesocket definesAlex Beregszaszi2007-08-08
| | | | Originally committed as revision 9992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for winsock2.h instead of __MINGW32__Ramiro Polla2007-08-08
| | | | Originally committed as revision 9988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW returns EAGAIN instead of EINPROGRESSRamiro Polla2007-08-08
| | | | Originally committed as revision 9982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that the codec_id detection in av_find_stream_info() does notMichael Niedermayer2007-08-06
| | | | | | destroy the first dts values Originally committed as revision 9965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more verbose errorMichael Niedermayer2007-08-06
| | | | Originally committed as revision 9964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore preroll, it is generally not what AVStream.start_time should containMichael Niedermayer2007-08-06
| | | | Originally committed as revision 9963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
| | | | | | | return an integer (0 if the SDP has been succesfully created, < 0 in case of error) Originally committed as revision 9947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix linking when RTP is disabled and libraries are dynamicLuca Abeni2007-08-05
| | | | Originally committed as revision 9945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hack to support XSUB subtitles in AVIReimar Döffinger2007-08-05
| | | | Originally committed as revision 9936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the handling of the INT32INFO block to the WavPack decoder.David Bryant2007-08-05
| | | | | | | Patch by David Bryant david at $codecname dot com Thread: [FFmpeg-devel] [PATCH] handle INT32INFO in WavPack decoder Originally committed as revision 9932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to me. Revert recent changes to ac3_probe() which made misdetection as ↵Justin Ruggles2007-08-05
| | | | | | AC3 too probable. Originally committed as revision 9931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix misdetection of out.ac3Michael Niedermayer2007-08-05
| | | | Originally committed as revision 9930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* //more debug infoMichael Niedermayer2007-08-05
| | | | Originally committed as revision 9929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless varsBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, braces/parenthesis styleBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, indentationBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add streams on the fly, swf is a streaming format and has no real header, ↵Baptiste Coudurier2007-08-05
| | | | | | correctly detect audio in RamboMJPEGAVP6_112K.swf now Originally committed as revision 9925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write id3v2 header when writing .mp2 filesBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless raw_write_headerBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* additional tweaks to AC3 probe function. give a higher score to a single frameJustin Ruggles2007-08-05
| | | | | | at the start of the stream. also read all available data in the probe buffer. Originally committed as revision 9922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase the maximum AC3 probe buffer size and reduce the threshold for 50% ↵Justin Ruggles2007-08-04
| | | | | | reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. Originally committed as revision 9920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set the previous tag size correctly in flv filesMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9919 to svn://svn.ffmpeg.org/ffmpeg/trunk