5650 Commits (677dab59cb2bf6b2a3fa1eb941331ad3892ee7f4)

Author SHA1 Message Date
Ben Littler 4bf2b9e8f3 add netspeak gsm and truespeech wav format tags to riff.c 15 years ago
Måns Rullgård f2a4f12cb6 Do not call lseek() with invalid whence value 15 years ago
Michael Niedermayer ab5a0175f5 Add flag so muxers not needing width/height can signal this. 15 years ago
Peter Ross cbd3441eec Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). 15 years ago
Michael Niedermayer 86d58bcfd9 Add GEOV fourcc (issue971). 15 years ago
Michael Niedermayer f2d56513d7 Fix timestamps. 15 years ago
Daniel Verkamp f45a27dc52 Reindent 15 years ago
Daniel Verkamp b7e0f88f2b Fix demuxing of wav files with broken data header 15 years ago
Reimar Döffinger f0cb55af88 Use av_compare_ts from libavutil instead of the locale compare_ts, the 15 years ago
Timo Teräs 4e8052ddad Fix syncronisation for streams with a high encoding delay. 15 years ago
Ronald S. Bultje 7515ed0c1d Reindent after r21741. 15 years ago
Ronald S. Bultje 170870b77c Don't forget to set known audio parameters (samplerate, etc.) if the codec is 15 years ago
Ronald S. Bultje 556aa7a102 RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. 15 years ago
Michael Niedermayer 0332324a48 Dont give up after 100kb of zero bytes but returnd EAGAIN 15 years ago
Andreas Öman 80242f9bdb mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. 15 years ago
Stefano Sabatini fe4fbb583d Doxument url_fopen(). 15 years ago
Reimar Döffinger be4a113264 Make sure the header value used to avoid repeating headers on seeking to the 15 years ago
Ronald S. Bultje 04a2b04b98 Implement gai_strerror() for systems lacking such functionality. Patch 15 years ago
David Conrad ecc0027bc6 Fix playback with invalid files that don't set the continuation flag for 15 years ago
Michael Niedermayer e6406939a8 Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the 15 years ago
Michael Niedermayer e5026c36d4 Use av_compare_ts() for interleaving per dts. 15 years ago
Michele Orrù 084eb95fd5 Implement a physical concatenation protocol. 15 years ago
Anton Khirnov 04d2540c4b Add AVI metadata conversion table. 15 years ago
Stefano Sabatini 4e38c09433 Doxument url_fdopen(). 15 years ago
Michael Niedermayer ffdf0d48fc strn muxing in avi support. 15 years ago
Michael Niedermayer 7a9af8ec19 Support strn tag in avidec. 15 years ago
Michael Niedermayer 1ac0893799 Correcting wrong looking stream_id validity check in avidec. 15 years ago
Michael Niedermayer 8c3b161e9e Dont try generic seek if seek request before first index entry and backward. 15 years ago
Michael Niedermayer 43e4d57f66 Try to open decoders in av_find_stream_info() even if no packets for the 15 years ago
Peter Ross 451b353d87 Indentation cleanup 15 years ago
Peter Ross 02c4f626a8 Extend IFF demuxer to parse PBM/ILBM bitmap chunks 15 years ago
Michael Niedermayer 3c8d75e65b Only set duration for streams where it is likely correct. 15 years ago
Michael Niedermayer bce8840a4e Set nb_frames. 15 years ago
Justin Johnson c5e1e9827d Guess the duration before converting video and write guessed duration 15 years ago
Michael Niedermayer c45ebd5461 Set AVPacket.pos in MPEG-PS demuxer. 15 years ago
Måns Rullgård 0694a009b6 Fix build 15 years ago
Alexis Ballier 9125806e34 Fix warnings about implicit function declaration when compiling rtpdec.c 15 years ago
Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 15 years ago
Michael Niedermayer 411ff3225f Increase search range if no end timestamp could be found for the duration 15 years ago
Kostya Shishkov 971c55f186 Bink video codec id is there, demuxer can use it 15 years ago
Peter Ross 40da0b3691 Latent libavformat version bump for Bink demuxer (r21569) 15 years ago
Peter Ross 2e375df5b2 Bink demuxer 15 years ago
Michael Niedermayer c55806e3a2 Flag to ignore dts on frames that contain pts. 15 years ago
Reimar Döffinger 029ddf333c Store strings directly in mov_mdhd_language_map instead of using pointers, 15 years ago
Reimar Döffinger 1c90d2985d Always consider the mov language code as 4 bytes fixed size and change the 15 years ago
Reimar Döffinger 832ec42858 Simplify conversion to 5-bit ASCII. 15 years ago
Stefano Sabatini 8757dc5e40 Remove duplicated empty line. 15 years ago
Daniel Verkamp 2a33c673b1 Set duration in Smacker demuxer 15 years ago
Daniel Verkamp 895ab7489b Demux Bink audio in Smacker files 15 years ago
Kostya Shishkov adb5496146 another 10l: forgot to change parent condition as well 15 years ago