summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
| | | | Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check url_seek() in url_open().Michael Niedermayer2008-05-05
| | | | Originally committed as revision 13061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct length modifier for pointer diff argument in av_log() call.Diego Biurrun2008-05-04
| | | | Originally committed as revision 13057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 'comparison always false' warning.Diego Pettenò2008-05-04
| | | | | | patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com Originally committed as revision 13056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dts probeBenjamin Larsson2008-05-03
| | | | Originally committed as revision 13040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Nellymoser handling in FLVBartlomiej Wolowiec2008-05-02
| | | | Originally committed as revision 13032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-02
| | | | | | patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk. Originally committed as revision 13031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix encoding of flac private dataJustin Ruggles2008-05-01
| | | | Originally committed as revision 13030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support invalid mpeg created by vdrMichael Niedermayer2008-04-29
| | | | | | | (http://www.lucke.in-berlin.de/test_streams/last_played_fine_with_r7852_001.vdr). fixes issue434 Originally committed as revision 13014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer2008-04-28
| | | | Originally committed as revision 13013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set demuxers .value and use common audio_read_header functionBaptiste Coudurier2008-04-28
| | | | Originally committed as revision 13012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt duration, only when dts == pts though,Henrik Gulbrandsen2008-04-26
| | | | | | patch by Henrik Gulbrandsen henrik at gulbra dot net Originally committed as revision 13003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov2008-04-26
| | | | | | Resolves issue 437 Originally committed as revision 12977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yes it is true for mp4Baptiste Coudurier2008-04-25
| | | | Originally committed as revision 12972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variableBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move vars decls where vars are usedBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set channels and sample rate from mpeg4audio configBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ↵Baptiste Coudurier2008-04-25
| | | | | | files Originally committed as revision 12961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update docBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error is -1Baptiste Coudurier2008-04-25
| | | | Originally committed as revision 12959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move vars decls where vars are usedBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parser should not be needed anymore, merge cases and set frame size for amr tooBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lower frame size to split amr/qcelp/gsm framesBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align and remove useless bracesBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove whitespaces in tagsBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set gsm default frame size and bytes per frame, needed by old qt format, fix ↵Baptiste Coudurier2008-04-25
| | | | | | sample-gsm-8000.mov Originally committed as revision 12950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pts are unsigned according to specs, fix negative pts when 32bit pts are usedBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set wrap bits to 32bit to actually use itBaptiste Coudurier2008-04-25
| | | | Originally committed as revision 12948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using reserved __names.Michael Niedermayer2008-04-24
| | | | Originally committed as revision 12946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor memleakMichael Niedermayer2008-04-24
| | | | Originally committed as revision 12945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixing memleaks.Michael Niedermayer2008-04-24
| | | | Originally committed as revision 12943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove useless whitespaces and put braces correctlyBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux qcelp, so this can work with soc decoder and stream copyBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qcelp fourccBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for alac in .movBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set alac frame size from extradataBaptiste Coudurier2008-04-24
| | | | Originally committed as revision 12937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer2008-04-23
| | | | | | | | which is a multiple of the packet size from the last packet start instead of the file start. This fixes some seek issues with randomly cut ts files and the mysterious "4 byte PCR somehing MTS something bug". Originally committed as revision 12932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read asf file header fields in the right orderRafaël Carré2008-04-22
| | | | | | Patch by Rafaël Carré ( funman videolan org ) Originally committed as revision 12926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-22
| | | | Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman2008-04-21
| | | | | | Closes issue64. Originally committed as revision 12920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct ASF duration.Henrik Gulbrandsen2008-04-21
| | | | | | Patch by Henrik Gulbrandsen: henrik gulbra net Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw dts muxerBenjamin Larsson2008-04-20
| | | | Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
| | | | Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decrease returning probe score for WAV demuxer to avoidVladimir Voroshilov2008-04-19
| | | | | | | | probe conflict between WAV and future ACT demuxer. This is necessary because ACT has standard WAV header at top of it's own. Originally committed as revision 12909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tighten up the Westwood AUD detection. Probability of random detectionsMike Melanson2008-04-18
| | | | | | used to be on the order of 2^8. It is now on the order of 2^45. Originally committed as revision 12892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy header for udp protocolLuca Barbato2008-04-16
| | | | Originally committed as revision 12861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print duration with higher precision.Diego Biurrun2008-04-16
| | | | | | patch from Hervé Flores, herve.flores free fr Originally committed as revision 12847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup comments and make them doxygen parsable.Luca Barbato2008-04-15
| | | | Originally committed as revision 12841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Expose max_packet_size from the rtp protocolLuca Barbato2008-04-15
| | | | Originally committed as revision 12839 to svn://svn.ffmpeg.org/ffmpeg/trunk