5122 Commits (aef6bd1bdd532dfdc8ecb45a012205953dbb13a2)

Author SHA1 Message Date
Diego Biurrun c5e86106fb cosmetics: whitespace, prettyprinting, coding style fixes 15 years ago
Daniel Verkamp 740e89cf83 Sony Wave64 demuxer 15 years ago
Aurelien Jacobs 188842ef7a fix riff subtitle timebase 15 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
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