aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* dts probeBenjamin Larsson2008-05-031-1/+35
* Nellymoser handling in FLVBartlomiej Wolowiec2008-05-021-0/+4
* Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,Luca Barbato2008-05-022-0/+37
* fix encoding of flac private dataJustin Ruggles2008-05-011-3/+6
* Support invalid mpeg created by vdrMichael Niedermayer2008-04-291-3/+4
* raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer2008-04-282-0/+14
* set demuxers .value and use common audio_read_header functionBaptiste Coudurier2008-04-281-78/+14
* set pkt duration, only when dts == pts though,Henrik Gulbrandsen2008-04-261-0/+4
* Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov2008-04-261-1/+0
* yes it is true for mp4Baptiste Coudurier2008-04-251-1/+1
* remove unneeded variableBaptiste Coudurier2008-04-251-4/+1
* move vars decls where vars are usedBaptiste Coudurier2008-04-251-7/+7
* set channels and sample rate from mpeg4audio configBaptiste Coudurier2008-04-251-4/+12
* parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ...Baptiste Coudurier2008-04-251-3/+16
* update docBaptiste Coudurier2008-04-251-1/+0
* error is -1Baptiste Coudurier2008-04-251-1/+1
* cosmeticsBaptiste Coudurier2008-04-251-1/+1
* move vars decls where vars are usedBaptiste Coudurier2008-04-251-9/+6
* parser should not be needed anymore, merge cases and set frame size for amr tooBaptiste Coudurier2008-04-251-2/+1
* lower frame size to split amr/qcelp/gsm framesBaptiste Coudurier2008-04-251-1/+1
* align and remove useless bracesBaptiste Coudurier2008-04-251-8/+6
* cosmetics, remove whitespaces in tagsBaptiste Coudurier2008-04-251-69/+69
* set gsm default frame size and bytes per frame, needed by old qt format, fix ...Baptiste Coudurier2008-04-251-0/+4
* pts are unsigned according to specs, fix negative pts when 32bit pts are usedBaptiste Coudurier2008-04-251-1/+2
* set wrap bits to 32bit to actually use itBaptiste Coudurier2008-04-251-1/+1
* Avoid using reserved __names.Michael Niedermayer2008-04-242-4/+4
* minor memleakMichael Niedermayer2008-04-241-0/+1
* Fixing memleaks.Michael Niedermayer2008-04-241-0/+5
* cosmetics: remove useless whitespaces and put braces correctlyBaptiste Coudurier2008-04-241-13/+11
* demux qcelp, so this can work with soc decoder and stream copyBaptiste Coudurier2008-04-241-1/+5
* qcelp fourccBaptiste Coudurier2008-04-241-0/+4
* support for alac in .movBaptiste Coudurier2008-04-241-1/+14
* set alac frame size from extradataBaptiste Coudurier2008-04-241-0/+4
* Ensure that the timestamp reading code used for seeking chooses a positionMichael Niedermayer2008-04-231-1/+6
* Read asf file header fields in the right orderRafaël Carré2008-04-221-1/+1
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-221-1/+4
* Compute AC3 frame CRC for stronger raw AC3 format probing.Andreas Öman2008-04-211-0/+4
* Correct ASF duration.Henrik Gulbrandsen2008-04-211-2/+1
* Raw dts muxerBenjamin Larsson2008-04-202-1/+15
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-2/+2
* Decrease returning probe score for WAV demuxer to avoidVladimir Voroshilov2008-04-191-1/+6
* Tighten up the Westwood AUD detection. Probability of random detectionsMike Melanson2008-04-181-5/+14
* doxy header for udp protocolLuca Barbato2008-04-161-0/+6
* Print duration with higher precision.Diego Biurrun2008-04-161-2/+2
* Cleanup comments and make them doxygen parsable.Luca Barbato2008-04-151-5/+18
* Expose max_packet_size from the rtp protocolLuca Barbato2008-04-151-4/+13
* Do not detect a format if another has the same score.Michael Niedermayer2008-04-151-1/+2
* Using the same probe function in 2 formats is not a good idea.Michael Niedermayer2008-04-151-1/+1
* Reduce probe score as it misdetects our flv file from the regression test.Michael Niedermayer2008-04-151-1/+1
* Fix probe for mov00003.mqv.Michael Niedermayer2008-04-151-0/+1