3993 Commits (88cb61bb0cf2efe2f2015ae4da76f941920d009a)

Author SHA1 Message Date
Baptiste Coudurier 3a25c707fa remove vorbis dec hack, decoding will be done anyway to get frame size 17 years ago
Baptiste Coudurier 77b0443544 speex in flv demuxing 17 years ago
Baptiste Coudurier 5b9bb66df2 cosmetics, typos, case 17 years ago
Baptiste Coudurier 118d4e1069 cosmetics 17 years ago
Baptiste Coudurier faac3f0f9f fix version string ul 17 years ago
Michael Niedermayer f0aaa16fdf Do not truncate timestamps before the muxer as it makes simple 17 years ago
Roman Shaposhnik f8007a1473 Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as 17 years ago
Ronald S. Bultje 452d3edb37 Change implementation for ff_data_to_hex(), this is faster. See discussion on 17 years ago
Ronald S. Bultje f1c80e3578 Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and 17 years ago
Roman Shaposhnik 34fab90f18 Two cosmetic changes for improved readability and ease of HDVCPRO HD integration 17 years ago
Aurelien Jacobs 0dbddda397 matroskadec: cosmetics: indentation 17 years ago
Aurelien Jacobs 6bef5f9b96 matroskadec: seek to the last position known in the index before resorting to 17 years ago
Ronald S. Bultje 8646b9070b Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP 17 years ago
Aurelien Jacobs d63f529df7 remove useless assignment (st is never read after this line) 17 years ago
Aurelien Jacobs 8e44312d3f matroskadec: index timestamps are supposed to be in the timebase of the stream 17 years ago
Aurelien Jacobs 2a242f4514 mxfdec: set sample_aspect_ratio 17 years ago
Carl Eugen Hoyos cedebde15a Remaining parts of GSoC MXF muxer by Zhentan Feng. 17 years ago
Michael Niedermayer 274335e76c vertical align 17 years ago
Vitor Sessak 9b0d3e0e03 Import more MXF muxer code from the SoC tree 17 years ago
Andreas Öman f1588ed525 When setting codec_id during codec probe we must also set codec_type. 17 years ago
Luca Abeni a9e02947f6 Fix udp.c compilation with recent glibc (>= 2.8) 17 years ago
Aurelien Jacobs 244ee48a82 matroskadec: unset matroska->done when seeking 17 years ago
Aurelien Jacobs 0f646a2233 matroskadec: full seeking support in index-less files 17 years ago
Aurelien Jacobs 8bc98ba92b matroskadec: on the fly index construction for index-less files 17 years ago
Aurelien Jacobs dfbbbdc0bf matroskadec: don't try to seek to negative timestamp 17 years ago
Aurelien Jacobs 653fb2f80c matroskadec: move setting of matroska->done inside matroska_parse_cluster() 17 years ago
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