9914 Commits (10e3dd15a5ce3d9ce6466d5f3e06c44e48753100)

Author SHA1 Message Date
Ronald S. Bultje e30b3e59a4 rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1. 13 years ago
Paul B Mahol 58700edb94 cdxl: correctly synchronize video timestamps to audio 13 years ago
Martin Storsjö 0c7b8b758a movenc: Buffer the mdat for the initial moov fragment, too 13 years ago
Martin Storsjö b70f04c261 flvdec: Ignore the index if the ignidx flag is set 13 years ago
Martin Storsjö 0a7ce3caa8 flvdec: Fix indentation 13 years ago
Martin Storsjö aa96d433e2 movdec: Don't parse all fragments if ignidx is set 13 years ago
Martin Storsjö 383a3b64cb movdec: Restart parsing root-level atoms at the right spot 13 years ago
Michael Niedermayer 92b5f71a7d lavf: Reimplement new seek API emulation 13 years ago
Michael Niedermayer e6380afa6a avidec: Reduce log level for out of index error message. 13 years ago
Alex Converse 0ad522afb3 mov: Add support for MPEG2 HDV 720p24 (hdv4) 13 years ago
Diego Biurrun 3f486e0dae img2: Use ff_guess_image2_codec(filename) shorthand where appropriate. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Aneesh Dogra 33510e86b1 gif: K&R formatting cosmetics 13 years ago
Martin Storsjö a5c50913a8 movdec: Adjust keyframe flagging in fragmented files 13 years ago
Justin Ruggles e9cda85351 avcodec: add duration field to AVCodecParserContext 13 years ago
Reimar Döffinger 016c7bb762 matroskadec: remove H.264 special-case that disabled header parsing. 13 years ago
Martin Storsjö a4f97be1a9 hls: Reset the AVIOContext when seeking 13 years ago
Panagiotis H.M. Issaris 2b3d041cdc applehttp: Do seeking within segments, too 13 years ago
Luca Barbato 6b8b0fe2bc doxy: remove reference to removed api 13 years ago
Luca Barbato aac63cef20 examples: unbreak compilation 13 years ago
Paul B Mahol b6a08665d6 img2dec: add im32 extension, sunrast with 32bit depth 13 years ago
Reimar Döffinger 76cc0992d8 oggenc: fix condition when not to flush due to keyframe granule. 13 years ago
Reimar Döffinger 030e96fe55 oggdec: improve warning message. 13 years ago
Martin Storsjö 5be805d38c mov: Use defines for sample flags in fragments 13 years ago
Martin Storsjö 3eec23f3cd mov: Use defines for trun flags 13 years ago
Martin Storsjö 73328f24fa mov: Use defines for tfhd flags 13 years ago
Ronald S. Bultje 41afac7f7a asf: prevent packet_size_left from going negative if hdrlen > pktlen. 13 years ago
Martin Storsjö c7e8639c70 rtpdec: Identify incorrectly signalled H263 13 years ago
Reimar Döffinger ad8173eb81 Allow other programs to open the same files on Windows. 13 years ago
Reimar Döffinger 7c8d477299 Make AAC in Ogg (ogm) work. 13 years ago
Michael Niedermayer c9ac08277d movenc: Dont crash on aspect=0/0. 13 years ago
Michael Niedermayer c36010c286 avidec: remove harmless duplicate code. 13 years ago
Ronald S. Bultje 32a659c758 aiff: don't skip block_align==0 check on COMM-after-SSND files. 13 years ago
Martin Storsjö 5302633919 movenc: Write the unknown duration as 64 bit fields in ismv 13 years ago
Martin Storsjö 99a357f4c5 movenc: Write track durations with all bits set if duration is unknown 13 years ago
Aneesh Dogra d7840529b6 avcodec: add a Sun Rasterfile encoder 13 years ago
Paul B Mahol 6d10c5bfc0 cdxl: fix audio for some samples 13 years ago
Paul B Mahol f02edc4c06 apetag: add proper support for binary tags 13 years ago
Reimar Döffinger d493170ec9 matroskadec: introduce resync function. 13 years ago
Reimar Döffinger 3ce7148dff movenc: fix crashes if a stream is empty. 13 years ago
Andrew Wason a0e44414df movenc: leave st->codec->frame_size as is instead of forcing it to 1. 13 years ago
Martin Storsjö 51df7b232f movenc: Don't set a default sample duration when creating ismv 13 years ago
Martin Storsjö 298a587f44 rtp: Factorize the check for distinguishing RTCP packets from RTP 13 years ago
Justin Ruggles c9fdf3241a bethsoftvid: synchronize video timestamps with audio sample rate 13 years ago
Justin Ruggles 773ff823da bethsoftvid: add audio stream only after getting the first audio packet 13 years ago
Justin Ruggles 9546f331c6 bethsoftvid: Set video packet duration instead of accumulating pts. 13 years ago
Justin Ruggles 05e4ae833c bethsoftvid: set packet key frame flag for audio and I-frame video packets. 13 years ago
Justin Ruggles 17b115591f bethsoftvid: fix read_packet() return codes. 13 years ago
Justin Ruggles f320fb894c bethsoftvid: pass palette in side data instead of in a separate packet. 13 years ago
Martin Storsjö f3a094f2da sdp: Ignore RTCP packets when autodetecting RTP streams 13 years ago