5184 Commits (6e7ef5ec358c495a3c82f86d3d9d73ededa42983)

Author SHA1 Message Date
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
Peter Holik 7995ed8e69 Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). 16 years ago
Daniel Verkamp 1a40491ef2 Add ff_ prefixes to exported symbols in libavformat/riff.h. 16 years ago
Ronald S. Bultje 92400be255 Change packet_size from signed to unsigned, since it never has a negative 16 years ago
Justin Ruggles 87b4dd3b96 oggenc: Change error log text. An error here does not necessarily mean 16 years ago
Justin Ruggles 3f2eadf4fe oggenc: return error value from ogg_build_flac_headers() 16 years ago
Justin Ruggles 4315aa8b05 cosmetics: spacing and comments 16 years ago
Justin Ruggles e9a32230c3 oggenc: check for failed av_mallocz() 16 years ago
Carl Eugen Hoyos a481293f13 Revert unintended hunk of r19241. 16 years ago
Carl Eugen Hoyos df028e8c6a Revert r19239: It broke four conformance tests. 16 years ago
Yoshihisa Uchida 3f3f3ba799 Fix onMetaData property count in flv files (issue 1206). 16 years ago
Jai Menon 9ed3afcb7f Print meaningful error messages when url_fopen fails. 16 years ago
Wolfram Gloger 896f2b3212 add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de 16 years ago
Brian Brice 8a4ea200e1 fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com 16 years ago
Patrick Dehne d52b90bdb4 Add support for id3 tag parsing for ADTS AAC streams 16 years ago
Patrick Dehne 50fcd5be36 Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. 16 years ago
Reimar Döffinger 2a04d6e772 Add support for muxing XSUB subtitles to AVI muxer. 16 years ago
Jason Garrett-Glaser bc7ea1e5cf Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file. 16 years ago
Michael Niedermayer 71ee651559 Print why av_find_stream_info() failed, this is a rather common question 16 years ago
Ronald S. Bultje f4ca612fbd Set restrictions on packet_size, as per ISO-11172 / H-222 specifications 16 years ago
Benoit Fouet 61ac77f1af Remove a test on an always false condition. 16 years ago