aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Identify codec in GMCMidiaASX.mov correctly.Michael Niedermayer2008-04-151-0/+2
* Fix receiving from SDP with unicast destinationsLuca Abeni2008-04-151-1/+2
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-153-16/+33
* Maxis XA demuxer and decoder.Robert Marston2008-04-143-0/+118
* Remove useless code.Michael Niedermayer2008-04-141-6/+0
* Recommit r12809Michael Niedermayer2008-04-141-0/+4
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-141-12/+0
* revert r12809Michael Niedermayer2008-04-141-3/+0
* Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer2008-04-131-0/+1
* 10lMichael Niedermayer2008-04-131-0/+3
* BFI demuxerSisir Koppaka2008-04-133-0/+169
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-131-0/+1
* indentMichael Niedermayer2008-04-131-7/+7
* Restructure if/else a little.Michael Niedermayer2008-04-131-2/+3
* Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger2008-04-131-1/+1
* Fix seeking in rm.Michael Niedermayer2008-04-091-1/+1
* non-recursive makefilesMåns Rullgård2008-04-071-2/+2
* remove castBaptiste Coudurier2008-04-051-1/+1
* better error messageBaptiste Coudurier2008-04-051-4/+6
* special mpeg2 handling is no more neededBaptiste Coudurier2008-04-041-12/+1
* use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato2008-04-031-1/+1
* use common aac sample rate tablesAurelien Jacobs2008-04-022-12/+6
* Remove unused variable.Diego Biurrun2008-04-021-1/+1
* check return value of matroska_find_track_by_num (fix a segfault)Aurelien Jacobs2008-03-311-0/+1
* minor typo fixesDiego Biurrun2008-03-312-3/+3