summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* 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
* set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUEMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, ↵Baptiste Coudurier2007-08-04
| | | | | | fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov Originally committed as revision 9895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect MS wav codecsMichael Niedermayer2007-08-04
| | | | | | fixes detection of audio codec though not playback of surge-2-16-L-ms11.mov Originally committed as revision 9885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet2007-07-31
| | | | Originally committed as revision 9840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deal with the case where one of pts,dts has wrapped but the other has notMichael Niedermayer2007-07-31
| | | | Originally committed as revision 9839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill antiwrapping code, i do not think this did anything goodMichael Niedermayer2007-07-30
| | | | | | | fixes decoding of rete4.ps closes issue44 Originally committed as revision 9835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ↵Baptiste Coudurier2007-07-30
| | | | | | effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample Originally committed as revision 9832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
| | | | | | fixes audio decoding of T000A11C.AVI Originally committed as revision 9831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge get_str() and get_str8() functions.Ronald S. Bultje2007-07-28
| | | | | | patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 9818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje2007-07-28
| | | | | | | | fit all data from the container string, and allow NULL as a string also to simply skip the string altogether. patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 9817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
| | | | Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add EBML ID for Segment UIDDavid Conrad2007-07-28
| | | | Originally committed as revision 9814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
| | | | Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try exact match before case insensitive match in codec_get_idMichael Niedermayer2007-07-27
| | | | Originally committed as revision 9808 to svn://svn.ffmpeg.org/ffmpeg/trunk