summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* typoMichael Niedermayer2007-11-03
* fix misdetection of mp3could_not_find_codec_parameters.mp3Michael Niedermayer2007-11-03
* Seek regression for RM demuxer fixKostya Shishkov2007-11-03
* revert part of r10899 which was not intendedAurelien Jacobs2007-11-01
* remove useless initialization to 0 of adx contextAurelien Jacobs2007-11-01
* Revert get_num() to old behaviour in order to handleKostya Shishkov2007-11-01
* support flv with invalid headerMichael Niedermayer2007-10-31
* factorize stream creationMichael Niedermayer2007-10-31
* Remove unused variables, fixes the following warnings:Diego Biurrun2007-10-31
* Take the target address family in account when determining the family ofRonald S. Bultje2007-10-31
* Reindent after last commitLuca Abeni2007-10-31
* Resolve hosts and bind sockets even when the local_port is not set (0)Nicolas George2007-10-31
* EA IMA EACS decoderPeter Ross2007-10-30
* EA IMA SEAD decoderPeter Ross2007-10-30
* If local port n is not available, try n + 2 instead of continuing to bindLuca Abeni2007-10-30
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* Remove redundant prototypeLuca Abeni2007-10-29
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
* rename crc.c to crcenc.cAurelien Jacobs2007-10-28
* move framecrc muxer in its own fileAurelien Jacobs2007-10-28
* print newline after program id even when the name is missingNico Sabbi2007-10-26
* Explicitly include rtp.h (needed for rtp_get_payload_type())Luca Abeni2007-10-26
* Remove prototype for non-existent functionLuca Abeni2007-10-26
* probe files starting with the 1SNh tagAurelien Jacobs2007-10-25
* don't use #define with names starting with _Aurelien Jacobs2007-10-25
* add parsing of 1SNh header in the EA demuxerAurelien Jacobs2007-10-25
* Remove unused variable, fixes warning:Diego Biurrun2007-10-25
* avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs2007-10-24
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-24
* Cosmetics: indentation.Benoit Fouet2007-10-24
* Prevent mov muxer from writing empty udta atoms.Benoit Fouet2007-10-24
* add support for reading duration from VBRI-tag in mp3 filesAndreas Öman2007-10-24
* Move setting of key frame flag for intra-only codecs, ignoring key frameJeff Downs2007-10-24
* use FFMINBaptiste Coudurier2007-10-23
* fix indentAndreas Öman2007-10-23
* cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag supportAndreas Öman2007-10-23
* add support for reading duration from Xing-tag in mp3 filesAndreas Öman2007-10-23
* convert a if() into a switch() to ease addition of new tags to probeAurelien Jacobs2007-10-22
* fix issue 225, instead of stoping when wrong atom size is found,Baptiste Coudurier2007-10-22
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-22
* 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 be...Baptiste Coudurier2007-10-21
* cosmetics: reindentAurelien Jacobs2007-10-21
* cosmetics: Add #endif comment.Aurelien Jacobs2007-10-21
* New RM format deserves small version bumpKostya Shishkov2007-10-21
* Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2007-10-21
* Demux full frames instead of sliced for RealVideo.Kostya Shishkov2007-10-21
* Add support for decrypting asf filesReimar Döffinger2007-10-20
* associate to each AVProgram the indexes of the AVStreams contained in itNico Sabbi2007-10-20
* API extension: AVProgram now has an array (stream_index) containing the index...Nico Sabbi2007-10-20
* cosmetics: moved to a separate function the code to print the characteristics...Nico Sabbi2007-10-20