9879 Commits (40393ac568db345b0388e1c99fc89f41a5b08037)

Author SHA1 Message Date
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 f1e73100d9 siff: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles ec2e767bf3 amr demuxer: do not set AVCodecContext.frame_size. 13 years ago
Justin Ruggles 8d1a20aa7c aiffdec: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 237a855caf mov: do not set AVCodecContext.frame_size 13 years ago
Justin Ruggles 9727264220 ape: do not set AVCodecContext.frame_size. 13 years ago
Justin Ruggles 2dd18d4435 rdt: remove workaround for infinite loop with aac 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
Justin Ruggles 620b88a302 swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_size 13 years ago
Justin Ruggles 14aecc50fa rtpenc: use av_get_audio_frame_duration() for max_frames_per_packet 13 years ago
Justin Ruggles c019070fda riffenc: use av_get_audio_frame_duration() 13 years ago
Aaron Colwell 2e061130f4 matroska : Add support for reading/writing creation_time metadata. 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
Diego Biurrun 0a41f47dc1 dv: Do not redundantly initialize struct members to zero. 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 b7beabab4b tiertexseq: set correct block_align for audio 13 years ago
Justin Ruggles f9cf91d822 tiertexseq: set audio stream start time to 0 13 years ago
Justin Ruggles 0883109b27 voc/avs: Do not change the sample rate mid-stream. 13 years ago
Justin Ruggles 4da374f8a9 segafilm: use the sample rate as the time base for audio streams 13 years ago
Justin Ruggles ea289186f0 ea: fix audio pts 13 years ago
Justin Ruggles 01be6fa926 psx-str: fix audio pts 13 years ago
Justin Ruggles d0ab585074 vqf: set packet duration 13 years ago
Justin Ruggles 101c369b7c tta demuxer: set packet duration 13 years ago
Justin Ruggles 5a9b952201 thp: set audio packet durations 13 years ago
Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 13 years ago
Michael Niedermayer f83687bc78 mpegts: fix stack array overread in read_sl_header() 13 years ago
Michael Niedermayer 4a310a19de mpegts: prevent get_bits64() from reading nonsense at the end. 13 years ago
Michael Niedermayer e732d0f608 mpeg-ts: fix handling of size=0 SL headers. 13 years ago
Petri Hintukainen 23a5bf9db0 bluray protocol 13 years ago
Alex Converse 1aa708988a mpegts: Pad the packet buffer in handle_packet(). 13 years ago
Alex Converse 4df369692e mpegts: Do not call read_sl_header() when no bytes remain in the buffer. 13 years ago
Ronald S. Bultje 9c239f6026 matroska: check buffer size for RM-style byte reordering. 13 years ago
Alex Converse 1697c29d75 rmdec: Honor .RMF tag size rather than assuming 18. 13 years ago
Anton Khirnov 56bf24ad78 r3d: don't set codec timebase. 13 years ago
Anton Khirnov efec3bc65a electronicarts: set timebase for tgv video. 13 years ago
Anton Khirnov e39400c3a8 electronicarts: parse the framerate for cmv video. 13 years ago
Anton Khirnov 1bb3990b56 ogg: don't set codec timebase 13 years ago
Anton Khirnov 1d3144c318 electronicarts: don't set codec timebase 13 years ago
Anton Khirnov 10a6e0c346 avs: don't set codec timebase 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
Ingo Brückl c05e2be9a2 mp3dec: Fix reading file size and frames in VBRI headers 13 years ago
Diego Biurrun 75c553eb26 rmdec: adjust printf format string specifier to fix warning 13 years ago
Martin Storsjö 984b914c55 rtpenc: Use MB info side data for splitting H263 packets for RFC 2190 13 years ago