4412 Commits (dd02ea118bf89f94090902e3ef2287abdaf3e3b1)

Author SHA1 Message Date
Nicolas Martin eaf5d0112b NC camera demuxer 16 years ago
Michael Niedermayer 998b6f7ca2 Clarify that avformat_seek_file() is not part of the stable API yet. 16 years ago
Michael Niedermayer d04768fa80 avformat_seek_file() prototype 16 years ago
Baptiste Coudurier 04e06cfa20 cosmetics: sample_to_chunk -> stsc 16 years ago
Baptiste Coudurier a234e38d6e cosmetics: sample_to_ctime -> ctts 16 years ago
Baptiste Coudurier 1975c52c2a remove useless field 16 years ago
Baptiste Coudurier 9e8d61d4f1 rewrite pts also, as comment says 16 years ago
Baptiste Coudurier 59453725f2 remove useless return 16 years ago
Baptiste Coudurier 425c9962b2 fix doxygen 16 years ago
Stefano Sabatini 8e2fd8e1d4 Replace the calls to the deprecated av_alloc_format_context() with 16 years ago
Stefano Sabatini 88a2896520 Deprecate av_malloc_format_context() in favor of 16 years ago
Baptiste Coudurier 5ac4d7689d reuse MXFCodecUL for data def and simplify 16 years ago
Baptiste Coudurier 251bf87560 remove implicit header inclusions from mxf.h 16 years ago
Baptiste Coudurier 84a2d3045b free index entries 16 years ago
Baptiste Coudurier 63601677fe use new audio interleaving generic code 16 years ago
Baptiste Coudurier f1544e79f2 extract audio interleaving code from mxf muxer, will be used by gxf and dv 16 years ago
Baptiste Coudurier baf2ffd329 offset dts according to edit list, hackish but works, based on patch by Reimar 16 years ago
Diego Biurrun 6bab479955 Remove const qualifier from function argument to eliminate the warning 16 years ago
Baptiste Coudurier d526105f08 only use 2 slices for index, one video(vbr) and one audio(cbr) 16 years ago
Baptiste Coudurier 5ccc2316ab force first track to be video and simplify 16 years ago
Baptiste Coudurier 67d8ac4a02 write system item 16 years ago
Baptiste Coudurier 88b2027e9a declare ff_interleave_add_packet 16 years ago
Baptiste Coudurier 85d0d114d0 use 512 kag size needed for d10 16 years ago
Luca Abeni 18c7b354c5 Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore 16 years ago
Luca Abeni d3536678dc Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer 16 years ago
Jindřich Makovička dcd913d9ed Fix minor memory leak. 16 years ago
Luca Abeni 17a5894a23 Merge rtp_aac.h and rtp_mpv.h in rtpenc.h 16 years ago
Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 16 years ago
Ronald S. Bultje 1a45a9f4c0 Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument 16 years ago
Ronald S. Bultje 0a861b6f8b Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and 16 years ago
Baptiste Coudurier f5b288902e format timestamp correctly according to specs and set it 16 years ago
Baptiste Coudurier 5ccad11da0 use timestamp as modification date 16 years ago
Alex Converse d0f89acf60 Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on 16 years ago
Baptiste Coudurier eacc40e84a use timestamp as creation date 16 years ago
Ronald S. Bultje b516ecdd12 Delete an enum and a function typedef that aren't used anywhere, and 16 years ago
Luca Abeni 21da81d784 Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c 16 years ago
Peter Ross 468d298d0c Electronic Arts demuxer: support TQI video tag 16 years ago
Baptiste Coudurier 1c7c6669f6 fix key frame offset with open gop 16 years ago
Ronald S. Bultje 1262d638da Move enum RTSPTransport up a bit, so that all fields that are assigned a value 16 years ago
Baptiste Coudurier 034fcddf3c always write mxf time base in descriptors 16 years ago
Ramiro Polla 2db5da97e2 Do not misuse unsigned long to store pointers. 16 years ago
Baptiste Coudurier 5a897cfa3c use sample rate as audio input time base 16 years ago
Aurelien Jacobs 488227c5d7 write all available metadata tags into extended_content_header 16 years ago
Aurelien Jacobs 300f24f317 use new metadata API in asf muxer 16 years ago
Baptiste Coudurier 4f0f9bddac let packet pass through when no timestamps 16 years ago
Baptiste Coudurier 832404cea7 exactly compute index byte count 16 years ago
Baptiste Coudurier bf252f7f6f prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818 16 years ago
Aurelien Jacobs 20e2a7aed2 use new metadata API in asf demuxer 16 years ago
Reimar Döffinger 1a534c7f1e Add and use a public API for RC4 and DES, analogous to the AES API. 16 years ago
Michael Niedermayer 88297e80aa Reformat rdt_demuxer AVCodec struct sanely. 16 years ago