3262 Commits (eb034aca18f00e6bf82ee37c470177b57b697bf1)

Author SHA1 Message Date
Baptiste Coudurier 28cf721574 extract correct d10 aes3 audio channels number 18 years ago
Aurelien Jacobs dee15eceae allcodecs.h and allformats.h are not used anymore 18 years ago
Aurelien Jacobs d999cff5a3 remove last dependencies on allformats.h and allcodecs.h 18 years ago
Diego Biurrun a889bf135e cosmetics: typo 18 years ago
Stefano Sabatini f94361612a Make parse_date return INT64_MIN in case of unparsable input. 18 years ago
Aurelien Jacobs f84c357325 Add support for VP6A in flv. 18 years ago
Stefano Sabatini a8f70d72c3 Add explanatory comments to the parse_date function. 18 years ago
Aurelien Jacobs 7f559eb1cd disable loads of debug messages to reduce object size 18 years ago
Aurelien Jacobs 6369638bf0 loosen dependencies over allformats.h 18 years ago
Benjamin Zores 781ad2f50a monkey audio demuxer now can parse ape tags 18 years ago
Diego Biurrun 0ab1ebea31 warning fix: 18 years ago
Reimar Döffinger efd7428666 Set codec_id correctly for RJPG codec_tag 18 years ago
Luca Abeni 1a3a0a79b6 Support fragmentation for AAC frames 18 years ago
Luca Abeni 171dce486c Support for AAC streaming over RTP. Fragmentation is not implemented yet 18 years ago
Benoit Fouet 411f5c6abd Forward error code when reading a v4l2 frame 18 years ago
Kostya Shishkov bf4a1f17ee Monkey Audio decoder 18 years ago
Baptiste Coudurier aaac6c29d2 stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV 18 years ago
Ramiro Polla 89938d29b5 Typo 18 years ago
Aurelien Jacobs 7241a6bb50 move unrelated functions declarations out of allformats.h 18 years ago
Aurelien Jacobs b156b88c13 rtp and rtsp demuxer declarations are not part of public API 18 years ago
Ramiro Polla ac6577cd71 Bump micro version number for r10429 18 years ago
Aurelien Jacobs dde1f9285a *_protocol are not part of public API 18 years ago
Luca Abeni 21b3748029 Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if 18 years ago
Luca Abeni af74c95a08 Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) 18 years ago
Luca Abeni 1b31b02ed1 Properly set RTP and NTP timestamps in RTCP SR packets 18 years ago
Patrice Bensoussan 6ec14b333d Improve track number decoding for some WMA files 18 years ago
Reimar Döffinger 7a562a31a3 Do not set codec_tag when the container does not specify it. 18 years ago
Reimar Döffinger dd6ca72186 Copy nuv header only when the video codec is nuv 18 years ago
Ramiro Polla 1156c6b05f Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. 18 years ago
Ramiro Polla 50383e8822 Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer 18 years ago
David Conrad c3ce416105 Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv 18 years ago
Kostya Shishkov 1ddcd07fda Set correct length for last slice in frame subpacket 18 years ago
Diego Biurrun e648863560 cosmetics: Add some whitespace for better readability. 18 years ago
Diego Biurrun bf898960a7 spelling/wording nits in some Doxygen comments 18 years ago
Ramiro Polla 4df7c7d8d6 Rename dc1394.c to libdc1394.c 18 years ago
Ramiro Polla 5fdb9cc50a Prefix library format names with 'lib' in libavformat 18 years ago
Ramiro Polla 7b1b62b23d Give better filenames to bktr and v4l grabbers 18 years ago
Ramiro Polla fd484da77a Remove video_grab_ prefix from video_grab_{bktr,v4l} 18 years ago
Michael Niedermayer 6a058d90b5 revert 10409 18 years ago
Michael Niedermayer 8baaee65ba export put_timestamp() 18 years ago
Neil Brown c1e8b67869 Make sure that if a stream has a duration but the container doesn't 18 years ago
Wolfram Gloger cc5297e871 Correct initial timestamp 18 years ago
Luca Abeni 4901263abd AAC support in the SDP generator 18 years ago
David Conrad e09f7d61da Enable Matroska muxer 18 years ago
David Conrad ab332d0133 Grammar nits 18 years ago
David Conrad b62a33d01b Always use AVFormatContext for av_log messages 18 years ago
David Conrad 0f651e8cf3 Rename ebml size functions to indicate that they can be used for more kinds of numbers 18 years ago
David Conrad 8b65b9a313 We shouldn't be passing in sizes larger than 2^56-2, so use an assert 18 years ago
David Conrad e5c29287cf Indentation 18 years ago
David Conrad ac9e1177b3 Don't seek when streamed 18 years ago