5479 Commits (702d0a9e85912961d66c62bc2e019ba3290ce78d)

Author SHA1 Message Date
Stefano Sabatini 702d0a9e85 Remove residual use of the doxygen markup which is deprecated, 15 years ago
Stefano Sabatini f48b0fa29e Document guess_format(). 15 years ago
Stefano Sabatini 1642ee4337 Deprecate and mark for deletion the function guess_stream_format(), 15 years ago
Luca Abeni 759dc2b6cc Remove outdated comments. 15 years ago
Luca Barbato d7250724ef Rename internal function 15 years ago
Luca Abeni d3d1eae659 Remove a useless local variable. 15 years ago
Luca Abeni cd7bfe4079 Remove outdated comment 15 years ago
Luca Abeni b3fbe02c86 Remove an unneeded local variable. 15 years ago
Luca Abeni 6399c17d54 Use different dynamic payload types for audio and video. 15 years ago
Kostya Shishkov 8badb23e22 Recognize 16-bit Interplay Video variant 15 years ago
Luca Abeni f877954fd3 Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96. 15 years ago
Diego Biurrun 251822897f Remove some unused variables, fixes the warnings: 15 years ago
Luca Abeni 76faff6ef2 Add support for mp3 over RTP in rtpdec.c 15 years ago
Michael Niedermayer 2c2a167ca7 It appears that waveformatextensible is mandatory for more cases than 15 years ago
Reimar Döffinger 4aaab0a328 Add decoder for R210 (uncompressed 10-bit RGB) codec. 15 years ago
Michael Tison a3d995c1eb CD+G demuxer and decoder 15 years ago
Jai Menon 8993535cbb 10l : make sure probe buffer is large enough. 15 years ago
Michael Niedermayer 134271c232 Only add 1 index entry per keyframe. 15 years ago
Jai Menon 22ff336145 Parse ID3v[12] metadata from TTA files. 15 years ago
Martin Storsjö 4aaebf78f5 Reply to RTMP ping with the same value as received by client. 15 years ago
Diego Biurrun 18a49f118c Remove unused variable, fixes the warning: 15 years ago
Benjamin Larsson 8c0c11229e Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes 15 years ago
Michael Niedermayer cc38e063be Revert flvdec.c part of r20836 15 years ago
Daniel Verkamp 8e9efe4392 FLV 8-bit PCM is unsigned, not signed 15 years ago
Michael Niedermayer 02483df478 Make sure the Metadata: header is not printed if the only metadata will not 15 years ago
Michael Niedermayer b298daea1a Move dump_metadata() to where it is in ffmbc, looks better. 15 years ago
Michael Niedermayer 229303d16c indent 15 years ago
Michael Niedermayer 4d9b678448 Skip dumping language twice. 15 years ago
Michael Niedermayer 2e720e11bc dump metadata for AVStreams & AVPrograms too. 15 years ago
Michael Niedermayer 8b5e5ec5d7 Factorize dump_metadata() out. 15 years ago
Michael Niedermayer cc20679a41 Try to simplify av_estimate_timings_from_pts() like in ffmbc. 15 years ago
Alexander Strange 35164ffe50 Correct truncated ID3v1 genre name. 15 years ago
Michael Niedermayer 0e500e0db2 Debug av_log() about stream probing from ffmbc. 15 years ago
Michael Niedermayer 0cd55b0c18 Add CODEC_ID_DNXHD into the 25 fps case. 15 years ago
Michael Niedermayer da457e7086 Simplify code by using av_metadata_set2(). 15 years ago
Michael Niedermayer dfe9ee6b95 More entries for ff_id3v2_metadata_conv from ffmbc. 15 years ago
Michael Niedermayer 8a98be1a08 s/author/artist/ for ID3 15 years ago
Michael Niedermayer 57f36fda56 More ID3v1 genres from ffmbc. 15 years ago
Michael Niedermayer 12ad66712a Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped 15 years ago
Michael Niedermayer a181981eb4 Add flags to prevent strdup() on arguments to av_metadata_set2(). 15 years ago
Michael Niedermayer 17986563eb Get rid of useless casts. 15 years ago
Michael Niedermayer 005d9b57ad Print extradata in case of failure. I had this in my local tree and it 15 years ago
Michael Niedermayer c3d1532944 APIChanges & minor bump due to avg_frame_rate addition. 15 years ago
Michael Niedermayer 02b398ef49 Add avg_frame_rate. 15 years ago
Carl Eugen Hoyos a76cf4e197 Use constant CODEC_ID_NONE instead of 0 where appropriate. 15 years ago
Michael Niedermayer 51ce8c2f87 Remove commented out code. 15 years ago
Kostya Shishkov 0dae3e13e3 Factor out extradata reading code. 15 years ago
Kostya Shishkov 119c61a30f RM audio stream version should be 16-bit followed by header size or reserved 15 years ago
Kostya Shishkov 461ef74116 Make RM demuxer look more like proper demuxer by introducing codec tags 15 years ago
Kostya Shishkov 851ef8755b Factor out variable declaration 15 years ago