19226 Commits (daf421d2ab6f3e0031f46b194b5c42a09c14b15f)

Author SHA1 Message Date
James Almer d688f39dc4 cosmetics: fix some misspelled words 9 years ago
Jörn Heusipp f1eb6ddcb3 libavformat/libopenmpt: Fix memory leak in error path in read_header_openmpt(). 9 years ago
Jan Sebechlebsky df9cc7f0a9 avformat/tee: Use ff_format_output_open() function 9 years ago
Jan Sebechlebsky 6a3515a5a4 avformat/utils: Add ff_format_output_open() function 9 years ago
Jan Sebechlebsky e144b86fa4 avformat/tee: Support flushing by writing NULL pkt 9 years ago
Jan Sebechlebsky 3d7b5ad217 avformat/tee: Use ff_stream_encode_params_copy() 9 years ago
Jan Sebechlebsky 1732d89403 avformat/utils: Add ff_stream_encode_params_copy() 9 years ago
Josh de Kock d52dd768a3 lavf: add libopenmpt demuxer 9 years ago
Clément Bœsch 77726d32a8 lavf/vplayerdec: Improve auto-detection. 9 years ago
Carl Eugen Hoyos e1023aa1dd lavf/img2dec: Also auto-detect (unusual) uncompressed pcx. 9 years ago
Carl Eugen Hoyos 040b4e139b lavf/img2: Remove ffv1-img. 9 years ago
Steven Liu e29d2d9c92 avformat/segment: remove the check_bitstream from segment 9 years ago
Michael Niedermayer a2c90d5f98 avformat/mux: Apply auto bsfs in av_write_frame() too 9 years ago
Michael Niedermayer de9674c5ea avformat/mux: Factor do_packet_auto_bsf() out 9 years ago
Matthieu Bouron 6c8942cdfb lavf/mov: fix stream extradata_size allocation 9 years ago
James Almer 4acdbb1c6c avformat/oggenc: always use the time base stored in the theora header 9 years ago
James Almer f60b54902f avformat/oggenc: make flac the default for oga muxer 9 years ago
Steven Liu b45a976ed4 add split_by_time flag for support splite mpegts segment at non-keyframe 9 years ago
smitbose d915b6e592 Added Quadrox format 9 years ago
Carl Eugen Hoyos d5edb6c048 lavf/aiffdec: Support QDMC demuxing. 9 years ago
Michael Niedermayer c1c7e0abb0 avformat/avformat: Move new field to the end of AVStream 9 years ago
Hendrik Leppkes c2e13d2ecd avformat/utils: update deprecated AVStream->codec when the context is updated 9 years ago
Vadim Kalinsky e370aad67d avformat/mov: Skip non-key frames if AVDISCARD_NONKEY is set. 9 years ago
Michael Niedermayer 8a3221cc67 avformat/mov: Check sample size 9 years ago
Paul B Mahol d693392886 avformat/mov: parse rtmd track timecode 9 years ago
Paul B Mahol 8fb92ea7e2 avcodec: add YUY2 Lossless Codec decoder 9 years ago
Jan Sebechlebsky d46a8e30dc avformat/tee: Support arbitrary number of slaves 9 years ago
Rodger Combs 6ee7adb881
lavf/srtdec: fix indent 9 years ago
Rodger Combs af7e2734b9
lavf: update auto-bsf to new BSF API 9 years ago
Rodger Combs 150e5e13b1
lavf: deprecate av_apply_bitstream_filters 9 years ago
Rodger Combs 1df401505c
lavf/srtdec: fix probing files with negative first timestamps 9 years ago
Michael Niedermayer 4cc896ea5f avformat/format: Fix registering a format more than once and related races 9 years ago
David Murmann 0296b4b8d8 avformat/movenc: add option to use keys/mdta atoms for metadata 9 years ago
Clément Bœsch 8ca78d0fef lavf/utils: fix const warning at a find_decoder() call 9 years ago
Clément Bœsch 1e9b79b2db movenc: mark astronomical_body const string as static 9 years ago
Michael Niedermayer 46a60fe184 avformat: Fix ff_interleaved_peek() 9 years ago
Michael Niedermayer f573acc424 avformat/matroskadec: Call matroska_read_close() on header parsing error 9 years ago
Michael Niedermayer 388f095766 avformat/g729dec: Fix av_log() formating string 9 years ago
David Murmann c3b0af7456 avformat/mov: add more datatypes in metadata handling 9 years ago
Michael Niedermayer d0b21b28a3 avformat/flacdec: Fix seeking close to EOF 9 years ago
Clément Bœsch 48ac4532d4 lavf/img2dec: add pnm pipe demuxers 9 years ago
Michael Niedermayer 99c3c3237b avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_rate() if needed 9 years ago
Michael Niedermayer 4fecb97fd3 avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate() 9 years ago
Michael Bradshaw 989a614b70 libavformat/matroskaenc: omit segment UID for webm 9 years ago
Michael Niedermayer e0faad837c avformat/flvdec: Do not check last size if it could not be read due to EOF 9 years ago
Michael Niedermayer 3f380b9b40 avformat/flvdec: Also print sum_flv_tag_size on size mismatches 9 years ago
Michael Niedermayer e8931d79cc avformat/flvdec: Accept last size if its off by 1 9 years ago
Aman Gupta 373b82066c avformat/mpegts: include stream type for aac 9 years ago
James Almer afd04058bc avformat/oggparsevorbis: free base64 encoded data immediately after decoding it 9 years ago
James Almer 8b5b756c4d avformat/oggparsevorbis: use the base64 decode size macro 9 years ago