616 Commits (b5c4bb989d4085625f212b9b6378e4ee0a1a9ca8)

Author SHA1 Message Date
Martin Storsjö 311baee795 Make hex_to_data a lavf internal function 14 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago
Baptiste Coudurier 9d3fdf2031 Move AVStream->codec_info_nb_frames increment after try_decode_frame 15 years ago
Baptiste Coudurier ae447836af In av_find_stream_info, decode at least 4 h.264 frames to be able to guess delay. 15 years ago
XBMC b0a18c2f0a Make "invalid dts/pts combination" a debug instead of a warning message. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Eli Friedman 22d78b05b1 Fix an "assignment from incompatible pointer type" warning in av_read_frame_internal 15 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 15 years ago
Stephen Dredge 5be5d28ced Fix failure in av_read_frame on timestamp rollover. 15 years ago
Martin Storsjö a955fc5ee7 ff_url_join: Don't add any at-char if the auth is an empty string 15 years ago
Måns Rullgård b462d13262 Add compatibility wrappers for functions moved from lavf to lavc 15 years ago
Michael Niedermayer 7686ab07ac Fix muxing rgb rawvideo in avi regression. 15 years ago
Stefano Sabatini b603ab8dc1 Make the error message issued in case of invalid codec tag more 15 years ago
Michael Niedermayer b742a12ee2 Print an error when MAX_STREAMS is reached. 15 years ago
Michael Niedermayer a5266a4789 Make sure that when the parser is feeded with frame==packet that the 15 years ago
Alex Converse 74a6df59e3 Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine packets once and only once. 15 years ago
Jai Menon 9bbe9a0dc1 Display a more descriptive log message when probe buffer limit is 15 years ago
Stefano Sabatini e1745e2f6e Make av_write_header() return AVERROR(EINVAL) rather than -1 if the 15 years ago
Stefano Sabatini cf5b33d9fa Store in a dedicated array the format name - codec id - codec type 15 years ago
Stefano Sabatini 83c2707908 Prefer enum CodecID over int in ff_codec_get_tag(). 15 years ago
Martin Storsjö 9a76125069 Add a libavformat internal function ff_write_chained 15 years ago
Francesco Lavra 698f4cc7f0 Validate AVCodecTag vs CodecID. 15 years ago
Francesco Lavra 603a5f04b2 Factorize some code into the new function ff_toupper4(). 15 years ago
Baptiste Coudurier 58edb075f0 Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level. 15 years ago
Reimar Döffinger 8e2ee182fa Export av_probe_input_format2. 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Jean-Daniel Dupas 2898526d6a Do not probe when the format is known. 15 years ago
Michael Niedermayer 0f1f4816d5 Raise needed score for codec probing in CODEC_ID_PROBE before the last packet. 15 years ago
Michael Niedermayer 497431a5b6 Dont try to compute AVPacket duration for possibly interlaced video codecs 15 years ago
Tomas Härdin 01d91b9be9 Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. 15 years ago
Michael Niedermayer 0e1f78f90b Fix rounding direction for calculation of AVPacket.duration. 15 years ago
Michael Niedermayer ccf8c2944c Limit probing to probesize. 15 years ago
Michael Niedermayer fe8344a276 Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Joakim Plate 46da7fa133 Probe aac codecs for CODEC_ID_PROBE. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Micah F. Galizia 532aa889eb Fix updating condition for the probe_size variable in the internal 15 years ago
Martin Storsjö d8f9295753 Reindent 15 years ago
Martin Storsjö ddbeb95447 Add a lowercase parameter to ff_data_to_hex 15 years ago
Stefano Sabatini 2928b83c75 Make av_open_input_file() return AVERROR_INVALIDDATA rather than 15 years ago
Måns Rullgård c7f625eecf Fix erroneous behaviour when format probe hits end of file 15 years ago
Aurelien Jacobs 972ffe6220 rename av_read_frame_flush to ff_read_frame_flush 15 years ago
Aurelien Jacobs 588af13fee rename av_program_add_stream_index to ff_program_add_stream_index 15 years ago
Martin Storsjö 2dad0dcec6 Move the NTP offset definitions to internal.h 15 years ago
Micah F. Galizia eadd495d06 Move the probe loop from av_open_input_file() into its own method 15 years ago
Martin Storsjö 594a9aebbe Make the ntp_time function available to other parts of libavformat, as ff_ntp_time 15 years ago
Michael Niedermayer 67c10de7d2 Add special case to avoid binary search when appending index entries. 15 years ago
Stefano Sabatini f4495cdc00 Remove definition of match_ext(), which is declared under #ifdef 15 years ago
Martin Storsjö f984dcf6dd Reindent 15 years ago