3772 Commits (244ee48a8273faf28c95de617631137b2e0984ef)

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