2108 Commits (cb58c771ade66afcc623250e1c7ac8191381d991)

Author SHA1 Message Date
Michael Niedermayer 98e8a9e2f2 ffmpeg: Print a debug message if the frame parameters mismatch the context 10 years ago
Michael Niedermayer 33bc81e437 ffmpeg: skip duration cliping for passthrough & drop modes 10 years ago
Michael Niedermayer 4e20e94921 ffmpeg: Check duration for overlap and clip in fps cfr/vfr code 10 years ago
Michael Niedermayer c509202590 ffmpeg: Use input packet duration in vfr/cfr code if available and valid 10 years ago
Michael Niedermayer 61fc1cbfbd ffmpeg: fix printed timestamp for droped frames 10 years ago
Michael Niedermayer 9f6d48d696 ffmpeg: better CFR frame duplication selection 10 years ago
Michael Niedermayer 8b43b0e8b6 ffmpeg: fix variable type for end char 10 years ago
Michael Niedermayer 9421d974bc ffmpeg: Fix last newline at log level less than "info" 10 years ago
Michael Niedermayer 9bdb7a6c1a ffmpeg: avoid endlessly reading from one input while another is unavailable 10 years ago
Michael Niedermayer 83f84e4c53 ffmpeg: Fix stream copy with initial_padding 10 years ago
Michael Niedermayer 2284413206 ffmpeg: replace impossible dts/pts combinations by a reasonable guess instead of hard failing 10 years ago
Michael Niedermayer 16de4d927e ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph not just when changing audio resample parameters 10 years ago
Michael Niedermayer ab84effded ffmpeg: Copy extradata if it has been initialized later from the encoder 10 years ago
Michael Niedermayer b01d2a5533 ffmpeg: Enable compute_edt only when the subtitles are used for a output stream instead of a filter 10 years ago
Michael Niedermayer a2dbf379f0 avcodec/dvbsubdec: make compute_edt user settable 10 years ago
Michael Niedermayer 31f9c228c0 ffmpeg: Fix missing {} in Stream to Packet side data code 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
Michael Niedermayer d3a22491c7 ffmpeg: remove 32 channel limit from audio_channels_map 10 years ago
Christophe Gisquet 33fefdb449 ffmpeg: fix streamcopy with side data 10 years ago
Michael Niedermayer 7d03732f7e ffmpeg: Do not fail if a demuxer and decoder use the same option identifer 10 years ago
Michael Niedermayer 01c17b5224 ffmpeg: Fix copying timebase to muxer context 10 years ago
Michael Niedermayer 8bbadc9b6e ffmpeg: Use av_stream_get_parser() to avoid ABI issues 10 years ago
Michael Niedermayer 59975de777 ffmpeg: fix integer overflows with sub->*display_time 10 years ago
Michael Niedermayer 9098f0ecd7 ffmpeg: remove common factors from copied timebase 11 years ago
Michael Niedermayer 4930cd13d6 ffmpeg: check av_opt_set_dict() return 11 years ago
Sergey 6d2df3c00a ffmpeg: fix deadlock regression in threading error handing 11 years ago
Michael Niedermayer c69f729947 ffmpeg: fix reinitializing with threads while flushing 11 years ago
Anshul Maheshwari 7e6cf36453 ffmpeg: fix transcoding dvbsub to dvbsub 11 years ago
Anshul Maheshwari 3639343478 ffmpeg: fix memleak and corruption of AVSubtitle with multiple outputs 11 years ago
Michael Niedermayer 5ded0b390b ffmpeg: for h264 we need has_b_frames from the decoder 11 years ago
Michael Niedermayer 378ad22492 ffmpeg: print values of mismatching has_b_frames 11 years ago
Michael Niedermayer 10012fa961 ffmpeg: Fix bitstream filters manipulating AVCodecContext 11 years ago
Michael Niedermayer 27856b2fe9 ffmpeg: prevent pts < dts to be passed through to the muxer on stream copy 11 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer 137c5e115b ffmpeg: try to use the more fitting of the 2 encoder contexts 11 years ago
Michael Niedermayer 576654302b ffmpeg: use av_log_ask_for_sample() instead of duplicating avpriv_request_sample() 11 years ago
Michael Niedermayer 2422a7ffe4 Loose mplayer in MPlayer/incoming/ 11 years ago
Michael Niedermayer 3e7b4b9fbd Add direct link to ML in missing_feature_sample() 11 years ago
Michael Niedermayer 768ef0f19e ffmpeg: request sample if the decoder & demuxer has_b_frames mismatch 11 years ago
Michael Niedermayer a0b2de77ed ffmpeg: remove "has_b_frames" backpassing 11 years ago
Michael Niedermayer 00dcb10631 ffmpeg: Fix encoder names in printout 11 years ago
Michael Niedermayer 0949bbc431 ffmpeg: fix for-muxer AVCodecContext stuff 11 years ago
Michael Niedermayer a87685d8e8 ffmpeg: add note about why has_b_frame is copied and when it can be removed 11 years ago
Michael Niedermayer 921d5ae3bc ffmpeg: replace remaining, ffmpeg specific ist->st->codec by ist->dec_ctx 11 years ago
Michael Niedermayer 9fb45334fc ffmpeg: copy b frame codec delay back from decoder to demuxer 11 years ago
Michael Niedermayer b3f4615081 ffmpeg: fix check for muxing overhead being unknown 11 years ago
Nicolas George fc9c857c2d ffmpeg: use thread message API. 11 years ago
Michael Niedermayer 1f359c8559 ffmpeg: use av_stream_get_end_pts() 11 years ago
Michael Niedermayer b2a8bc3d04 ffmpeg/set_encoder_id: dont allocate encoder string if one is already set 11 years ago
Lukasz Marek 4d686674b2 ffmpeg: use av_fifo_alloc_array 11 years ago