861 Commits (32d545e0a4686e919319bf472725ea0162b72720)

Author SHA1 Message Date
James Zern e9cef89702 avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps. 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
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
Luca Barbato 8b97ae6484 avf: fix faulty check in has_duration 13 years ago
Luca Barbato cbf767a87c avf: has_duration does not check the global one 13 years ago
Joakim Plate ba24f12982 libavformat: Only require first packet to be known for audio/video streams 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
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
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
Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 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
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
Justin Ruggles e9cda85351 avcodec: add duration field to AVCodecParserContext 13 years ago
Andrey Utkin e3cc617263 lavf: fix aspect ratio mismatch message. 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