1629 Commits (048b6331e079e73efe397fb52510776519f830e4)

Author SHA1 Message Date
Michael Niedermayer 19321a295a avformat/utils: Terminate SPS in avci100_1080i_extradata to avoid warnings during parsing 10 years ago
wm4 cca44764b9 avformat: add avformat_flush() 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Michael Niedermayer e8f814a907 avformat/utils: Fix division by 0 10 years ago
Stefano Sabatini fd242b468d lavf/utils: fix if_( style 10 years ago
Michael Niedermayer e005dc621a avformat: fix mode of img2dec.c and utils.c 10 years ago
Liviu Oniciuc b37858eae1 avformat/img2dec: remove the non-negative number requirement for start_number option 10 years ago
Michael Niedermayer 7620d48f2e avformat/network: Check for av_malloc* failures in ff_tls_init() 10 years ago
Michael Niedermayer 4b15bba2ae avformat/utils: Fix number suffixes in tb_unreliable() 10 years ago
Paul B Mahol 43630c82f1 avformat/utils: remove unneeded #include, there are no assert() only av_assert* 10 years ago
Anton Khirnov 4227e4fe74 lavf: add a convenience function for adding side data to a stream 10 years ago
Anshul Maheshwari a47c9331ef avformat: Improve data streams/codec support 10 years ago
Michael Niedermayer 2959a61232 avformat/utils: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer bbfca8e84b avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stale pointer in memory 10 years ago
Michael Niedermayer ce1e10aa24 avformat/utils: add dvbsub to set_codec_from_probe_data() 10 years ago
Martin Storsjö 9f810a9b37 libavformat: Check for malloc failures in avformat_new_stream 10 years ago
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Michael Niedermayer a29524bf2e avformat/utils: Do not update programs streams from program-less streams in update_wrap_reference() 10 years ago
Michael Niedermayer add46edf33 avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_duration() 10 years ago
Michael Niedermayer d5a263f480 fix "than" typo 10 years ago
Michael Niedermayer 53496aa7f3 avformat/utils: Do not estimate the container bitrate from the streams if one video stream lacks the bitrate 10 years ago
wm4 a66893ac94 avformat/utils: check for malloc failure 10 years ago
Michael Niedermayer 20cb3fab3f avformat/utils: change assert to av_assert0() 10 years ago
Michael Niedermayer 041c6109da avformat/utils: replace impossible condition by av_assert0() in ff_gen_search() 10 years ago
Michael Niedermayer a5e5959d52 avformat/utils: fix calculating the absolute difference of timestamps 10 years ago
Michael Niedermayer dd70470d72 avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the next frame when available 10 years ago
Michael Niedermayer 9e561410c0 avformat/utils: Pass the next pts/dts to compute_pkt_fields() when available 10 years ago
Michael Niedermayer 24fdf7334d avformat/utils: Search harder for missing stream information in flv by default 10 years ago
Michael Niedermayer 367c9d33d6 avformat: replace some odd 30-60 rates by higher less odd ones in get_std_framerate() 10 years ago
Carl Eugen Hoyos 92c07acce7 Read (display) aspect ratio from mxf files. 10 years ago
Lukasz Marek 6690d4c3f5 lavf/ffm: store/restore private codec context 10 years ago
Michael Niedermayer a7f25979dd avformat/utils: Leave skip_clear enabled until after estimate_timings() 10 years ago
Thomas Mundt 1700fa013e avformat/utils: support more AVC Intra formats without SPS/PPS header 10 years ago
Michael Niedermayer 4641ae352e avformat: Add and use ff_copy_whitelists() 10 years ago
Michael Niedermayer 057ea2a982 avformat: Add format_whitelist 10 years ago
Luca Barbato 0db6bbb24c avformat: Make avformat_free_context handle NULL 10 years ago
Michael Niedermayer d267a0f8c1 avformat/util: Simplify av_guess_frame_rate() by using AVCodecContext.framerate 10 years ago
Michael Niedermayer 004f1c6cf1 avformat/utils: Try to correct the codec_framerate in ff_compute_frame_duration() for the encoding case 10 years ago
Michael Niedermayer a92192d2e4 avformat/utils: use av_reduce() to simplify code and avoid overflow in ff_compute_frame_duration() 10 years ago
Anton Khirnov 2d6e58497e lavf: switch to AVCodecContext.framerate for demuxing 10 years ago
Michael Niedermayer 40f2b16d52 avformat/utils: print more information with av_dlog() in compute_pkt_fields() 10 years ago
Michael Niedermayer bd239c9a2e lavf: Don't drop both pts and dts if timestamps are invalid 10 years ago
James Almer ddc3768161 avformat: remove obsolete FF_API_READ_PACKET cruft 10 years ago
James Almer ecf457f3ac avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruft 10 years ago
James Almer 3bd9f17b8a avformat: remove obsolete FF_API_SET_PTS_INFO cruft 10 years ago
James Almer a578b93c73 avformat: remove obsolete FF_API_NEW_STREAM cruft 10 years ago
James Almer cc787709ee avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruft 10 years ago
Justin Ruggles 19133e96d3 lavf: fix memleaks in avformat_find_stream_info() 10 years ago
wm4 6c7f1155bb avformat/mp3dec: avoid early EOF with concatenated gapless mp3s 10 years ago
wm4 d87fe2687f avformat/mp3dec: fix gapless audio support 10 years ago