5104 Commits (7e4ceabe7ceccb5d9d8a85dedfd7a9cdfc426ae8)

Author SHA1 Message Date
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
Justin Ruggles c1c206b343 flvdec: Build a Speex header during FLV demuxing using required and 16 years ago
Reimar Döffinger e1c1b0ff09 Reindent after last patch. 16 years ago
Reimar Döffinger 3fe4d5d4e6 mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set. 16 years ago
Reimar Döffinger 5dc5c43bda mov_read_packet: extract code that searches for the stream/sample to demux next 16 years ago
Reimar Döffinger a2f3851166 mov_read_packet: if dv_get_packet fails, return exactly its error value 16 years ago
Reimar Döffinger 69fc436cbc In mov_read_packet remember the AVStream we want to demux next instead of the 16 years ago
Baptiste Coudurier 6a63ff19b6 check stream existence before assignment, fix #1222 16 years ago