5184 Commits (6e7ef5ec358c495a3c82f86d3d9d73ededa42983)

Author SHA1 Message Date
Ivan Schreter 101036adb9 Support for generic multi-stream key frame finding for new seek API. 16 years ago
Bartlomiej Wolowiec ab1eff9c5c Add support for S/PDIF encapsulation. 16 years ago
Peter Ross c0b88f1920 Moves the display of metadata to dump_format() 16 years ago
Matti Hamalainen 5f71844e78 Parse ID3 tags in Musepack SV7 files 16 years ago
Matti Hamalainen 311f96a8cc Parse APE metadata tags in Musepack SV7 files 16 years ago
Kostya Shishkov 191e34cd67 Move APE tag parsing into separate module. 16 years ago
Matti Hamalainen 6984380c61 Do not use internals of ByteIOContext during APE tags parsing. 16 years ago
Matti Hamalainen 22667e40be Remove incorrect APE tag size adjustment based on flags. 16 years ago
Aurelien Jacobs 7a9c86e9f8 avidec: simplify, using av_rescale_q() instead of av_rescale() 16 years ago
Aurelien Jacobs 2bf74f4955 actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc 16 years ago
Aurelien Jacobs 8306be9c3b matroskadec: disable h264 parser as long as it totally mess up frame type 16 years ago
Aurelien Jacobs 194d4b494b matroskadec: correctly parse flags for simpleblock frames 16 years ago
Diego Biurrun c5e86106fb cosmetics: whitespace, prettyprinting, coding style fixes 16 years ago
Daniel Verkamp 740e89cf83 Sony Wave64 demuxer 16 years ago
Aurelien Jacobs 188842ef7a fix riff subtitle timebase 16 years ago
Ramiro Polla c15508dc93 Use enums instead of int. 16 years ago
Kostya Shishkov 9fd6b84360 RTMP protocol support (as a client) 16 years ago
Baptiste Coudurier 46c9eb57d0 cosmetics, remove spaces after '(' and before ')' 16 years ago
Baptiste Coudurier 0fd7cf116b init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 16 years ago
Ronald S. Bultje 7a4a64e7ab Remove old_flags variable, which is a duplicate of the flags variable. 16 years ago
Ronald S. Bultje 34bddc39b4 Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function 16 years ago
Baptiste Coudurier e4b8d05d47 return EOF in image2 demuxer 16 years ago
Diego Biurrun 18b55f639a Remove pointless '#ifdef DEBUG' around dprintf macro. 16 years ago
Baptiste Coudurier d46c84ea31 Stop parsing in read_header only after finding pmt, and 16 years ago
Niobos 1aae34890c rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com 16 years ago
Ronald S. Bultje acfe8faf29 Cosmetics: remove spaces between function name and arguments in declaration, 16 years ago
Colin McQuillan 202a6697ba Use named initializers and use new/free_context() instead of extradata() 16 years ago
Ronald S. Bultje fccb1770e6 Implement support for EOS as used by WMS and other RTSP servers that do not 16 years ago
Ronald S. Bultje c2f3eec445 Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See 16 years ago
Martin Storsjö fbf7e805b0 Only consider -1 as an error return value for open(). 16 years ago
Ronald S. Bultje 2078ca16ee Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: 16 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Aurelien Jacobs 84c04e2519 fix various compilation dependencies 16 years ago
Aurelien Jacobs 23251d751b fix compilation of cavsvideo demuxer 16 years ago
Kostya Shishkov b31ac3c8dd Register some additional AMF types in libavformat/flv.h 16 years ago
Stefano Sabatini 58ad770f92 Use globally consistent include guard names. 16 years ago
Art Clarke ebb82604b0 Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in 16 years ago
Martin Storsjö 73c1326809 Use ff_neterrno instead of errno in tcp.c. 16 years ago
İsmail Dönmez b504ce57ed Only #define lseek to _lseeki64 on MinGW, not MinGW CE. 16 years ago
Diego Biurrun 647c2356a6 Make (de)muxers for format variants select the main format (de)muxer. 16 years ago
Phil Rutschman 5a1e202b87 Add block_align to sox input. 16 years ago
Art Clarke 56c6cf287b Fix mem leak when user preallocates an AVFormatContext, passes it to 16 years ago
Aurelien Jacobs df2bd71aeb flvdec: expose metadata through the generic metadata API 16 years ago
Aurelien Jacobs 09e54e1ff8 flvdec: re-enable metadata parsing 16 years ago
Aurelien Jacobs 8caa0f0651 flvdec: don't set format and codec context from metadata values 16 years ago
Reimar Döffinger 96f0731a26 Check for packet_length 0, it is already treated as invalid by the padding check, 16 years ago
Baptiste Coudurier 4eba9cdd07 fix and simplify long gop mpeg codec ul computation 16 years ago
Baptiste Coudurier df1550f081 set index duration to 0 for cbr, specifying whole container coverage 16 years ago
Baptiste Coudurier 76b092e207 use ber4 length for descriptors preferred by specs 16 years ago
Baptiste Coudurier 6a43aab01b write profile and level local tag in mpeg descriptor 16 years ago