1086 Commits (5735f768b0b6d2f71478636502ba1e42f1a9a788)

Author SHA1 Message Date
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
Martin Storsjö 57151f8674 libavformat: Use AVFormatContext.probesize in init_input 13 years ago
Anton Khirnov 8bc5d90a7e lavf: remove some disabled code. 13 years ago
Anton Khirnov f35f8eeb0d lavf: only set average frame rate for video. 13 years ago
Anton Khirnov 9ade26ee91 lavf: remove a pointless check. 13 years ago
Anton Khirnov cd9a3c3512 lavf: don't select an attached picture as default stream for seeking. 13 years ago
Michael Niedermayer ad53c7f9ec lavf: Add system to seperate relative timestamps from absolute ones. 13 years ago
Michael Niedermayer 4cda8aa1c5 avformat_new_stream: fix initial last_dts value 13 years ago
Derek Buitenhuis 01606d10e6 libutvideo: Add Ut Video encoder wrapper 13 years ago
Justin Ruggles 94cf64b81f cosmetics: reindent 13 years ago
Justin Ruggles 8c1d6ac66a avformat: do not require a pixel/sample format if there is no decoder 13 years ago
Justin Ruggles a7fa75684d avformat: do not fill-in audio packet duration in compute_pkt_fields() 13 years ago
Justin Ruggles 6c65cf58fd lavf: Use av_get_audio_frame_duration() in get_audio_frame_size() 13 years ago
Justin Ruggles 9c365fe8ae avformat: do not require frame_size in avformat_find_stream_info() for CELT 13 years ago
Justin Ruggles fbc8c59679 avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3 13 years ago
Justin Ruggles 84b6ae0808 avformat: do not require frame_size in avformat_find_stream_info() for AAC 13 years ago
Anton Khirnov 27c7ca9c12 lavf: deobfuscate read_frame_internal(). 13 years ago
Anton Khirnov dcee811505 lavf: make read_from_packet_buffer() more flexible. 13 years ago
Anton Khirnov 52b0943f10 lavf: factorize freeing a packet buffer. 13 years ago
Michael Niedermayer 337fa0dbe7 lavf: Do not compute the packet duration based on the bitrate if the frame_size can be determined. 13 years ago
Michael Niedermayer b8afbbca9c lavf: factor out determinable_frame_size() 13 years ago
Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 13 years ago
Michael Niedermayer 0b90db01b5 lavf: fix update_initial_durations() so it handles missing durations with the initial timestamp being known. 13 years ago
Anton Khirnov 393fd0d89e id3v2: remove unused ff_id3v2_read(). 13 years ago
Anton Khirnov 079ea6ca5f lavf: export id3v2 attached pictures as streams. 13 years ago
Anton Khirnov dd2a4bcfd7 lavf: generic code for exporting attached pictures. 13 years ago
Philip de Nier 539a8469ae add v210 to intra only list to allow "-vcodec copy" 13 years ago
Anton Khirnov 7929e22bde lavf: don't guess r_frame_rate from either stream or codec timebase. 13 years ago
Anton Khirnov d3783f47ee lavf: don't set codec timebase in avformat_find_stream_info(). 13 years ago
Anton Khirnov 655b24c01c lavf: move the packet keyframe setting code. 13 years ago
Anton Khirnov 0584e3ca97 lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields(). 13 years ago
Michael Niedermayer 92b5f71a7d lavf: Reimplement new seek API emulation 13 years ago
Justin Ruggles e9cda85351 avcodec: add duration field to AVCodecParserContext 13 years ago
Andrey Utkin b66b58f7b0 Fix aspect ratio mismatch message 13 years ago
Andrey Utkin e3cc617263 lavf: fix aspect ratio mismatch message. 13 years ago
Michael Niedermayer 789d6b73cf lavf: Rewrite metadata printing from dump_metadata(). 13 years ago