648 Commits (3c3ef81b9b17c992bbff9b521d871c8c250ae53c)

Author SHA1 Message Date
Aurelien Jacobs 118ccae030 add subtitle codec autodetection 14 years ago
Baptiste Coudurier 581ba2cee1 In av_find_stream_info, decode more h264 to get correct delay, issue #2020 14 years ago
Reimar Döffinger 6bfc268305 Add av_append_packet function, to be used in code that merges packets 14 years ago
Aurelien Jacobs b3c0fc7673 av_find_stream_info(): set subtitle codec time_base 14 years ago
Aurelien Jacobs cb2c971d91 allow passing subtitles header between decoder and encoder 14 years ago
Anton Khirnov 273231466c lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Anton Khirnov d60a9f52eb lavf: simplify setting the encoder ident tag. 14 years ago
Aurelien Jacobs 13728334e8 add FF_API_SYMVER define to disable symver compatibility functions 14 years ago
Aurelien Jacobs 114c9a5925 add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api 14 years ago
Aurelien Jacobs d87a521cde add FF_API_PARSE_FRAME_PARAM define to disable the deprecated 14 years ago
Aurelien Jacobs 88e44314ea add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function 14 years ago
Aurelien Jacobs 198ac67fe8 add FF_API_GUESS_FORMAT define to disable the deprecated guess_format() 14 years ago
Aurelien Jacobs fd0368e7ca move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation 14 years ago
Aurelien Jacobs e99179de9b remove useless local variable 14 years ago
Aurelien Jacobs 3e4318bf4a remove useless local allocated start_time array 14 years ago
Aurelien Jacobs 61138c43e0 properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR 14 years ago
Aurelien Jacobs 38aab35f47 add new streams API without MAX_STREAMS limit 14 years ago
Aurelien Jacobs feb2440c38 dynamically use nb_streams instead of static use of MAX_STREAMS 14 years ago
Reimar Döffinger 6612d8cf31 Move handling of ID3v2 to common utils.c code, reducing code duplication 14 years ago
Martin Storsjö eb99f179fa find_info_tag: Make sure the output buffer is null terminated 14 years ago
Benjamin Larsson 62784e3733 Add the CODEC_CAP_CHANNEL_CONF capability code and add 14 years ago
Michael Chinen 59cb40b921 Fix index_entries pos: 14 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 14 years ago
Christian d'Heureuse b163078fe3 Fix formatting for negative start times (issue 2139). 14 years ago
Aurelien Jacobs b004207df4 move stream info arrays into a struct to ease future dynamic allocation 14 years ago
Måns Rullgård 668338c573 avformat: free decryption key in av_close_input_stream() 14 years ago
Martin Storsjö f9c399c4fd Make parse_key_value from httpauth a common lavf internal function 14 years ago
Aurelien Jacobs 54036be11a rename LAVF_API_* defines to FF_API_* to clarify that it is not public API 14 years ago
Aurelien Jacobs dd872bf49f add LAVF_API_OLD_METADATA define to disable the deprecated metadata API 14 years ago
Baptiste Coudurier d2064fd42b Fix segv when stream copy and validate_tag fails, st->codec->codec is not set 14 years ago
Przemysław Sobala ec973f45a3 Fix mem leak when trying to open a non-existing image file (issue 2126). 14 years ago
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