3767 Commits (c5b930e6740102987e0cdbe032a56bb144e3c77a)

Author SHA1 Message Date
Reimar Döffinger 547ea47d4f Add ff_ prefix to ogg_codec_t structs 17 years ago
Reimar Döffinger aecf157ed0 Mark several libavformat arrays const 17 years ago
Reimar Döffinger 7b571fd7a4 Mark "matroska" probe data string constant. 17 years ago
Reimar Döffinger cd34bc7617 Make ogg_codec_t descriptions const 17 years ago
Reimar Döffinger c18545929e Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * 17 years ago
Ronald S. Bultje f23a9759ce Remove check for @ in tcp.c which removes the authorization data from the 17 years ago
Aurelien Jacobs 090a41790e voc: add ff_ prefix to some global const data 17 years ago
Reimar Döffinger e7fd7b9aec Remove useless empty close functions in mmf and mm demuxers. 17 years ago
Aurelien Jacobs ba18b99ffa matroskadec: make aac_profiles array const 17 years ago
Reimar Döffinger 1bef65f4fe Make the id3v1_genre_str array const, not just the strings it points to. 17 years ago
Vitor Sessak 6986662b5f Import more ok'ed chunks of the mxf muxer from the soc tree 17 years ago
Aurelien Jacobs 5972945197 convert every muxer/demuxer to write/read sample_aspect_ratio from/to 17 years ago
Aurelien Jacobs c30a4489b4 export sample_aspect_ratio read by the demuxer in a separate field 17 years ago
Peter Ross ee7948cb8d Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. 17 years ago
Ronald S. Bultje a3303add3c Cosmetics after previous patches. 17 years ago
Ronald S. Bultje 8b9af28da4 On failure, return directly because the fail: case does nothing. This also 17 years ago
Ronald S. Bultje 47f944a2ef Move malloc() down until after all initializations, so that the resource is 17 years ago
Ronald S. Bultje e6c1381982 Fix memleak on some OSes in case network initialization fails. See 17 years ago
Ronald S. Bultje ad33bfefc7 Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion. 17 years ago
Baptiste Coudurier 7e4b3fb878 enable fl32/64 le/be in mov with stsd audio v2 17 years ago
Luca Abeni 26efefc52c Do not set timestamp information for a non existing AVStream 17 years ago
Vitor Sessak 9b9466b0cd Apply parts of MXF muxer ok'ed by Michael 17 years ago
Aurelien Jacobs 28f27e0c0c matroskadec: fail cleanly when the required compression lib is not compiled in 17 years ago
Aurelien Jacobs dc3e0211ed matroskadec: stop parsing when skipping en element crossing over the end of file 17 years ago
Aurelien Jacobs eb9cf50a74 matroska: add support for most variants of PCM 17 years ago
Aurelien Jacobs b49d17b77a matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way 17 years ago
Ronald S. Bultje ba99cfc213 Implement url_open_protocol(), which is basiclly the former url_open() 17 years ago
Zhentan Feng fda0d4afa7 Ok-ed parts from patch by zhentan feng. 17 years ago
Zhentan Feng 1b0732ea64 Remove useless #ifdef DEBUG (patch by Zhentan Feng). 17 years ago
Stefano Sabatini 745b39d5f9 Replace invocations of av_fifo_realloc(), which is going to be 17 years ago
Zhentan Feng 2c8d438893 Ok-ed parts from patch by zhentan feng. 17 years ago
Peter Ross b1c00341a5 Make AIFF demuxer handle F32BE and F64BE PCM audio. 17 years ago
Peter Ross a1ef2c4bb3 Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. 17 years ago
Peter Ross 57406d8eb8 Make RIFF-based demuxers handle F32LE and F64LE PCM audio. 17 years ago
Peter Ross 7b21690a91 Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. 17 years ago
Zhentan Feng e48891bd9b Ok-ed parts from patch by zhentan feng. 17 years ago
Zhentan Feng c69968b4fe Factorize common code out of the mxf demuxer. 17 years ago
Peter Ross fc7ed9a6f6 Support Electronic Arts files containing MP3 audio. 17 years ago
Dave Yeo e748e34dd6 struct timeval requires #include <sys/time.h> 17 years ago
Michael Niedermayer 3cffbe090a Fix rc_eq mem leak. 17 years ago
Diego Biurrun 4c00864f31 Surround format-specific functions with matching preprocessor conditionals. 17 years ago
Diego Biurrun 7402ee234a Surround AVInputFormat declarations with format-specific #ifdefs. 17 years ago
Diego Biurrun 964454263c Replace generic CONFIG_MUXERS preprocessor condition around format-specific 17 years ago
Diego Biurrun bcb5430abe Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat 17 years ago
Diego Biurrun 082f7acfc4 cosmetics: Remove redundant #endif comments that are very close to the #ifdef 17 years ago
Diego Biurrun fb9f111710 cosmetics: misc spelling fixes 17 years ago
Michael Niedermayer ff9c8d7c6f Add flag to mark demuxers that can output discontinuous timestamps. 17 years ago
Aurelien Jacobs a964e813a1 use h_addr_list[0] instead of h_addr as this is the posix hostent field name 17 years ago
Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 17 years ago
Baptiste Coudurier b5f46e9340 import ok'd hunks for mxf muxer 17 years ago