1365 Commits (d47168e729d698289360a43efc49fde00b54fd46)

Author SHA1 Message Date
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
Michael Niedermayer dd7198b25f lavf: put av_new_stream() compatibility wrapper back 13 years ago
Michael Niedermayer 8a07429318 lavf: put av_find_stream_info() compatibility wrapper back. 13 years ago
Anton Khirnov dd6d3b0e02 lavf: add functions for accessing the fourcc<->CodecID mapping tables. 13 years ago
Anton Khirnov bc90199848 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 13 years ago
Anton Khirnov af08d9aeea lavc: add avcodec_is_open(). 13 years ago
Rafaël Carré 420df8b7c4 avformat_write_header(): detail error message 13 years ago
Anton Khirnov c5254755c0 lavf: remove disabled FF_API_SET_PTS_INFO cruft 13 years ago
Anton Khirnov fd87ba3220 lavf: remove disabled FF_API_SEEK_PUBLIC cruft 13 years ago
Anton Khirnov 1329827e79 lavf: remove disabled FF_API_NEW_STREAM cruft 13 years ago
Anton Khirnov 21824e5b88 lavf: remove disabled FF_API_PKT_DUMP cruft 13 years ago
Anton Khirnov cc10ab79ec lavf: remove disabled FF_API_FIND_INFO_TAG cruft 13 years ago
Anton Khirnov ecd5f41a06 lavf: remove disabled FF_API_PARSE_DATE cruft 13 years ago
Anton Khirnov 997420abf2 lavf: remove disabled FF_API_DUMP_FORMAT cruft 13 years ago
Anton Khirnov 2fb7501938 lavf: remove disabled FF_API_FORMAT_PARAMETERS cruft 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago