1365 Commits (d47168e729d698289360a43efc49fde00b54fd46)

Author SHA1 Message Date
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
Michael Niedermayer 52ec269573 lavf: print with debug level the byte positions before and after find_stream_info 13 years ago
Luca Barbato cbf767a87c avf: has_duration does not check the global one 13 years ago
Michael Niedermayer 75b38674b6 lavf: compute_pkt_fields, limit the pts upcorrection to mpeg 13 years ago
Reimar Döffinger 277f20c3c8 lavf: always call avio_flush in av_write_trailer. 13 years ago
Joakim Plate ba24f12982 libavformat: Only require first packet to be known for audio/video streams 13 years ago
Thierry Foucu c99bdd51b2 lavf: Fix the last PTS to be generated using -fflags +genpts 13 years ago
Reimar Döffinger a45605a1ba Add AVIO_FLAG_DIRECT. 13 years ago
Michael Niedermayer ca26c2c30f lavf: add mp1/2 to determinable_frame_size() 13 years ago
Michael Niedermayer ae3ee72e02 lavf: print some more things in TS debug statements 13 years ago
Michael Niedermayer b5d433d306 lavf: increase RELATIVE_TS_BASE 13 years ago
Michael Niedermayer 30ced7e69f lavf: print ts values in pts < dts error message 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Jindrich Makovicka 904100e5fc make av_interleaved_write_frame() flush packets when pkt is NULL 13 years ago
Reimar Döffinger 699c61d2f0 Handle 0-size sync packets when only parsing headers. 13 years ago
Reimar Döffinger 2a4f1d38d9 Print a warning when using wild guesses as time stamps. 13 years ago
Anton Khirnov a6733202cc lavf: make av_interleave_packet_per_dts() private. 13 years ago
Anton Khirnov 3c90cc2ef2 lavf: deprecate av_read_packet(). 13 years ago
Anton Khirnov 40b41be3fa lavf: use AVStream.discard to disable queueing attached pictures. 13 years ago
Anton Khirnov 01fcc42b90 lavf: requeue attached pictures after seeking. 13 years ago