19361 Commits (2dbedc20ce2f92e8c76e4284441d881906fabe5d)

Author SHA1 Message Date
Sasi Inguva 778af68c70 avformat/avframe.h: Add a flag in AVIndexEntry to discard frame after decoding. 8 years ago
Michael Niedermayer a880923170 avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT 8 years ago
Steven Liu 27714b462d lavf/http: deprecate user-agent option 8 years ago
Michael Niedermayer 51000b9945 avformat/movenc: Make the packet check more tolerant 8 years ago
Michael Niedermayer 2834313933 avformat/movenc: Check packet in mov_write_single_packet() too 8 years ago
Michael Niedermayer deabcd2c05 avformat/movenc: Factor check_pkt() out 8 years ago
Vignesh Venkatasubramanian 7238c53048 libavformat/webm_chunk: Option to specify HTTP header 8 years ago
Paul B Mahol 4d677c7ae3 avformat/msf: add support for ATRAC3 codec 8 years ago
Martin Storsjö f8a13c7213 lavf/rtsp: Fix a crash with the RTSP muxer. 8 years ago
Michael Niedermayer 6f062eb8d0 avformat/hlsenc: Emulate strftime("%z") using other functions if it does not work 8 years ago
Xinzheng Zhang ecc04b4f2f avformat/utils: fix timebase error in avformat_seek_file() 8 years ago
Steven Liu c8528e54e5 avformat/flvenc: add no_sequence_end flags for flvflags 8 years ago
Michael Niedermayer e85c4a4706 avformat/flvenc: Add () around & 8 years ago
Clément Bœsch 415f907ce8 lavf/utils: add missing ismv in MOV-like formats 8 years ago
Clément Bœsch 9112822e71 lavf/utils: simplify matching MOV-like formats 8 years ago
Clément Bœsch ae1dd0c9a6 lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpeg 8 years ago
Steven Liu 84aebfc74e avformat/flvenc: add FLVFlags for flvflags options 8 years ago
Michael Niedermayer 9f18a970b2 avformat/hlsenc: Assume UTC if "%z" is unsupported in strftime() 8 years ago
Michael Niedermayer 22ba9a3cb8 avformat/hlsenc: Avoid "%T" "%F" in strftime() to improve compatibility 8 years ago
Rodger Combs 1f6d7eb470
lavf: add a flag to enable/disable automatic bitstream filtering 8 years ago
Jan Sebechlebsky b7760dd8d4 avformat/tee: Use BSF list API 8 years ago
Michael Niedermayer cb114ed464 avformat/mux: implement AVFMT_FLAG_SHORTEST 8 years ago
Alex Converse 09317e3e06 ivfenc: Add VPX codec tags. 8 years ago
Michael Niedermayer 68f4c2163e avformat/movenc: Check first DTS similar to dts difference 8 years ago
Matthew Gregan 7b3bc365f9 avformat/mov: Enable stream parsing for VP9. 8 years ago
Steven Liu 1da00be009 avformat/segment: give a warning message for remove initial_offset option 8 years ago
Sergey Volk 347cb14b7c avformat/mov: Fix potential integer overflow in mov_read_keys 8 years ago
Michael Niedermayer 2793ebd6cb avformat/hlsenc: implement program_date_time 8 years ago
Michael Niedermayer 207d78176f avformat: Export ticks_per_frame in st->codec 8 years ago
Rodger Combs 843e72ea55
lavf/matroskaenc: use mkv_check_tag_name consistently 8 years ago
Rodger Combs 3829a02738
lavf/matroskaenc: skip writing "duration" tags 8 years ago
Rodger Combs 6ede4e93ca
lavf/matroskaenc: move skipped metadata keys to separate function 8 years ago
Franklin Phillips cefce6e2c1 avformat/hlsenc: fix incomplete write of subtitle HLS playlist 8 years ago
Paul B Mahol c62cb9bf5a avcodec/utvideodec: add support for ULY4 and ULH4 8 years ago
Carl Eugen Hoyos 3c821a1a7b lavf/udp: Do not use MCAST_* for multicast on tvOS. 8 years ago
Carl Eugen Hoyos 2dfd0f4b9e lavf/webm_chunk: Print an error if no header filename was provided. 8 years ago
Carl Eugen Hoyos 8f0bd1d9ba lavf/httpauth: Do case-insensitive http header checks. 8 years ago
Carl Eugen Hoyos 91842005fe lavf/img2dec: Skip DQT segment when auto-detecting jpg. 8 years ago
Michael Niedermayer e4e4a9cad7 avformat/avidec: Fix infinite loop in avi_read_nikon() 8 years ago
Erkki Seppälä 499e8b0952 avformat/movenc: added ability to use original stream ids as track ids instead of regenerating them 8 years ago
Steven Liu 3aab6fa6ba avformat/hlsenc: add warning for append_list and hls_init_time option 9 years ago
Simon Hailes a13a81a0dc avformat/crypto: add seeking support on read 9 years ago
Simon Hailes a2fcacc880 libavformat/crypto - encourage reads of 4096 bytes 9 years ago
Stephen Hutchinson 92916e8542 avisynth: support pix_fmts added to AviSynth+ 9 years ago
Steven Liu 557ad3a474 avformat/hlsenc: add option hls_init_time to set init hls window segment duration 9 years ago
Thomas Hebb a37e6dd2ba avformat/mov: aax: pass proper AVClass to av_log() 9 years ago
Marton Balint 13b90ff2c1 avformat: fix decoded creation_time timestamps 9 years ago
James Almer dc7e5adbc0 avformat/utils: fix a codecpar non use 9 years ago
Michael Niedermayer c75273310c avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STREAM_RETRY 9 years ago
Vignesh Venkatasubramanian 42a635ddae webm_chunk: Set pts precision to milliseconds 9 years ago