19294 Commits (237207645b36fb79759d313c0399ee93ba467b9d)

Author SHA1 Message Date
Paul B Mahol fc600eff63 avcodec: add 64-bit signed pcm codec 8 years ago
Carl Eugen Hoyos f866f22c3f lavf/pcmdec: Try to fix msvc compilation after 4c42d306. 8 years ago
Marton Balint b72a7b96f8 avformat: factorize iso 8601 timestamp writer to a dictionary avutil function 8 years ago
Carl Eugen Hoyos 4c42d30602 lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer. 8 years ago
Clément Bœsch fabff10244 lavf/version: fix belive/believe typo 8 years ago
Clément Bœsch ffd71c9c5c lavf: mark stream as const pointer in av_stream_get_side_data() for next bump 8 years ago
Clément Bœsch b2016189db lavf/utils: add some const to pointers parameters in a few functions 8 years ago
Michael Niedermayer ae0192ef5f avformat/mov: Check extradata before access 8 years ago
Moritz Barsnick d14993478c libavformat/http: add support for content_type option in listen mode 8 years ago
Carl Eugen Hoyos ceab04fb5d lavc/raw: Support QT b64a ARGB64 rawvideo. 8 years ago
Moritz Barsnick e8b355a028 libavformat/http: add support for headers option in listen mode 8 years ago
Stephen Hutchinson 0ed5c3ce81 avisynth: simplify the pix_fmt check for the newer AviSynth API 8 years ago
Michael Niedermayer cc6a59d2b9 avformat/id3v2: fix memleak with empty strings 8 years ago
Matthias Hunstock b83d907780 libavformat/mxfenc: add UID for unconstrained H.264 coded video in baseline profile 8 years ago
Michael Niedermayer 65298a192a avformat/id3v2: Mark variable as unused to avoid "set but not used" warning 8 years ago
Chris Moeller 7387506b06 avformat: read id3v2 comment tags 8 years ago
Michael Niedermayer 803c058a6f avformat/mov: Enable mp3 parsing if a packet needs it 8 years ago
Michael Niedermayer be7150d497 avformat/teeproto: set forgotten url_close() 8 years ago
Andreas Cadhalpun a16018461b lavf: forward protocol_whitelist for the remaining cases 8 years ago
Michael Niedermayer 1fb8f6b75c avformat/img2enc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee: 8 years ago
Michael Niedermayer dd96a58473 avformat/hlsenc: Use AV_FRAME_FILENAME_FLAGS_MULTIPLE, support tee: 8 years ago
Michael Niedermayer 82a33c8d85 avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLE 8 years ago
James Almer 376d4b3c0d avformat: add a TTA Muxer 8 years ago
James Almer ce944e8489 avformat/tta: remove custom crc callback function 8 years ago
James Almer 155f4e9630 avformat/avio: add a crc callback function for CRC-32 IEEE-LE 8 years ago
Michael Niedermayer b1ce800372 avformat/teeproto: Support parsing protocol options 8 years ago
Michael Niedermayer c5cc3b08e5 avformat/oggdec: Fix integer overflow with invalid pts 8 years ago
Timothy Gu 58c7bf789f doxygen: Standardize root-level modules 8 years ago
Michael Niedermayer 35e7fc6030 avformat/tee: Factor parse_slave_options() out 8 years ago
Carl Eugen Hoyos 8ee113afa1 lavf/rmdec: Do not return EIO on EOF. 8 years ago
Michael Bradshaw c9ae8be5a8 avformat/matroskaenc: fix Voids with size < 10 8 years ago
Chris Cunningham 52ec4cc09b libavformat/matroskadec: Add test for seeking with codec delay. 8 years ago
Michael Niedermayer 0219dc6c07 avformat/rmdec: Clear extradata when extradata_size is cleared 8 years ago
Stefano Sabatini 156b5bb9bf lavf/mpegtsenc: add special case for handling timed ID3 packets 8 years ago
softworkz 70c1647a35 avformat/matroskaenc: Write duration early during mkv_write_header (Rev #3) 8 years ago
Anssi Hannula 04964ac311 avformat/hls: Fix missing streams in some cases with MPEG TS 8 years ago
Anssi Hannula 83db3c84fa avformat/hls: Move stream propagation to a separate function 8 years ago
Anssi Hannula 9884f17e34 avformat/hls: Use an array instead of stream offset for stream mapping 8 years ago
Anssi Hannula 4d85069e5d avformat/hls: Sync starting segment across variants on live streams 8 years ago
Anssi Hannula 9cb30f7a88 avformat/hls: Fix regression with ranged media segments 8 years ago
Anssi Hannula 60873bf992 avformat/utils: Fix find_stream_info not considering the extradata it found 8 years ago
Xinzheng Zhang ad14aab3b4 avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_index() when stream created or keyframe parsed 8 years ago
Xinzheng Zhang cd141e71bd avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_index() 8 years ago
Luca Barbato e85d38c20a librtmp: Avoid an infiniloop setting connection arguments 8 years ago
James Almer be04c4aa00 avformt/matroskaenc: undo an accidental revert by commit 5d48e4ea 8 years ago
Kacper Michajłow e947b75b1c libavformat/rtpdec_asf: zero initialize the AVIOContext struct 8 years ago
James Almer 0c75bd8e3c avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a header 8 years ago
Jan Sebechlebsky 75bd5d3e2d avformat/tee: Rescale ts using av_packet_rescale_ts 8 years ago
Mark Reid e47981dab7 libavformat/movenc: add dnxhr compatibility for apple players 8 years ago
Chris Cunningham d59820f6fe libavformat/matroskadec: fix unsigned overflow to improve seeking 8 years ago