aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* fix issue 225, instead of stoping when wrong atom size is found,Baptiste Coudurier2007-10-221-1/+3
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-224-2/+242
* 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 be...Baptiste Coudurier2007-10-211-4/+4
* cosmetics: reindentAurelien Jacobs2007-10-211-62/+62
* cosmetics: Add #endif comment.Aurelien Jacobs2007-10-211-1/+1
* New RM format deserves small version bumpKostya Shishkov2007-10-211-2/+2
* Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2007-10-212-30/+4
* Demux full frames instead of sliced for RealVideo.Kostya Shishkov2007-10-212-25/+93
* Add support for decrypting asf filesReimar Döffinger2007-10-204-1/+204
* associate to each AVProgram the indexes of the AVStreams contained in itNico Sabbi2007-10-201-0/+3
* API extension: AVProgram now has an array (stream_index) containing the index...Nico Sabbi2007-10-202-2/+38
* cosmetics: moved to a separate function the code to print the characteristics...Nico Sabbi2007-10-201-29/+27
* ensure all compiled in codec/muxer are registeredAurelien Jacobs2007-10-181-2/+1
* better check for video track detectionAurelien Jacobs2007-10-181-1/+1
* skip unsupported audio track dataAurelien Jacobs2007-10-181-0/+4
* cosmetics: indentationAurelien Jacobs2007-10-181-17/+16
* check if we found an audio track before initializing the audio streamAurelien Jacobs2007-10-181-0/+2
* compute pts according to the audio codecAurelien Jacobs2007-10-181-0/+7
* set bytes per sample in the contextAurelien Jacobs2007-10-181-3/+3
* fix big endian files supportAurelien Jacobs2007-10-181-1/+1
* simplifyAurelien Jacobs2007-10-181-7/+2
* parse sample rate instead of setting a default oneAurelien Jacobs2007-10-181-5/+17
* add support for PCM codecAurelien Jacobs2007-10-181-0/+1
* check compression_type to assign audio codecAurelien Jacobs2007-10-181-2/+7
* make compression_type a function local var instead of a context varAurelien Jacobs2007-10-181-3/+3
* add support for big_endian encoded headersAurelien Jacobs2007-10-181-0/+6
* add some error processingAurelien Jacobs2007-10-181-2/+8
* cosmetics: indentationAurelien Jacobs2007-10-181-10/+9
* parse header chunk in a loop (don't depend on a fixed chunk ordering)Aurelien Jacobs2007-10-181-10/+17
* add audio and video codec context varsAurelien Jacobs2007-10-181-2/+7
* better log messageAurelien Jacobs2007-10-181-1/+1
* move vp6 header parsing into its own functionAurelien Jacobs2007-10-181-3/+13
* remove 2 temporary variablesAurelien Jacobs2007-10-181-4/+2
* set a default value for num_channelsAurelien Jacobs2007-10-181-0/+2
* move audio header parsing in its own functionAurelien Jacobs2007-10-181-26/+40
* add a log messageAurelien Jacobs2007-10-181-0/+1
* fix commentAurelien Jacobs2007-10-181-2/+2
* small simplificationAurelien Jacobs2007-10-181-2/+2
* set start_time to 0 to enable seeking in mp3-filesThorsten Jordan2007-10-181-0/+1
* Make url_split() strip url options (?opt=var) from the returned hostname orRonald S. Bultje2007-10-181-4/+7
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-1726-80/+79
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-171-3/+3
* Re-enable DEBUG_SEEK flag.Benoit Fouet2007-10-161-1/+1
* dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it...Baptiste Coudurier2007-10-161-1/+1
* indentationBaptiste Coudurier2007-10-161-18/+18
* Fix streaming to XBox360.Patric Stout2007-10-151-1/+4
* cosmetics: reindentAurelien Jacobs2007-10-151-9/+9
* add support for VP6 in electronicarts demuxerAurelien Jacobs2007-10-151-16/+51
* remove useless &0xFFAurelien Jacobs2007-10-151-2/+2
* merge declaration and initializationAurelien Jacobs2007-10-151-2/+1