1597 Commits (3cb0bec6870cf0bb7879f7bfd4119ef39a02a464)

Author SHA1 Message Date
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
Michael Niedermayer 36ea35bbc0 avformat/utils: free s->pb for image2 as it can be used with and without a file 10 years ago
Hendrik Leppkes e9c08e32d6 avformat/utils: Exclude the header size when computing duration from bit_rate 10 years ago
Michael Niedermayer 46ad2c4aed avformat/utils: remove assert that tests the same condition as the if() directly above 10 years ago
Anton Khirnov b263f8ffe7 lavf: add AVFormatContext.max_ts_probe 10 years ago
Michael Niedermayer 9c712d0b16 vformat/utils: call flush_packet_queue() from avformat_free_context() 10 years ago
Andrey Myznikov 609d5db803 Fix packet_buffer memory leak in avformat_free_context 10 years ago
Anton Khirnov d92550d191 lavf: eliminate ff_get_audio_frame_size() 10 years ago
Michael Niedermayer 7b59217b60 Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration() 10 years ago
Michael Niedermayer ed488d1535 Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame_duration() 10 years ago
Michael Niedermayer 986ec3417a avformat/utils: Remove demuxer specific frame_size fallback from ff_get_audio_frame_size() 10 years ago
Anton Khirnov 30e50c5027 lavf: eliminate ff_get_audio_frame_size() 10 years ago
Andrew Stone 019d3fccc4 Set protocol-level metadata in AVFormatContext any time a packet is read. 10 years ago
James Almer 0ab00a75e4 avcodec/raw: add avpriv_get_raw_pix_fmt_tags() 10 years ago
Carl Eugen Hoyos ef17a0c7ba Do not return a probe score from set_codec_from_probe_data() if the codec was ignored. 10 years ago
Michael Niedermayer 4e855c11b5 avformat/util: change av_find_default_stream_index() to use a score based system 10 years ago
Carl Eugen Hoyos ff9a154157 Add int64_t probesize2 instead of int probesize to AVFormatContext. 10 years ago
Luca Barbato e253a9e2b3 avformat: Move av_probe_input* to format.c 10 years ago
Diego Biurrun 7215fcf840 avformat: Mark AVOutputFormat argument in avformat_query_codec as const 10 years ago
Michael Niedermayer 62227a70f0 avformat: add av_stream_get_parser() to access avformat AVParser 10 years ago
Michael Niedermayer 8202c49b43 avformat/utils: do not wait for packets from discarded streams for genpts 10 years ago
Michael Niedermayer 4470a3eeaf avformat/mpegts: dont clear programs during probing 10 years ago
Michael Niedermayer c6c172d173 avformat/mpegts: skip updating programs/streams when determining duration 10 years ago
Roman Savchenko 3d90f27ad5 avformat_new_stream: make the AVCodec parameter const 11 years ago
Diego Biurrun 73953df71a Replace av_malloc() and memset(0) by av_mallocz() 11 years ago
Gaullier Nicolas 650ef18078 avformat/utils: better probing for duration in estimate_timings_from_pts() 11 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Vittorio Giovara 2dc265619a lavf: group dump functions together 11 years ago
Carl Eugen Hoyos 5482780a3b Allow values >31bit for -analyzeduration. 11 years ago