1025 Commits (c15f3bd3dba9b17ba03606e32ec900c3821fcd50)

Author SHA1 Message Date
Michael Niedermayer 789d6b73cf lavf: Rewrite metadata printing from dump_metadata(). 13 years ago
Michael Niedermayer dd7198b25f lavf: put av_new_stream() compatibility wrapper back 13 years ago
Michael Niedermayer 8a07429318 lavf: put av_find_stream_info() compatibility wrapper back. 13 years ago
Anton Khirnov dd6d3b0e02 lavf: add functions for accessing the fourcc<->CodecID mapping tables. 13 years ago
Anton Khirnov bc90199848 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 13 years ago
Anton Khirnov af08d9aeea lavc: add avcodec_is_open(). 13 years ago
Rafaël Carré 420df8b7c4 avformat_write_header(): detail error message 13 years ago
Anton Khirnov c5254755c0 lavf: remove disabled FF_API_SET_PTS_INFO cruft 13 years ago
Anton Khirnov fd87ba3220 lavf: remove disabled FF_API_SEEK_PUBLIC cruft 13 years ago
Anton Khirnov 1329827e79 lavf: remove disabled FF_API_NEW_STREAM cruft 13 years ago
Anton Khirnov 21824e5b88 lavf: remove disabled FF_API_PKT_DUMP cruft 13 years ago
Anton Khirnov cc10ab79ec lavf: remove disabled FF_API_FIND_INFO_TAG cruft 13 years ago
Anton Khirnov ecd5f41a06 lavf: remove disabled FF_API_PARSE_DATE cruft 13 years ago
Anton Khirnov 997420abf2 lavf: remove disabled FF_API_DUMP_FORMAT cruft 13 years ago
Anton Khirnov 2fb7501938 lavf: remove disabled FF_API_FORMAT_PARAMETERS cruft 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Janne Grunau b3461c29c1 lavf: prevent infinite loops while flushing in avformat_find_stream_info 13 years ago
Martin Storsjö f1caf01d5e libavformat: Add a flag for muxers that support write_packet(NULL) for flushing 13 years ago
Janne Grunau 59297ad63d lavf: force single-threaded decoding in avformat_find_stream_info 13 years ago
Anton Khirnov aa2e4bb058 lavf: free packets for muxers implementing interleave_packet(). 13 years ago
Alex Converse 4df30f7114 utils: Check for extradata size overflows. 13 years ago
Michael Niedermayer 72c5828c93 lavf: Add forgotten line from 212fd3a1f1 13 years ago
Michael Niedermayer c8e309c2a6 lavf: Do not attempt to use frame multi threading when probing. 13 years ago
Reimar Döffinger 4dfb74cd4f Flush decoders correctly in avformat_find_stream_info(). 13 years ago
Anton Khirnov f9b9dd8740 lavf: cosmetics, reformat av_read_frame(). 13 years ago
Anton Khirnov 6450599e22 lavf: refactor av_read_frame() to make it easier to understand. 13 years ago
Michael Niedermayer ad8e3304f7 lavf: use avg_frame_rate and packet number to exit find_stream_info 13 years ago
Michael Niedermayer 1171d938af lavf: revert commit bb99ae3ae9 13 years ago
Michael Niedermayer 6072a19b4f lavf: Fix try_decode_frame() so it doesnt loop infinitely. 13 years ago
Anton Khirnov 212fd3a1f1 lavf: flush decoders in avformat_find_stream_info(). 13 years ago
Janne Grunau e4e30256f8 threads: default to automatic thread count detection 13 years ago
Michael Niedermayer e6362f3a3c lavf: ffio_limit(), treat avio_size()==0 as error. 13 years ago
Michael Niedermayer 27d323577c avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes remain. 13 years ago
Michael Niedermayer 2a85358d4f libavformat: increase LIBAVFORMAT_VERSION_MICRO to 100 13 years ago
Martin Storsjö 3e79c2adb1 libavformat: Add a utility function for adding parameter change side data 13 years ago
Michael Niedermayer e39eeb10d1 lavf: split out ffio_limit() 13 years ago
Anton Khirnov 93fc5a9ff6 lavf: force threads to 1 in avformat_find_stream_info() 13 years ago
Michael Niedermayer ee181f84a3 lavf: print an error if a packet has been truncated due to filesize 13 years ago
Michael Niedermayer 559ae20dda lavf: Update AVIOContext.maxsize when hitting the end. 13 years ago
Michael Niedermayer 47572323f2 lavf: add internal AVIOContext.maxsize 13 years ago
Michael Niedermayer 7f9369b743 lavf: update rfps debug code. 13 years ago
Michael Niedermayer d19ca77f42 lavf: Fix fps misdetection when codec_info_duration is 0 and only a few frames are used to estimate fps. 13 years ago
Panagiotis H.M. Issaris 9b01a8ad5e Prevent segfault if iformat was not yet initialized. 13 years ago
Luca Barbato 4badb386ce lavf: dealloc private options in av_write_trailer 13 years ago
Anton Khirnov 526604545f lavf: add avformat_close_input(). 13 years ago
Anton Khirnov 3a7f7678eb lavf: deprecate av_close_input_stream(). 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Nicolas George e91c088055 lavf: lower the log level of "parser not found". 13 years ago
Diego Biurrun c7e8187d9d avformat/utils: Drop unused goto label. 13 years ago
Justin Ruggles f08e54e83d avformat: use avcodec_decode_audio4() in avformat_find_stream_info() 13 years ago