5111 Commits (700363afe74e9087c859e649f550577e4f384fbd)

Author SHA1 Message Date
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
Reimar Döffinger 11d058b7b3 Replace invalid Theora frame rate by 25 FPS. 16 years ago
Reimar Döffinger 3dcddf82ed Check for failed extradata malloc, fixes a crash in out-of-memory conditions 16 years ago
Reimar Döffinger 5a4a4d7839 Check size of "strf" header against size of enclosing "LIST" if there is one. 16 years ago
Reimar Döffinger b098b30905 Fix indentation 16 years ago
Reimar Döffinger 68a10b40bc Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. 16 years ago
Michael Niedermayer e7e5d1e990 If either of num or den is 0 make both 0 in av_set_pts_info(). 16 years ago
Michael Niedermayer d218a86a0d Make sure av_set_pts_info() does not set the fields of a timebase to 16 years ago
Michael Niedermayer dec14949a6 Make arguments of av_set_pts_info() unsigned. 16 years ago
Baptiste Coudurier b399b932b7 cosmetics, change case and comments alignment 16 years ago
Baptiste Coudurier 61f9e3c16a correctly compute frame flags with closed gop 16 years ago
Alex Converse ad92558754 Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). 16 years ago
Stefano Sabatini 38e54a75ab Make the configure script select the input/output devices using 16 years ago
Michael Niedermayer d004179e19 indent 16 years ago
Michael Niedermayer 3fd5a75b07 id3v2.4.0 uses syncsafe integers for sizes of frames. 16 years ago
Stefano Sabatini 2b75bde648 Remove inconsistent use of a @brief command in av_write_trailer() 16 years ago
Stefano Sabatini d1b9adf252 Use consistently the third person in doxy, as recommended by the 16 years ago
Michael Niedermayer 1cd4422163 Fix id3v2.2 frame size parsing. 16 years ago
Michael Niedermayer 47f42aec38 Fix id3v2.3/4 tag size parsing. 16 years ago
Baptiste Coudurier 57011a13d6 use AVFormatContext->probesize in av_find_stream_info and raise default to 5M 16 years ago
Baptiste Coudurier d23612efe1 Only set CODEC_ID_PROBE when a packet from a stream having a PES header 16 years ago
Baptiste Coudurier af122d6a80 limit raw packet buffer size used for codec probing 16 years ago
Baptiste Coudurier d862fce758 only set par if it does not indicates a rotation, ex iphone 3GS 16 years ago
Ronald S. Bultje 91d19d471b Remove any reference to ASFContext.packet_size and replace it with 16 years ago