summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* add support for old flac in oggMichael Niedermayer2007-08-12
| | | | | | | fixes samples.mplayerhq.hu/flac/Yesterday.ogg closes issue73 Originally committed as revision 10088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)Michael Niedermayer2007-08-12
| | | | Originally committed as revision 10085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure av_tree_insert() is defined before using it.Carl Eugen Hoyos2007-08-11
| | | | | | Patch by Carl Eugen Hoyos cehoyos _at_ ag.or.at Originally committed as revision 10083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set dts in tta demuxerDavid Conrad2007-08-11
| | | | Originally committed as revision 10077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cola for diegoMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number, NUT muxer was added.Diego Biurrun2007-08-11
| | | | Originally committed as revision 10072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not remove FLAG_CODEDMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless code, found by odedMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this is debug not infoMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100000l (forgotten return)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac probeMichael Niedermayer2007-08-10
| | | | | | closes issue83 Originally committed as revision 10059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that negative block_time are properly checkedAurelien Jacobs2007-08-10
| | | | | | (workaround unsigned comparison) Originally committed as revision 10058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that the aspect ratio is spec compliantMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the packetization mode parsingLuca Barbato2007-08-10
| | | | Originally committed as revision 10055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable TRACEMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxer should now be spec compliant (though it likely still contains bugs!)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header repetitionMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* info packetMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUXAurelien Jacobs2007-08-10
| | | | Originally committed as revision 10048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: removed pipe_close instead of pipe_readRamiro Polla2007-08-10
| | | | Originally committed as revision 10047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more FIXMEMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable nut muxerMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxer is not yet fully compliant so prevent people from mistakenly using itMichael Niedermayer2007-08-10
| | | | | | while believing it already is Originally committed as revision 10042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the pipe URLProtocol share read and write functions with the file ↵Ramiro Polla2007-08-09
| | | | | | URLProtocol Originally committed as revision 10041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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