1269 Commits (fe508f807abd218b0edd272c49f736149ea21279)

Author SHA1 Message Date
Michael Niedermayer 1c2beff04a lavf: Set pos for all packets of AVSTREAM_PARSE_FULL_RAW files. 13 years ago
Michael Niedermayer e2fd18d40d lavf: factor AVStream st out 13 years ago
Michael Niedermayer 6b38101df5 parse_packet: reset pkt->pos after it has been used 13 years ago
Michael Niedermayer 01272e7662 Revert "lavf: count skipped samples for initial timestamps." 13 years ago
Peter Ross 1be55c82a5 av_url_split: dont let '/' char whallop '?' char 13 years ago
Nicolas George b0629366a2 lavf: make cmdutils's check_stream_specifier public. 13 years ago
Nicolas George 885fc05865 lavf: count skipped samples for initial timestamps. 13 years ago
Nicolas George 0e57d79b0c lavf: set pkt_timebase at the same time as stream->time_base. 13 years ago
Stefano Sabatini 5784a46986 lavf/utils: show the number of stream in case of missing parameter 13 years ago
Stefano Sabatini 739ec710c4 lavf/utils: suggest what to do in case of missing codec information 13 years ago
Stefano Sabatini a293549b32 lavf/utils: extend has_codec_parameters() to make it show what info is missing 13 years ago
Michael Niedermayer 018601dbf9 lavf: inject sample skip side data when requested by the demuxer 13 years ago
Michael Niedermayer d8ce478c43 lavf: limit "Adjusting PTS forward" code to video streams 13 years ago
Michael Niedermayer a08efa2e36 has_decode_delay_been_guessed: tighten up the heuristic. 13 years ago
Michael Niedermayer 4e9e0700fb has_decode_delay_been_guessed: skip guessing when sps.num_reorder_frames is available 13 years ago
Michael Niedermayer 2c883c6acf has_decode_delay_been_guessed: improve heuristic 13 years ago
Stefano Sabatini 3cd4f9fd76 lavf: allow multiple names in output devices selected by av_guess_format() 13 years ago
Hendrik Leppkes 5916313967 avformat: offset fps calculation by one to include 60.00 fps 13 years ago
Hendrik Leppkes 6d887ecac2 avformat: add 48 fps to the NTSC framerates 13 years ago
Mans Rullgard ae0a301668 Move av_gettime() to libavutil 13 years ago
Michael Bradshaw 2243f0d078 lavf: add field for how duration is estimated 13 years ago
Anton Khirnov a5db8e4a1a lavf: don't segfault when a NULL filename is passed to avformat_open_input() 13 years ago
Michael Bradshaw 67703d64d7 lavf: cosmetic: format else with indentation 13 years ago
Michael Niedermayer 2a622c2369 lavf: add a "warning" when discarding a oddly backward subtitle or data starttime 13 years ago
Michael Niedermayer 47695b1d65 lavf: handle data like subtitles in start time calculation. 13 years ago
Michael Niedermayer 107b42388c lavf: fix missing "parser not found" message 13 years ago
Alex Converse f0ff9eb493 avformat: Probe codecs at score 0 on buffer exhaustion conditions. 13 years ago
Alex Converse 62bebf6edb avformat: Factorize codec probing. 13 years ago
Michael Niedermayer 5665674b55 lavf: use input keyframe flag when muxer does not provide keyframe flags. 13 years ago
Michael Niedermayer 121d3875b6 lavf: print the invalid tb in avpriv_set_pts_info() 13 years ago
Michael Niedermayer a6b3471c44 avformat: add needs_parsing type to enable codec TS use. 13 years ago
James Zern e9cef89702 avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 13 years ago
Marton Balint b36a0a80fc lavf: also use codec aspect ratio in av_guess_sample_aspect_ratio 13 years ago
Mans Rullgard 81ad97eeda lavf: make output format matching case insensitive 13 years ago
Mans Rullgard db465be45d lavf: add mdec to is_intra_only() list 13 years ago
Marton Balint 94a9ac1277 lavf: add av_guess_frame_sample_aspect_ratio function 13 years ago
Michael Niedermayer 381cc4b1e6 update_initial_durations: use av_ts2str() 13 years ago
Michael Niedermayer c69b6649cf update_initial_durations: add some checks to ensure things match up. 13 years ago
Clément Bœsch 5edd4fce40 lavf/utils: make use of av_ts2str() to print timestamps. 13 years ago
Michael Niedermayer 75a9479b39 lavf: extend the avi raw hack to mov 13 years ago
Michael Niedermayer 30fc710556 lavf: print a matching tag in case of code tag validation failure 13 years ago
Justin Ruggles e5356ebf22 cosmetics: indentation 13 years ago
Justin Ruggles 8916f1fbcb avformat: only fill-in interpolated timestamps if duration is non-zero 13 years ago
Justin Ruggles ff499157a1 avformat: remove a workaround for broken timestamps 13 years ago
Reimar Döffinger 7effbee66c Mark truncated packets as corrupt in av_get_packet. 13 years ago
Jean First 64943b47e7 lavf remove duplicated check in has_duration 13 years ago
Luca Barbato 8b97ae6484 avf: fix faulty check in has_duration 13 years ago
Nicolas George 73bc019baf lavf: print a warning if probesize seems not enough. 13 years ago
Michael Niedermayer 9f39d3d190 lavf: check that the context to avformat_open_input() is valid. 13 years ago
Reimar Döffinger 4a95876f4d Add skip_to_keyframe stream variable. 13 years ago